aboutsummaryrefslogtreecommitdiff
path: root/include/linux/slab.h
AgeCommit message (Expand)AuthorFilesLines
2015-06-29Fix kmalloc slab creation sequenceGravatar Christoph Lameter 1-22/+0
2015-06-24linux/slab.h: fix three off-by-one typos in commentGravatar Rasmus Villemoes 1-2/+2
2015-06-24mm/slab_common: support the slub_debug boot option on specific object sizeGravatar Gavin Guo 1-0/+22
2015-04-14mm, slab: correct config option in commentGravatar David Rientjes 1-1/+1
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorGravatar Andrey Ryabinin 1-2/+9
2015-02-12memcg: free memcg_caches slot on css offlineGravatar Vladimir Davydov 1-5/+5
2015-02-12slab: link memcg caches of the same kind into a listGravatar Vladimir Davydov 1-0/+4
2015-02-12slab: embed memcg_cache_params to kmem_cacheGravatar Vladimir Davydov 1-10/+7
2015-02-10memcg: zap memcg_slab_caches and memcg_slab_mutexGravatar Vladimir Davydov 1-4/+2
2015-02-10memcg: zap memcg_name argument of memcg_create_kmem_cacheGravatar Vladimir Davydov 1-2/+1
2014-12-13memcg: fix possible use-after-free in memcg_kmem_get_cache()Gravatar Vladimir Davydov 1-2/+0
2014-12-10memcg: use generic slab iterators for showing slabinfoGravatar Vladimir Davydov 1-4/+0
2014-10-09mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()Gravatar Joonsoo Kim 1-22/+0
2014-10-09mm/slab_common: move kmem_cache definition to internal headerGravatar Joonsoo Kim 1-41/+1
2014-06-04memcg: cleanup kmem cache creation/destruction functions namingGravatar Vladimir Davydov 1-1/+1
2014-06-04memcg: get rid of memcg_create_cache_nameGravatar Vladimir Davydov 1-1/+2
2014-06-04memcg, slab: simplify synchronization schemeGravatar Vladimir Davydov 1-4/+2
2014-06-04memcg, slab: do not schedule cache destruction when last page goes awayGravatar Vladimir Davydov 1-2/+0
2014-06-04mm: get rid of __GFP_KMEMCGGravatar Vladimir Davydov 1-10/+1
2014-04-13Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-0/+11
2014-04-07memcg, slab: separate memcg vs root cache creation pathsGravatar Vladimir Davydov 1-3/+3
2014-04-01slab: fix wrongly used macroGravatar Joonsoo Kim 1-11/+11
2014-03-10mm: fix GFP_THISNODE callers and clarifyGravatar Johannes Weiner 1-1/+1
2014-02-08slab: restrict the number of objects in a slabGravatar Joonsoo Kim 1-0/+11
2014-02-02Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-4/+4
2014-01-31mm: sl[uo]b: fix misleading commentsGravatar Dave Hansen 1-4/+4
2014-01-23memcg, slab: RCU protect memcg_params for root cachesGravatar Vladimir Davydov 1-2/+7
2013-12-18slab.h: remove duplicate kmalloc declaration and fix kernel-doc warningsGravatar Randy Dunlap 1-56/+46
2013-11-24slab.h: remove duplicate kmalloc declaration and fix kernel-doc warningsGravatar Randy Dunlap 1-56/+46
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-1/+8
2013-10-24slab: overloading the RCU head over the LRU for RCU freeGravatar Joonsoo Kim 1-1/+8
2013-09-04slab: Use correct GFP_DMA constantGravatar Christoph Lameter 1-1/+1
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeGravatar Christoph Lameter 1-32/+124
2013-07-07slab: add kmalloc() to kernel API documentationGravatar Michael Opdenacker 1-4/+14
2013-06-18slob: Rework #ifdeffery in slab.hGravatar Christoph Lameter 1-11/+28
2013-02-06slab: Handle ARCH_DMA_MINALIGN correctlyGravatar Christoph Lameter 1-14/+18
2013-02-01slab: Common definition for the array of kmalloc cachesGravatar Christoph Lameter 1-0/+5
2013-02-01slab: Common constants for kmalloc boundariesGravatar Christoph Lameter 1-10/+24
2013-02-01slab: Common kmalloc slab index determinationGravatar Christoph Lameter 1-50/+122
2013-02-01slab: Move kmalloc related function defsGravatar Christoph Lameter 1-9/+9
2012-12-18slab: propagate tunable valuesGravatar Glauber Costa 1-1/+1
2012-12-18memcg: aggregate memcg cache values in slabinfoGravatar Glauber Costa 1-0/+4
2012-12-18memcg: destroy memcg cachesGravatar Glauber Costa 1-1/+9
2012-12-18slab/slub: consider a memcg parameter in kmem_create_cacheGravatar Glauber Costa 1-1/+13
2012-12-18slab/slub: struct memcg_paramsGravatar Glauber Costa 1-0/+24
2012-10-31mm/sl[aou]b: Move common kmem_cache_size() to slab.hGravatar Ezequiel Garcia 1-1/+8
2012-09-25mm, slob: Add support for kmalloc_track_caller()Gravatar Ezequiel Garcia 1-2/+4
2012-07-09mm, sl[aou]b: Common definition for boot state of the slab allocatorsGravatar Christoph Lameter 1-4/+0
2012-07-09mm, sl[aou]b: Extract common code for kmem_cache_create()Gravatar Christoph Lameter 1-0/+4
2012-06-14mm, sl[aou]b: Extract common fields from struct kmem_cacheGravatar Christoph Lameter 1-0/+24