1. 7c33023 mm/memory_hotplug: quieting offline operation by Laurent Dufour · 4 years ago
  2. b50da6e mm: fix a race on nr_swap_pages by Zhaoyang Huang · 4 years ago
  3. 5b200f5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
  4. 15b4473 mm/lru: revise the comments of lru_lock by Hugh Dickins · 4 years ago
  5. 2a5e4e3 mm/lru: introduce relock_page_lruvec() by Alexander Duyck · 4 years ago
  6. 6168d0d mm/lru: replace pgdat lru_lock with lruvec lock by Alex Shi · 4 years ago
  7. fc574c2 mm/swap.c: serialize memcg changes in pagevec_lru_move_fn by Alex Shi · 4 years ago
  8. 9df4131 mm/compaction: do page isolation first in compaction by Alex Shi · 4 years ago
  9. d25b5bd mm/lru: introduce TestClearPageLRU() by Alex Shi · 4 years ago
  10. 13805a8 mm/mlock: remove __munlock_isolate_lru_page() by Alex Shi · 4 years ago
  11. 3db19aa mm/mlock: remove lru_lock on TestClearPageMlocked by Alex Shi · 4 years ago
  12. afca915 mm/vmscan: remove lruvec reget in move_pages_to_lru by Alex Shi · 4 years ago
  13. 75cc3c9 mm/lru: move lock into lru_note_cost by Alex Shi · 4 years ago
  14. c7c7b80 mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fn by Alex Shi · 4 years ago
  15. 20ad50d mm/memcg: add debug checking in lock_page_memcg by Alex Shi · 4 years ago
  16. 880fc6b mm: page_idle_get_page() does not need lru_lock by Hugh Dickins · 4 years ago
  17. 16f5e70 mm/rmap: stop store reordering issue on page->mapping by Alex Shi · 4 years ago
  18. 3d06afa mm/vmscan: remove unnecessary lruvec adding by Alex Shi · 4 years ago
  19. b676983 mm/thp: narrow lru locking by Alex Shi · 4 years ago
  20. 6dbb574 mm/thp: simplify lru_add_page_tail() by Alex Shi · 4 years ago
  21. 9486663 mm/thp: use head for head page in lru_add_page_tail() by Alex Shi · 4 years ago
  22. 88dcb9a mm/thp: move lru_add_page_tail() to huge_memory.c by Alex Shi · 4 years ago
  23. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years ago
  24. ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
  25. dfefd22 mm: cleanup kstrto*() usage by Alexey Dobriyan · 4 years, 1 month ago
  26. 01359eb mm: fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  27. bf16d19 mm: slub: convert sysfs sprintf family to sysfs_emit/sysfs_emit_at by Joe Perches · 4 years, 1 month ago
  28. 79d4d38 mm: shmem: convert shmem_enabled_show to use sysfs_emit_at by Joe Perches · 4 years, 1 month ago
  29. 5e4c0d8 mm:backing-dev: use sysfs_emit in macro defining functions by Joe Perches · 4 years, 1 month ago
  30. bfb0ffe mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neatening by Joe Perches · 4 years, 1 month ago
  31. ae7a927 mm: use sysfs_emit for struct kobject * uses by Joe Perches · 4 years, 1 month ago
  32. a00cda3 mm: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years, 1 month ago
  33. 95c9ae1 mm/process_vm_access: remove redundant initialization of iov_r by Colin Ian King · 4 years, 1 month ago
  34. 110ceb8 mm/zsmalloc.c: rework the list_add code in insert_zspage() by Miaohe Lin · 4 years, 1 month ago
  35. 1ec3b5f mm/zswap: move to use crypto_acomp API for hardware acceleration by Barry Song · 4 years, 1 month ago
  36. 42a4470 mm/zswap: fix passing zero to 'PTR_ERR' warning by YueHaibing · 4 years, 1 month ago
  37. 83aed6c mm/zswap: make struct kernel_param_ops definitions const by Joe Perches · 4 years, 1 month ago
  38. f289041 mm, page_poison: remove CONFIG_PAGE_POISONING_ZERO by Vlastimil Babka · 4 years, 1 month ago
  39. 8f42475 mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITY by Vlastimil Babka · 4 years, 1 month ago
  40. 03b6c9a kernel/power: allow hibernation with page_poison sanity checking by Vlastimil Babka · 4 years, 1 month ago
  41. 8db26a3 mm, page_poison: use static key more efficiently by Vlastimil Babka · 4 years, 1 month ago
  42. 0401351 mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/free parameters by Vlastimil Babka · 4 years, 1 month ago
  43. b8ca396 mm: cma: improve pr_debug log in cma_release() by Charan Teja Reddy · 4 years, 1 month ago
  44. a4efc17 mm/cma.c: remove redundant cma_mutex lock by Lecopzer Chen · 4 years, 1 month ago
  45. d85c6db mm: migrate: remove unused parameter in migrate_vma_insert_page() by Stephen Zhang · 4 years, 1 month ago
  46. d532e2e mm: migrate: return -ENOSYS if THP migration is unsupported by Yang Shi · 4 years, 1 month ago
  47. 236c32e mm: migrate: clean up migrate_prep{_local} by Yang Shi · 4 years, 1 month ago
  48. c77c5cb mm: migrate: skip shared exec THP for NUMA balancing by Yang Shi · 4 years, 1 month ago
  49. dd4ae78 mm: migrate: simplify the logic for handling permanent failure by Yang Shi · 4 years, 1 month ago
  50. d12b895 mm: truncate_complete_page() does not exist any more by Yang Shi · 4 years, 1 month ago
  51. 0060ef3 mm: support THPs in zero_user_segments by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  52. 5e5dda8 mm/migrate.c: optimize migrate_vma_pages() mmu notifier by Ralph Campbell · 4 years, 1 month ago
  53. ab9dd4f mm/migrate.c: fix comment spelling by Long Li · 4 years, 1 month ago
  54. 259b363 mm/oom_kill: change comment and rename is_dump_unreclaim_slabs() by Hui Su · 4 years, 1 month ago
  55. 2271b01 mm/compaction: make defer_compaction and compaction_deferred static by Hui Su · 4 years, 1 month ago
  56. 2b1a20c mm/compaction: move compaction_suitable's comment to right place by Hui Su · 4 years, 1 month ago
  57. 19d3cf9 mm/compaction: rename 'start_pfn' to 'iteration_start_pfn' in compact_zone() by Yanfei Xu · 4 years, 1 month ago
  58. 135f97f z3fold: remove preempt disabled sections for RT by Vitaly Wool · 4 years, 1 month ago
  59. dcf5aed z3fold: stricter locking and more careful reclaim by Vitaly Wool · 4 years, 1 month ago
  60. fc54886 z3fold: simplify freeing slots by Vitaly Wool · 4 years, 1 month ago
  61. 2484be0 mm/page_isolation: do not isolate the max order page by Muchun Song · 4 years, 1 month ago
  62. 8d87d07 mm/vmscan.c: remove the filename in the top of file comment by logic.yu · 4 years, 1 month ago
  63. 2b47a24 mm/vmscan: drop unneeded assignment in kswapd() by Lukas Bulwahn · 4 years, 1 month ago
  64. 597c892 mm: don't wake kswapd prematurely when watermark boosting is disabled by Johannes Weiner · 4 years, 1 month ago
  65. 7fc2513 hugetlb: fix an error code in hugetlb_reserve_pages() by Dan Carpenter · 4 years, 1 month ago
  66. 39a0fea mm,hugetlb: remove unneeded initialization by Oscar Salvador · 4 years, 1 month ago
  67. 0a4f3d1 mm: hugetlb: fix type of delta parameter and related local variables in gather_surplus_pages() by Liu Xiang · 4 years, 1 month ago
  68. 336e6b5 khugepaged: add parameter explanations for kernel-doc markup by Alex Shi · 4 years, 1 month ago
  69. e5dface mm/hugetlb.c: just use put_page_testzero() instead of page_count() by Hui Su · 4 years, 1 month ago
  70. 3f4b815 mm,hwpoison: return -EBUSY when migration fails by Oscar Salvador · 4 years, 1 month ago
  71. 1e8aaed mm,memory_failure: always pin the page in madvise_inject_error by Oscar Salvador · 4 years, 1 month ago
  72. 47e431f mm,hwpoison: remove drain_all_pages from shake_page by Oscar Salvador · 4 years, 1 month ago
  73. 2f71416 mm,hwpoison: disable pcplists before grabbing a refcount by Oscar Salvador · 4 years, 1 month ago
  74. 8295d53 mm,hwpoison: refactor get_any_page by Oscar Salvador · 4 years, 1 month ago
  75. 32409cb mm,hwpoison: drop unneeded pcplist draining by Oscar Salvador · 4 years, 1 month ago
  76. a8b2c2c mm,hwpoison: take free pages off the buddy freelists by Oscar Salvador · 4 years, 1 month ago
  77. 17e395b6 mm,hwpoison: drain pcplists before bailing out for non-buddy zero-refcount page by Oscar Salvador · 4 years, 1 month ago
  78. 7ad6983 mm/page_alloc: speed up the iteration of max_order by Muchun Song · 4 years, 1 month ago
  79. 470c61d mm: page_alloc: refactor setup_per_zone_lowmem_reserve() by Lorenzo Stoakes · 4 years, 1 month ago
  80. ba8f358 init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT set by Lin Feng · 4 years, 1 month ago
  81. 862b6de mm/page_alloc: clear all pages in post_alloc_hook() with init_on_alloc=1 by David Hildenbrand · 4 years, 1 month ago
  82. 3b1f365 mm/page_alloc: mark some symbols with static keyword by Zou Wei · 4 years, 1 month ago
  83. 7f194fb mm/page_alloc: add __free_pages() documentation by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  84. ec6e8c7e mm, page_alloc: disable pcplists during memory offline by Vlastimil Babka · 4 years, 1 month ago
  85. 7612921 mm, page_alloc: move draining pcplists to page isolation users by Vlastimil Babka · 4 years, 1 month ago
  86. 952eaf8 mm, page_alloc: cache pageset high and batch in struct zone by Vlastimil Babka · 4 years, 1 month ago
  87. 5c3ad2e mm, page_alloc: simplify pageset_update() by Vlastimil Babka · 4 years, 1 month ago
  88. 69a8396 mm, page_alloc: remove setup_pageset() by Vlastimil Babka · 4 years, 1 month ago
  89. 0a8b4f1 mm, page_alloc: calculate pageset high and batch once per zone by Vlastimil Babka · 4 years, 1 month ago
  90. 7115ac6 mm, page_alloc: clean up pageset high and batch update by Vlastimil Babka · 4 years, 1 month ago
  91. 77bc7fd mm: introduce debug_pagealloc_{map,unmap}_pages() helpers by Mike Rapoport · 4 years, 1 month ago
  92. 4f5b0c1 arm, arm64: move free_unused_memmap() to generic mm by Mike Rapoport · 4 years, 1 month ago
  93. 5e545df arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL by Mike Rapoport · 4 years, 1 month ago
  94. 03e92a5 ia64: remove custom __early_pfn_to_nid() by Mike Rapoport · 4 years, 1 month ago
  95. ef13346 kasan: print workqueue stack by Walter Wu · 4 years, 1 month ago
  96. c041098 mm/vmalloc.c: fix kasan shadow poisoning size by Vincenzo Frascino · 4 years, 1 month ago
  97. 0a7dd4e mm/vmalloc: Fix unlock order in s_stop() by Waiman Long · 4 years, 1 month ago
  98. e924d46 mm/vmalloc.c: remove unnecessary return statement by Baolin Wang · 4 years, 1 month ago
  99. 799fa85 mm/vmalloc: add 'align' parameter explanation for pvm_determine_end_from_reverse by Alex Shi · 4 years, 1 month ago
  100. 96e2db4 mm/vmalloc: rework the drain logic by Uladzislau Rezki (Sony) · 4 years, 1 month ago