summaryrefslogtreecommitdiffstats
path: root/mm/slab_common.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm/slab_common: commonize slab merge logicJoonsoo Kim2014-10-091-0/+91
* mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim2014-10-091-0/+9
* mm/slab_common.c: suppress warningAndrew Morton2014-10-091-1/+3
* mm: move slab related stuff from util.c to slab_common.cAndrey Ryabinin2014-08-061-0/+101
* Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Mike Snitzer2014-07-221-1/+1
|\
| * slab_common: fix the check for duplicate slab namesMikulas Patocka2014-05-241-1/+1
* | slab: delete cache from list after __kmem_cache_shutdown succeedsVladimir Davydov2014-06-041-2/+2
* | memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov2014-06-041-6/+6
* | memcg: get rid of memcg_create_cache_nameVladimir Davydov2014-06-041-2/+5
* | memcg, slab: simplify synchronization schemeVladimir Davydov2014-06-041-15/+8
* | slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov2014-06-041-2/+33
* | slab: document kmalloc_orderVladimir Davydov2014-06-041-0/+5
* | mm: get rid of __GFP_KMEMCGVladimir Davydov2014-06-041-0/+13
* | sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov2014-06-041-5/+1
|/
* slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter2014-05-061-2/+11
* memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov2014-04-071-25/+50
* memcg, slab: unregister cache from memcg before starting to destroy itVladimir Davydov2014-04-071-1/+2
* memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov2014-04-071-80/+107
* memcg, slab: cleanup memcg cache creationVladimir Davydov2014-04-071-1/+4
* memcg, slab: never try to merge memcg cachesVladimir Davydov2014-04-071-3/+5
* slab: fix wrong retval on kmem_cache_create_memcg error pathDave Jones2014-01-291-8/+11
* slab: do not panic if we fail to create memcg cacheVladimir Davydov2014-01-231-1/+8
* memcg, slab: fix races in per-memcg cache creation/destructionVladimir Davydov2014-01-231-1/+13
* memcg, slab: clean up memcg cache initialization/destructionVladimir Davydov2014-01-231-2/+3
* memcg, slab: kmem_cache_create_memcg(): fix memleak on fail pathVladimir Davydov2014-01-231-1/+2
* slab: clean up kmem_cache_create_memcg() error handlingVladimir Davydov2014-01-231-34/+31
* memcg, kmem: rename cache_from_memcg to cache_from_memcg_idxQiang Huang2013-11-131-1/+1
* slab_common: Do not check for duplicate slab namesChristoph Lameter2013-09-281-0/+2
* mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter2013-09-041-0/+10
* mm, slab_common: add 'unlikely' to size check of kmalloc_slab()Joonsoo Kim2013-08-141-1/+1
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-141-5/+13
|\
| * mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li2013-07-081-4/+4
| * mm/slab: Fix /proc/slabinfo unwriteable for slabWanpeng Li2013-07-071-1/+9
| * mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li2013-07-071-2/+2
* | slab: prevent warnings when allocating with __GFP_NOWARNSasha Levin2013-06-131-1/+3
* | mm/slab: Fix crash during slab initChris Mason2013-05-081-10/+10
|/
* mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter2013-05-061-9/+15
* slab: Return NULL for oversized allocationsChristoph Lameter2013-05-061-0/+3
* mm/sl[au]b: correct allocation type check in kmalloc_slab()Joonsoo Kim2013-02-061-1/+1
* slab: Common Kmalloc cache determinationChristoph Lameter2013-02-011-2/+103
* slab: Common function to create the kmalloc arrayChristoph Lameter2013-02-011-0/+54
* slab: Common definition for the array of kmalloc cachesChristoph Lameter2013-02-011-0/+8
* slab: Use proper formatting specs for unsigned size_tChristoph Lameter2013-02-011-1/+1
* slab: propagate tunable valuesGlauber Costa2012-12-181-3/+4
* memcg: aggregate memcg cache values in slabinfoGlauber Costa2012-12-181-4/+40
* memcg/sl[au]b: track all the memcg children of a kmem_cacheGlauber Costa2012-12-181-0/+3
* memcg: allocate memory for memcg caches whenever a new memcg appearsGlauber Costa2012-12-181-0/+28
* slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa2012-12-181-9/+33
* mm/sl[aou]b: Common alignment codeChristoph Lameter2012-12-111-2/+30
* mm, sl[au]b: create common functions for boot slab creationChristoph Lameter2012-12-111-0/+36
OpenPOWER on IntegriCloud