summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-2/+2
* mm/slub: fix to return errno if kmalloc() failsChao Yu2022-09-281-1/+4
* mm/slub: add missing TID updates on slab deactivationJann Horn2022-07-121-2/+2
* mm, slub: fix mismatch between reconstructed freelist depth and cntMiaohe Lin2021-10-271-2/+9
* mm/slub.c: include swab.hAndrew Morton2021-06-301-0/+1
* mm/slub: clarify verification reportingKees Cook2021-06-301-7/+7
* Revert "mm, slub: consider rest of partial list if acquire_slab() fails"Linus Torvalds2021-03-171-1/+1
* Revert "mm/slub: fix a memory leak in sysfs_slab_add()"Wang Hai2021-01-301-3/+1
* mm, slub: consider rest of partial list if acquire_slab() failsJann Horn2021-01-191-1/+1
* mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca2020-09-091-6/+6
* mm/slub: fix stack overruns with SLUB_STATSQian Cai2020-07-091-1/+2
* mm/slub.c: fix corrupted freechain in deactivate_slab()Dongli Zhang2020-07-091-0/+27
* mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai2020-06-221-1/+3
* slub: improve bit diffusion for freelist ptr obfuscationKees Cook2020-04-171-1/+1
* mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka2020-03-251-9/+17
* mm: slub: be more careful about the double cmpxchg of freelistLinus Torvalds2020-03-251-2/+4
* mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Jann Horn2020-03-201-0/+9
* mm/slub: fix a deadlock in show_slab_objects()Qian Cai2019-10-291-2/+11
* mm: add support for kmem caches in DMA32 zoneNicolas Boichat2019-04-031-0/+5
* notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0
* mm, slub: restore the original intention of prefetch_freepointer()Vlastimil Babka2018-08-171-2/+1
* slub: fix failure when we delete and create a slab cacheMikulas Patocka2018-06-281-1/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-5/+7
* slub: remove 'reserved' file from sysfsMatthew Wilcox2018-06-071-7/+0
* slub: remove kmem_cache->reservedMatthew Wilcox2018-06-071-21/+20
* slab,slub: remove rcu_head size checksMatthew Wilcox2018-06-071-25/+2
* mm: move lru union within struct pageMatthew Wilcox2018-06-071-4/+4
* mm: move 'private' union within struct pageMatthew Wilcox2018-06-071-18/+2
* mm: switch s_mem and slab_cache in struct pageMatthew Wilcox2018-06-071-0/+1
* mm/slub: remove obsolete commentCanjiang Lu2018-06-071-6/+0
* mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre2018-06-071-1/+1
* slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox2018-06-071-0/+2
* kasan, slub: fix handling of kasan_slab_free hookAndrey Konovalov2018-04-111-23/+34
* slab, slub: skip unnecessary kasan_cache_shutdown()Shakeel Butt2018-04-051-0/+11
* slub: make size_from_object() return unsigned intAlexey Dobriyan2018-04-051-1/+1
* slub: make struct kmem_cache_order_objects::x unsigned intAlexey Dobriyan2018-04-051-35/+39
* slub: make slab_index() return unsigned intAlexey Dobriyan2018-04-051-1/+1
* slab: make usercopy region 32-bitAlexey Dobriyan2018-04-051-1/+1
* kasan: make kasan_cache_create() work with 32-bit slab cache sizesAlexey Dobriyan2018-04-051-1/+1
* slab: make kmem_cache_flags accept 32-bit object sizeAlexey Dobriyan2018-04-051-2/+2
* slub: make ->size unsigned intAlexey Dobriyan2018-04-051-6/+6
* slub: make ->object_size unsigned intAlexey Dobriyan2018-04-051-4/+4
* slub: make ->cpu_partial unsigned intAlexey Dobriyan2018-04-051-3/+3
* slub: make ->inuse unsigned intAlexey Dobriyan2018-04-051-3/+2
* slub: make ->align unsigned intAlexey Dobriyan2018-04-051-1/+1
* slub: make ->reserved unsigned intAlexey Dobriyan2018-04-051-1/+1
* slub: make ->remote_node_defrag_ratio unsigned intAlexey Dobriyan2018-04-051-5/+6
* slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan2018-04-051-1/+1
* mm/slub.c: use jitter-free reference while printing ageChintan Pandya2018-04-051-4/+5