1. a2b4ae8 mm, slub: make slab_lock() disable irqs with PREEMPT_RT by Vlastimil Babka · 3 years, 7 months ago
  2. 94ef030 mm: slub: make object_map_lock a raw_spinlock_t by Sebastian Andrzej Siewior · 4 years, 6 months ago
  3. 5a836bf mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context by Sebastian Andrzej Siewior · 3 years, 10 months ago
  4. 08beb54 mm, slab: split out the cpu offline variant of flush_slab() by Vlastimil Babka · 3 years, 7 months ago
  5. 0e7ac73 mm, slub: don't disable irqs in slub_cpu_dead() by Vlastimil Babka · 3 years, 7 months ago
  6. 7cf9f3b mm, slub: only disable irq with spin_lock in __unfreeze_partials() by Vlastimil Babka · 3 years, 7 months ago
  7. fc1455f mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing by Vlastimil Babka · 3 years, 7 months ago
  8. c2f973b mm, slub: detach whole partial list at once in unfreeze_partials() by Vlastimil Babka · 3 years, 7 months ago
  9. 8de06a6 mm, slub: discard slabs in unfreeze_partials() without irqs disabled by Vlastimil Babka · 3 years, 7 months ago
  10. f3ab8b6 mm, slub: move irq control into unfreeze_partials() by Vlastimil Babka · 3 years, 7 months ago
  11. cfdf836 mm, slub: call deactivate_slab() without disabling irqs by Vlastimil Babka · 3 years, 8 months ago
  12. 3406e91 mm, slub: make locking in deactivate_slab() irq-safe by Vlastimil Babka · 3 years, 8 months ago
  13. a019d20 mm, slub: move reset of c->page and freelist out of deactivate_slab() by Vlastimil Babka · 3 years, 8 months ago
  14. 4b1f449 mm, slub: stop disabling irqs around get_partial() by Vlastimil Babka · 3 years, 8 months ago
  15. 9f101ee mm, slub: check new pages with restored irqs by Vlastimil Babka · 3 years, 8 months ago
  16. 3f2b77e mm, slub: validate slab from partial list or page allocator before making it cpu slab by Vlastimil Babka · 3 years, 8 months ago
  17. 6c1dbb6 mm, slub: restore irqs around calling new_slab() by Vlastimil Babka · 3 years, 8 months ago
  18. fa417ab mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
  19. 0b303fb mm, slub: do initial checks in ___slab_alloc() with irqs enabled by Vlastimil Babka · 3 years, 8 months ago
  20. e500059 mm, slub: move disabling/enabling irqs to ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
  21. 9b4bc85 mm, slub: simplify kmem_cache_cpu and tid setup by Vlastimil Babka · 3 years, 8 months ago
  22. 1572df7 mm, slub: restructure new page checks in ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
  23. 75c8ff2 mm, slub: return slab page from get_partial() and set c->page afterwards by Vlastimil Babka · 3 years, 8 months ago
  24. 53a0de0 mm, slub: dissolve new_slab_objects() into ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
  25. 2a90490 mm, slub: extract get_partial() from new_slab_objects() by Vlastimil Babka · 3 years, 8 months ago
  26. 976b805 mm, slub: remove redundant unfreeze_partials() from put_cpu_partial() by Vlastimil Babka · 3 years, 7 months ago
  27. 8404803 mm, slub: don't disable irq for debug_check_no_locks_freed() by Vlastimil Babka · 3 years, 7 months ago
  28. 0a19e7d mm, slub: allocate private object map for validate_slab_cache() by Vlastimil Babka · 3 years, 7 months ago
  29. b3fd64e mm, slub: allocate private object map for debugfs listings by Vlastimil Babka · 3 years, 7 months ago
  30. eafb1d6 mm, slub: don't call flush_all() from slab_debug_trace_open() by Vlastimil Babka · 3 years, 7 months ago
  31. a7f1d48 mm: slub: fix slub_debug disabling for list of slabs by Vlastimil Babka · 3 years, 5 months ago
  32. 1ed7ce5 slub: fix kmalloc_pagealloc_invalid_free unit test by Shakeel Butt · 3 years, 5 months ago
  33. 340caf1 kasan, slub: reset tag when printing address by Kuan-Ying Lee · 3 years, 5 months ago
  34. f227f0f slub: fix unreclaimable slab stat for bulk free by Shakeel Butt · 3 years, 5 months ago
  35. ae14c63 Revert "mm/slub: use stackdepot to save stack trace in objects" by Linus Torvalds · 3 years, 5 months ago
  36. 0d4a062 mm: move helper to check slub_debug_enabled by Marco Elver · 3 years, 6 months ago
  37. 78869146 mm/slub: use stackdepot to save stack trace in objects by Oliver Glitta · 3 years, 6 months ago
  38. 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, 6 months ago
  39. 65ebdee mm/slub: add taint after the errors are printed by Georgi Djakov · 3 years, 6 months ago
  40. 64dd684 mm: slub: move sysfs slab alloc/free interfaces to debugfs by Faiyaz Mohammed · 3 years, 6 months ago
  41. 7927029 slub: force on no_hash_pointers when slub_debug is enabled by Stephen Boyd · 3 years, 6 months ago
  42. 582d121 slub: indicate slab_fix() uses printf formats by Joe Perches · 3 years, 6 months ago
  43. 1a88ef8 slub: actually use 'message' in restore_bytes() by Stephen Boyd · 3 years, 6 months ago
  44. 02ac47d slub: restore slub_debug=- behavior by Stephen Boyd · 3 years, 6 months ago
  45. 3d8e374 slub: remove resiliency_test() function by Oliver Glitta · 3 years, 6 months ago
  46. 1f9f78b mm/slub, kunit: add a KUnit test for SLUB debugging functionality by Oliver Glitta · 3 years, 6 months ago
  47. 1b3865d mm/slub.c: include swab.h by Andrew Morton · 3 years, 7 months ago
  48. e41a49fa mm/slub: actually fix freelist pointer vs redzoning by Kees Cook · 3 years, 7 months ago
  49. 74c1d3e mm/slub: fix redzoning for small allocations by Kees Cook · 3 years, 7 months ago
  50. 8669dba mm/slub: clarify verification reporting by Kees Cook · 3 years, 7 months ago
  51. f70b004 kasan: slab: always reset the tag in get_freepointer_safe() by Alexander Potapenko · 3 years, 7 months ago
  52. afe0c26 mm, slub: move slub_debug static key enabling outside slab_mutex by Vlastimil Babka · 3 years, 8 months ago
  53. e548eaa mm/slub: Add Support for free path information of an object by Maninder Singh · 3 years, 10 months ago
  54. 0cbc124 mm/slub: Fix backtrace of objects to handle redzone adjustment by Maninder Singh · 3 years, 10 months ago
  55. f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 8 months ago
  56. d57a964 kasan, mm: integrate slab init_on_free with HW_TAGS by Andrey Konovalov · 3 years, 8 months ago
  57. da844b7 kasan, mm: integrate slab init_on_alloc with HW_TAGS by Andrey Konovalov · 3 years, 8 months ago
  58. dc84207 mm/slub.c: trivial typo fixes by Bhaskar Chowdhury · 3 years, 8 months ago
  59. 1f0723a mm, slub: enable slub_debug static key when creating cache with explicit debug flags by Vlastimil Babka · 3 years, 8 months ago
  60. 9a45da9 Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  61. 7f3d08b Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 8 months ago
  62. 120b566 Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 3 years, 9 months ago
  63. 96b94ab mm, slub: don't combine pr_err with INFO by Yafang Shao · 3 years, 10 months ago
  64. 4a8ef19 mm, slub: use pGp to print page flags by Yafang Shao · 3 years, 10 months ago
  65. 9b1ea29 Revert "mm, slub: consider rest of partial list if acquire_slab() fails" by Linus Torvalds · 3 years, 10 months ago
  66. 5bb1bb3 mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernels by Paul E. McKenney · 4 years ago
  67. e2db1a9 kasan, mm: optimize kmalloc poisoning by Andrey Konovalov · 3 years, 10 months ago
  68. b89fb5e mm, kfence: insert KFENCE hooks for SLUB by Alexander Potapenko · 3 years, 10 months ago
  69. 027b37b kasan: move _RET_IP_ to inline wrappers by Andrey Konovalov · 3 years, 10 months ago
  70. 96403bf mm: memcontrol: fix slub memory accounting by Muchun Song · 3 years, 10 months ago
  71. 2e9bd48 mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNT by Roman Gushchin · 3 years, 10 months ago
  72. 457c82c mm/slub: minor coding style tweaks by Zhiyuan Dai · 3 years, 10 months ago
  73. fe2cce1 mm, slub: remove slub_memcg_sysfs boot param and CONFIG_SLUB_MEMCG_SYSFS_ON by Vlastimil Babka · 3 years, 10 months ago
  74. d930ff0 mm, slub: splice cpu and page freelists in deactivate_slab() by Vlastimil Babka · 3 years, 10 months ago
  75. 7e1fa93 mm, slab, slub: stop taking memory hotplug lock by Vlastimil Babka · 3 years, 10 months ago
  76. 666716f mm, slub: stop freeing kmem_cache_node structures on node offline by Vlastimil Babka · 3 years, 10 months ago
  77. ca22059 mm/slub: disable user tracing for kmemleak caches by default by Johannes Berg · 3 years, 10 months ago
  78. 3754000 mm/sl?b.c: remove ctor argument from kmem_cache_flags by Nikolay Borisov · 3 years, 10 months ago
  79. 3544de8e mm, tracing: record slab name for kmem_cache_free() by Jacob Wen · 3 years, 10 months ago
  80. 85e853c Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 3 years, 11 months ago
  81. 3286222 mm, slub: better heuristic for number of cpus when calculating slab order by Vlastimil Babka · 3 years, 11 months ago
  82. 757fed1 Revert "mm/slub: fix a memory leak in sysfs_slab_add()" by Wang Hai · 4 years ago
  83. ce5716c kasan, mm: fix conflicts with init_on_alloc/free by Andrey Konovalov · 4 years ago
  84. 8e7f37f mm: Add mem_dump_obj() to print source of memory block by Paul E. McKenney · 4 years, 1 month ago
  85. 8ff60eb mm, slub: consider rest of partial list if acquire_slab() fails by Jann Horn · 4 years ago
  86. 1f3147b mm: slub: call account_slab_page() after slab page initialization by Roman Gushchin · 4 years ago
  87. aa1ef4d kasan, mm: reset tags when accessing metadata by Andrey Konovalov · 4 years ago
  88. bf16d19 mm: slub: convert sysfs sprintf family to sysfs_emit/sysfs_emit_at by Joe Perches · 4 years ago
  89. 045ab8c mm/slub: let number of online CPUs determine the slub page order by Bharata B Rao · 4 years ago
  90. 965c484 mm, slub: use kmem_cache_debug_flags() in deactivate_slab() by Vlastimil Babka · 4 years ago
  91. 0c06dd7 mm, slab, slub: clear the slab_cache field when freeing page by Vlastimil Babka · 4 years ago
  92. 22e4663 mm/slub: fix panic in slab_alloc_node() by Laurent Dufour · 4 years, 2 months ago
  93. 70b6d25 mm: fix some comments formatting by Chen Tao · 4 years, 2 months ago
  94. d1b2cf6 mm: memcg/slab: uncharge during kmem_cache_free_bulk() by Bharata B Rao · 4 years, 3 months ago
  95. 9cf7a11 mm/slub: make add_full() condition more explicit by Abel Wu · 4 years, 3 months ago
  96. 9f986d9 mm/slub: fix missing ALLOC_SLOWPATH stat when bulk alloc by Abel Wu · 4 years, 3 months ago
  97. c270cf3 mm/slub.c: branch optimization in free slowpath by Abel Wu · 4 years, 3 months ago
  98. 484cfac mm, slub: restore initial kmem_cache flags by Eric Farman · 4 years, 3 months ago
  99. dc07a72 mm: slub: fix conversion of freelist_corrupted() by Eugeniu Rosca · 4 years, 4 months ago
  100. 74d555b mm: slab: rename (un)charge_slab_page() to (un)account_slab_page() by Roman Gushchin · 4 years, 5 months ago