1. a3aea83 mm, THP, swap: support to clear swap cache flag for THP swapped out by Huang Ying · 7 years ago
  2. 04fecbf mm: memcontrol: use int for event/state parameter in several functions by Matthias Kaehlcke · 7 years ago
  3. 67e5ed9 mm/hugetlb.c: constify attribute_group structures by Arvind Yadav · 7 years ago
  4. 8aa95a2 mm/huge_memory.c: constify attribute_group structures by Arvind Yadav · 7 years ago
  5. fd147cb mm/page_idle.c: constify attribute_group structures by Arvind Yadav · 7 years ago
  6. 1fdaaa2 mm/slub.c: constify attribute_group structures by Arvind Yadav · 7 years ago
  7. f907c26 mm/ksm.c: constify attribute_group structures by Arvind Yadav · 7 years ago
  8. 63677c74 mm, memcg: reset memory.low during memcg offlining by Roman Gushchin · 7 years ago
  9. 397162f mm: remove nr_pages argument from pagevec_lookup{,_range}() by Jan Kara · 7 years ago
  10. f7b6804 mm: use find_get_pages_range() in filemap_range_has_page() by Jan Kara · 7 years ago
  11. b947cee mm: implement find_get_pages_range() by Jan Kara · 7 years ago
  12. d72dc8a mm: make pagevec_lookup() update index by Jan Kara · 7 years ago
  13. db73ee0 mm, vmscan: do not loop on too_many_isolated for ever by Michal Hocko · 7 years ago
  14. 77ff465 zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zspage is not inuse by Hui Zhu · 7 years ago
  15. 4647706 mm: always flush VMA ranges affected by zap_page_range by Mel Gorman · 7 years ago
  16. 9b19df2 mm/hugetlb.c: make huge_pte_offset() consistent and document behaviour by Punit Agrawal · 7 years ago
  17. 09180ca mm/gup: make __gup_device_* require THP by Oliver O'Halloran · 7 years ago
  18. dba58d3 mm/mremap: fail map duplication attempts for private mappings by Mike Kravetz · 7 years ago
  19. 1090302 mm, page_owner: don't grab zone->lock for init_pages_in_zone() by Vlastimil Babka · 7 years ago
  20. 0fc542b mm, page_ext: periodically reschedule during page_ext_init() by Vlastimil Babka · 7 years ago
  21. dab4ead mm, page_owner: make init_pages_in_zone() faster by Vlastimil Babka · 7 years ago
  22. b95046b mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocations by Michal Hocko · 7 years ago
  23. b93e0f3 mm, memory_hotplug: get rid of zonelists_mutex by Michal Hocko · 7 years ago
  24. 11cd863 mm, page_alloc: remove stop_machine from build_all_zonelists by Michal Hocko · 7 years ago
  25. 9d3be21 mm, page_alloc: simplify zonelist initialization by Michal Hocko · 7 years ago
  26. 34ad129 mm, memory_hotplug: remove explicit build_all_zonelists from try_online_node by Michal Hocko · 7 years ago
  27. 72675e1 mm, memory_hotplug: drop zone from build_all_zonelists by Michal Hocko · 7 years ago
  28. d9c9a0b mm, page_alloc: do not set_cpu_numa_mem on empty nodes initialization by Michal Hocko · 7 years ago
  29. afb6ebb mm, page_alloc: remove boot pageset initialization from memory hotplug by Michal Hocko · 7 years ago
  30. c9bff3e mm, page_alloc: rip out ZONELIST_ORDER_ZONE by Michal Hocko · 7 years ago
  31. c6f03e2 mm, memory_hotplug: remove zone restrictions by Michal Hocko · 7 years ago
  32. e5e6893 mm, memory_hotplug: display allowed zones in the preferred ordering by Michal Hocko · 7 years ago
  33. c115258 mm/memory_hotplug: just build zonelist for newly added node by Wei Yang · 7 years ago
  34. d460acb mm: track actual nr_scanned during shrink_slab() by Chris Wilson · 7 years ago
  35. ce6fa91 mm/slub.c: add a naive detection of double free or corruption by Alexander Popov · 7 years ago
  36. 2482ddec mm: add SLUB free list pointer obfuscation by Kees Cook · 7 years ago
  37. ea37df5 slub: tidy up initialization ordering by Alexander Potapenko · 7 years ago
  38. d01ad19 dax: remove DAX code from page_cache_tree_insert() by Ross Zwisler · 7 years ago
  39. b2770da6 mm: add vm_insert_mixed_mkwrite() by Ross Zwisler · 7 years ago
  40. b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  41. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  42. 1b2614f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  43. c461ad6 mm, madvise: ensure poisoned pages are removed from per-cpu lists by Mel Gorman · 7 years ago
  44. e746bf7 mm,page_alloc: don't call __node_reclaim() with oom_lock held. by Tetsuo Handa · 7 years ago
  45. 5f32b26 mm/mmu_notifier: kill invalidate_page by Jérôme Glisse · 7 years ago
  46. 369ea82 mm/rmap: update to new mmu_notifier semantic v2 by Jérôme Glisse · 7 years ago
  47. a4d1a88 dax: update to new mmu_notifier semantic by Jérôme Glisse · 7 years ago
  48. 785373b Revert "rmap: do not call mmu_notifier_invalidate_page() under ptl" by Linus Torvalds · 7 years ago
  49. 9c3a815 page waitqueue: always add new entries at the end by Linus Torvalds · 7 years ago
  50. a8b169a Avoid page waitqueue race leaving possible page locker waiting by Linus Torvalds · 7 years ago
  51. 3510ca2 Minor page waitqueue cleanups by Linus Torvalds · 7 years ago
  52. 413d63d71b Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts by Ingo Molnar · 7 years ago
  53. 91b540f9 mm/memblock.c: reversed logic in memblock_discard() by Pavel Tatashin · 7 years ago
  54. 263630e mm/madvise.c: fix freeing of locked page with MADV_FREE by Eric Biggers · 7 years ago
  55. 435c0b87 mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabled by Kirill A. Shutemov · 7 years ago
  56. 556b969 PM/hibernate: touch NMI watchdog when creating snapshot by Chen Yu · 7 years ago
  57. 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  58. 197e7e5 Sanitize 'move_pages()' permission checks by Linus Torvalds · 7 years ago
  59. 704b862 mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEM by Laura Abbott · 7 years ago
  60. 73223e4 mm/mempolicy: fix use after free when calling get_mempolicy by zhong jiang · 7 years ago
  61. da094e4 mm/cma_debug.c: fix stack corruption due to sprintf usage by Prakash Gupta · 7 years ago
  62. 6b31d59 mm, oom: fix potential data corruption when oom_reaper races with writer by Michal Hocko · 7 years ago
  63. 5b53a6e mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS by Michal Hocko · 7 years ago
  64. f6ba488 slub: fix per memcg cache leak on css offline by Vladimir Davydov · 7 years ago
  65. 3010f87 mm: discard memblock data later by Pavel Tatashin · 7 years ago
  66. 739f79f mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback() by Johannes Weiner · 7 years ago
  67. ce0fa3e x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages by Tony Luck · 7 years ago
  68. ccde85b mm, locking: Fix up flush_tlb_pending() related merge in do_huge_pmd_numa_page() by Peter Zijlstra · 7 years ago
  69. 040cca3 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  70. aac2fea rmap: do not call mmu_notifier_invalidate_page() under ptl by Kirill A. Shutemov · 7 years ago
  71. d041353 mm: fix list corruptions on shmem shrinklist by Cong Wang · 7 years ago
  72. af54aed mm/balloon_compaction.c: don't zero ballooned pages by Wei Wang · 7 years ago
  73. b3a81d0 mm: fix KSM data corruption by Minchan Kim · 7 years ago
  74. 99baac2 mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem by Minchan Kim · 7 years ago
  75. 0a2dd26 mm: make tlb_flush_pending global by Minchan Kim · 7 years ago
  76. 56236a5 mm: refactor TLB gathering API by Minchan Kim · 7 years ago
  77. a9b8025 Revert "mm: numa: defer TLB flush for THP migration as long as possible" by Nadav Amit · 7 years ago
  78. 16af97d mm: migrate: prevent racy access to tlb_flush_pending by Nadav Amit · 7 years ago
  79. 5af10df userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED case by Andrea Arcangeli · 7 years ago
  80. 75dddef mm: ratelimit PFNs busy info message by Jonathan Toppins · 7 years ago
  81. d507e2eb mm: fix global NR_SLAB_.*CLAIMABLE counter reads by Johannes Weiner · 7 years ago
  82. d92a8cf locking/lockdep: Rework FS_RECLAIM annotation by Peter Zijlstra · 8 years ago
  83. 8b1b436 mm, locking: Rework {set,clear,mm}_tlb_flush_pending() by Peter Zijlstra · 8 years ago
  84. 388f8e1 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  85. 167d0f2 mm: take memory hotplug lock within numa_zonelist_order_handler() by Heiko Carstens · 7 years ago
  86. b0ba2d0 mm/page_io.c: fix oops during block io poll in swapin path by Tetsuo Handa · 7 years ago
  87. 3189c82 zram: do not free pool->size_class by Minchan Kim · 7 years ago
  88. e770155 kasan: avoid -Wmaybe-uninitialized warning by Arnd Bergmann · 7 years ago
  89. b228237 userfaultfd: non-cooperative: notify about unmap of destination during mremap by Mike Rapoport · 7 years ago
  90. 3ea2771 mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entries by Mel Gorman · 7 years ago
  91. 2be7cfe mm/hugetlb.c: __get_user_pages ignores certain follow_hugetlb_page errors by Daniel Jordan · 7 years ago
  92. f06e8c5 kasan: Allow kasan_check_read/write() to accept pointers to volatiles by Dmitry Vyukov · 8 years ago
  93. 8f716c9 x86/mm: Add support to access boot related data in the clear by Tom Lendacky · 7 years ago
  94. f88a68f x86/mm: Extend early_memremap() support with additional attrs by Tom Lendacky · 7 years ago
  95. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  96. 37511fb mm: fix overflow check in expand_upwards() by Helge Deller · 7 years ago
  97. 3e8f399 writeback: rework wb_[dec|inc]_stat family of functions by Nikolay Borisov · 7 years ago
  98. 0f55685 mm, migration: do not trigger OOM killer when migrating memory by Michal Hocko · 7 years ago
  99. cc965a2 mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizes by Michal Hocko · 7 years ago
  100. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago