aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-31mm/slub.c: avoid slub allocation while holding list_lockYu Zhao1-41/+47
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior1-1/+1
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka1-1/+1
2019-12-08sched/rt, mm: Use CONFIG_PREEMPTIONThomas Gleixner1-6/+6
2019-12-01mm/slub.c: clean up validate_slab()Yu Zhao1-13/+8
2019-12-01mm/slub.c: update commentsYu Zhao1-4/+2
2019-12-01mm: slub: print the offset of fault addressesMiles Chen1-3/+6
2019-11-15mm: slub: really fix slab walking for init_on_freeLaura Abbott1-30/+9
2019-10-14mm/slub.c: init_on_free=1 should wipe freelist ptr for bulk allocationsAlexander Potapenko1-6/+16
2019-10-14mm/slub: fix a deadlock in show_slab_objects()Qian Cai1-2/+11
2019-10-07mm, sl[ou]b: improve memory accountingVlastimil Babka1-3/+11
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-9/+9
2019-09-24mm/slub.c: fix -Wunused-function compiler warningsQian Cai1-0/+2
2019-09-24mm, 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_link_cache()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-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-1/+1
2019-03-05mm: fix some typos in mm directoryWei Yang1-1/+1
2019-03-05mm, slub: make the comment of put_cpu_partial() completeWei Yang1-2/+2
2019-03-05mm/slub.c: remove an unused addr argumentQian Cai1-3/+2
2019-03-05mm/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
2019-02-21kasan, slub: move kasan_poison_slab hook before page_addressAndrey Konovalov1-4/+15
2019-02-21kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov1-0/+1
2019-02-21kasan, kmemleak: pass tagged pointers to kmemleakAndrey Konovalov1-1/+2
2019-01-08kasan: make tag based mode work with CONFIG_HARDENED_USERCOPYAndrey Konovalov1-0/+2
2018-12-28mm/slub.c: record final state of slub action in deactivate_slab()Wei Yang1-14/+7
2018-12-28mm/slub.c: page is always non-NULL in node_match()Wei Yang1-1/+1
2018-12-28mm/slub.c: remove validation on cpu_slab in __flush_cpu_slab()Wei Yang1-5/+3
2018-12-28kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCUAndrey Konovalov1-10/+14
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov1-1/+1
2018-12-28kasan, slub: handle pointer tags in early_kmem_cache_node_allocAndrey Konovalov1-5/+5
2018-12-28kasan, mm: change hooks signaturesAndrey Konovalov1-8/+7