1. 6cda720 mm/sparse: only sub-section aligned range would be populated by Wei Yang · 4 years, 5 months ago
  2. ef69bc9 mm/sparse: never partially remove memmap for early section by Wei Yang · 4 years, 5 months ago
  3. 7a30919 selftests: add mincore() tests by Ricardo Cañuelo · 4 years, 5 months ago
  4. 349d9fb mm/mremap: start addresses are properly aligned by Wei Yang · 4 years, 5 months ago
  5. 9ad9718 mm/mremap: calculate extent in one place by Wei Yang · 4 years, 5 months ago
  6. b8aa9d9 mm/mremap: it is sure to have enough space when extent meets requirement by Wei Yang · 4 years, 5 months ago
  7. 45e5530 mm: remove unnecessary wrapper function do_mmap_pgoff() by Peter Collingbourne · 4 years, 5 months ago
  8. d70cec8 mm: mmap: merge vma after call_mmap() if possible by Miaohe Lin · 4 years, 5 months ago
  9. eee0793 arm64/mm: enable vmem_altmap support for vmemmap mappings by Anshuman Khandual · 4 years, 5 months ago
  10. 56993b4 mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf() by Anshuman Khandual · 4 years, 5 months ago
  11. 1d9cfee mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages() by Anshuman Khandual · 4 years, 5 months ago
  12. 56f3547 mm: adjust vm_committed_as_batch according to vm overcommit policy by Feng Tang · 4 years, 5 months ago
  13. 0a4954a percpu_counter: add percpu_counter_sync() by Feng Tang · 4 years, 5 months ago
  14. 4e2ee51 mm/util.c: make vm_memory_committed() more accurate by Feng Tang · 4 years, 5 months ago
  15. 1455083 proc/meminfo: avoid open coded reading of vm_committed_as by Feng Tang · 4 years, 5 months ago
  16. 7bba8f0 mm/mmap: optimize a branch judgment in ksys_mmap_pgoff() by Zhen Lei · 4 years, 5 months ago
  17. 2a681cf mm: move p?d_alloc_track to separate header file by Joerg Roedel · 4 years, 5 months ago
  18. ab05eab mm: move lib/ioremap.c to mm/ by Mike Rapoport · 4 years, 5 months ago
  19. f9cb654 asm-generic: pgalloc: provide generic pgd_free() by Mike Rapoport · 4 years, 5 months ago
  20. d9e8b92 asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one() by Mike Rapoport · 4 years, 5 months ago
  21. 1355c31 asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one() by Mike Rapoport · 4 years, 5 months ago
  22. 7278914c xtensa: switch to generic version of pte allocation by Mike Rapoport · 4 years, 5 months ago
  23. fc2a6b8 opeinrisc: switch to generic version of pte allocation by Mike Rapoport · 4 years, 5 months ago
  24. ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
  25. 0c4123e mm/memory.c: make remap_pfn_range() reject unaligned addr by Alex Zhang · 4 years, 5 months ago
  26. 463b7a1 mm: remove redundant check non_swap_entry() by Ralph Campbell · 4 years, 5 months ago
  27. a6f23d14 mm/page_counter.c: fix protection usage propagation by Michal Koutný · 4 years, 5 months ago
  28. e22c6ed mm: memcontrol: don't count limit-setting reclaim as memory pressure by Johannes Weiner · 4 years, 5 months ago
  29. 19ce33a mm: memcontrol: restore proper dirty throttling when memory.high changes by Johannes Weiner · 4 years, 5 months ago
  30. 1378b37 memcg, oom: check memcg margin for parallel oom by Yafang Shao · 4 years, 5 months ago
  31. 45c7f7e mm, memcg: decouple e{low,min} state mutations from protection checks by Chris Down · 4 years, 5 months ago
  32. 22f7496 mm, memcg: avoid stale protection values when cgroup is above protection by Yafang Shao · 4 years, 5 months ago
  33. d977aa9 mm, memcg: unify reclaim retry limits with page allocator by Chris Down · 4 years, 5 months ago
  34. b3ff929 mm, memcg: reclaim more aggressively before high allocator throttling by Chris Down · 4 years, 5 months ago
  35. 536d3bf2 mm: memcontrol: avoid workload stalls when lowering memory.high by Roman Gushchin · 4 years, 5 months ago
  36. eda330e mm: kmem: switch to static_branch_likely() in memcg_kmem_enabled() by Roman Gushchin · 4 years, 5 months ago
  37. 74d555b mm: slab: rename (un)charge_slab_page() to (un)account_slab_page() by Roman Gushchin · 4 years, 5 months ago
  38. 8495048 mm: memcg/slab: remove unused argument by charge_slab_page() by Roman Gushchin · 4 years, 5 months ago
  39. 991e767 mm: memcontrol: account kernel stack per node by Shakeel Butt · 4 years, 5 months ago
  40. fbc1ac9d tools/cgroup: add memcg_slabinfo.py tool by Roman Gushchin · 4 years, 5 months ago
  41. 933dc80 kselftests: cgroup: add kernel memory accounting tests by Roman Gushchin · 4 years, 5 months ago
  42. 10befea mm: memcg/slab: use a single set of kmem_caches for all allocations by Roman Gushchin · 4 years, 5 months ago
  43. 15999ee mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo() by Roman Gushchin · 4 years, 5 months ago
  44. c709440 mm: memcg/slab: deprecate slab_root_caches by Roman Gushchin · 4 years, 5 months ago
  45. 272911a mm: memcg/slab: remove memcg_kmem_get_cache() by Roman Gushchin · 4 years, 5 months ago
  46. d797b7d mm: memcg/slab: simplify memcg cache creation by Roman Gushchin · 4 years, 5 months ago
  47. 9855609 mm: memcg/slab: use a single set of kmem_caches for all accounted allocations by Roman Gushchin · 4 years, 5 months ago
  48. 0f876e4 mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.h by Roman Gushchin · 4 years, 5 months ago
  49. 4330a26 mm: memcg/slab: deprecate memory.kmem.slabinfo by Roman Gushchin · 4 years, 5 months ago
  50. f2fe7b0 mm: memcg/slab: charge individual slab objects instead of pages by Roman Gushchin · 4 years, 5 months ago
  51. 964d4bd mm: memcg/slab: save obj_cgroup for non-root slab objects by Roman Gushchin · 4 years, 5 months ago
  52. 286e04b mm: memcg/slab: allocate obj_cgroups for non-root slab pages by Roman Gushchin · 4 years, 5 months ago
  53. bf4f059 mm: memcg/slab: obj_cgroup API by Roman Gushchin · 4 years, 5 months ago
  54. 1a3e1f4 mm: memcontrol: decouple reference counting from page accounting by Johannes Weiner · 4 years, 5 months ago
  55. 4138fdf mm: slub: implement SLUB version of obj_to_index() by Roman Gushchin · 4 years, 5 months ago
  56. d42f324 mm: memcg: convert vmstat slab counters to bytes by Roman Gushchin · 4 years, 5 months ago
  57. ea426c2 mm: memcg: prepare for byte-sized vmstat items by Roman Gushchin · 4 years, 5 months ago
  58. eedc4e5 mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_state() by Roman Gushchin · 4 years, 5 months ago
  59. d648bcc mm: kmem: make memcg_kmem_enabled() irreversible by Roman Gushchin · 4 years, 5 months ago
  60. ea3271f tmpfs: support 64-bit inums per-sb by Chris Down · 4 years, 5 months ago
  61. e809d5f tmpfs: per-superblock i_ino support by Chris Down · 4 years, 5 months ago
  62. 0f190a7 mm/page_io.c: use blk_io_schedule() for avoiding task hung in sync io by Xianting Tian · 4 years, 5 months ago
  63. 27ec487 mm: swap: fix kerneldoc of swap_vma_readahead() by Krzysztof Kozlowski · 4 years, 5 months ago
  64. e0f3ebb mm/swap_slots.c: remove redundant check for swap_slot_cache_initialized by Zhen Lei · 4 years, 5 months ago
  65. d69a957 mm/swap_slots.c: simplify enable_swap_slots_cache() by Zhen Lei · 4 years, 5 months ago
  66. f90eae2 mm/swap_slots.c: simplify alloc_swap_slot_cache() by Zhen Lei · 4 years, 5 months ago
  67. 0a36f7f mm/gup.c: fix the comment of return value for populate_vma_page_range() by Tang Yizhou · 4 years, 5 months ago
  68. 605cad8 mm: filemap: add missing FGP_ flags in kerneldoc comment for pagecache_get_page by Yang Shi · 4 years, 5 months ago
  69. b9306a7 mm: filemap: clear idle flag for writes by Yang Shi · 4 years, 5 months ago
  70. 6dc5ea1 mm, dump_page: do not crash with bad compound_mapcount() by John Hubbard · 4 years, 5 months ago
  71. 54a7515 mm/debug: print hashed address of struct page by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  72. 9bdaf2c mm/debug: print the inode number in dump_page by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  73. 9ad3826 mm/debug: switch dump_page to get_kernel_nofault by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  74. 0b93d59 mm/debug: print head flags in dump_page by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  75. 452b557 mm/debug: dump compound page information on a second line by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  76. e1ab96f mm/debug: handle page->mapping better in dump_page by Matthew Wilcox (Oracle) · 4 years, 5 months ago
  77. b1d0000 Documentation/mm: add descriptions for arch page table helpers by Anshuman Khandual · 4 years, 5 months ago
  78. 6315df4 mm/debug_vm_pgtable: add debug prints for individual tests by Anshuman Khandual · 4 years, 5 months ago
  79. a5c3b9f mm/debug_vm_pgtable: add tests validating advanced arch page table helpers by Anshuman Khandual · 4 years, 5 months ago
  80. 0528940 mm/debug_vm_pgtable: add tests validating arch helpers for core MM features by Anshuman Khandual · 4 years, 5 months ago
  81. cfbe163 mm, kcsan: instrument SLAB/SLUB free with "ASSERT_EXCLUSIVE_ACCESS" by Marco Elver · 4 years, 5 months ago
  82. b3cb9fc mm/slub.c: drop lockdep_assert_held() from put_map() by Sebastian Andrzej Siewior · 4 years, 5 months ago
  83. e42f174 mm, slab/slub: improve error reporting and overhead of cache_from_obj() by Vlastimil Babka · 4 years, 5 months ago
  84. d3c58f2 mm, slab/slub: move and improve cache_from_obj() by Vlastimil Babka · 4 years, 5 months ago
  85. 8fc8d66 mm, slub: extend checks guarded by slub_debug static key by Vlastimil Babka · 4 years, 5 months ago
  86. 59052e8 mm, slub: introduce kmem_cache_debug_flags() by Vlastimil Babka · 4 years, 5 months ago
  87. ca0cab6 mm, slub: introduce static key for slub_debug() by Vlastimil Babka · 4 years, 5 months ago
  88. 8f58119a mm, slub: make reclaim_account attribute read-only by Vlastimil Babka · 4 years, 5 months ago
  89. 060807f mm, slub: make remaining slub_debug related attributes read-only by Vlastimil Babka · 4 years, 5 months ago
  90. 32a6f40 mm, slub: remove runtime allocation order changes by Vlastimil Babka · 4 years, 5 months ago
  91. ad38b5b mm, slub: make some slub_debug related attributes read-only by Vlastimil Babka · 4 years, 5 months ago
  92. e17f1df mm, slub: extend slub_debug syntax for multiple blocks by Vlastimil Babka · 4 years, 5 months ago
  93. 221503e mm/slab.c: update outdated kmem_list3 in a comment by Xiao Yang · 4 years, 5 months ago
  94. 4440509 mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_order by Long Li · 4 years, 5 months ago
  95. dabc3e2 mm/slab: add naive detection of double free by Kees Cook · 4 years, 5 months ago
  96. 3404be6 mm/slab: expand CONFIG_SLAB_FREELIST_HARDENED to include SLAB by Kees Cook · 4 years, 5 months ago
  97. fa9ba3aa mm: ksize() should silently accept a NULL pointer by William Kucharski · 4 years, 5 months ago
  98. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  99. 57c720d ocfs2: fix unbalanced locking by Pavel Machek · 4 years, 5 months ago
  100. 4510a5a ocfs2: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 5 months ago