1. 27bc50f Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 5 months ago
  2. 445d41d Merge branch 'slab/for-6.1/kmalloc_size_roundup' into slab/for-next by Vlastimil Babka · 2 years, 5 months ago
  3. af961f8 Merge branch 'slab/for-6.1/slub_debug_waste' into slab/for-next by Vlastimil Babka · 2 years, 5 months ago
  4. 05a9406 slab: Introduce kmalloc_size_roundup() by Kees Cook · 2 years, 5 months ago
  5. 9ed9cac slab: Remove __malloc attribute from realloc functions by Kees Cook · 2 years, 5 months ago
  6. 6edf257 mm/slub: enable debugging memory wasting of kmalloc by Feng Tang · 2 years, 6 months ago
  7. 3662c13 Merge branch 'slab/for-6.1/common_kmalloc' into slab/for-next by Vlastimil Babka · 2 years, 5 months ago
  8. 0467ca3 Merge branch 'slab/for-6.1/trivial' into slab/for-next by Vlastimil Babka · 2 years, 5 months ago
  9. d71608a mm/slab_common: fix possible double free of kmem_cache by Feng Tang · 2 years, 6 months ago
  10. 0495e33 mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab_mutex/cpu_hotplug_lock by Waiman Long · 2 years, 7 months ago
  11. d5eff73 mm/sl[au]b: check if large object is valid in __ksize() by Hyeonggon Yoo · 2 years, 7 months ago
  12. 8dfa9d55 mm/slab_common: move declaration of __ksize() to mm/slab.h by Hyeonggon Yoo · 2 years, 7 months ago
  13. 2c1d697 mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not using by Hyeonggon Yoo · 2 years, 7 months ago
  14. 11e9734 mm/slab_common: unify NUMA and UMA version of tracepoints by Hyeonggon Yoo · 2 years, 7 months ago
  15. 26a4099 mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace() by Hyeonggon Yoo · 2 years, 7 months ago
  16. b140513 mm/sl[au]b: generalize kmalloc subsystem by Hyeonggon Yoo · 2 years, 7 months ago
  17. d6a7164 mm/slab: kmalloc: pass requests larger than order-1 page to page allocator by Hyeonggon Yoo · 2 years, 7 months ago
  18. c4cab55 mm/slab_common: cleanup kmalloc_large() by Hyeonggon Yoo · 2 years, 7 months ago
  19. bf37d79 mm/slab_common: kmalloc_node: pass large requests to page allocator by Hyeonggon Yoo · 2 years, 7 months ago
  20. a0c3b94 mm/slub: move kmalloc_large_node() to slab_common.c by Hyeonggon Yoo · 2 years, 7 months ago
  21. e4c98d6 mm/slab_common: fold kmalloc_order_trace() into kmalloc_large() by Hyeonggon Yoo · 2 years, 7 months ago
  22. 610f9c00 mm/slab_common: Remove the unneeded result variable by ye xingchen · 2 years, 6 months ago
  23. 3041808b mm/slab_common: move generic bulk alloc/free functions to SLOB by Hyeonggon Yoo · 2 years, 9 months ago
  24. b347aa7 mm/tracing: add 'accounted' entry into output of allocation tracepoints by Vasily Averin · 2 years, 9 months ago
  25. 98931dd Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 9 months ago
  26. 2e17ce1 Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab by Linus Torvalds · 2 years, 9 months ago
  27. e001897 Merge branches 'slab/for-5.19/stackdepot' and 'slab/for-5.19/refactor' into slab/for-linus by Vlastimil Babka · 2 years, 10 months ago
  28. d949a815 mm: make minimum slab alignment a runtime property by Peter Collingbourne · 2 years, 10 months ago
  29. 2dfe63e mm, kfence: support kmem_dump_obj() for KFENCE objects by Marco Elver · 2 years, 11 months ago
  30. 3364778 mm/slab_common: move dma-kmalloc caches creation into new_kmalloc_cache() by Ohhoon Kwon · 2 years, 11 months ago
  31. 5cf909c mm/slub: use stackdepot to save stack trace in objects by Oliver Glitta · 3 years, 8 months ago
  32. 7d6b6cc mm/slab_common: use helper function is_power_of_2() by Miaohe Lin · 3 years, 1 month ago
  33. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  34. 0b8f0d8 mm: fix some comment errors by Quanfa Fu · 3 years, 2 months ago
  35. 17c1736 mm: memcontrol: make cgroup_memory_nokmem static by Muchun Song · 3 years, 2 months ago
  36. bed0a9b kasan: add ability to detect double-kmem_cache_destroy() by Marco Elver · 3 years, 2 months ago
  37. c29b5b3 mm: slab: make slab iterator functions static by Muchun Song · 3 years, 2 months ago
  38. 7302e91 mm/slab_common: use WARN() if cache still has objects on destroy by Marco Elver · 3 years, 2 months ago
  39. 7213230 mm: Use struct slab in kmem_obj_info() by Matthew Wilcox (Oracle) · 3 years, 5 months ago
  40. 53944f1 mm: remove HARDENED_USERCOPY_FALLBACK by Stephen Kitt · 3 years, 4 months ago
  41. 5a836bf mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context by Sebastian Andrzej Siewior · 4 years ago
  42. 28e92f9 Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 8 months ago
  43. 13e680f mm: memcg/slab: disable cache merging for KMALLOC_NORMAL caches by Waiman Long · 3 years, 8 months ago
  44. 494c1df mm: memcg/slab: create a new set of kmalloc-cg-<n> caches by Waiman Long · 3 years, 8 months ago
  45. 64dd684 mm: slub: move sysfs slab alloc/free interfaces to debugfs by Faiyaz Mohammed · 3 years, 8 months ago
  46. 588c7fa mm, slub: change run-time assertion in kmalloc_index() to compile-time by Hyeonggon Yoo · 3 years, 8 months ago
  47. 4acaa7d slab: use __func__ to trace function name by gumingtao · 3 years, 8 months ago
  48. 74c1d3e mm/slub: fix redzoning for small allocations by Kees Cook · 3 years, 9 months ago
  49. afe0c26 mm, slub: move slub_debug static key enabling outside slab_mutex by Vlastimil Babka · 3 years, 10 months ago
  50. e548eaa mm/slub: Add Support for free path information of an object by Maninder Singh · 4 years ago
  51. 82edd9d mm/slab_common: provide "slab_merge" option for !IS_ENABLED(CONFIG_SLAB_MERGE_DEFAULT) builds by Rafael Aquini · 3 years, 10 months ago
  52. 0d3dd2c rcutorture: Add crude tests for mem_dump_obj() by Paul E. McKenney · 4 years, 3 months ago
  53. 5bb1bb3 mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernels by Paul E. McKenney · 4 years, 2 months ago
  54. d12d9ad kasan, mm: optimize krealloc poisoning by Andrey Konovalov · 4 years ago
  55. 26a5ca7 kasan, mm: fail krealloc on freed objects by Andrey Konovalov · 4 years ago
  56. 9285013 kasan, mm: don't save alloc stacks twice by Andrey Konovalov · 4 years ago
  57. d3fb45f mm, kfence: insert KFENCE hooks for SLAB by Alexander Potapenko · 4 years ago
  58. 611806b kasan: fix bug detection via ksize for HW_TAGS mode by Andrey Konovalov · 4 years ago
  59. 96403bf mm: memcontrol: fix slub memory accounting by Muchun Song · 4 years ago
  60. 59450bb mm, slab, slub: stop taking cpu hotplug lock by Vlastimil Babka · 4 years ago
  61. 7e1fa93 mm, slab, slub: stop taking memory hotplug lock by Vlastimil Babka · 4 years ago
  62. 3754000 mm/sl?b.c: remove ctor argument from kmem_cache_flags by Nikolay Borisov · 4 years ago
  63. 8e7f37f mm: Add mem_dump_obj() to print source of memory block by Paul E. McKenney · 4 years, 3 months ago
  64. e86f8b09 kasan, mm: allow cache merging with no metadata by Andrey Konovalov · 4 years, 2 months ago
  65. cebd0eb kasan: rename (un)poison_shadow to (un)poison_range by Andrey Konovalov · 4 years, 2 months ago
  66. 15d5de4 mm: slab: clarify krealloc()'s behavior with __GFP_ZERO by Bartosz Golaszewski · 4 years, 3 months ago
  67. 7714304 mm/slab_common.c: use list_for_each_entry in dump_unreclaimable_slab() by Hui Su · 4 years, 3 months ago
  68. 081a06f mm/slab_common.c: delete duplicated word by Randy Dunlap · 4 years, 7 months ago
  69. 10befea mm: memcg/slab: use a single set of kmem_caches for all allocations by Roman Gushchin · 4 years, 7 months ago
  70. 15999ee mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo() by Roman Gushchin · 4 years, 7 months ago
  71. c709440 mm: memcg/slab: deprecate slab_root_caches by Roman Gushchin · 4 years, 7 months ago
  72. 272911a mm: memcg/slab: remove memcg_kmem_get_cache() by Roman Gushchin · 4 years, 7 months ago
  73. d797b7d mm: memcg/slab: simplify memcg cache creation by Roman Gushchin · 4 years, 7 months ago
  74. 9855609 mm: memcg/slab: use a single set of kmem_caches for all accounted allocations by Roman Gushchin · 4 years, 7 months ago
  75. 4330a26 mm: memcg/slab: deprecate memory.kmem.slabinfo by Roman Gushchin · 4 years, 7 months ago
  76. d42f324 mm: memcg: convert vmstat slab counters to bytes by Roman Gushchin · 4 years, 7 months ago
  77. 4440509 mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_order by Long Li · 4 years, 7 months ago
  78. fa9ba3aa mm: ksize() should silently accept a NULL pointer by William Kucharski · 4 years, 7 months ago
  79. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 7 months ago
  80. d38a2b7 mm: memcg/slab: fix memory leak at non-root kmem_cache destroy by Muchun Song · 4 years, 7 months ago
  81. 8982ae5 mm/slab: use memzero_explicit() in kzfree() by Waiman Long · 4 years, 8 months ago
  82. 49f2d24 usercopy: mark dma-kmalloc caches as usercopy caches by Vlastimil Babka · 4 years, 9 months ago
  83. b991cee mm, slab_common: fix a typo in comment "eariler"->"earlier" by Qiujun Huang · 5 years ago
  84. d919b33 proc: faster open/read/close with "permanent" files by Alexey Dobriyan · 5 years ago
  85. a87425a mm, memcg: fix build error around the usage of kmem_caches by Yafang Shao · 5 years ago
  86. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  87. 1c94871 mm: remove __krealloc by Florian Westphal · 5 years ago
  88. 2fe20210 mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is valid by Adrian Huang · 5 years ago
  89. a264df7 mm: memcg/slab: wait for !root kmem_cache refcnt killing on root kmem_cache destruction by Roman Gushchin · 5 years ago
  90. 13657d0 mm, slab_common: use enum kmalloc_cache_type to iterate over kmalloc caches by Pengfei Li · 5 years ago
  91. dc0a7f7 mm, slab: remove unused kmalloc_size() by Pengfei Li · 5 years ago
  92. cb5d9fb mm, slab: make kmalloc_info[] contain all types of names by Pengfei Li · 5 years ago
  93. b749ecf mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer release by Roman Gushchin · 5 years ago
  94. 59bb479 mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two) by Vlastimil Babka · 5 years ago
  95. 6a486c0 mm, sl[ou]b: improve memory accounting by Vlastimil Babka · 5 years ago
  96. 04f768a mm, slab: extend slab/shrink to shrink all memcg caches by Waiman Long · 5 years ago
  97. a07057d mm/slab_common.c: work around clang bug #42570 by Arnd Bergmann · 6 years ago
  98. fcf8a1e mm, memcg: add a memcg_slabinfo debugfs file by Waiman Long · 6 years ago
  99. fb2f2b0 mm: memcg/slab: reparent memcg kmem_caches on cgroup removal by Roman Gushchin · 6 years ago
  100. f0a3a24 mm: memcg/slab: rework non-root kmem_cache lifecycle management by Roman Gushchin · 6 years ago