aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slab.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-1/+2
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-2/+4
2017-02-22slab: remove synchronous synchronize_sched() from memcg cache deactivation pathTejun Heo1-0/+6
2017-02-22slab: implement slab_root_caches listTejun Heo1-0/+3
2017-02-22slab: link memcg kmem_caches on their associated memory cgroupTejun Heo1-0/+3
2017-02-22slab: reorganize memcg_cache_paramsTejun Heo1-9/+24
2017-01-10mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDERMichal Hocko1-2/+2
2016-09-06slab: Convert to hotplug state machineSebastian Andrzej Siewior1-0/+8
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+12
2016-07-26mm: faster kmalloc_array(), kcalloc()Alexey Dobriyan1-0/+2
2016-07-26mm: Hardened usercopyKees Cook1-0/+12
2016-05-19include/linux: apply __malloc attributeRasmus Villemoes1-8/+8
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko1-2/+2
2016-03-25mm, kasan: SLAB supportAlexander Potapenko1-0/+6
2016-03-15slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott1-1/+1
2016-03-15mm: fix some spellingJesper Dangaard Brouer1-1/+1
2016-03-15mm: new API kfree_bulk() for SLAB+SLUB allocatorsJesper Dangaard Brouer1-0/+9
2016-01-20mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner1-1/+1
2016-01-14slab: add SLAB_ACCOUNT flagVladimir Davydov1-0/+5
2015-11-22slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer1-1/+1
2015-11-20slab.h: sprinkle __assume_aligned attributesRasmus Villemoes1-17/+26
2015-11-05slab: convert slab_is_available() to booleanDenis Kirjanov1-1/+1
2015-09-04slab: infrastructure for bulk object allocation and freeingChristoph Lameter1-0/+10
2015-06-29Fix kmalloc slab creation sequenceChristoph Lameter1-22/+0
2015-06-24linux/slab.h: fix three off-by-one typos in commentRasmus Villemoes1-2/+2
2015-06-24mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo1-0/+22
2015-04-14mm, slab: correct config option in commentDavid Rientjes1-1/+1
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin1-2/+9
2015-02-12memcg: free memcg_caches slot on css offlineVladimir Davydov1-5/+5
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov1-0/+4
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov1-10/+7
2015-02-10memcg: zap memcg_slab_caches and memcg_slab_mutexVladimir Davydov1-4/+2
2015-02-10memcg: zap memcg_name argument of memcg_create_kmem_cacheVladimir Davydov1-2/+1
2014-12-13memcg: fix possible use-after-free in memcg_kmem_get_cache()Vladimir Davydov1-2/+0
2014-12-10memcg: use generic slab iterators for showing slabinfoVladimir Davydov1-4/+0
2014-10-09mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()Joonsoo Kim1-22/+0
2014-10-09mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim1-41/+1
2014-06-04memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov1-1/+1
2014-06-04memcg: get rid of memcg_create_cache_nameVladimir Davydov1-1/+2
2014-06-04memcg, slab: simplify synchronization schemeVladimir Davydov1-4/+2
2014-06-04memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov1-2/+0
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov1-10/+1
2014-04-13Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-0/+11
2014-04-07memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov1-3/+3
2014-04-01slab: fix wrongly used macroJoonsoo Kim1-11/+11
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner1-1/+1
2014-02-08slab: restrict the number of objects in a slabJoonsoo Kim1-0/+11
2014-02-02Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-4/+4
2014-01-31mm: sl[uo]b: fix misleading commentsDave Hansen1-4/+4
2014-01-23memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov1-2/+7