1. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  2. 704687d mm: make slab and vmalloc allocators __GFP_NOLOCKDEP aware by Michal Hocko · 3 years ago
  3. 17c1736 mm: memcontrol: make cgroup_memory_nokmem static by Muchun Song · 3 years ago
  4. b9a8a41 truncate,shmem: Handle truncates that split large folios by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  5. 51dcbda mm: Convert find_lock_entries() to use a folio_batch by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  6. 0e499ed filemap: Return only folios from find_get_entries() by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  7. 78f4266 truncate: Add invalidate_complete_folio2() by Matthew Wilcox (Oracle) · 3 years, 5 months ago
  8. 1e84a3d truncate,shmem: Add truncate_inode_folio() by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  9. 3506659 mm: Add unmap_mapping_folio() by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  10. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  11. c3f4a9a mm/vmscan: centralise timeout values for reclaim_throttle by Mel Gorman · 3 years, 2 months ago
  12. d818fca mm/vmscan: throttle reclaim and compaction when too may pages are isolated by Mel Gorman · 3 years, 2 months ago
  13. 8cd7c58 mm/vmscan: throttle reclaim until some writeback completes if congested by Mel Gorman · 3 years, 2 months ago
  14. 03c4f20 mm: introduce pmd_install() helper by Qi Zheng · 3 years, 2 months ago
  15. 3eed3ef mm: Add folio_evictable() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  16. 269ccca3 mm/writeback: Add __folio_end_writeback() by Matthew Wilcox (Oracle) · 4 years ago
  17. 6460100 mm: Add folio_raw_mapping() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  18. 575ced1 mm/swap: Add folio_rotate_reclaimable() by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  19. 79c28a4 mm/numa: automatically generate node migration order by Dave Hansen · 3 years, 4 months ago
  20. c803b3c mm: introduce memmap_alloc() to unify memory map allocation by Mike Rapoport · 3 years, 4 months ago
  21. 6aeb254 mmap: make mlock_future_check() global by Mike Rapoport · 3 years, 6 months ago
  22. ffd8f25 mm/page_alloc: move prototype for find_suitable_fallback by Mel Gorman · 3 years, 6 months ago
  23. 4ca9b385 mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables by David Hildenbrand · 3 years, 6 months ago
  24. a78f1cc mm: make variable names for populate_vma_page_range() consistent by David Hildenbrand · 3 years, 6 months ago
  25. c5b5a3d mm: thp: refactor NUMA fault handling by Yang Shi · 3 years, 6 months ago
  26. f4c0d83 mm: memory: make numa_migrate_prep() non-static by Yang Shi · 3 years, 6 months ago
  27. 44042b4 mm/page_alloc: allow high-order pages to be stored on the per-cpu lists by Mel Gorman · 3 years, 6 months ago
  28. 04f8cfe mm/page_alloc: adjust pcp->high after CPU hotplug events by Mel Gorman · 3 years, 6 months ago
  29. 494c1df mm: memcg/slab: create a new set of kmalloc-cg-<n> caches by Waiman Long · 3 years, 6 months ago
  30. 494334e mm/thp: fix vma_address() if virtual address below file offset by Hugh Dickins · 3 years, 6 months ago
  31. f10628d Revert "mm/gup: check page posion status for coredump." by Michal Hocko · 3 years, 7 months ago
  32. f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 8 months ago
  33. c2ad7a1 mm,compaction: let isolate_migratepages_{range,block} return error codes by Oscar Salvador · 3 years, 8 months ago
  34. 84172f4 mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  35. 4ad0ae8 mm/vmalloc: remove unmap_kernel_range by Nicholas Piggin · 3 years, 8 months ago
  36. b67177e mm/vmalloc: remove map_kernel_range by Nicholas Piggin · 3 years, 8 months ago
  37. 820c4ba Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years, 8 months ago
  38. fcd9ae4 mm/filemap: Pass the file_ra_state in the ractl by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  39. d3378e8 mm/gup: check page posion status for coredump. by Aili Yao · 3 years, 9 months ago
  40. 97a7e47 mm: introduce page_needs_cow_for_dma() for deciding whether cow by Peter Xu · 3 years, 10 months ago
  41. 5c211ba mm: add and use find_lock_entries by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  42. 44835d2 mm: add FGP_ENTRY by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  43. ec6e8c7e mm, page_alloc: disable pcplists during memory offline by Vlastimil Babka · 4 years ago
  44. 0966aeb mm: move free_unref_page to mm/internal.h by Matthew Wilcox (Oracle) · 4 years ago
  45. ab130f91 mm: rename page_order() to buddy_order() by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  46. b1647dc mm/readahead: pass a file_ra_state into force_page_cache_ra by David Howells · 4 years, 2 months ago
  47. db660d4 mm/filemap: fold ra_submit into do_sync_mmap_readahead by David Howells · 4 years, 2 months ago
  48. 7b3df3b mm/readahead: pass readahead_control to force_page_cache_ra by David Howells · 4 years, 2 months ago
  49. 8238287 mm/readahead: make do_page_cache_ra take a readahead_control by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  50. 9dfc8ff i915: use find_lock_page instead of find_lock_entry by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  51. 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  52. af3bbc1 mm: add thp_size by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  53. a097631 mm/mempolicy: use a standard migration target allocation callback by Joonsoo Kim · 4 years, 5 months ago
  54. 19fc7be mm/migrate: introduce a standard migration target allocation function by Joonsoo Kim · 4 years, 5 months ago
  55. facdaa9 mm: proactive compaction by Nitin Gupta · 4 years, 5 months ago
  56. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  57. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  58. 68956cc mm: fix a typo in comment "strucure"->"structure" by Ethon Paul · 4 years, 7 months ago
  59. 730ec8c mm/vmscan.c: change prototype for shrink_page_list by Maninder Singh · 4 years, 7 months ago
  60. 97a225e mm/page_alloc: integrate classzone_idx and high_zoneidx by Joonsoo Kim · 4 years, 7 months ago
  61. 3334a45 mm/page_alloc: use ac->high_zoneidx for classzone_idx by Joonsoo Kim · 4 years, 7 months ago
  62. 9a42823 mm: return void from various readahead functions by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  63. cee9a0c mm: move readahead prototypes from mm.h by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  64. 624f58d mm: add function __putback_isolated_page by Alexander Duyck · 4 years, 9 months ago
  65. b06eda0 mm,compaction,cma: add alloc_contig flag to compact_control by Rik van Riel · 4 years, 9 months ago
  66. 736838e mm, pagealloc: micro-optimisation: save two branches on hot page allocation path by Mateusz Nosek · 4 years, 9 months ago
  67. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 9 months ago
  68. 1eb6234 mm: swap: make page_evictable() inline by Yang Shi · 4 years, 9 months ago
  69. 6826539 mm, pcpu: make zone pcp updates and reset internal to the mm by Mel Gorman · 5 years ago
  70. aba6dfb mm/mmap.c: rb_parent is not necessary in __vma_link_list() by Wei Yang · 5 years ago
  71. 1b9fc5b2 mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list() by Wei Yang · 5 years ago
  72. 89b1533 mm: drop mmap_sem before calling balance_dirty_pages() in write fault by Johannes Weiner · 5 years ago
  73. 9c276cc mm: introduce MADV_COLD by Minchan Kim · 5 years ago
  74. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  75. 5e1f0f0 mm, compaction: capture a page under direct compaction by Mel Gorman · 6 years ago
  76. dbe2d4e mm, compaction: round-robin the order while searching the free lists for a target by Mel Gorman · 6 years ago
  77. 804d312 mm, compaction: avoid rescanning the same pageblock multiple times by Mel Gorman · 6 years ago
  78. 70b4459 mm, compaction: use free lists to quickly locate a migration source by Mel Gorman · 6 years ago
  79. efe771c mm, compaction: always finish scanning of a full pageblock by Mel Gorman · 6 years ago
  80. 566e54e mm, compaction: remove last_migrated_pfn from compact_control by Mel Gorman · 6 years ago
  81. c5943b9 mm, compaction: rearrange compact_control by Mel Gorman · 6 years ago
  82. c5fbd93 mm, compaction: shrink compact_control by Mel Gorman · 6 years ago
  83. a9cd410 mm/page_alloc.c: memory hotplug: free pages as higher order by Arun KS · 6 years ago
  84. 0a79cda mm: use alloc_flags to record if kswapd can wake by Mel Gorman · 6 years ago
  85. 6bb1545 mm, page_alloc: spread allocations across zones before introducing fragmentation by Mel Gorman · 6 years ago
  86. 8b09549 vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n by Wei Yang · 6 years ago
  87. 7c2ee34 memblock: rename __free_pages_bootmem to memblock_free_pages by Mike Rapoport · 6 years ago
  88. 2b74030 mm: Change return type int to vm_fault_t for fault handlers by Souptick Joarder · 6 years ago
  89. 7cc2a95 mm: remove __paginginit by Pavel Tatashin · 6 years ago
  90. 6567af7 Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  91. c534aa3 mm: return an unsigned int from __do_page_cache_readahead by Christoph Hellwig · 7 years ago
  92. d883c6c Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE" by Joonsoo Kim · 7 years ago
  93. 1d47a3e mm/cma: remove ALLOC_CMA by Joonsoo Kim · 7 years ago
  94. bad8c6c mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE by Joonsoo Kim · 7 years ago
  95. 666feb2 mm, migrate: remove reason argument from new_page_t by Michal Hocko · 7 years ago
  96. a49bd4d mm, numa: rework do_pages_move by Michal Hocko · 7 years ago
  97. f55e101 Revert "mm, thp: Do not make pmd/pud dirty without a reason" by Linus Torvalds · 7 years ago
  98. 152e93a mm, thp: Do not make pmd/pud dirty without a reason by Kirill A. Shutemov · 7 years ago
  99. 2583d67 mm, compaction: split off flag for not updating skip hints by Vlastimil Babka · 7 years ago
  100. cd04ae1 mm, oom: do not rely on TIF_MEMDIE for memory reserves access by Michal Hocko · 7 years ago