| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+4 |
| 2023-04-18 | mm: vmscan: refactor updating current->reclaim_state | Yosry Ahmed | 1 | -3/+2 |
| 2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 1 | -3/+3 |
| 2023-04-05 | mm/slub: fix MAX_ORDER usage in calculate_order() | Kirill A. Shutemov | 1 | -1/+1 |
| 2023-03-13 | mm: slub: make kobj_type structure constant | Thomas Weißschuh | 1 | -1/+1 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+3 |
| 2023-02-21 | Merge branch 'slab/for-6.3/fixes' into slab/for-linus | Vlastimil Babka | 1 | -5/+6 |
| 2023-02-16 | lib/stackdepot, mm: rename stack_depot_want_early_init | Andrey Konovalov | 1 | -2/+2 |
| 2023-02-08 | mm, slab/slub: Ensure kmem_cache_alloc_bulk() is available early | Thomas Gleixner | 1 | -4/+5 |
| 2023-02-06 | mm/slub: fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-01-18 | mm: introduce folio_is_pfmemalloc | Sidhartha Kumar | 1 | -1/+1 |
| 2023-01-13 | mm/sl{a,u}b: fix wrong usages of folio_page() for getting head pages | SeongJae Park | 1 | -1/+1 |
| 2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+1 |
| 2022-12-12 | Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc... | Linus Torvalds | 1 | -1/+2 |
| 2022-12-12 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
| 2022-12-12 | mm: slub: test: Use the kunit_get_current_test() function | David Gow | 1 | -1/+2 |
| 2022-12-01 | Merge branch 'slub-tiny-v1r6' into slab/for-next | Vlastimil Babka | 1 | -134/+288 |
| 2022-12-01 | mm, slub: don't aggressively inline with CONFIG_SLUB_TINY | Vlastimil Babka | 1 | -4/+10 |
| 2022-12-01 | mm, slub: remove percpu slabs with CONFIG_SLUB_TINY | Vlastimil Babka | 1 | -3/+99 |
| 2022-12-01 | mm, slub: split out allocations from pre/post hooks | Vlastimil Babka | 1 | -50/+80 |
| 2022-11-27 | mm, slub: refactor free debug processing | Vlastimil Babka | 1 | -71/+83 |
| 2022-11-27 | mm, slub: lower the default slub_max_order with CONFIG_SLUB_TINY | Vlastimil Babka | 1 | -1/+2 |
| 2022-11-27 | mm, slub: retain no free slabs on partial list with CONFIG_SLUB_TINY | Vlastimil Babka | 1 | -0/+5 |
| 2022-11-27 | mm, slub: disable SYSFS support with CONFIG_SLUB_TINY | Vlastimil Babka | 1 | -6/+6 |
| 2022-11-27 | mm, slab: ignore hardened usercopy parameters when disabled | Vlastimil Babka | 1 | -0/+4 |
| 2022-11-21 | Merge branch 'slab/for-6.2/kmalloc_redzone' into slab/for-next | Vlastimil Babka | 1 | -10/+54 |
| 2022-11-21 | Merge branch 'slab/for-6.2/fit_rcu_head' into slab/for-next | Vlastimil Babka | 1 | -11/+15 |
| 2022-11-21 | Merge branch 'slab/for-6.2/slub-sysfs' into slab/for-next | Vlastimil Babka | 1 | -8/+16 |
| 2022-11-21 | mm/migrate: make isolate_movable_page() skip slab pages | Vlastimil Babka | 1 | -1/+5 |
| 2022-11-21 | mm/slub, percpu: correct the calculation of early percpu allocation size | Baoquan He | 1 | -1/+2 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-11-11 | mm/slub: extend redzone check to extra allocated kmalloc space than requested | Feng Tang | 1 | -5/+45 |
| 2022-11-10 | mm: kasan: Extend kasan_metadata_size() to also cover in-object size | Feng Tang | 1 | -2/+2 |
| 2022-11-10 | mm/slub: only zero requested size of buffer for kzalloc when debug enabled | Feng Tang | 1 | -3/+7 |
| 2022-11-08 | mm/slub.c: use hotplug_memory_notifier() directly | Liu Shixin | 1 | -6/+1 |
| 2022-10-24 | mm/slub: perform free consistency checks before call_rcu | Vlastimil Babka | 1 | -10/+10 |
| 2022-10-24 | mm/slub: remove dead code for debug caches on deactivate_slab() | Hyeonggon Yoo | 1 | -14/+2 |
| 2022-10-24 | mm: Make failslab writable again | Alexander Atanasov | 1 | -1/+15 |
| 2022-10-24 | mm: slub: make slab_sysfs_init() a late_initcall | Rasmus Villemoes | 1 | -2/+1 |
| 2022-10-24 | mm: slub: remove dead and buggy code from sysfs_slab_add() | Rasmus Villemoes | 1 | -5/+0 |
| 2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+41 |
| 2022-10-03 | mm: kmsan: call KMSAN hooks from SLUB code | Alexander Potapenko | 1 | -0/+17 |
| 2022-09-30 | Merge branch 'slab/for-6.1/slub_validation_locking' into slab/for-next | Vlastimil Babka | 1 | -11/+14 |
| 2022-09-30 | mm/slub: fix a slab missed to be freed problem | Feng Tang | 1 | -11/+14 |
| 2022-09-29 | Merge branch 'slab/for-6.1/slub_debug_waste' into slab/for-next | Vlastimil Babka | 1 | -37/+117 |
| 2022-09-29 | Merge branch 'slab/for-6.1/trivial' into slab/for-next | Vlastimil Babka | 1 | -3/+6 |
| 2022-09-26 | mm/slub: clean up create_unique_id() | Chao Yu | 1 | -3/+6 |
| 2022-09-23 | mm/slub: enable debugging memory wasting of kmalloc | Feng Tang | 1 | -37/+117 |
| 2022-09-23 | Merge branch 'slab/for-6.1/slub_validation_locking' into slab/for-next | Vlastimil Babka | 1 | -198/+276 |
| 2022-09-23 | Merge branch 'slab/for-6.1/common_kmalloc' into slab/for-next | Vlastimil Babka | 1 | -225/+13 |
| 2022-09-23 | Merge branch 'slab/for-6.1/trivial' into slab/for-next | Vlastimil Babka | 1 | -7/+2 |
| 2022-09-22 | mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context. | Maurizio Lombardi | 1 | -1/+8 |
| 2022-09-17 | slub: Make PREEMPT_RT support less convoluted | Thomas Gleixner | 1 | -32/+24 |
| 2022-09-17 | mm/slub: simplify __cmpxchg_double_slab() and slab_[un]lock() | Vlastimil Babka | 1 | -27/+12 |
| 2022-09-17 | mm/slub: convert object_map_lock to non-raw spinlock | Vlastimil Babka | 1 | -30/+6 |
| 2022-09-17 | mm/slub: remove slab_lock() usage for debug operations | Vlastimil Babka | 1 | -11/+8 |
| 2022-09-17 | mm/slub: restrict sysfs validation to debug caches and make it safe | Vlastimil Babka | 1 | -52/+180 |
| 2022-09-16 | kasan: call kasan_malloc() from __kmalloc_*track_caller() | Peter Collingbourne | 1 | -0/+4 |
| 2022-09-11 | kfence: add sysfs interface to disable kfence for selected slabs. | Imran Khan | 1 | -0/+26 |
| 2022-09-08 | mm/slub: fix to return errno if kmalloc() fails | Chao Yu | 1 | -1/+4 |
| 2022-09-01 | mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not using | Hyeonggon Yoo | 1 | -5/+3 |
| 2022-09-01 | mm/slab_common: unify NUMA and UMA version of tracepoints | Hyeonggon Yoo | 1 | -3/+3 |
| 2022-09-01 | mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace() | Hyeonggon Yoo | 1 | -27/+0 |
| 2022-09-01 | mm/sl[au]b: generalize kmalloc subsystem | Hyeonggon Yoo | 1 | -87/+0 |
| 2022-08-25 | mm/slub: move free_debug_processing() further | Vlastimil Babka | 1 | -57/+57 |
| 2022-08-24 | mm/sl[au]b: introduce common alloc/free functions without tracepoint | Hyeonggon Yoo | 1 | -0/+13 |
| 2022-08-24 | mm/slab: kmalloc: pass requests larger than order-1 page to page allocator | Hyeonggon Yoo | 1 | -19/+0 |
| 2022-08-24 | mm/slab_common: kmalloc_node: pass large requests to page allocator | Hyeonggon Yoo | 1 | -1/+1 |
| 2022-08-24 | mm/slub: move kmalloc_large_node() to slab_common.c | Hyeonggon Yoo | 1 | -25/+0 |
| 2022-08-24 | mm/sl[au]b: factor out __do_kmalloc_node() | Hyeonggon Yoo | 1 | -52/+19 |
| 2022-08-24 | mm/slab_common: cleanup kmalloc_track_caller() | Hyeonggon Yoo | 1 | -22/+0 |
| 2022-08-24 | mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functions | Hyeonggon Yoo | 1 | -6/+0 |
| 2022-08-23 | mm/slub: Remove the unneeded result variable | ye xingchen | 1 | -7/+2 |
| 2022-07-20 | mm/sl[au]b: use own bulk free function when bulk alloc failed | Hyeonggon Yoo | 1 | -2/+2 |
| 2022-07-04 | mm: slab: optimize memcg_slab_free_hook() | Muchun Song | 1 | -44/+22 |
| 2022-07-04 | mm/tracing: add 'accounted' entry into output of allocation tracepoints | Vasily Averin | 1 | -10/+10 |
| 2022-07-04 | mm/slub: Simplify __kmem_cache_alias() | Xiongwei Song | 1 | -5/+3 |
| 2022-06-13 | mm/slub: add missing TID updates on slab deactivation | Jann Horn | 1 | -0/+2 |
| 2022-06-13 | mm/slub: Move the stackdepot related allocation out of IRQ-off section. | Sebastian Andrzej Siewior | 1 | -7/+34 |
| 2022-05-25 | Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds | 1 | -66/+108 |
| 2022-05-23 | Merge branches 'slab/for-5.19/stackdepot' and 'slab/for-5.19/refactor' into s... | Vlastimil Babka | 1 | -46/+91 |
| 2022-05-02 | mm/slub: remove unused kmem_cache_order_objects max | Miaohe Lin | 1 | -2/+0 |
| 2022-04-20 | mm/slub: remove unneeded return value of slab_pad_check | Miaohe Lin | 1 | -7/+5 |
| 2022-04-15 | mm, kfence: support kmem_dump_obj() for KFENCE objects | Marco Elver | 1 | -1/+1 |
| 2022-04-13 | mm/slub: remove meaningless node check in ___slab_alloc() | JaeSang Yoo | 1 | -1/+0 |
| 2022-04-13 | mm/slub: remove duplicate flag in allocate_slab() | Jiyoup Kim | 1 | -1/+1 |
| 2022-04-13 | mm/slub: remove unused parameter in setup_object*() | JaeSang Yoo | 1 | -11/+8 |
| 2022-04-06 | mm/slub: sort debugfs output by frequency of stack traces | Oliver Glitta | 1 | -0/+16 |
| 2022-04-06 | mm/slub: distinguish and print stack traces in debugfs files | Oliver Glitta | 1 | -2/+26 |
| 2022-04-06 | mm/slub: use stackdepot to save stack trace in objects | Oliver Glitta | 1 | -31/+40 |
| 2022-04-06 | mm/slub: move struct track init out of set_track() | Vlastimil Babka | 1 | -17/+15 |
| 2022-04-06 | mm/slub, kunit: Make slub_kunit unaffected by user specified flags | Hyeonggon Yoo | 1 | -0/+3 |
| 2022-03-23 | Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds | 1 | -78/+52 |
| 2022-03-22 | mm: introduce kmem_cache_alloc_lru | Muchun Song | 1 | -14/+28 |
| 2022-03-21 | Merge branch 'slab/for-5.18/cleanups' into slab/for-linus | Vlastimil Babka | 1 | -63/+42 |
| 2022-03-10 | mm: slub: Delete useless parameter of alloc_slab_page() | Xiongwei Song | 1 | -4/+4 |
| 2022-03-09 | mm/slub: remove forced_order parameter in calculate_sizes | Miaohe Lin | 1 | -7/+4 |
| 2022-03-09 | mm/slub: refactor deactivate_slab() | Hyeonggon Yoo | 1 | -52/+39 |
| 2022-03-09 | mm/slub: limit number of node partial slabs only in cache creation | Hyeonggon Yoo | 1 | -11/+3 |
| 2022-03-07 | mm/slub: use helper macro __ATTR_XX_MODE for SLAB_ATTR(_RO) | Lianjie Zhang | 1 | -4/+2 |
| 2022-01-06 | mm/slub: Define struct slab fields for CONFIG_SLUB_CPU_PARTIAL only when enabled | Vlastimil Babka | 1 | -2/+6 |
| 2022-01-06 | mm/kasan: Convert to struct folio and struct slab | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-01-06 | mm: Convert struct page to struct slab in functions used by other subsystems | Vlastimil Babka | 1 | -1/+1 |
| 2022-01-06 | mm/slub: Finish struct page to struct slab conversion | Vlastimil Babka | 1 | -53/+52 |
| 2022-01-06 | mm/slub: Convert most struct page to struct slab by spatch | Vlastimil Babka | 1 | -436/+436 |
| 2022-01-06 | mm/slub: Convert pfmemalloc_match() to take a struct slab | Matthew Wilcox (Oracle) | 1 | -19/+6 |
| 2022-01-06 | mm/slub: Convert __free_slab() to use struct slab | Vlastimil Babka | 1 | -14/+13 |
| 2022-01-06 | mm/slub: Convert alloc_slab_page() to return a struct slab | Vlastimil Babka | 1 | -10/+16 |
| 2022-01-06 | mm/slub: Convert print_page_info() to print_slab_info() | Matthew Wilcox (Oracle) | 1 | -6/+7 |
| 2022-01-06 | mm/slub: Convert __slab_lock() and __slab_unlock() to struct slab | Vlastimil Babka | 1 | -7/+11 |
| 2022-01-06 | mm/slub: Convert kfree() to use a struct slab | Matthew Wilcox (Oracle) | 1 | -13/+16 |
| 2022-01-06 | mm/slub: Convert detached_freelist to use a struct slab | Matthew Wilcox (Oracle) | 1 | -14/+17 |
| 2022-01-06 | mm: Convert check_heap_object() to use struct slab | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2022-01-06 | mm: Use struct slab in kmem_obj_info() | Matthew Wilcox (Oracle) | 1 | -6/+7 |
| 2022-01-06 | mm: Convert __ksize() to struct slab | Matthew Wilcox (Oracle) | 1 | -7/+5 |
| 2022-01-06 | mm: Convert [un]account_slab_page() to struct slab | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2022-01-06 | mm: Split slab into its own type | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2022-01-06 | mm/slub: Make object_err() static | Vlastimil Babka | 1 | -15/+15 |
| 2021-12-10 | mm/slub: fix endianness bug for alloc/free_traces attributes | Gerald Schaefer | 1 | -6/+9 |
| 2021-11-20 | mm: emit the "free" trace report before freeing memory in kmem_cache_free() | Yunfeng Ye | 1 | -1/+1 |
| 2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -46/+63 |
| 2021-11-06 | mm: remove HARDENED_USERCOPY_FALLBACK | Stephen Kitt | 1 | -14/+0 |
| 2021-11-06 | mm, slub: use prefetchw instead of prefetch | Hyeonggon Yoo | 1 | -1/+1 |
| 2021-11-06 | mm/slub: increase default cpu partial list sizes | Vlastimil Babka | 1 | -4/+4 |
| 2021-11-06 | mm, slub: change percpu partial accounting from objects to pages | Vlastimil Babka | 1 | -30/+59 |
| 2021-11-06 | slub: add back check for free nonslab objects | Kefeng Wang | 1 | -1/+3 |
| 2021-11-02 | Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
| 2021-10-27 | vsprintf: Make %pGp print the hex value | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2021-10-18 | mm, slub: fix incorrect memcg slab count for bulk free | Miaohe Lin | 1 | -1/+3 |
| 2021-10-18 | mm, slub: fix potential use-after-free in slab_debugfs_fops | Miaohe Lin | 1 | -2/+4 |
| 2021-10-18 | mm, slub: fix potential memoryleak in kmem_cache_open() | Miaohe Lin | 1 | -1/+1 |
| 2021-10-18 | mm, slub: fix mismatch between reconstructed freelist depth and cnt | Miaohe Lin | 1 | -2/+9 |
| 2021-10-18 | mm, slub: fix two bugs in slab_debug_trace_open() | Miaohe Lin | 1 | -1/+7 |
| 2021-09-04 | mm, slub: convert kmem_cpu_slab protection to local_lock | Vlastimil Babka | 1 | -35/+111 |
| 2021-09-04 | mm, slub: use migrate_disable() on PREEMPT_RT | Vlastimil Babka | 1 | -9/+30 |
| 2021-09-04 | mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg | Vlastimil Babka | 1 | -37/+44 |
| 2021-09-04 | mm, slub: make slab_lock() disable irqs with PREEMPT_RT | Vlastimil Babka | 1 | -17/+41 |
| 2021-09-04 | mm: slub: make object_map_lock a raw_spinlock_t | Sebastian Andrzej Siewior | 1 | -3/+3 |
| 2021-09-04 | mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of ... | Sebastian Andrzej Siewior | 1 | -16/+78 |
| 2021-09-04 | mm, slab: split out the cpu offline variant of flush_slab() | Vlastimil Babka | 1 | -2/+10 |
| 2021-09-04 | mm, slub: don't disable irqs in slub_cpu_dead() | Vlastimil Babka | 1 | -5/+1 |
| 2021-09-04 | mm, slub: only disable irq with spin_lock in __unfreeze_partials() | Vlastimil Babka | 1 | -8/+4 |
| 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 |
| 2021-04-30 | kasan, mm: integrate slab init_on_alloc with HW_TAGS | Andrey Konovalov | 1 | -16/+11 |
| 2021-04-30 | mm/slub.c: trivial typo fixes | Bhaskar Chowdhury | 1 | -4/+4 |
| 2021-04-30 | mm, slub: enable slub_debug static key when creating cache with explicit debu... | Vlastimil Babka | 1 | -0/+9 |
| 2021-04-28 | Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+2 |
| 2021-04-27 | Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -6/+7 |
| 2021-04-11 | Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -0/+2 |
| 2021-03-19 | mm, slub: don't combine pr_err with INFO | Yafang Shao | 1 | -5/+5 |