summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-27mm, slub: fix potential memoryleak in kmem_cache_open()Miaohe Lin1-1/+1
2021-10-27mm, slub: fix mismatch between reconstructed freelist depth and cntMiaohe Lin1-2/+9
2021-06-23mm/slub.c: include swab.hAndrew Morton1-0/+1
2021-06-23mm/slub: fix redzoning for small allocationsKees Cook1-3/+5
2021-06-23mm/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-11-18mm/slub: fix panic in slab_alloc_node()Laurent Dufour1-1/+1
2020-10-01mm/slub: fix incorrect interpretation of s->offsetWaiman Long1-15/+30
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-17mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai1-1/+3
2020-04-13slub: 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-21mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Jann Horn1-0/+9
2020-01-23mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka1-1/+1
2019-11-16mm: slub: really fix slab walking for init_on_freeLaura Abbott1-30/+9
2019-10-15mm/slub.c: init_on_free=1 should wipe freelist ptr for bulk allocationsAlexander Potapenko1-6/+16
2019-10-15mm/slub: fix a deadlock in show_slab_objects()Qian Cai1-2/+11
2019-10-08mm, sl[ou]b: improve memory accountingVlastimil Babka1-3/+11
2019-09-25mm: introduce page_size()Matthew Wilcox (Oracle)1-9/+9
2019-09-25mm/slub.c: fix -Wunused-function compiler warningsQian Cai1-0/+2
2019-09-25mm, slab: extend slab/shrink to shrink all memcg cachesWaiman Long1-1/+1
2019-07-31mm: slub: Fix slab walking for init_on_freeLaura Abbott1-2/+6
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko1-5/+35
2019-07-12mm: memcg/slab: unify SLAB and SLUB page accountingRoman Gushchin1-12/+2
2019-07-12mm: memcg/slab: generalize postponed non-root kmem_cache deactivationRoman Gushchin1-7/+1
2019-07-12mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin...Roman Gushchin1-1/+1
2019-07-12mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver1-12/+2
2019-07-12slub: don't panic for memcg kmem cache creation failureShakeel Butt1-4/+0
2019-07-12mm/slub.c: avoid double string traverse in kmem_cache_flags()Yury Norov1-3/+1
2019-05-14mm/slub.c: update the comment about slab frozenLiu Xiang1-4/+5
2019-05-14slub: remove useless kmem_cache_debug() before remove_full()Liu Xiang1-2/+1
2019-05-14slub: use slab_list instead of lruTobin C. Harding1-20/+20
2019-05-14slub: add comments to endif pre-processor macrosTobin C. Harding1-10/+10
2019-04-29mm/slub: Simplify stack trace retrievalThomas Gleixner1-8/+4
2019-04-14mm/slub: Remove the ULONG_MAX stack trace hackeryThomas Gleixner1-9/+4
2019-03-29mm: add support for kmem caches in DMA32 zoneNicolas Boichat1-0/+5
2019-03-06numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-1/+1
2019-03-06mm: fix some typos in mm directoryWei Yang1-1/+1
2019-03-06mm, slub: make the comment of put_cpu_partial() completeWei Yang1-2/+2
2019-03-06mm/slub.c: remove an unused addr argumentQian Cai1-3/+2
2019-03-06mm/slub.c: freelist is ensured to be NULL when new_slab() failsPeng Wang1-2/+1
2019-02-21slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGSQian Cai1-1/+1
2019-02-21slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGSQian Cai1-0/+1
2019-02-21kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov1-1/+12
2019-02-21kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov1-13/+7