summaryrefslogtreecommitdiffstats
path: root/kernel/time/clocksource.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-08blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou4-11/+8
2018-12-08blkcg: change blkg reference counting to use percpu_refDennis Zhou2-12/+44
2018-12-08blkcg: remove bio_disassociate_task()Dennis Zhou2-12/+1
2018-12-08blkcg: remove additional reference to the cssDennis Zhou4-88/+69
2018-12-08blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou8-66/+32
2018-12-08blkcg: associate writeback bios with a blkgDennis Zhou6-11/+37
2018-12-08blkcg: associate a blkg for pages being evicted by swapDennis Zhou3-28/+42
2018-12-08blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou5-10/+11
2018-12-08blkcg: associate blkg when associating a deviceDennis Zhou5-12/+14
2018-12-08dm: set the static flush bio device on demandDennis Zhou2-1/+12
2018-12-08blkcg: introduce common blkg association logicDennis Zhou4-21/+62
2018-12-08blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou5-38/+44
2018-12-08blkcg: update blkg_lookup_create() to do lockingDennis Zhou3-5/+29
2018-12-08blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou5-14/+102
2018-12-08blk-mq: remove QUEUE_FLAG_POLL from default MQ flagsJens Axboe1-2/+1
2018-12-04block: enable polling by default if a poll map is initalizedChristoph Hellwig1-0/+2
2018-12-04block: only allow polling if a poll queue_map existsChristoph Hellwig2-21/+10
2018-12-04block: remove ->poll_fnChristoph Hellwig3-30/+19
2018-12-04nvme-mpath: remove I/O polling supportChristoph Hellwig1-16/+0
2018-12-04nvme-rdma: remove I/O polling supportChristoph Hellwig1-24/+0
2018-12-04nvme-pci: remove the CQ lock for interrupt driven queuesChristoph Hellwig1-11/+26
2018-12-04nvme-pci: don't poll from irq context when deleting queuesChristoph Hellwig1-8/+19
2018-12-04nvme-pci: refactor nvme_disable_io_queuesChristoph Hellwig1-21/+20
2018-12-04nvme-pci: consolidate code for polling non-dedicated queuesChristoph Hellwig1-23/+12
2018-12-04nvme-pci: only allow polling with separate poll queuesChristoph Hellwig1-13/+5
2018-12-04nvme-pci: cleanup SQ allocation a bitChristoph Hellwig1-18/+15
2018-12-04nvme-pci: use atomic bitops to mark a queue enabledChristoph Hellwig1-28/+15
2018-12-04block: move queues types to the block layerChristoph Hellwig4-62/+51
2018-12-04aio: clear IOCB_HIPRIChristoph Hellwig1-3/+8
2018-12-04sbitmap: fix sbitmap_for_each_set()Omar Sandoval1-4/+6
2018-12-03blk-mq: don't call ktime_get_ns() if we don't need itJens Axboe1-2/+17
2018-12-03Linux 4.20-rc5v4.20-rc5Linus Torvalds1-1/+1
2018-12-01block: add cmd_flags to print_req_errorBalbir Singh1-4/+5
2018-12-01PCI: Fix incorrect value returned from pcie_get_speed_cap()Mikulas Patocka1-13/+11
2018-12-01MAINTAINERS: Update linux-mips mailing list addressPaul Burton1-23/+23
2018-11-30ocfs2: fix potential use after freePan Bian1-1/+1
2018-11-30mm/khugepaged: fix the xas_create_range() error pathHugh Dickins1-11/+14
2018-11-30mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins1-1/+9
2018-11-30mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins1-12/+7
2018-11-30mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins1-40/+32
2018-11-30mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins1-0/+10
2018-11-30mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins2-2/+9
2018-11-30mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins1-0/+11
2018-11-30mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins1-6/+13
2018-11-30mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins1-6/+6
2018-11-30mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins2-16/+9
2018-11-30initramfs: clean old path before creating a hardlinkLi Zhijian1-10/+12
2018-11-30kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notraceAnders Roxell1-2/+2
2018-11-30psi: make disabling/enabling easier for vendor kernelsJohannes Weiner5-14/+40
2018-11-30proc: fixup map_files test on armAlexey Dobriyan1-2/+7