1. 912c057 mm: vmscan: consistent update to pgrefill by Shakeel Butt · 4 years, 5 months ago
  2. 238c304 mm/vmscan.c: fix typo by dylan-meiners · 4 years, 5 months ago
  3. bbe98f9 khugepaged: khugepaged_test_exit() check mmget_still_valid() by Hugh Dickins · 4 years, 5 months ago
  4. 18e7760 khugepaged: retract_page_tables() remember to test exit by Hugh Dickins · 4 years, 5 months ago
  5. 119a5fc khugepaged: collapse_pte_mapped_thp() protect the pmd lock by Hugh Dickins · 4 years, 5 months ago
  6. 723a80d khugepaged: collapse_pte_mapped_thp() flush the right range by Hugh Dickins · 4 years, 5 months ago
  7. 75802ca6 mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possible by Peter Xu · 4 years, 5 months ago
  8. 42742d9 mm: thp: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 5 months ago
  9. 8510e69 mm/page_alloc: fix memalloc_nocma_{save/restore} APIs by Joonsoo Kim · 4 years, 5 months ago
  10. 182f3d7 mm/page_alloc.c: skip setting nodemask when we are in interrupt by Muchun Song · 4 years, 5 months ago
  11. da41566 mm/page_alloc: fallbacks at most has 3 elements by Wei Yang · 4 years, 5 months ago
  12. 9e15afa mm/page_alloc: silence a KASAN false positive by Qian Cai · 4 years, 5 months ago
  13. 535b81e mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_mask() by Wei Yang · 4 years, 5 months ago
  14. d93d5ab mm/page_alloc.c: simplify pageblock bitmap access by Wei Yang · 4 years, 5 months ago
  15. 399b795 mm/page_alloc.c: extract the common part in pfn_to_bitidx() by Wei Yang · 4 years, 5 months ago
  16. d38ac97 mm/page_alloc.c: replace the definition of NR_MIGRATETYPE_BITS with PB_migratetype_bits by Wei Yang · 4 years, 5 months ago
  17. 8391953 mm/shuffle: remove dynamic reconfiguration by David Hildenbrand · 4 years, 5 months ago
  18. 93146d9 mm/memory_hotplug: document why shuffle_zone() is relevant by David Hildenbrand · 4 years, 5 months ago
  19. 56b9413 mm/page_alloc: remove nr_free_pagecache_pages() by David Hildenbrand · 4 years, 5 months ago
  20. 0a18e60 mm: remove vm_total_pages by David Hildenbrand · 4 years, 5 months ago
  21. f80b08f mm, page_alloc: skip ->waternark_boost for atomic order-0 allocations by Charan Teja Reddy · 4 years, 5 months ago
  22. f27ce0e page_alloc: consider highatomic reserve in watermark fast by Jaewon Kim · 4 years, 5 months ago
  23. deba048 mm, page_alloc: use unlikely() in task_capc() by Vlastimil Babka · 4 years, 5 months ago
  24. 51dcc81 kasan: adjust kasan_stack_oob for tag-based mode by Andrey Konovalov · 4 years, 5 months ago
  25. cae9dc3 kasan: allow enabling stack tagging for tag-based mode by Andrey Konovalov · 4 years, 5 months ago
  26. f9409d5 kasan, arm64: don't instrument functions that enable kasan by Andrey Konovalov · 4 years, 5 months ago
  27. 2c547f9 efi: provide empty efi_enter_virtual_mode implementation by Andrey Konovalov · 4 years, 5 months ago
  28. 8dcc1d3 kasan: don't tag stacks allocated with pagealloc by Andrey Konovalov · 4 years, 5 months ago
  29. f33a014 lib/test_kasan.c: fix KASAN unit tests for tag-based KASAN by Walter Wu · 4 years, 5 months ago
  30. c0e16ab kasan: remove kasan_unpoison_stack_above_sp_to() by Vincenzo Frascino · 4 years, 5 months ago
  31. 9793b62 kasan: update documentation for generic kasan by Walter Wu · 4 years, 5 months ago
  32. 387d6e4 kasan: add tests for call_rcu stack recording by Walter Wu · 4 years, 5 months ago
  33. e4b7818 kasan: record and print the free track by Walter Wu · 4 years, 5 months ago
  34. 26e760c rcu: kasan: record and print call_rcu() call stack by Walter Wu · 4 years, 5 months ago
  35. ac4766b kasan: update required compiler versions in documentation by Marco Elver · 4 years, 5 months ago
  36. 7a3767f kasan: improve and simplify Kconfig.kasan by Marco Elver · 4 years, 5 months ago
  37. 9c801f6 mm/vmalloc.c: remove BUG() from the find_va_links() by Uladzislau Rezki (Sony) · 4 years, 5 months ago
  38. 1a69a62 mm: vmalloc: remove redundant assignment in unmap_kernel_range_noflush() by Mike Rapoport · 4 years, 5 months ago
  39. d758ffe mm/vmalloc: update the header about KVA rework by Uladzislau Rezki (Sony) · 4 years, 5 months ago
  40. 15ae144 mm/vmalloc: switch to "propagate()" callback by Uladzislau Rezki (Sony) · 4 years, 5 months ago
  41. da27c9e mm/vmalloc: simplify augment_tree_propagate_check() by Uladzislau Rezki (Sony) · 4 years, 5 months ago
  42. 5dd7864 mm/vmalloc: simplify merge_or_add_vmap_area() by Uladzislau Rezki (Sony) · 4 years, 5 months ago
  43. 0f14599 vmalloc: convert to XArray by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  44. c89ab04 mm/sparse: cleanup the code surrounding memory_present() by Mike Rapoport · 4 years, 5 months ago
  45. 6cda7204 mm/sparse: only sub-section aligned range would be populated by Wei Yang · 4 years, 5 months ago
  46. ef69bc9 mm/sparse: never partially remove memmap for early section by Wei Yang · 4 years, 5 months ago
  47. 7a30919 selftests: add mincore() tests by Ricardo Cañuelo · 4 years, 5 months ago
  48. 349d9fb mm/mremap: start addresses are properly aligned by Wei Yang · 4 years, 5 months ago
  49. 9ad9718 mm/mremap: calculate extent in one place by Wei Yang · 4 years, 5 months ago
  50. b8aa9d9 mm/mremap: it is sure to have enough space when extent meets requirement by Wei Yang · 4 years, 5 months ago
  51. 45e5530 mm: remove unnecessary wrapper function do_mmap_pgoff() by Peter Collingbourne · 4 years, 5 months ago
  52. d70cec8 mm: mmap: merge vma after call_mmap() if possible by Miaohe Lin · 4 years, 5 months ago
  53. eee0793 arm64/mm: enable vmem_altmap support for vmemmap mappings by Anshuman Khandual · 4 years, 5 months ago
  54. 56993b4 mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf() by Anshuman Khandual · 4 years, 5 months ago
  55. 1d9cfee mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages() by Anshuman Khandual · 4 years, 5 months ago
  56. 56f3547 mm: adjust vm_committed_as_batch according to vm overcommit policy by Feng Tang · 4 years, 5 months ago
  57. 0a4954a percpu_counter: add percpu_counter_sync() by Feng Tang · 4 years, 5 months ago
  58. 4e2ee51 mm/util.c: make vm_memory_committed() more accurate by Feng Tang · 4 years, 5 months ago
  59. 1455083 proc/meminfo: avoid open coded reading of vm_committed_as by Feng Tang · 4 years, 5 months ago
  60. 7bba8f0 mm/mmap: optimize a branch judgment in ksys_mmap_pgoff() by Zhen Lei · 4 years, 5 months ago
  61. 2a681cf mm: move p?d_alloc_track to separate header file by Joerg Roedel · 4 years, 5 months ago
  62. ab05eab mm: move lib/ioremap.c to mm/ by Mike Rapoport · 4 years, 5 months ago
  63. f9cb654 asm-generic: pgalloc: provide generic pgd_free() by Mike Rapoport · 4 years, 5 months ago
  64. d9e8b92 asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one() by Mike Rapoport · 4 years, 5 months ago
  65. 1355c31 asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one() by Mike Rapoport · 4 years, 5 months ago
  66. 7278914c xtensa: switch to generic version of pte allocation by Mike Rapoport · 4 years, 5 months ago
  67. fc2a6b8 opeinrisc: switch to generic version of pte allocation by Mike Rapoport · 4 years, 5 months ago
  68. ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
  69. 0c4123e mm/memory.c: make remap_pfn_range() reject unaligned addr by Alex Zhang · 4 years, 5 months ago
  70. 463b7a1 mm: remove redundant check non_swap_entry() by Ralph Campbell · 4 years, 5 months ago
  71. a6f23d14 mm/page_counter.c: fix protection usage propagation by Michal Koutný · 4 years, 5 months ago
  72. e22c6ed mm: memcontrol: don't count limit-setting reclaim as memory pressure by Johannes Weiner · 4 years, 5 months ago
  73. 19ce33a mm: memcontrol: restore proper dirty throttling when memory.high changes by Johannes Weiner · 4 years, 5 months ago
  74. 1378b37 memcg, oom: check memcg margin for parallel oom by Yafang Shao · 4 years, 5 months ago
  75. 45c7f7e mm, memcg: decouple e{low,min} state mutations from protection checks by Chris Down · 4 years, 5 months ago
  76. 22f7496 mm, memcg: avoid stale protection values when cgroup is above protection by Yafang Shao · 4 years, 5 months ago
  77. d977aa9 mm, memcg: unify reclaim retry limits with page allocator by Chris Down · 4 years, 5 months ago
  78. b3ff929 mm, memcg: reclaim more aggressively before high allocator throttling by Chris Down · 4 years, 5 months ago
  79. 536d3bf2 mm: memcontrol: avoid workload stalls when lowering memory.high by Roman Gushchin · 4 years, 5 months ago
  80. eda330e mm: kmem: switch to static_branch_likely() in memcg_kmem_enabled() by Roman Gushchin · 4 years, 5 months ago
  81. 74d555b mm: slab: rename (un)charge_slab_page() to (un)account_slab_page() by Roman Gushchin · 4 years, 5 months ago
  82. 8495048 mm: memcg/slab: remove unused argument by charge_slab_page() by Roman Gushchin · 4 years, 5 months ago
  83. 991e767 mm: memcontrol: account kernel stack per node by Shakeel Butt · 4 years, 5 months ago
  84. fbc1ac9d tools/cgroup: add memcg_slabinfo.py tool by Roman Gushchin · 4 years, 5 months ago
  85. 933dc80 kselftests: cgroup: add kernel memory accounting tests by Roman Gushchin · 4 years, 5 months ago
  86. 10befea mm: memcg/slab: use a single set of kmem_caches for all allocations by Roman Gushchin · 4 years, 5 months ago
  87. 15999ee mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo() by Roman Gushchin · 4 years, 5 months ago
  88. c709440 mm: memcg/slab: deprecate slab_root_caches by Roman Gushchin · 4 years, 5 months ago
  89. 272911a mm: memcg/slab: remove memcg_kmem_get_cache() by Roman Gushchin · 4 years, 5 months ago
  90. d797b7d mm: memcg/slab: simplify memcg cache creation by Roman Gushchin · 4 years, 5 months ago
  91. 9855609 mm: memcg/slab: use a single set of kmem_caches for all accounted allocations by Roman Gushchin · 4 years, 5 months ago
  92. 0f876e4 mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.h by Roman Gushchin · 4 years, 5 months ago
  93. 4330a26 mm: memcg/slab: deprecate memory.kmem.slabinfo by Roman Gushchin · 4 years, 5 months ago
  94. f2fe7b0 mm: memcg/slab: charge individual slab objects instead of pages by Roman Gushchin · 4 years, 5 months ago
  95. 964d4bd mm: memcg/slab: save obj_cgroup for non-root slab objects by Roman Gushchin · 4 years, 5 months ago
  96. 286e04b mm: memcg/slab: allocate obj_cgroups for non-root slab pages by Roman Gushchin · 4 years, 5 months ago
  97. bf4f059 mm: memcg/slab: obj_cgroup API by Roman Gushchin · 4 years, 5 months ago
  98. 1a3e1f4 mm: memcontrol: decouple reference counting from page accounting by Johannes Weiner · 4 years, 5 months ago
  99. 4138fdf mm: slub: implement SLUB version of obj_to_index() by Roman Gushchin · 4 years, 5 months ago
  100. d42f324 mm: memcg: convert vmstat slab counters to bytes by Roman Gushchin · 4 years, 5 months ago