aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-26mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka1-6/+7
2018-10-26slub: extend slub debug to handle multiple slabsAaron Tomlin1-6/+44
2018-10-26mm/slub.c: switch to bitmap_zalloc()Andy Shevchenko1-13/+7
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha1-1/+0
2018-08-17mm, 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-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-5/+7
2018-06-07slub: remove 'reserved' file from sysfsMatthew Wilcox1-7/+0
2018-06-07slub: remove kmem_cache->reservedMatthew Wilcox1-21/+20
2018-06-07slab,slub: remove rcu_head size checksMatthew Wilcox1-25/+2
2018-06-07mm: move lru union within struct pageMatthew Wilcox1-4/+4
2018-06-07mm: move 'private' union within struct pageMatthew Wilcox1-18/+2
2018-06-07mm: switch s_mem and slab_cache in struct pageMatthew Wilcox1-0/+1
2018-06-07mm/slub: remove obsolete commentCanjiang Lu1-6/+0
2018-06-07mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre1-1/+1
2018-06-07slab: __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-05slab, slub: skip unnecessary kasan_cache_shutdown()Shakeel Butt1-0/+11
2018-04-05slub: make size_from_object() return unsigned intAlexey Dobriyan1-1/+1