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