Age | Commit message (Expand) | Author | Files | Lines |
2021-09-04 | mm, slub: separate detaching of partial list in unfreeze_partials() from unfr... | Vlastimil Babka | 1 | -22/+51 |
2021-09-04 | mm, slub: detach whole partial list at once in unfreeze_partials() | Vlastimil Babka | 1 | -3/+7 |
2021-09-04 | mm, slub: discard slabs in unfreeze_partials() without irqs disabled | Vlastimil Babka | 1 | -1/+2 |
2021-09-04 | mm, slub: move irq control into unfreeze_partials() | Vlastimil Babka | 1 | -6/+7 |
2021-09-04 | mm, slub: call deactivate_slab() without disabling irqs | Vlastimil Babka | 1 | -5/+19 |
2021-09-04 | mm, slub: make locking in deactivate_slab() irq-safe | Vlastimil Babka | 1 | -4/+5 |
2021-09-04 | mm, slub: move reset of c->page and freelist out of deactivate_slab() | Vlastimil Babka | 1 | -13/+18 |
2021-09-04 | mm, slub: stop disabling irqs around get_partial() | Vlastimil Babka | 1 | -14/+8 |
2021-09-04 | mm, slub: check new pages with restored irqs | Vlastimil Babka | 1 | -5/+3 |
2021-09-04 | mm, slub: validate slab from partial list or page allocator before making it ... | Vlastimil Babka | 1 | -8/+9 |
2021-09-04 | mm, slub: restore irqs around calling new_slab() | Vlastimil Babka | 1 | -6/+2 |
2021-09-04 | mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc() | Vlastimil Babka | 1 | -9/+25 |
2021-09-04 | mm, slub: do initial checks in ___slab_alloc() with irqs enabled | Vlastimil Babka | 1 | -9/+45 |
2021-09-04 | mm, slub: move disabling/enabling irqs to ___slab_alloc() | Vlastimil Babka | 1 | -12/+24 |
2021-09-04 | mm, slub: simplify kmem_cache_cpu and tid setup | Vlastimil Babka | 1 | -13/+9 |
2021-09-04 | mm, slub: restructure new page checks in ___slab_alloc() | Vlastimil Babka | 1 | -6/+22 |
2021-09-04 | mm, slub: return slab page from get_partial() and set c->page afterwards | Vlastimil Babka | 1 | -10/+11 |
2021-09-04 | mm, slub: dissolve new_slab_objects() into ___slab_alloc() | Vlastimil Babka | 1 | -32/+18 |
2021-09-04 | mm, slub: extract get_partial() from new_slab_objects() | Vlastimil Babka | 1 | -6/+6 |
2021-09-03 | mm, slub: remove redundant unfreeze_partials() from put_cpu_partial() | Vlastimil Babka | 1 | -7/+0 |
2021-09-03 | mm, slub: don't disable irq for debug_check_no_locks_freed() | Vlastimil Babka | 1 | -13/+1 |
2021-09-03 | mm, slub: allocate private object map for validate_slab_cache() | Vlastimil Babka | 1 | -9/+15 |
2021-09-03 | mm, slub: allocate private object map for debugfs listings | Vlastimil Babka | 1 | -15/+29 |
2021-09-03 | mm, slub: don't call flush_all() from slab_debug_trace_open() | Vlastimil Babka | 1 | -3/+0 |
2021-08-13 | mm: slub: fix slub_debug disabling for list of slabs | Vlastimil Babka | 1 | -5/+8 |
2021-08-13 | slub: fix kmalloc_pagealloc_invalid_free unit test | Shakeel Butt | 1 | -4/+4 |
2021-08-13 | kasan, slub: reset tag when printing address | Kuan-Ying Lee | 1 | -2/+2 |
2021-07-30 | slub: fix unreclaimable slab stat for bulk free | Shakeel Butt | 1 | -10/+12 |
2021-07-17 | Revert "mm/slub: use stackdepot to save stack trace in objects" | Linus Torvalds | 1 | -49/+30 |
2021-07-15 | mm: move helper to check slub_debug_enabled | Marco Elver | 1 | -14/+0 |
2021-07-08 | mm/slub: use stackdepot to save stack trace in objects | Oliver Glitta | 1 | -30/+49 |
2021-07-04 | Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+8 |
2021-06-29 | mm/slub: add taint after the errors are printed | Georgi Djakov | 1 | -2/+3 |
2021-06-29 | mm: slub: move sysfs slab alloc/free interfaces to debugfs | Faiyaz Mohammed | 1 | -93/+181 |
2021-06-29 | slub: force on no_hash_pointers when slub_debug is enabled | Stephen Boyd | 1 | -1/+19 |
2021-06-29 | slub: indicate slab_fix() uses printf formats | Joe Perches | 1 | -3/+4 |
2021-06-29 | slub: actually use 'message' in restore_bytes() | Stephen Boyd | 1 | -1/+1 |
2021-06-29 | slub: restore slub_debug=- behavior | Stephen Boyd | 1 | -0/+2 |
2021-06-29 | slub: remove resiliency_test() function | Oliver Glitta | 1 | -64/+0 |
2021-06-29 | mm/slub, kunit: add a KUnit test for SLUB debugging functionality | Oliver Glitta | 1 | -3/+43 |
2021-06-16 | mm/slub.c: include swab.h | Andrew Morton | 1 | -0/+1 |
2021-06-16 | mm/slub: actually fix freelist pointer vs redzoning | Kees Cook | 1 | -11/+3 |
2021-06-16 | mm/slub: fix redzoning for small allocations | Kees Cook | 1 | -3/+5 |
2021-06-16 | mm/slub: clarify verification reporting | Kees Cook | 1 | -7/+7 |
2021-05-22 | kasan: slab: always reset the tag in get_freepointer_safe() | Alexander Potapenko | 1 | -0/+1 |
2021-05-14 | mm, slub: move slub_debug static key enabling outside slab_mutex | Vlastimil Babka | 1 | -9/+0 |
2021-05-10 | mm/slub: Add Support for free path information of an object | Maninder Singh | 1 | -0/+7 |
2021-05-10 | mm/slub: Fix backtrace of objects to handle redzone adjustment | Maninder Singh | 1 | -0/+1 |
2021-05-07 | mm: fix typos in comments | Ingo Molnar | 1 | -1/+1 |
2021-04-30 | kasan, mm: integrate slab init_on_free with HW_TAGS | Andrey Konovalov | 1 | -19/+24 |