summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
* mm/slub.c: avoid slub allocation while holding list_lockYu Zhao2020-01-311-41/+47
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-6/+6
|\
| * sched/rt, mm: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-6/+6
* | smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior2020-01-241-1/+1
* | mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka2020-01-131-1/+1
|/
* mm/slub.c: clean up validate_slab()Yu Zhao2019-12-011-13/+8
* mm/slub.c: update commentsYu Zhao2019-12-011-4/+2
* mm: slub: print the offset of fault addressesMiles Chen2019-12-011-3/+6
* mm: slub: really fix slab walking for init_on_freeLaura Abbott2019-11-151-30/+9
* mm/slub.c: init_on_free=1 should wipe freelist ptr for bulk allocationsAlexander Potapenko2019-10-141-6/+16
* mm/slub: fix a deadlock in show_slab_objects()Qian Cai2019-10-141-2/+11
* mm, sl[ou]b: improve memory accountingVlastimil Babka2019-10-071-3/+11
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-9/+9
* mm/slub.c: fix -Wunused-function compiler warningsQian Cai2019-09-241-0/+2
* mm, slab: extend slab/shrink to shrink all memcg cachesWaiman Long2019-09-241-1/+1
* 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