1. 3a7afd8 nvme-pci: remove the CQ lock for interrupt driven queues by Christoph Hellwig · 6 years ago
  2. d1ed6aa nvme-pci: don't poll from irq context when deleting queues by Christoph Hellwig · 6 years ago
  3. 5271edd nvme-pci: refactor nvme_disable_io_queues by Christoph Hellwig · 6 years ago
  4. 0b2a8a9 nvme-pci: consolidate code for polling non-dedicated queues by Christoph Hellwig · 6 years ago
  5. c6d962a nvme-pci: only allow polling with separate poll queues by Christoph Hellwig · 6 years ago
  6. 6322307 nvme-pci: cleanup SQ allocation a bit by Christoph Hellwig · 6 years ago
  7. 4e22410 nvme-pci: use atomic bitops to mark a queue enabled by Christoph Hellwig · 6 years ago
  8. e20ba6e block: move queues types to the block layer by Christoph Hellwig · 6 years ago
  9. 154989e aio: clear IOCB_HIPRI by Christoph Hellwig · 6 years ago
  10. 89d04ec Merge tag 'v4.20-rc5' into for-4.21/block by Jens Axboe · 6 years ago
  11. 8c2def8 sbitmap: fix sbitmap_for_each_set() by Omar Sandoval · 6 years ago
  12. fe1f452 blk-mq: don't call ktime_get_ns() if we don't need it by Jens Axboe · 6 years ago
  13. 2595646 Linux 4.20-rc5 by Linus Torvalds · 6 years ago
  14. 6a51272 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  15. 292974c Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  16. a234c73 Merge tag 'dmaengine-fix-4.20-rc5' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 6 years ago
  17. 4b78317 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  18. 8805841 Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  19. c734b42 Merge tag 'pci-v4.20-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  20. 2149da0 block: add cmd_flags to print_req_error by Balbir Singh · 6 years ago
  21. c74eadf Merge remote-tracking branch 'lorenzo/pci/controller-fixes' into for-linus by Bjorn Helgaas · 6 years ago
  22. f1f90e2 PCI: Fix incorrect value returned from pcie_get_speed_cap() by Mikulas Patocka · 6 years ago
  23. d8f190e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  24. 6c7954b Merge tag 'mips_fixes_4.20_4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  25. 868dda0 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  26. 1f81742 Merge tag 'gcc-plugins-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  27. fd3b3e0 Merge tag 'fscache-fixes-20181130' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  28. 6584297 MAINTAINERS: Update linux-mips mailing list address by Paul Burton · 6 years ago
  29. 164f7e5 ocfs2: fix potential use after free by Pan Bian · 6 years ago
  30. 95feeab mm/khugepaged: fix the xas_create_range() error path by Hugh Dickins · 6 years ago
  31. 06a5e12 mm/khugepaged: collapse_shmem() do not crash on Compound by Hugh Dickins · 6 years ago
  32. 87c460a mm/khugepaged: collapse_shmem() without freezing new_page by Hugh Dickins · 6 years ago
  33. 042a308 mm/khugepaged: minor reorderings in collapse_shmem() by Hugh Dickins · 6 years ago
  34. 2af8ff2 mm/khugepaged: collapse_shmem() remember to clear holes by Hugh Dickins · 6 years ago
  35. aaa52e3 mm/khugepaged: fix crashes due to misaccounted holes by Hugh Dickins · 6 years ago
  36. 701270f mm/khugepaged: collapse_shmem() stop if punched or truncated by Hugh Dickins · 6 years ago
  37. 006d3ff mm/huge_memory: fix lockdep complaint on 32-bit i_size_read() by Hugh Dickins · 6 years ago
  38. 173d9d9 mm/huge_memory: splitting set mapping+index before unfreeze by Hugh Dickins · 6 years ago
  39. 906f9cd mm/huge_memory: rename freeze_page() to unmap_page() by Hugh Dickins · 6 years ago
  40. 7c0950d initramfs: clean old path before creating a hardlink by Li Zhijian · 6 years ago
  41. 903e8ff kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notrace by Anders Roxell · 6 years ago
  42. e0c2744 psi: make disabling/enabling easier for vendor kernels by Johannes Weiner · 6 years ago
  43. dbd4af5 proc: fixup map_files test on arm by Alexey Dobriyan · 6 years ago
  44. 8de456c debugobjects: avoid recursive calls with kmemleak by Qian Cai · 6 years ago
  45. dcf7fe9 userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not set by Andrea Arcangeli · 6 years ago
  46. e2a50c1 userfaultfd: shmem: add i_size checks by Andrea Arcangeli · 6 years ago
  47. 29ec9066 userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas by Andrea Arcangeli · 6 years ago
  48. 5b51072 userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem by Andrea Arcangeli · 6 years ago
  49. 9e36825 userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails by Andrea Arcangeli · 6 years ago
  50. 5618cf0 lib/test_kmod.c: fix rmmod double free by Luis Chamberlain · 6 years ago
  51. c7d7d620 hfsplus: do not free node before using by Pan Bian · 6 years ago
  52. ce96a40 hfs: do not free node before using by Pan Bian · 6 years ago
  53. 94570a4 proc: update MAINTAINERS with proc.txt by Alexey Dobriyan · 6 years ago
  54. 8f41683 mm/page_alloc.c: fix calculation of pgdat->nr_zones by Wei Yang · 6 years ago
  55. c1cb20d mm: use swp_offset as key in shmem_replace_page() by Yu Zhao · 6 years ago
  56. 6ff38bd mm: cleancache: fix corruption on missed inode invalidation by Pavel Tikhomirov · 6 years ago
  57. e21e574 ocfs2: fix deadlock caused by ocfs2_defrag_extent() by Larry Chen · 6 years ago
  58. 08be37b mm/gup: finish consolidating error handling by John Hubbard · 6 years ago
  59. 12457e6 MAINTAINERS: name change for Luis by Luis Chamberlain · 6 years ago
  60. 38c7b22 unifdef: use memcpy instead of strncpy by Linus Torvalds · 6 years ago
  61. 5d2ee71 sbitmap: optimize wakeup check by Jens Axboe · 6 years ago
  62. ea86ea2 sbitmap: ammortize cost of clearing bits by Jens Axboe · 6 years ago
  63. b6839ef Merge tag 'char-misc-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  64. d7aca8a Merge tag 'driver-core-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  65. cd9a043 Merge tag 'staging-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 6 years ago
  66. 40ebba2 Merge tag 'usb-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 6 years ago
  67. da59f18 Merge tag 'mtd/fixes-for-4.20-rc5' of git://git.infradead.org/linux-mtd by Linus Torvalds · 6 years ago
  68. b1286ed test_hexdump: use memcpy instead of strncpy by Linus Torvalds · 6 years ago
  69. bfed4d7 Merge tag 'imx-fixes-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Olof Johansson · 6 years ago
  70. 7e76e65 MAINTAINERS: Remove unused Qualcomm SoC mailing list by Andy Gross · 6 years ago
  71. f614948 Merge tag 'omap-for-v4.20/fixes-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 6 years ago
  72. 89acb56 Merge tag 'davinci-fixes-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixes by Olof Johansson · 6 years ago
  73. adb97bcd Merge tag 'v4.20-rockchip-dts64fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes by Olof Johansson · 6 years ago
  74. a8505b4 Merge tag 'v4.20-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes by Olof Johansson · 6 years ago
  75. 9f60337 Merge tag 'at91-4.20-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into fixes by Olof Johansson · 6 years ago
  76. 1ec6357 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  77. a1b3cf6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  78. 8d9f412 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  79. 575d7d0 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  80. 5f1ca5c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  81. 49afe66 Merge tag 'trace-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  82. 0f1f692 Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  83. ea2412d ACPI/IORT: Fix iort_get_platform_device_domain() uninitialized pointer value by Lorenzo Pieralisi · 6 years ago
  84. 570a374 Merge tag 'drm-fixes-2018-11-30' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  85. 1c9b357 Merge branch 'nvme-4.20' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 6 years ago
  86. 2a5cf35 block: fix single range discard merge by Ming Lei · 6 years ago
  87. ef1a840 stackleak: Disable function tracing and kprobes for stackleak_erase() by Alexander Popov · 6 years ago
  88. e9eaf72 Merge tag 'pstore-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  89. 2b17992 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  90. 6344d02 nvme-rdma: fix double freeing of async event data by Prabhath Sajeepa · 6 years ago
  91. f6c8e43 nvme: flush namespace scanning work just before removing namespaces by Sagi Grimberg · 6 years ago
  92. 14a1336 nvme: warn when finding multi-port subsystems without multipathing enabled by Christoph Hellwig · 6 years ago
  93. 31ffa56 fscache, cachefiles: remove redundant variable 'cache' by Colin Ian King · 7 years ago
  94. 34e06fe cachefiles: avoid deprecated get_seconds() by Arnd Bergmann · 7 years ago
  95. b7e768b cachefiles: Explicitly cast enumerated type in put_object by Nathan Chancellor · 6 years ago
  96. c5a94f4 fscache: fix race between enablement and dropping of object by NeilBrown · 6 years ago
  97. 41e817b fs: fix lost error code in dio_complete by Maximilian Heyne · 6 years ago
  98. 531724a block: avoid extra bio reference for async O_DIRECT by Christoph Hellwig · 6 years ago
  99. 5cf99a0f tracing/fgraph: Fix set_graph_function from showing interrupts by Steven Rostedt (VMware) · 6 years ago
  100. 0c7a52e tracepoint: Use __idx instead of idx in DO_TRACE macro to make it unique by Zenghui Yu · 6 years ago