1. aa1ef4d kasan, mm: reset tags when accessing metadata by Andrey Konovalov · 4 years, 1 month ago
  2. c746170 kasan, mm: untag page address in free_reserved_area by Vincenzo Frascino · 4 years, 1 month ago
  3. 5b200f5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
  4. 6168d0d mm/lru: replace pgdat lru_lock with lruvec lock by Alex Shi · 4 years, 1 month ago
  5. 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, 1 month ago
  6. a00cda3 mm: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years, 1 month ago
  7. f289041 mm, page_poison: remove CONFIG_PAGE_POISONING_ZERO by Vlastimil Babka · 4 years, 1 month ago
  8. 8db26a3 mm, page_poison: use static key more efficiently by Vlastimil Babka · 4 years, 1 month ago
  9. 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
  10. 597c892 mm: don't wake kswapd prematurely when watermark boosting is disabled by Johannes Weiner · 4 years, 1 month ago
  11. 7ad6983 mm/page_alloc: speed up the iteration of max_order by Muchun Song · 4 years, 1 month ago
  12. 470c61d mm: page_alloc: refactor setup_per_zone_lowmem_reserve() by Lorenzo Stoakes · 4 years, 1 month ago
  13. ba8f358 init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT set by Lin Feng · 4 years, 1 month ago
  14. 862b6de mm/page_alloc: clear all pages in post_alloc_hook() with init_on_alloc=1 by David Hildenbrand · 4 years, 1 month ago
  15. 3b1f365 mm/page_alloc: mark some symbols with static keyword by Zou Wei · 4 years, 1 month ago
  16. 7f194fb mm/page_alloc: add __free_pages() documentation by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  17. ec6e8c7e mm, page_alloc: disable pcplists during memory offline by Vlastimil Babka · 4 years, 1 month ago
  18. 7612921 mm, page_alloc: move draining pcplists to page isolation users by Vlastimil Babka · 4 years, 1 month ago
  19. 952eaf8 mm, page_alloc: cache pageset high and batch in struct zone by Vlastimil Babka · 4 years, 1 month ago
  20. 5c3ad2e mm, page_alloc: simplify pageset_update() by Vlastimil Babka · 4 years, 1 month ago
  21. 69a8396 mm, page_alloc: remove setup_pageset() by Vlastimil Babka · 4 years, 1 month ago
  22. 0a8b4f1 mm, page_alloc: calculate pageset high and batch once per zone by Vlastimil Babka · 4 years, 1 month ago
  23. 7115ac6 mm, page_alloc: clean up pageset high and batch update by Vlastimil Babka · 4 years, 1 month ago
  24. 77bc7fd mm: introduce debug_pagealloc_{map,unmap}_pages() helpers by Mike Rapoport · 4 years, 1 month ago
  25. 03e92a5 ia64: remove custom __early_pfn_to_nid() by Mike Rapoport · 4 years, 1 month ago
  26. f920e41 mm: track mmu notifiers in fs_reclaim_acquire/release by Daniel Vetter · 4 years, 1 month ago
  27. f0c0c11 mm: memcontrol: account pagetables per node by Shakeel Butt · 4 years, 1 month ago
  28. a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 2 months ago
  29. 18b2db3 mm: Convert page kmemcg type to a page memcg flag by Roman Gushchin · 4 years, 2 months ago
  30. bcfe06b mm: memcontrol: Use helpers to read page's memcg data by Roman Gushchin · 4 years, 2 months ago
  31. d8c1901 page_frag: Recover from memory pressure by Dongli Zhang · 4 years, 2 months ago
  32. c4cf498 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 3 months ago
  33. ab130f91 mm: rename page_order() to buddy_order() by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  34. 7fef431 mm/page_alloc: place pages to tail in __free_pages_core() by David Hildenbrand · 4 years, 3 months ago
  35. 293ffa5 mm/page_alloc: move pages to tail in move_to_free_list() by David Hildenbrand · 4 years, 3 months ago
  36. 47b6a24a2 mm/page_alloc: place pages to tail in __putback_isolated_page() by David Hildenbrand · 4 years, 3 months ago
  37. f04a5d5 mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag by David Hildenbrand · 4 years, 3 months ago
  38. d882c00 mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone() by David Hildenbrand · 4 years, 3 months ago
  39. 4eb29bd mm/page_alloc: drop stale pageblock comment in memmap_init_zone*() by David Hildenbrand · 4 years, 3 months ago
  40. 3fa0c7c mm/page_isolation: simplify return value of start_isolate_page_range() by David Hildenbrand · 4 years, 3 months ago
  41. 257bea7 mm/page_alloc: simplify __offline_isolated_pages() by David Hildenbrand · 4 years, 3 months ago
  42. 79f5f8f mm,hwpoison: rework soft offline for in-use pages by Oscar Salvador · 4 years, 3 months ago
  43. 06be6ff mm,hwpoison: rework soft offline for free pages by Oscar Salvador · 4 years, 3 months ago
  44. 8fb156c mm/page_owner: change split_page_owner to take a count by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  45. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 3 months ago
  46. cc6de16 memblock: use separate iterators for memory and reserved regions by Mike Rapoport · 4 years, 3 months ago
  47. 6e245ad memblock: reduce number of parameters in for_each_mem_range() by Mike Rapoport · 4 years, 3 months ago
  48. e320d30 mm/page_alloc.c: fix freeing non-compound pages by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  49. 30d8ec7 mmzone: clean code by removing unused macro parameter by Mateusz Nosek · 4 years, 3 months ago
  50. 2187e17 mm/page_alloc.c: __perform_reclaim should return 'unsigned long' by Yanfei Xu · 4 years, 3 months ago
  51. a0622d0 mm/page_alloc.c: clean code by merging two functions by Mateusz Nosek · 4 years, 3 months ago
  52. fdd4fa1 mm/page_alloc.c: fix early params garbage value accesses by Mateusz Nosek · 4 years, 3 months ago
  53. cfb4a54 mm/page_alloc.c: micro-optimization remove unnecessary branch by Mateusz Nosek · 4 years, 3 months ago
  54. b630749 mm/page_alloc.c: clean code by removing unnecessary initialization by Mateusz Nosek · 4 years, 3 months ago
  55. 6a654e3 mm, isolation: avoid checking unmovable pages across pageblock boundary by Li Xinhai · 4 years, 3 months ago
  56. c9c510d mm/page_alloc: tweak comments in has_unmovable_pages() by David Hildenbrand · 4 years, 3 months ago
  57. 4aab2be mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged by Vijay Balakrishna · 4 years, 3 months ago
  58. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
  59. 1d91df8 mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIs by Joonsoo Kim · 4 years, 4 months ago
  60. c1d0da8 mm: replace memmap_context by meminit_context by Laurent Dufour · 4 years, 4 months ago
  61. 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 5 months ago
  62. 76cd617 mm/error_inject: Fix allow_error_inject function signatures. by Alexei Starovoitov · 4 years, 5 months ago
  63. 88e8ac1 mm, page_alloc: fix core hung in free_pcppages_bulk() by Charan Teja Reddy · 4 years, 5 months ago
  64. e08d3fd mm: include CMA pages in lowmem_reserve at boot by Doug Berger · 4 years, 5 months ago
  65. 1378a5e mm: store compound_nr as well as compound_order by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  66. 8b94e0b mm/page_alloc: remove a wrapper for alloc_migration_target() by Joonsoo Kim · 4 years, 5 months ago
  67. 047b996 mm/page_alloc.c: delete or fix duplicated words by Randy Dunlap · 4 years, 5 months ago
  68. 8510e69 mm/page_alloc: fix memalloc_nocma_{save/restore} APIs by Joonsoo Kim · 4 years, 6 months ago
  69. 182f3d7 mm/page_alloc.c: skip setting nodemask when we are in interrupt by Muchun Song · 4 years, 6 months ago
  70. da41566 mm/page_alloc: fallbacks at most has 3 elements by Wei Yang · 4 years, 6 months ago
  71. 9e15afa mm/page_alloc: silence a KASAN false positive by Qian Cai · 4 years, 6 months ago
  72. 535b81e mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_mask() by Wei Yang · 4 years, 6 months ago
  73. d93d5ab mm/page_alloc.c: simplify pageblock bitmap access by Wei Yang · 4 years, 6 months ago
  74. 399b795 mm/page_alloc.c: extract the common part in pfn_to_bitidx() by Wei Yang · 4 years, 6 months ago
  75. 56b9413 mm/page_alloc: remove nr_free_pagecache_pages() by David Hildenbrand · 4 years, 6 months ago
  76. 0a18e60 mm: remove vm_total_pages by David Hildenbrand · 4 years, 6 months ago
  77. f80b08f mm, page_alloc: skip ->waternark_boost for atomic order-0 allocations by Charan Teja Reddy · 4 years, 6 months ago
  78. f27ce0e page_alloc: consider highatomic reserve in watermark fast by Jaewon Kim · 4 years, 6 months ago
  79. deba048 mm, page_alloc: use unlikely() in task_capc() by Vlastimil Babka · 4 years, 6 months ago
  80. c89ab04 mm/sparse: cleanup the code surrounding memory_present() by Mike Rapoport · 4 years, 6 months ago
  81. 991e767 mm: memcontrol: account kernel stack per node by Shakeel Butt · 4 years, 6 months ago
  82. d42f324 mm: memcg: convert vmstat slab counters to bytes by Roman Gushchin · 4 years, 6 months ago
  83. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 6 months ago
  84. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
  85. 8beeae8 mm/page_alloc: fix documentation error by Joel Savitz · 4 years, 7 months ago
  86. 0910270 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 7 months ago
  87. 0a477e1 kernel/sysctl: support handling command line aliases by Vlastimil Babka · 4 years, 8 months ago
  88. aa21879 mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE by David Hildenbrand · 4 years, 9 months ago
  89. 255f598 virtio-mem: Paravirtualized memory hotunplug part 2 by David Hildenbrand · 4 years, 9 months ago
  90. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 8 months ago
  91. 730ec8c mm/vmscan.c: change prototype for shrink_page_list by Maninder Singh · 4 years, 8 months ago
  92. 633bf2f mm/page_alloc.c: add missing newline by Chen Tao · 4 years, 8 months ago
  93. ecd0965 mm: make deferred init's max threads arch-specific by Daniel Jordan · 4 years, 8 months ago
  94. e444314 mm: parallelize deferred_init_memmap() by Daniel Jordan · 4 years, 8 months ago
  95. 89c7c40 mm: don't track number of pages during deferred initialization by Daniel Jordan · 4 years, 8 months ago
  96. da97f2d5 mm: call cond_resched() from deferred_init_memmap() by Pavel Tatashin · 4 years, 8 months ago
  97. 3d06085 mm: initialize deferred pages with interrupts enabled by Pavel Tatashin · 4 years, 8 months ago
  98. 117003c mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred init by Daniel Jordan · 4 years, 8 months ago
  99. ae70edd mm/page_alloc: restrict and formalize compound_page_dtors[] by Anshuman Khandual · 4 years, 8 months ago
  100. aa09259 mm, page_alloc: reset the zone->watermark_boost early by Charan Teja Reddy · 4 years, 8 months ago