- 005a79e mm/slub: fix endianness bug for alloc/free_traces attributes by Gerald Schaefer · 3 years, 1 month ago
- 9a543f0 mm: emit the "free" trace report before freeing memory in kmem_cache_free() by Yunfeng Ye · 3 years, 2 months ago
- 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 53944f1 mm: remove HARDENED_USERCOPY_FALLBACK by Stephen Kitt · 3 years, 2 months ago
- 04b4b00 mm, slub: use prefetchw instead of prefetch by Hyeonggon Yoo · 3 years, 2 months ago
- 23e98ad mm/slub: increase default cpu partial list sizes by Vlastimil Babka · 3 years, 2 months ago
- b47291e mm, slub: change percpu partial accounting from objects to pages by Vlastimil Babka · 3 years, 2 months ago
- d0fe47c slub: add back check for free nonslab objects by Kefeng Wang · 3 years, 2 months ago
- 0aaa58e Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 2 months ago
- 23efd08 vsprintf: Make %pGp print the hex value by Matthew Wilcox (Oracle) · 3 years, 3 months ago
- 3ddd602 mm, slub: fix incorrect memcg slab count for bulk free by Miaohe Lin · 3 years, 3 months ago
- 67823a5 mm, slub: fix potential use-after-free in slab_debugfs_fops by Miaohe Lin · 3 years, 3 months ago
- 9037c57 mm, slub: fix potential memoryleak in kmem_cache_open() by Miaohe Lin · 3 years, 3 months ago
- 899447f mm, slub: fix mismatch between reconstructed freelist depth and cnt by Miaohe Lin · 3 years, 3 months ago
- 2127d22 mm, slub: fix two bugs in slab_debug_trace_open() by Miaohe Lin · 3 years, 3 months ago
- bd0e749 mm, slub: convert kmem_cpu_slab protection to local_lock by Vlastimil Babka · 3 years, 8 months ago
- 25c00c5 mm, slub: use migrate_disable() on PREEMPT_RT by Vlastimil Babka · 3 years, 8 months ago
- e0a043a mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg by Vlastimil Babka · 3 years, 6 months ago
- a2b4ae8 mm, slub: make slab_lock() disable irqs with PREEMPT_RT by Vlastimil Babka · 3 years, 8 months ago
- 94ef030 mm: slub: make object_map_lock a raw_spinlock_t by Sebastian Andrzej Siewior · 4 years, 6 months ago
- 5a836bf mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context by Sebastian Andrzej Siewior · 3 years, 11 months ago
- 08beb54 mm, slab: split out the cpu offline variant of flush_slab() by Vlastimil Babka · 3 years, 8 months ago
- 0e7ac73 mm, slub: don't disable irqs in slub_cpu_dead() by Vlastimil Babka · 3 years, 8 months ago
- 7cf9f3b mm, slub: only disable irq with spin_lock in __unfreeze_partials() by Vlastimil Babka · 3 years, 8 months ago
- fc1455f mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing by Vlastimil Babka · 3 years, 8 months ago
- c2f973b mm, slub: detach whole partial list at once in unfreeze_partials() by Vlastimil Babka · 3 years, 8 months ago
- 8de06a6 mm, slub: discard slabs in unfreeze_partials() without irqs disabled by Vlastimil Babka · 3 years, 8 months ago
- f3ab8b6 mm, slub: move irq control into unfreeze_partials() by Vlastimil Babka · 3 years, 8 months ago
- cfdf836 mm, slub: call deactivate_slab() without disabling irqs by Vlastimil Babka · 3 years, 8 months ago
- 3406e91 mm, slub: make locking in deactivate_slab() irq-safe by Vlastimil Babka · 3 years, 8 months ago
- a019d20 mm, slub: move reset of c->page and freelist out of deactivate_slab() by Vlastimil Babka · 3 years, 8 months ago
- 4b1f449 mm, slub: stop disabling irqs around get_partial() by Vlastimil Babka · 3 years, 8 months ago
- 9f101ee mm, slub: check new pages with restored irqs by Vlastimil Babka · 3 years, 8 months ago
- 3f2b77e mm, slub: validate slab from partial list or page allocator before making it cpu slab by Vlastimil Babka · 3 years, 8 months ago
- 6c1dbb6 mm, slub: restore irqs around calling new_slab() by Vlastimil Babka · 3 years, 8 months ago
- fa417ab mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
- 0b303fb mm, slub: do initial checks in ___slab_alloc() with irqs enabled by Vlastimil Babka · 3 years, 8 months ago
- e500059 mm, slub: move disabling/enabling irqs to ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
- 9b4bc85 mm, slub: simplify kmem_cache_cpu and tid setup by Vlastimil Babka · 3 years, 8 months ago
- 1572df7 mm, slub: restructure new page checks in ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
- 75c8ff2 mm, slub: return slab page from get_partial() and set c->page afterwards by Vlastimil Babka · 3 years, 8 months ago
- 53a0de0 mm, slub: dissolve new_slab_objects() into ___slab_alloc() by Vlastimil Babka · 3 years, 8 months ago
- 2a90490 mm, slub: extract get_partial() from new_slab_objects() by Vlastimil Babka · 3 years, 8 months ago
- 976b805 mm, slub: remove redundant unfreeze_partials() from put_cpu_partial() by Vlastimil Babka · 3 years, 7 months ago
- 8404803 mm, slub: don't disable irq for debug_check_no_locks_freed() by Vlastimil Babka · 3 years, 8 months ago
- 0a19e7d mm, slub: allocate private object map for validate_slab_cache() by Vlastimil Babka · 3 years, 8 months ago
- b3fd64e mm, slub: allocate private object map for debugfs listings by Vlastimil Babka · 3 years, 8 months ago
- eafb1d6 mm, slub: don't call flush_all() from slab_debug_trace_open() by Vlastimil Babka · 3 years, 8 months ago
- a7f1d48 mm: slub: fix slub_debug disabling for list of slabs by Vlastimil Babka · 3 years, 5 months ago
- 1ed7ce5 slub: fix kmalloc_pagealloc_invalid_free unit test by Shakeel Butt · 3 years, 5 months ago
- 340caf1 kasan, slub: reset tag when printing address by Kuan-Ying Lee · 3 years, 5 months ago
- f227f0f slub: fix unreclaimable slab stat for bulk free by Shakeel Butt · 3 years, 6 months ago
- ae14c63 Revert "mm/slub: use stackdepot to save stack trace in objects" by Linus Torvalds · 3 years, 6 months ago
- 0d4a062 mm: move helper to check slub_debug_enabled by Marco Elver · 3 years, 6 months ago
- 78869146 mm/slub: use stackdepot to save stack trace in objects by Oliver Glitta · 3 years, 6 months ago
- 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
- 65ebdee mm/slub: add taint after the errors are printed by Georgi Djakov · 3 years, 7 months ago
- 64dd684 mm: slub: move sysfs slab alloc/free interfaces to debugfs by Faiyaz Mohammed · 3 years, 7 months ago
- 7927029 slub: force on no_hash_pointers when slub_debug is enabled by Stephen Boyd · 3 years, 7 months ago
- 582d121 slub: indicate slab_fix() uses printf formats by Joe Perches · 3 years, 7 months ago
- 1a88ef8 slub: actually use 'message' in restore_bytes() by Stephen Boyd · 3 years, 7 months ago
- 02ac47d slub: restore slub_debug=- behavior by Stephen Boyd · 3 years, 7 months ago
- 3d8e374 slub: remove resiliency_test() function by Oliver Glitta · 3 years, 7 months ago
- 1f9f78b mm/slub, kunit: add a KUnit test for SLUB debugging functionality by Oliver Glitta · 3 years, 7 months ago
- 1b3865d mm/slub.c: include swab.h by Andrew Morton · 3 years, 7 months ago
- e41a49fa mm/slub: actually fix freelist pointer vs redzoning by Kees Cook · 3 years, 7 months ago
- 74c1d3e mm/slub: fix redzoning for small allocations by Kees Cook · 3 years, 7 months ago
- 8669dba mm/slub: clarify verification reporting by Kees Cook · 3 years, 7 months ago
- f70b004 kasan: slab: always reset the tag in get_freepointer_safe() by Alexander Potapenko · 3 years, 8 months ago
- afe0c26 mm, slub: move slub_debug static key enabling outside slab_mutex by Vlastimil Babka · 3 years, 8 months ago
- e548eaa mm/slub: Add Support for free path information of an object by Maninder Singh · 3 years, 10 months ago
- 0cbc124 mm/slub: Fix backtrace of objects to handle redzone adjustment by Maninder Singh · 3 years, 10 months ago
- f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 8 months ago
- d57a964 kasan, mm: integrate slab init_on_free with HW_TAGS by Andrey Konovalov · 3 years, 9 months ago
- da844b7 kasan, mm: integrate slab init_on_alloc with HW_TAGS by Andrey Konovalov · 3 years, 9 months ago
- dc84207 mm/slub.c: trivial typo fixes by Bhaskar Chowdhury · 3 years, 9 months ago
- 1f0723a mm, slub: enable slub_debug static key when creating cache with explicit debug flags by Vlastimil Babka · 3 years, 9 months ago
- 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, 9 months ago
- 7f3d08b Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 9 months ago
- 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
- 96b94ab mm, slub: don't combine pr_err with INFO by Yafang Shao · 3 years, 10 months ago
- 4a8ef19 mm, slub: use pGp to print page flags by Yafang Shao · 3 years, 10 months ago
- 9b1ea29 Revert "mm, slub: consider rest of partial list if acquire_slab() fails" by Linus Torvalds · 3 years, 10 months ago
- 5bb1bb3 mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernels by Paul E. McKenney · 4 years ago
- e2db1a9 kasan, mm: optimize kmalloc poisoning by Andrey Konovalov · 3 years, 11 months ago
- b89fb5e mm, kfence: insert KFENCE hooks for SLUB by Alexander Potapenko · 3 years, 11 months ago
- 027b37b kasan: move _RET_IP_ to inline wrappers by Andrey Konovalov · 3 years, 11 months ago
- 96403bf mm: memcontrol: fix slub memory accounting by Muchun Song · 3 years, 11 months ago
- 2e9bd48 mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNT by Roman Gushchin · 3 years, 11 months ago
- 457c82c mm/slub: minor coding style tweaks by Zhiyuan Dai · 3 years, 11 months ago
- fe2cce1 mm, slub: remove slub_memcg_sysfs boot param and CONFIG_SLUB_MEMCG_SYSFS_ON by Vlastimil Babka · 3 years, 11 months ago
- d930ff0 mm, slub: splice cpu and page freelists in deactivate_slab() by Vlastimil Babka · 3 years, 11 months ago
- 7e1fa93 mm, slab, slub: stop taking memory hotplug lock by Vlastimil Babka · 3 years, 11 months ago
- 666716f mm, slub: stop freeing kmem_cache_node structures on node offline by Vlastimil Babka · 3 years, 11 months ago
- ca22059 mm/slub: disable user tracing for kmemleak caches by default by Johannes Berg · 3 years, 11 months ago
- 3754000 mm/sl?b.c: remove ctor argument from kmem_cache_flags by Nikolay Borisov · 3 years, 11 months ago
- 3544de8e mm, tracing: record slab name for kmem_cache_free() by Jacob Wen · 3 years, 11 months ago
- 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 · 4 years ago
- 3286222 mm, slub: better heuristic for number of cpus when calculating slab order by Vlastimil Babka · 4 years ago
- 757fed1 Revert "mm/slub: fix a memory leak in sysfs_slab_add()" by Wang Hai · 4 years ago