summaryrefslogtreecommitdiffstats
path: root/mm/slab_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* slab: Ignore internal flags in cache creationGlauber Costa2012-10-311-0/+7
* sl[au]b: Process slabinfo_show in common codeGlauber Costa2012-10-241-1/+17
* mm/sl[au]b: Move print_slabinfo_header to slab_common.cGlauber Costa2012-10-241-0/+23
* mm/sl[au]b: Move slabinfo processing to slab_common.cGlauber Costa2012-10-241-0/+70
* mm, slab: release slab_mutex earlier in kmem_cache_destroy()Jiri Kosina2012-10-101-1/+4
* Revert "mm/sl[aou]b: Move sysfs_slab_add to common"Pekka Enberg2012-09-051-8/+0
* mm/sl[aou]b: Move kmem_cache refcounting to common codeChristoph Lameter2012-09-051-2/+3
* mm/sl[aou]b: Shrink __kmem_cache_create() parameter listsChristoph Lameter2012-09-051-13/+13
* mm/sl[aou]b: Move kmem_cache allocations into common codeChristoph Lameter2012-09-051-8/+10
* mm/sl[aou]b: Move sysfs_slab_add to commonChristoph Lameter2012-09-051-0/+8
* mm/sl[aou]b: Do slab aliasing call from common codeChristoph Lameter2012-09-051-0/+4
* mm/sl[aou]b: Move duping of slab name to slab_common.cChristoph Lameter2012-09-051-9/+21
* mm/sl[aou]b: Get rid of __kmem_cache_destroyChristoph Lameter2012-09-051-1/+0
* mm/sl[aou]b: Move freeing of kmem_cache structure to common codeChristoph Lameter2012-09-051-0/+1
* mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache structChristoph Lameter2012-09-051-0/+1
* mm/sl[aou]b: Extract a common function for kmem_cache_destroyChristoph Lameter2012-09-051-0/+25
* mm/sl[aou]b: Move list_add() to slab_common.cChristoph Lameter2012-09-051-0/+7
* mm/slab_common: Improve error handling in kmem_cache_createChristoph Lameter2012-09-051-4/+24
* mm/slab: restructure kmem_cache_create() debug checksShuah Khan2012-08-161-49/+48
* Revert "mm/slab_common.c: cleanup"Pekka Enberg2012-08-161-5/+10
OpenPOWER on IntegriCloud