aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab_common.c
Commit message (Expand)AuthorAge
* slab: fix wrong retval on kmem_cache_create_memcg error pathDave Jones2014-01-29
* slab: do not panic if we fail to create memcg cacheVladimir Davydov2014-01-23
* memcg, slab: fix races in per-memcg cache creation/destructionVladimir Davydov2014-01-23
* memcg, slab: clean up memcg cache initialization/destructionVladimir Davydov2014-01-23
* memcg, slab: kmem_cache_create_memcg(): fix memleak on fail pathVladimir Davydov2014-01-23
* slab: clean up kmem_cache_create_memcg() error handlingVladimir Davydov2014-01-23
* memcg, kmem: rename cache_from_memcg to cache_from_memcg_idxQiang Huang2013-11-12
* slab_common: Do not check for duplicate slab namesChristoph Lameter2013-09-28
* mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter2013-09-04
* mm, slab_common: add 'unlikely' to size check of kmalloc_slab()Joonsoo Kim2013-08-14
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-14
|\
| * mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li2013-07-08
| * mm/slab: Fix /proc/slabinfo unwriteable for slabWanpeng Li2013-07-07
| * mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li2013-07-07
* | slab: prevent warnings when allocating with __GFP_NOWARNSasha Levin2013-06-13
* | mm/slab: Fix crash during slab initChris Mason2013-05-08
|/
* mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter2013-05-06
* slab: Return NULL for oversized allocationsChristoph Lameter2013-05-06
* mm/sl[au]b: correct allocation type check in kmalloc_slab()Joonsoo Kim2013-02-06
* slab: Common Kmalloc cache determinationChristoph Lameter2013-02-01
* slab: Common function to create the kmalloc arrayChristoph Lameter2013-02-01
* slab: Common definition for the array of kmalloc cachesChristoph Lameter2013-02-01
* slab: Use proper formatting specs for unsigned size_tChristoph Lameter2013-02-01
* slab: propagate tunable valuesGlauber Costa2012-12-18
* memcg: aggregate memcg cache values in slabinfoGlauber Costa2012-12-18
* memcg/sl[au]b: track all the memcg children of a kmem_cacheGlauber Costa2012-12-18
* memcg: allocate memory for memcg caches whenever a new memcg appearsGlauber Costa2012-12-18
* slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa2012-12-18
* mm/sl[aou]b: Common alignment codeChristoph Lameter2012-12-11
* mm, sl[au]b: create common functions for boot slab creationChristoph Lameter2012-12-11
* slab: Ignore internal flags in cache creationGlauber Costa2012-10-31
* sl[au]b: Process slabinfo_show in common codeGlauber Costa2012-10-24
* mm/sl[au]b: Move print_slabinfo_header to slab_common.cGlauber Costa2012-10-24
* mm/sl[au]b: Move slabinfo processing to slab_common.cGlauber Costa2012-10-24
* mm, slab: release slab_mutex earlier in kmem_cache_destroy()Jiri Kosina2012-10-10
* Revert "mm/sl[aou]b: Move sysfs_slab_add to common"Pekka Enberg2012-09-05
* mm/sl[aou]b: Move kmem_cache refcounting to common codeChristoph Lameter2012-09-05
* mm/sl[aou]b: Shrink __kmem_cache_create() parameter listsChristoph Lameter2012-09-05
* mm/sl[aou]b: Move kmem_cache allocations into common codeChristoph Lameter2012-09-05
* mm/sl[aou]b: Move sysfs_slab_add to commonChristoph Lameter2012-09-05
* mm/sl[aou]b: Do slab aliasing call from common codeChristoph Lameter2012-09-05
* mm/sl[aou]b: Move duping of slab name to slab_common.cChristoph Lameter2012-09-05
* mm/sl[aou]b: Get rid of __kmem_cache_destroyChristoph Lameter2012-09-05
* mm/sl[aou]b: Move freeing of kmem_cache structure to common codeChristoph Lameter2012-09-05
* mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache structChristoph Lameter2012-09-05
* mm/sl[aou]b: Extract a common function for kmem_cache_destroyChristoph Lameter2012-09-05
* mm/sl[aou]b: Move list_add() to slab_common.cChristoph Lameter2012-09-05
* mm/slab_common: Improve error handling in kmem_cache_createChristoph Lameter2012-09-05
* mm/slab: restructure kmem_cache_create() debug checksShuah Khan2012-08-16
* Revert "mm/slab_common.c: cleanup"Pekka Enberg2012-08-16