1. 846b1a0 mm: call vm_munmap in munmap syscall instead of using open coded version by Mike Rapoport · 7 years ago
  2. 3fe8796 mm: convert remove_migration_pte() to use page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  3. d53a8b4 mm: drop page_check_address{,_transhuge} by Kirill A. Shutemov · 7 years ago
  4. 6a328a6 mm: convert page_mapped_in_vma() to use page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  5. 36eaff3 mm, ksm: convert write_protect_page() to use page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  6. c7ab0d2 mm: convert try_to_unmap_one() to use page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  7. f27176c mm: convert page_mkclean_one() to use page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  8. a8fa41ad mm, rmap: check all VMAs that PTE-mapped THP can be part of by Kirill A. Shutemov · 7 years ago
  9. 699fa21 mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs() by Kirill A. Shutemov · 7 years ago
  10. 8eaeded mm: fix handling PTE-mapped THPs in page_referenced() by Kirill A. Shutemov · 7 years ago
  11. ace71a1 mm: introduce page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  12. 0efadf4 mm/hotplug: enable memory hotplug for non-lru movable pages by Yisheng Xie · 7 years ago
  13. 85fbe5d HWPOISON: soft offlining for non-lru movable page by Yisheng Xie · 7 years ago
  14. 9e5bcd6 mm/migration: make isolate_movable_page() return int type by Yisheng Xie · 7 years ago
  15. 5a27aa8 z3fold: add kref refcounting by Vitaly Wool · 7 years ago
  16. 2f1e5e4 z3fold: use per-page spinlock by Vitaly Wool · 7 years ago
  17. 1b096e5 z3fold: extend compaction function by Vitaly Wool · 7 years ago
  18. ede9321 z3fold: fix header size related issues by Vitaly Wool · 7 years ago
  19. 12d59ae z3fold: make pages_nr atomic by Vitaly Wool · 7 years ago
  20. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 7 years ago
  21. a00cc7d mm, x86: add support for PUD-sized transparent hugepages by Matthew Wilcox · 7 years ago
  22. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 7 years ago
  23. bd233f5 mm, page_alloc: use static global work_struct for draining per-cpu pages by Mel Gorman · 7 years ago
  24. 5104782 mm, page_alloc: don't check cpuset allowed twice in fast-path by Vlastimil Babka · 7 years ago
  25. df76cee mm, page_alloc: remove redundant checks from alloc fastpath by Vlastimil Babka · 7 years ago
  26. 3edf41d mm: fix comments for mmap_init() by seokhoon.yoon · 7 years ago
  27. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 7 years ago
  28. 374ad05 mm, page_alloc: only use per-cpu allocator for irq-safe requests by Mel Gorman · 7 years ago
  29. a459eeb mm, page_alloc: do not depend on cpu hotplug locks inside the allocator by Michal Hocko · 7 years ago
  30. 0ccce3b mm, page_alloc: drain per-cpu pages from workqueue context by Mel Gorman · 7 years ago
  31. 9cd7555 mm, page_alloc: split alloc_pages_nodemask() by Mel Gorman · 7 years ago
  32. 066b239 mm, page_alloc: split buffered_rmqueue() by Mel Gorman · 7 years ago
  33. c55e8d0 mm: vmscan: move dirty pages out of the way until they're flushed by Johannes Weiner · 7 years ago
  34. 4eda482 mm: vmscan: only write dirty pages that the scanner has seen twice by Johannes Weiner · 7 years ago
  35. bbef938 mm: vmscan: remove old flusher wakeup from direct reclaim path by Johannes Weiner · 7 years ago
  36. 726d061 mm: vmscan: kick flushers when we encounter dirty pages on the LRU by Johannes Weiner · 7 years ago
  37. 1276ad6 mm: vmscan: scan dirty pages even in laptop mode by Johannes Weiner · 7 years ago
  38. a6bf53e userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE request by Mike Rapoport · 7 years ago
  39. d811914 userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE by Mike Rapoport · 7 years ago
  40. 0262d9c memblock: embed memblock type name within struct memblock_type by Heiko Carstens · 7 years ago
  41. 409efd4 memblock: also dump physmem list within __memblock_dump_all by Heiko Carstens · 7 years ago
  42. 7409c5f memblock: let memblock_type_name know about physmem type by Heiko Carstens · 7 years ago
  43. 997126b mm/memory_hotplug.c: unexport __remove_pages() by Andrew Morton · 7 years ago
  44. 3fc2192 mm: validate device_hotplug is held for memory hotplug by Dan Williams · 7 years ago
  45. 299c517 mm, oom: header nodemask is NULL when cpusets are disabled by David Rientjes · 7 years ago
  46. e86c59b mm/ksm: improve deduplication of zero pages with colouring by Claudio Imbrenda · 7 years ago
  47. f201ebd mm/z3fold.c: limit first_num to the actual range of possible buddy indexes by zhong jiang · 7 years ago
  48. 5d63f81 mm/memblock.c: remove unnecessary log and clean up by Miles Chen · 7 years ago
  49. 2351907 oom-reaper: use madvise_dontneed() logic to decide if unmap the VMA by Kirill A. Shutemov · 7 years ago
  50. ecf1385 mm: drop unused argument of zap_page_range() by Kirill A. Shutemov · 7 years ago
  51. 3e8715f mm: drop zap_details::check_swap_entries by Kirill A. Shutemov · 7 years ago
  52. da162e9 mm: drop zap_details::ignore_dirty by Kirill A. Shutemov · 7 years ago
  53. 685dbf6 mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabled by David Rientjes · 7 years ago
  54. 6c18ba7 mm: help __GFP_NOFAIL allocations which do not trigger OOM killer by Michal Hocko · 7 years ago
  55. 06ad276 mm, oom: do not enforce OOM killer for __GFP_NOFAIL automatically by Michal Hocko · 7 years ago
  56. 9a67f64 mm: consolidate GFP_NOFAIL checks in the allocator slowpath by Michal Hocko · 7 years ago
  57. 9af744d lib/show_mem.c: teach show_mem to work with the given nodemask by Michal Hocko · 7 years ago
  58. a8e9925 mm, page_alloc: warn_alloc print nodemask by Michal Hocko · 7 years ago
  59. c02e50b mm, page_alloc: do not report all nodes in show_mem by Michal Hocko · 7 years ago
  60. abd6e8a Revert "mm: bail out in shrink_inactive_list()" by Michal Hocko · 7 years ago
  61. 71ab6cf mm, vmscan: consider eligible zones in get_scan_count by Michal Hocko · 7 years ago
  62. fd53880 mm, vmscan: cleanup lru size claculations by Michal Hocko · 7 years ago
  63. f095890 mm, vmscan: do not count freed pages as PGDEACTIVATE by Michal Hocko · 7 years ago
  64. bc71226 mm/backing-dev.c: use rb_entry() by Geliang Tang · 7 years ago
  65. 21440d7 mm, thp: add new defer+madvise defrag option by David Rientjes · 7 years ago
  66. ba81f83 mm/swap: skip readahead only when swap slot cache is enabled by Huang Ying · 7 years ago
  67. 039939a mm/swap: enable swap slots cache usage by Tim Chen · 7 years ago
  68. 67afa38 mm/swap: add cache for swap slots allocation by Tim Chen · 7 years ago
  69. 7c00baf mm/swap: free swap slots in batch by Tim Chen · 7 years ago
  70. 36005ba mm/swap: allocate swap slots in batches by Tim Chen · 7 years ago
  71. e8c26ab mm/swap: skip readahead for unreferenced swap slots by Tim Chen · 7 years ago
  72. 4b3ef9d mm/swap: split swap cache into 64MB trunks by Huang, Ying · 7 years ago
  73. 235b621 mm/swap: add cluster lock by Huang, Ying · 7 years ago
  74. 6a991fc mm/swap: fix kernel message in swap_info_get() by Huang, Ying · 7 years ago
  75. 16e72e9 powerpc: do not make the entire heap executable by Denys Vlasenko · 7 years ago
  76. ddffe98 mm/memory_hotplug: set magic number to page->freelist instead of page->lru.next by Yasuaki Ishimatsu · 7 years ago
  77. 857e522 mm/sparse: use page_private() to get page->private value by Yasuaki Ishimatsu · 7 years ago
  78. 7d41c03 mm/memblock.c: check return value of memblock_reserve() in memblock_virt_alloc_internal() by Wei Yang · 7 years ago
  79. ef415ef mm/memblock.c: trivial code refine in memblock_is_region_memory() by Wei Yang · 7 years ago
  80. 399d8ee mm: fix some typos in mm/zsmalloc.c by Xishi Qiu · 7 years ago
  81. d3a9d7a3 mm/bootmem.c: cosmetic improvement of code readability by Adygzhy Ondar · 7 years ago
  82. 46acef0 mm,compaction: serialize waitqueue_active() checks by Davidlohr Bueso · 7 years ago
  83. b92df1d mm: page_alloc: skip over regions of invalid pfns where possible by Paul Burton · 7 years ago
  84. 7f354a5 mm, compaction: add vmstats for kcompactd work by David Rientjes · 7 years ago
  85. e57b9d8 mm/mmzone.c: swap likely to unlikely as code logic is different for next_zones_zonelist() by Steven Rostedt · 7 years ago
  86. 8706675 mm: fix filemap.c kernel-doc warnings by Randy Dunlap · 7 years ago
  87. 74d81bf mm: un-export wake_up_page functions by Nicholas Piggin · 7 years ago
  88. dcec0b6 mm, vmscan: add mm_vmscan_inactive_list_is_low tracepoint by Michal Hocko · 7 years ago
  89. 5bccd16 mm, vmscan: enhance mm_vmscan_lru_shrink_inactive tracepoint by Michal Hocko · 7 years ago
  90. 3c710c1 mm, vmscan: extract shrink_page_list reclaim counters into a struct by Michal Hocko · 7 years ago
  91. 32b3f29 mm, vmscan: show LRU name in mm_vmscan_lru_isolate tracepoint by Michal Hocko · 7 years ago
  92. 1265e3a mm, vmscan: show the number of skipped pages in mm_vmscan_lru_isolate by Michal Hocko · 7 years ago
  93. 9d998b4 mm, vmscan: add active list aging tracepoint by Michal Hocko · 7 years ago
  94. 175ad4f mm: mprotect: use pmd_trans_unstable instead of taking the pmd_lock by Andrea Arcangeli · 7 years ago
  95. cb658a4 userfaultfd: shmem: avoid leaking blocks and used blocks in UFFDIO_COPY by Andrea Arcangeli · 7 years ago
  96. a425d35 userfaultfd: shmem: avoid a lockup resulting from corrupted page->flags by Andrea Arcangeli · 7 years ago
  97. 9cc90c6 userfaultfd: shmem: lock the page before adding it to pagecache by Andrea Arcangeli · 7 years ago
  98. 1c9e8de userfaultfd: hugetlbfs: add UFFDIO_COPY support for shared mappings by Mike Kravetz · 7 years ago
  99. cfda052 userfaultfd: shmem: add userfaultfd hook for shared memory faults by Mike Rapoport · 7 years ago
  100. 26071ce userfaultfd: shmem: use shmem_mcopy_atomic_pte for shared memory by Mike Rapoport · 7 years ago