1. 73221d8 mm/vmalloc: fix a typo in comment by Jeongtae Park · 4 years, 7 months ago
  2. 399145f mm/debug: add tests validating architecture page table helpers by Anshuman Khandual · 4 years, 7 months ago
  3. f089dcc mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h by Mike Rapoport · 4 years, 7 months ago
  4. c571686 mm/util.c: remove the VM_WARN_ONCE for vm_committed_as underflow check by Feng Tang · 4 years, 7 months ago
  5. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  6. 375d315 mm: add DEBUG_WX support by Zong Li · 4 years, 7 months ago
  7. 86ec2da mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid() by Anshuman Khandual · 4 years, 7 months ago
  8. 67e4eb0 mm: thp: don't need to drain lru cache when splitting and mlocking THP by Yang Shi · 4 years, 7 months ago
  9. 2d3a36a mm, mempolicy: fix up gup usage in lookup_node by Michal Hocko · 4 years, 7 months ago
  10. 21e330f mm: swap: memcg: fix memcg stats for huge pages by Shakeel Butt · 4 years, 7 months ago
  11. 5d91f31 mm: swap: fix vmstats for huge pages by Shakeel Butt · 4 years, 7 months ago
  12. d483a5d mm: vmscan: limit the range of LRU type balancing by Johannes Weiner · 4 years, 7 months ago
  13. 96f8bf4 mm: vmscan: reclaim writepage is IO cost by Johannes Weiner · 4 years, 7 months ago
  14. 7cf111b mm: vmscan: determine anon/file pressure balance at the reclaim root by Johannes Weiner · 4 years, 7 months ago
  15. 314b57f mm: balance LRU lists based on relative thrashing by Johannes Weiner · 4 years, 7 months ago
  16. 264e90c mm: only count actual rotations as LRU reclaim cost by Johannes Weiner · 4 years, 7 months ago
  17. fbbb602 mm: deactivations shouldn't bias the LRU balance by Johannes Weiner · 4 years, 7 months ago
  18. 1431d4d mm: base LRU balancing on an explicit cost model by Johannes Weiner · 4 years, 7 months ago
  19. a4fe163 mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count() by Johannes Weiner · 4 years, 7 months ago
  20. 9682468 mm: remove use-once cache bias from LRU balancing by Johannes Weiner · 4 years, 7 months ago
  21. 34e58ca mm: workingset: let cache workingset challenge anon by Johannes Weiner · 4 years, 7 months ago
  22. 6058eae mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() by Johannes Weiner · 4 years, 7 months ago
  23. c843966 mm: allow swappiness that prefers reclaiming anon over the file workingset by Johannes Weiner · 4 years, 7 months ago
  24. 497a6c1 mm: keep separate anon and file statistics on page reclaim activity by Johannes Weiner · 4 years, 7 months ago
  25. 5df7419 mm: fix LRU balancing effect of new transparent huge pages by Johannes Weiner · 4 years, 7 months ago
  26. a0b5b41 mm: memcontrol: update page->mem_cgroup stability rules by Johannes Weiner · 4 years, 7 months ago
  27. d9eb1ea mm: memcontrol: delete unused lrucare handling by Johannes Weiner · 4 years, 7 months ago
  28. 4c6355b mm: memcontrol: charge swapin pages on instantiation by Johannes Weiner · 4 years, 7 months ago
  29. 2d1c498 mm: memcontrol: make swap tracking an integral part of memory control by Johannes Weiner · 4 years, 7 months ago
  30. eccb52e mm: memcontrol: prepare swap controller setup for integration by Johannes Weiner · 4 years, 7 months ago
  31. f0e45fb mm: memcontrol: drop unused try/commit/cancel charge API by Johannes Weiner · 4 years, 7 months ago
  32. 9d82c69 mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API by Johannes Weiner · 4 years, 7 months ago
  33. 468c398 mm: memcontrol: switch to native NR_ANON_THPS counter by Johannes Weiner · 4 years, 7 months ago
  34. be5d0a7 mm: memcontrol: switch to native NR_ANON_MAPPED counter by Johannes Weiner · 4 years, 7 months ago
  35. 0d1c207 mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters by Johannes Weiner · 4 years, 7 months ago
  36. 9da7b52 mm: memcontrol: prepare cgroup vmstat infrastructure for native anon counters by Johannes Weiner · 4 years, 7 months ago
  37. 49e50d2 mm: memcontrol: prepare move_account for removal of private page type counters by Johannes Weiner · 4 years, 7 months ago
  38. 9f762db mm: memcontrol: prepare uncharging for removal of private page type counters by Johannes Weiner · 4 years, 7 months ago
  39. 3fea5a4 mm: memcontrol: convert page cache to a new mem_cgroup_charge() API by Johannes Weiner · 4 years, 7 months ago
  40. 6caa6a0 mm: memcontrol: move out cgroup swaprate throttling by Johannes Weiner · 4 years, 7 months ago
  41. 14235ab mm: shmem: remove rare optimization when swapin races with hole punching by Johannes Weiner · 4 years, 7 months ago
  42. 3fba69a mm: memcontrol: drop @compound parameter from memcg charging API by Johannes Weiner · 4 years, 7 months ago
  43. abb242f mm: memcontrol: fix stat-corrupting race in charge moving by Johannes Weiner · 4 years, 7 months ago
  44. f4129ea mm: fix NUMA node file count error in replace_page_cache() by Johannes Weiner · 4 years, 7 months ago
  45. df3a45f mm/vmscan: update the comment of should_continue_reclaim() by Qiwu Chen · 4 years, 7 months ago
  46. 730ec8c mm/vmscan.c: change prototype for shrink_page_list by Maninder Singh · 4 years, 7 months ago
  47. 1f318a9 mm/vmscan: count layzfree pages and fix nr_isolated_* mismatch by Jaewon Kim · 4 years, 7 months ago
  48. a892cb6 mm/vmscan.c: use update_lru_size() in update_lru_sizes() by Wei Yang · 4 years, 7 months ago
  49. ff45fc3 mm: simplify calling a compound page destructor by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  50. 8ac0b81 mm/hugetlb: avoid unnecessary check on pud and pmd entry in huge_pte_offset by Li Xinhai · 4 years, 7 months ago
  51. c2833a5 hugetlbfs: fix changes to command line processing by Mike Kravetz · 4 years, 7 months ago
  52. 282f421 hugetlbfs: clean up command line processing by Mike Kravetz · 4 years, 7 months ago
  53. 3823783 hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate by Mike Kravetz · 4 years, 7 months ago
  54. 359f254 hugetlbfs: move hugepagesz= parsing to arch independent code by Mike Kravetz · 4 years, 7 months ago
  55. ae94da8 hugetlbfs: add arch_hugetlb_valid_size by Mike Kravetz · 4 years, 7 months ago
  56. 71a2c11 khugepaged: introduce 'max_ptes_shared' tunable by Kirill A. Shutemov · 4 years, 7 months ago
  57. 3917c80 thp: change CoW semantics for anon-THP by Kirill A. Shutemov · 4 years, 7 months ago
  58. 5503fbf khugepaged: allow to collapse PTE-mapped compound pages by Kirill A. Shutemov · 4 years, 7 months ago
  59. 9445689 khugepaged: allow to collapse a page shared across fork by Kirill A. Shutemov · 4 years, 7 months ago
  60. ae2c5d8 khugepaged: drain LRU add pagevec after swapin by Kirill A. Shutemov · 4 years, 7 months ago
  61. a980df3 khugepaged: drain all LRU caches before scanning pages by Kirill A. Shutemov · 4 years, 7 months ago
  62. ffe945e khugepaged: do not stop collapse if less than half PTEs are referenced by Kirill A. Shutemov · 4 years, 7 months ago
  63. 633bf2f mm/page_alloc.c: add missing newline by Chen Tao · 4 years, 7 months ago
  64. ecd0965 mm: make deferred init's max threads arch-specific by Daniel Jordan · 4 years, 7 months ago
  65. e444314 mm: parallelize deferred_init_memmap() by Daniel Jordan · 4 years, 7 months ago
  66. 89c7c40 mm: don't track number of pages during deferred initialization by Daniel Jordan · 4 years, 7 months ago
  67. da97f2d5 mm: call cond_resched() from deferred_init_memmap() by Pavel Tatashin · 4 years, 7 months ago
  68. 3d06085 mm: initialize deferred pages with interrupts enabled by Pavel Tatashin · 4 years, 7 months ago
  69. 117003c mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred init by Daniel Jordan · 4 years, 7 months ago
  70. ae70edd mm/page_alloc: restrict and formalize compound_page_dtors[] by Anshuman Khandual · 4 years, 7 months ago
  71. aa09259 mm, page_alloc: reset the zone->watermark_boost early by Charan Teja Reddy · 4 years, 7 months ago
  72. b418a0f mm/page_alloc.c: reset numa stats for boot pagesets by Sandipan Das · 4 years, 7 months ago
  73. 01c0bfe mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention by Wei Yang · 4 years, 7 months ago
  74. d0ddf49 mm/page_alloc.c: use NODE_MASK_NONE in build_zonelists() by Wei Yang · 4 years, 7 months ago
  75. 97a225e mm/page_alloc: integrate classzone_idx and high_zoneidx by Joonsoo Kim · 4 years, 7 months ago
  76. 3334a45 mm/page_alloc: use ac->high_zoneidx for classzone_idx by Joonsoo Kim · 4 years, 7 months ago
  77. 26e7dea mm/vmstat.c: do not show lowmem reserve protection information of empty zone by Baoquan He · 4 years, 7 months ago
  78. f636615 mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is empty by Baoquan He · 4 years, 7 months ago
  79. 86aaf25 mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changing it by Baoquan He · 4 years, 7 months ago
  80. 4ca7be2 mm/page_alloc.c: remove unused free_bootmem_with_active_regions by Baoquan He · 4 years, 7 months ago
  81. 1686766 mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocations by Roman Gushchin · 4 years, 7 months ago
  82. 58b7f11 mm/page_alloc.c: extract check_[new|free]_page_bad() common part to page_bad_reason() by Wei Yang · 4 years, 7 months ago
  83. 534fe5e mm/page_alloc.c: rename free_pages_check() to check_free_page() by Wei Yang · 4 years, 7 months ago
  84. 0d0c48a mm/page_alloc.c: rename free_pages_check_bad() to check_free_page_bad() by Wei Yang · 4 years, 7 months ago
  85. 82a3241 mm/page_alloc.c: bad_flags is not necessary for bad_page() by Wei Yang · 4 years, 7 months ago
  86. 833d8a4 mm/page_alloc.c: bad_[reason|flags] is not necessary when PageHWPoison by Wei Yang · 4 years, 7 months ago
  87. 8a1b25f mm: simplify find_min_pfn_with_active_regions() by Mike Rapoport · 4 years, 7 months ago
  88. 854e884 mm: clean up free_area_init_node() and its helpers by Mike Rapoport · 4 years, 7 months ago
  89. bc9331a mm: rename free_area_init_node() to free_area_init_memoryless_node() by Mike Rapoport · 4 years, 7 months ago
  90. 51930df mm: free_area_init: allow defining max_zone_pfn in descending order by Mike Rapoport · 4 years, 7 months ago
  91. acd3f5c mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES by Mike Rapoport · 4 years, 7 months ago
  92. 73a6e47 mm: memmap_init: iterate over memblock regions rather that check each PFN by Baoquan He · 4 years, 7 months ago
  93. 9691a07 mm: use free_area_init() instead of free_area_init_nodes() by Mike Rapoport · 4 years, 7 months ago
  94. fa3354e mm: free_area_init: use maximal zone PFNs rather than zone sizes by Mike Rapoport · 4 years, 7 months ago
  95. 3f08a30 mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option by Mike Rapoport · 4 years, 7 months ago
  96. 6f24fbd mm: make early_pfn_to_nid() and related defintions close to each other by Mike Rapoport · 4 years, 7 months ago
  97. d622abf mm: memblock: replace dereferences of memblock_region.nid with API calls by Mike Rapoport · 4 years, 7 months ago
  98. f81cd17 mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast() by John Hubbard · 4 years, 7 months ago
  99. 104acc3 mm/gup: introduce pin_user_pages_fast_only() by John Hubbard · 4 years, 7 months ago
  100. 376a34ef mm/gup: refactor and de-duplicate gup_fast() code by John Hubbard · 4 years, 7 months ago