summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-27mm, slub: fix mismatch between reconstructed freelist depth and cntMiaohe Lin1-2/+9
2021-06-30mm/slub.c: include swab.hAndrew Morton1-0/+1
2021-06-30mm/slub: clarify verification reportingKees Cook1-7/+7
2021-03-17Revert "mm, slub: consider rest of partial list if acquire_slab() fails"Linus Torvalds1-1/+1
2021-01-30Revert "mm/slub: fix a memory leak in sysfs_slab_add()"Wang Hai1-3/+1
2021-01-19mm, slub: consider rest of partial list if acquire_slab() failsJann Horn1-1/+1
2020-09-09mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca1-6/+6
2020-07-09mm/slub: fix stack overruns with SLUB_STATSQian Cai1-1/+2
2020-07-09mm/slub.c: fix corrupted freechain in deactivate_slab()Dongli Zhang1-0/+27
2020-06-22mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai1-1/+3
2020-04-17slub: improve bit diffusion for freelist ptr obfuscationKees Cook1-1/+1
2020-03-25mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka1-9/+17
2020-03-25mm: slub: be more careful about the double cmpxchg of freelistLinus Torvalds1-2/+4
2020-03-20mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Jann Horn1-0/+9
2019-10-29mm/slub: fix a deadlock in show_slab_objects()Qian Cai1-2/+11
2019-04-03mm: add support for kmem caches in DMA32 zoneNicolas Boichat1-0/+5
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha1-1/+0
2018-08-18mm, slub: restore the original intention of prefetch_freepointer()Vlastimil Babka1-2/+1
2018-06-28slub: fix failure when we delete and create a slab cacheMikulas Patocka1-1/+6
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-5/+7
2018-06-08slub: remove 'reserved' file from sysfsMatthew Wilcox1-7/+0
2018-06-08slub: remove kmem_cache->reservedMatthew Wilcox1-21/+20
2018-06-08slab,slub: remove rcu_head size checksMatthew Wilcox1-25/+2
2018-06-08mm: move lru union within struct pageMatthew Wilcox1-4/+4
2018-06-08mm: move 'private' union within struct pageMatthew Wilcox1-18/+2
2018-06-08mm: switch s_mem and slab_cache in struct pageMatthew Wilcox1-0/+1
2018-06-08mm/slub: remove obsolete commentCanjiang Lu1-6/+0
2018-06-08mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre1-1/+1
2018-06-08slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox1-0/+2
2018-04-11kasan, slub: fix handling of kasan_slab_free hookAndrey Konovalov1-23/+34
2018-04-06slab, slub: skip unnecessary kasan_cache_shutdown()Shakeel Butt1-0/+11
2018-04-06slub: make size_from_object() return unsigned intAlexey Dobriyan1-1/+1
2018-04-06slub: make struct kmem_cache_order_objects::x unsigned intAlexey Dobriyan1-35/+39
2018-04-06slub: make slab_index() return unsigned intAlexey Dobriyan1-1/+1
2018-04-06slab: make usercopy region 32-bitAlexey Dobriyan1-1/+1
2018-04-06kasan: make kasan_cache_create() work with 32-bit slab cache sizesAlexey Dobriyan1-1/+1
2018-04-06slab: make kmem_cache_flags accept 32-bit object sizeAlexey Dobriyan1-2/+2
2018-04-06slub: make ->size unsigned intAlexey Dobriyan1-6/+6
2018-04-06slub: make ->object_size unsigned intAlexey Dobriyan1-4/+4
2018-04-06slub: make ->cpu_partial unsigned intAlexey Dobriyan1-3/+3
2018-04-06slub: make ->inuse unsigned intAlexey Dobriyan1-3/+2
2018-04-06slub: make ->align unsigned intAlexey Dobriyan1-1/+1
2018-04-06slub: make ->reserved unsigned intAlexey Dobriyan1-1/+1
2018-04-06slub: make ->remote_node_defrag_ratio unsigned intAlexey Dobriyan1-5/+6
2018-04-06slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan1-1/+1
2018-04-06mm/slub.c: use jitter-free reference while printing ageChintan Pandya1-4/+5
2018-02-07kasan: don't use __builtin_return_address(1)Dmitry Vyukov1-4/+4
2018-02-07kasan: detect invalid frees for large objectsDmitry Vyukov1-2/+2
2018-02-04Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+37