summaryrefslogtreecommitdiffstats
path: root/mm/slab_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/slab_common.c: cleanupAndrew Morton2012-08-161-10/+5
* mm: Fix build warning in kmem_cache_create()Shuah Khan2012-07-301-0/+2
* mm, sl[aou]b: Move kmem_cache_create mutex handling to common codeChristoph Lameter2012-07-091-1/+40
* mm, sl[aou]b: Use a common mutex definitionChristoph Lameter2012-07-091-0/+2
* mm, sl[aou]b: Common definition for boot state of the slab allocatorsChristoph Lameter2012-07-091-0/+9
* mm, sl[aou]b: Extract common code for kmem_cache_create()Christoph Lameter2012-07-091-0/+68