1. f605ba9 Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  2. 016c6f2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  3. 3c0d551 Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  4. 19fd08b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  5. 9eda2d2 Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  6. 6ad11bd Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  7. 69824bc Merge tag 'pstore-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  8. 3b54765 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  9. 3fd14cd Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  10. 83c7c18 Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  11. 9022ca6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  12. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
  13. 9124168 include/linux/mmdebug.h: make VM_WARN* non-rvals by Michal Hocko · 7 years ago
  14. 1c8f422 mm: change return type to vm_fault_t by Souptick Joarder · 7 years ago
  15. 5ecd9d4 mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory by David Rientjes · 7 years ago
  16. 0c7c1be mm: make counting of list_lru_one::nr_items lockless by Kirill Tkhai · 7 years ago
  17. 010b495 zsmalloc: introduce zs_huge_class_size() by Sergey Senozhatsky · 7 years ago
  18. cb9f753 mm: fix races between swapoff and flush dcache by Huang Ying · 7 years ago
  19. 5844a48 include/linux/mm.h: provide consistent declaration for num_poisoned_pages by Guenter Roeck · 7 years ago
  20. 05ea886 mm, hugetlbfs: introduce ->pagesize() to vm_operations_struct by Dan Williams · 7 years ago
  21. 4f6923fb mm: make should_failslab always available for fault injection by Howard McLauchlan · 7 years ago
  22. e9e9b7e mm: swap: unify cluster-based and vma-based swap readahead by Minchan Kim · 7 years ago
  23. eaf649eb mm: swap: clean up swap readahead by Minchan Kim · 7 years ago
  24. 03f5d58 mm/page_ref: use atomic_set_release in page_ref_unfreeze by Konstantin Khlebnikov · 7 years ago
  25. 31286a8 mm: hwpoison: disable memory error handling on 1GB hugepage by Naoya Horiguchi · 7 years ago
  26. d0dc12e mm/memory_hotplug: optimize memory hotplug by Pavel Tatashin · 7 years ago
  27. fc44f7f mm/memory_hotplug: don't read nid from struct page during hotplug by Pavel Tatashin · 7 years ago
  28. f165b37 mm: uninitialized struct page poisoning sanity checking by Pavel Tatashin · 7 years ago
  29. c9e97a1 mm: initialize pages on demand during boot by Pavel Tatashin · 7 years ago
  30. 3a2d7fa mm: disable interrupts while initializing deferred pages by Pavel Tatashin · 7 years ago
  31. 3102535 mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGE by Anshuman Khandual · 7 years ago
  32. 19af27a slub: make struct kmem_cache_order_objects::x unsigned int by Alexey Dobriyan · 7 years ago
  33. 7bbdb81 slab: make usercopy region 32-bit by Alexey Dobriyan · 7 years ago
  34. be4a798 kasan: make kasan_cache_create() work with 32-bit slab cache sizes by Alexey Dobriyan · 7 years ago
  35. 44065b2 slub: make ->size unsigned int by Alexey Dobriyan · 7 years ago
  36. 1b473f2 slub: make ->object_size unsigned int by Alexey Dobriyan · 7 years ago
  37. a5035de slub: make ->offset unsigned int by Alexey Dobriyan · 7 years ago
  38. e5d9998 slub: make ->cpu_partial unsigned int by Alexey Dobriyan · 7 years ago
  39. 52ee6d7 slub: make ->inuse unsigned int by Alexey Dobriyan · 7 years ago
  40. 3a3791e slub: make ->align unsigned int by Alexey Dobriyan · 7 years ago
  41. d66e52d slub: make ->reserved unsigned int by Alexey Dobriyan · 7 years ago
  42. 2ca6d39 slub: make ->red_left_pad unsigned int by Alexey Dobriyan · 7 years ago
  43. 56d8cee slub: make ->max_attr_size unsigned int by Alexey Dobriyan · 7 years ago
  44. eb7235e slub: make ->remote_node_defrag_ratio unsigned int by Alexey Dobriyan · 7 years ago
  45. f4957d5 slab: make kmem_cache_create() work with 32-bit sizes by Alexey Dobriyan · 7 years ago
  46. 0be7032 slab: make kmalloc_size() return "unsigned int" by Alexey Dobriyan · 7 years ago
  47. 36071a2 slab: make kmalloc_index() return "unsigned int" by Alexey Dobriyan · 7 years ago
  48. 38c2368 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  49. 1675693 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  50. b240b41 Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  51. 9c2dd84 Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  52. d66db9f Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  53. 357aa6a Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  54. be88751 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  55. 5e4d6597 Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  56. 274c0e7 Merge tag 'f2fs-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  57. 052c220 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  58. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  59. dd972f9 Merge tag 'edac_for_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 7 years ago
  60. 3c8ba0d kernel.h: Retain constant expression output for max()/min() by Kees Cook · 7 years ago
  61. 5414ab3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  62. cdbd0d2 net/mlx5: Mkey creation command adjustments by Ariel Levkovich · 7 years ago
  63. 24da001 IB/mlx5: Device memory support in mlx5_ib by Ariel Levkovich · 7 years ago
  64. e72bd81 net/mlx5: Query device memory capabilities by Ariel Levkovich · 7 years ago
  65. 672a9c1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  66. e8403b49 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 7 years ago
  67. e02d37b Merge tag 'sound-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  68. 652ede3 Merge tag 'dma-mapping-4.17' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  69. be934cc IB/uverbs: Add device memory registration ioctl support by Ariel Levkovich · 7 years ago
  70. bee76d7 IB/uverbs: Add alloc/free dm uverbs ioctl support by Ariel Levkovich · 7 years ago
  71. 1d8eeb9 IB/uverbs: Add device memory capabilities reporting by Ariel Levkovich · 7 years ago
  72. d41c120 IB/uverbs: Expose device memory capabilities to user by Ariel Levkovich · 7 years ago
  73. 1b2951d Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  74. e2d39e0 Merge branch 'for-4.17/upstream' into for-linus by Jiri Kosina · 7 years ago
  75. af73686e Merge branch 'for-4.17/multitouch' into for-linus by Jiri Kosina · 7 years ago
  76. 06dd3df Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  77. 38047d5 Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  78. df34df4 Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  79. 9abf8ac Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  80. ac9053d Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  81. f9ca6a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  82. 9eb3122 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  83. 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  84. 5b1f3dc Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  85. 680014d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  86. 0c21fd6 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  87. 3e968c9 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  88. fe5f31a Merge tag 'v4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mtd/next by Boris Brezillon · 7 years ago
  89. a88b5f3 Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/next by Boris Brezillon · 7 years ago
  90. 94514bbe Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  91. 2e08edc Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  92. 14d8d77 Merge branch 'lorenzo/pci/endpoint' by Bjorn Helgaas · 7 years ago
  93. a4b8850 Merge branch 'pci/virtualization' by Bjorn Helgaas · 7 years ago
  94. 64ae499 Merge branch 'pci/portdrv' by Bjorn Helgaas · 7 years ago
  95. 43b90ea Merge branch 'pci/misc' by Bjorn Helgaas · 7 years ago
  96. 3da1b61 Merge branch 'pci/lpc' by Bjorn Helgaas · 7 years ago
  97. 315271b Merge branch 'pci/enumeration' by Bjorn Helgaas · 7 years ago
  98. db7a726e Merge branch 'pci/deprecate-get-bus-and-slot' by Bjorn Helgaas · 7 years ago
  99. 2d93fc8 IB/mlx5: Add ability to hash by IPSEC_SPI when creating a TIR by Matan Barak · 7 years ago
  100. c03faa5 IB/mlx5: Add information for querying IPsec capabilities by Matan Barak · 7 years ago