1. 84da111 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  2. 671df18 Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  3. bc7d9ae Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  4. b41dae0 Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  5. e6bc9de Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  6. 7ad67ca Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  7. 1902314 Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 5 years ago
  8. 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  9. 563c4f8 Merge branch 'sched/rt' into sched/core, to pick up -rt changes by Ingo Molnar · 5 years ago
  10. f323562 vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API by David Howells · 6 years ago
  11. 626c392 shmem_parse_one(): switch to use of fs_parse() by Al Viro · 5 years ago
  12. e04dc42 shmem_parse_options(): take handling a single option into a helper by Al Viro · 5 years ago
  13. f6490b7 shmem_parse_options(): don't bother with mpol in separate variable by Al Viro · 5 years ago
  14. 0b5071d shmem_parse_options(): use a separate structure to keep the results by Al Viro · 5 years ago
  15. ba170f7 mm, notifier: Catch sleeping/blocking for !blockable by Daniel Vetter · 5 years ago
  16. b4bc781 pagewalk: use lockdep_assert_held for locking validation by Christoph Hellwig · 5 years ago
  17. 7b86ac3 pagewalk: separate function pointers from iterator data by Christoph Hellwig · 5 years ago
  18. a520110 mm: split out a new pagewalk.h header from mm.h by Christoph Hellwig · 5 years ago
  19. 66204f1 mm/mmu_notifiers: prime lockdep by Daniel Vetter · 5 years ago
  20. 23b6839 mm/mmu_notifiers: add a lockdep map for invalidate_range_start/end by Daniel Vetter · 5 years ago
  21. 7e30d2a5 make shmem_fill_super() static by Al Viro · 6 years ago
  22. 14d3761 percpu: Use struct_size() helper by Gustavo A. R. Silva · 5 years ago
  23. 02fa5d7b mm/balloon_compaction: suppress allocation warnings by Nadav Amit · 5 years ago
  24. fe9041c vmalloc: lift the arm flag for coherent mappings to common code by Christoph Hellwig · 6 years ago
  25. a55c745 sched/topology: Improve load balancing on AMD EPYC systems by Matt Fleming · 5 years ago
  26. cf1ea05 fs: Export generic_fadvise() by Jan Kara · 5 years ago
  27. 692fe62 mm: Handle MADV_WILLNEED through vfs_fadvise() by Jan Kara · 5 years ago
  28. 6c1c280 mm: memcontrol: fix percpu vmstats and vmevents flush by Shakeel Butt · 5 years ago
  29. d2e5fb9 mm, memcg: do not set reclaim_state on soft limit reclaim by Michal Hocko · 5 years ago
  30. 14108b9 mm/z3fold.c: fix lock/unlock imbalance in z3fold_page_isolate by Gustavo A. R. Silva · 5 years ago
  31. b4c4648 mm, memcg: partially revert "mm/memcontrol.c: keep local VM counters in sync with the hierarchical ones" by Roman Gushchin · 5 years ago
  32. 441e254 mm/zsmalloc.c: fix build when CONFIG_COMPACTION=n by Andrew Morton · 5 years ago
  33. bee07b3 mm: memcontrol: flush percpu slab vmstats on kmem offlining by Roman Gushchin · 5 years ago
  34. 3a8e9ac writeback: add tracepoints for cgroup foreign writebacks by Tejun Heo · 5 years ago
  35. f0ade90 mm/mmu_notifiers: remove the __mmu_notifier_invalidate_range_start/end exports by Christoph Hellwig · 5 years ago
  36. c18ce674d mm/hmm: hmm_range_fault() infinite loop by Ralph Campbell · 5 years ago
  37. 6c64f2b mm/hmm: hmm_range_fault() NULL pointer bug by Ralph Campbell · 5 years ago
  38. 97b2782 writeback, memcg: Implement foreign dirty flushing by Tejun Heo · 5 years ago
  39. ed288dc writeback: Separate out wb_get_lookup() from wb_get_create() by Tejun Heo · 5 years ago
  40. 34f8fe5 bdi: Add bdi->id by Tejun Heo · 5 years ago
  41. 00fb24a mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=y by Andrey Ryabinin · 5 years ago
  42. 701d678 mm/zsmalloc.c: fix race condition in zs_destroy_pool by Henry Burns · 5 years ago
  43. 1a87aa0 mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely by Henry Burns · 5 years ago
  44. f7da677 mm, page_owner: handle THP splits correctly by Vlastimil Babka · 5 years ago
  45. bb65f89 mm: memcontrol: flush percpu vmevents before releasing memcg by Roman Gushchin · 5 years ago
  46. c350a99 mm: memcontrol: flush percpu vmstats before releasing memcg by Roman Gushchin · 5 years ago
  47. cd96103 mm, page_alloc: move_freepages should not examine struct page of reserved memory by David Rientjes · 5 years ago
  48. d776aaa mm/z3fold.c: fix race between migration and destruction by Henry Burns · 5 years ago
  49. e3fe8e5 mm/hmm: fix hmm_range_fault()'s handling of swapped out pages by Yang, Philip · 5 years ago
  50. c962451 mm/mmu_notifiers: remove unregister_no_release by Jason Gunthorpe · 5 years ago
  51. daa138a Merge branch 'odp_fixes' into hmm.git by Jason Gunthorpe · 5 years ago
  52. dc617f2 vfs: don't allow writes to swap files by Darrick J. Wong · 5 years ago
  53. 1638045 mm: set S_SWAPFILE on blockdev swap devices by Darrick J. Wong · 5 years ago
  54. fdc029b memremap: remove the dev field in struct dev_pagemap by Christoph Hellwig · 5 years ago
  55. 8402ce6 mm/mmu_notifiers: check if mmu notifier callbacks are allowed to fail by Daniel Vetter · 5 years ago
  56. 9b2ed9c mm: remove CONFIG_MIGRATE_VMA_HELPER by Christoph Hellwig · 5 years ago
  57. 06d462b mm: remove the unused MIGRATE_PFN_DEVICE flag by Christoph Hellwig · 5 years ago
  58. a7d1f22 mm: turn migrate_vma upside down by Christoph Hellwig · 5 years ago
  59. c7d8b78 hmm: use mmu_notifier_get/put for 'struct hmm' by Jason Gunthorpe · 5 years ago
  60. 2c7933f mm/mmu_notifiers: add a get/put scheme for the registration by Jason Gunthorpe · 5 years ago
  61. 70df291 mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm by Jason Gunthorpe · 5 years ago
  62. 56c57103 mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller by Jason Gunthorpe · 5 years ago
  63. 4643d67 hugetlbfs: fix hugetlb page migration/fault race causing SIGBUS by Mike Kravetz · 5 years ago
  64. 28360f3 mm, vmscan: do not special-case slab reclaim when watermarks are boosted by Mel Gorman · 5 years ago
  65. a828260 Revert "mm, thp: restore node-local hugepage allocations" by Andrea Arcangeli · 5 years ago
  66. 92717d4 Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask"" by Andrea Arcangeli · 5 years ago
  67. ec9f023 mm: workingset: fix vmstat counters for shadow nodes by Roman Gushchin · 5 years ago
  68. 9515316 mm/usercopy: use memory range to be accessed for wraparound check by Isaac J. Manjarres · 5 years ago
  69. fcf3a5b mm: kmemleak: disable early logging in case of error by Catalin Marinas · 5 years ago
  70. 5336e52 mm/vmalloc.c: fix percpu free VM area search criteria by Kuppuswamy Sathyanarayanan · 5 years ago
  71. 54a83d6 mm/memcontrol.c: fix use after free in mem_cgroup_iter() by Miles Chen · 5 years ago
  72. b997052 mm/z3fold.c: fix z3fold_destroy_pool() race condition by Henry Burns · 5 years ago
  73. 6051d3b mm/z3fold.c: fix z3fold_destroy_pool() ordering by Henry Burns · 5 years ago
  74. a53190a mm: mempolicy: handle vma with unmovable pages mapped correctly in mbind by Yang Shi · 5 years ago
  75. d883544 mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_STRICT were specified by Yang Shi · 5 years ago
  76. 1de13ee mm/hmm: fix bad subpage pointer in try_to_unmap_one by Ralph Campbell · 5 years ago
  77. 7ab0ad0 mm/hmm: fix ZONE_DEVICE anon page mapping reuse by Ralph Campbell · 5 years ago
  78. 06282373 mm/memremap: Fix reuse of pgmap instances with internal references by Dan Williams · 5 years ago
  79. 9c240a7 mm/hmm: make HMM_MIRROR an implicit option by Christoph Hellwig · 5 years ago
  80. f442c28 mm/hmm: allow HMM_MIRROR on all architectures with MMU by Christoph Hellwig · 5 years ago
  81. 251bbe5 mm/hmm: cleanup the hmm_vma_walk_hugetlb_entry stub by Christoph Hellwig · 5 years ago
  82. 9d3973d mm/hmm: cleanup the hmm_vma_handle_pmd stub by Christoph Hellwig · 5 years ago
  83. f0b3c45 mm/hmm: only define hmm_vma_walk_pud if needed by Christoph Hellwig · 5 years ago
  84. 309f9a4 mm/hmm: don't abuse pte_index() in hmm_vma_handle_pmd by Christoph Hellwig · 5 years ago
  85. 05c23af mm/hmm: remove the mask variable in hmm_vma_walk_hugetlb_entry by Christoph Hellwig · 5 years ago
  86. 7f08263 mm/hmm: remove the page_shift member from struct hmm_range by Christoph Hellwig · 5 years ago
  87. fac555a mm/hmm: remove superfluous arguments from hmm_range_register by Christoph Hellwig · 5 years ago
  88. 2cbeb41 mm/hmm: remove the unused vma argument to hmm_range_dma_unmap by Christoph Hellwig · 5 years ago
  89. 14c5ceb memremap: move from kernel/ to mm/ by Christoph Hellwig · 5 years ago
  90. aa4996b mm/memory_hotplug.c: remove unneeded return for void function by Weitao Hou · 5 years ago
  91. 7b358c6 mm/migrate.c: initialize pud_entry in migrate_vma() by Ralph Campbell · 5 years ago
  92. 670105a mm: compaction: avoid 100% CPU usage during compaction when a task is killed by Mel Gorman · 5 years ago
  93. ebdf4de mm: migrate: fix reference check race between __find_get_block() and migration by Jan Kara · 5 years ago
  94. fa1e512 mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab shrinker by Yang Shi · 5 years ago
  95. df9576d Revert "kmemleak: allow to coexist with fault injection" by Yang Shi · 5 years ago
  96. 1b7e816 mm: slub: Fix slab walking for init_on_free by Laura Abbott · 5 years ago
  97. 515f12b Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  98. 2a11c76 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 5 years ago
  99. cc37437 mm/hmm: remove hmm_range vma by Ralph Campbell · 5 years ago
  100. f527688 mm/hmm: remove hugetlbfs check in hmm_vma_walk_pmd by Ralph Campbell · 5 years ago