summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
* mm: slub: Fix slab walking for init_on_freeLaura Abbott2019-07-311-2/+6
* mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-121-5/+35
* mm: memcg/slab: unify SLAB and SLUB page accountingRoman Gushchin2019-07-121-12/+2
* mm: memcg/slab: generalize postponed non-root kmem_cache deactivationRoman Gushchin2019-07-121-7/+1
* mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin...Roman Gushchin2019-07-121-1/+1
* mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver2019-07-121-12/+2
* slub: don't panic for memcg kmem cache creation failureShakeel Butt2019-07-121-4/+0
* mm/slub.c: avoid double string traverse in kmem_cache_flags()Yury Norov2019-07-121-3/+1
* mm/slub.c: update the comment about slab frozenLiu Xiang2019-05-141-4/+5
* slub: remove useless kmem_cache_debug() before remove_full()Liu Xiang2019-05-141-2/+1
* slub: use slab_list instead of lruTobin C. Harding2019-05-141-20/+20
* slub: add comments to endif pre-processor macrosTobin C. Harding2019-05-141-10/+10
* mm/slub: Simplify stack trace retrievalThomas Gleixner2019-04-291-8/+4
* mm/slub: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-9/+4
* mm: add support for kmem caches in DMA32 zoneNicolas Boichat2019-03-291-0/+5
* numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-051-1/+1
* mm: fix some typos in mm directoryWei Yang2019-03-051-1/+1
* mm, slub: make the comment of put_cpu_partial() completeWei Yang2019-03-051-2/+2
* mm/slub.c: remove an unused addr argumentQian Cai2019-03-051-3/+2
* mm/slub.c: freelist is ensured to be NULL when new_slab() failsPeng Wang2019-03-051-2/+1
* slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGSQian Cai2019-02-211-1/+1
* slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGSQian Cai2019-02-211-0/+1
* kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov2019-02-211-1/+12
* kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov2019-02-211-13/+7
* kasan, slub: move kasan_poison_slab hook before page_addressAndrey Konovalov2019-02-211-4/+15
* kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov2019-02-211-0/+1
* kasan, kmemleak: pass tagged pointers to kmemleakAndrey Konovalov2019-02-211-1/+2
* kasan: make tag based mode work with CONFIG_HARDENED_USERCOPYAndrey Konovalov2019-01-081-0/+2
* mm/slub.c: record final state of slub action in deactivate_slab()Wei Yang2018-12-281-14/+7
* mm/slub.c: page is always non-NULL in node_match()Wei Yang2018-12-281-1/+1
* mm/slub.c: remove validation on cpu_slab in __flush_cpu_slab()Wei Yang2018-12-281-5/+3
* kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCUAndrey Konovalov2018-12-281-10/+14
* kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-281-1/+1
* kasan, slub: handle pointer tags in early_kmem_cache_node_allocAndrey Konovalov2018-12-281-5/+5
* kasan, mm: change hooks signaturesAndrey Konovalov2018-12-281-8/+7
* mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka2018-10-261-6/+7
* slub: extend slub debug to handle multiple slabsAaron Tomlin2018-10-261-6/+44
* mm/slub.c: switch to bitmap_zalloc()Andy Shevchenko2018-10-261-13/+7
* 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