aboutsummaryrefslogtreecommitdiff
path: root/mm/slab_common.c
AgeCommit message (Expand)Author
2014-05-06slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter
2014-04-07memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov
2014-04-07memcg, slab: unregister cache from memcg before starting to destroy itVladimir Davydov
2014-04-07memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov
2014-04-07memcg, slab: cleanup memcg cache creationVladimir Davydov
2014-04-07memcg, slab: never try to merge memcg cachesVladimir Davydov
2014-01-29slab: fix wrong retval on kmem_cache_create_memcg error pathDave Jones
2014-01-23slab: do not panic if we fail to create memcg cacheVladimir Davydov
2014-01-23memcg, slab: fix races in per-memcg cache creation/destructionVladimir Davydov
2014-01-23memcg, slab: clean up memcg cache initialization/destructionVladimir Davydov
2014-01-23memcg, slab: kmem_cache_create_memcg(): fix memleak on fail pathVladimir Davydov
2014-01-23slab: clean up kmem_cache_create_memcg() error handlingVladimir Davydov
2013-11-13memcg, kmem: rename cache_from_memcg to cache_from_memcg_idxQiang Huang
2013-09-28slab_common: Do not check for duplicate slab namesChristoph Lameter
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter
2013-08-14mm, slab_common: add 'unlikely' to size check of kmalloc_slab()Joonsoo Kim
2013-07-14Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-07-08mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li
2013-07-07mm/slab: Fix /proc/slabinfo unwriteable for slabWanpeng Li
2013-07-07mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li
2013-06-13slab: prevent warnings when allocating with __GFP_NOWARNSasha Levin
2013-05-08mm/slab: Fix crash during slab initChris Mason
2013-05-06mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter
2013-05-06slab: Return NULL for oversized allocationsChristoph Lameter
2013-02-06mm/sl[au]b: correct allocation type check in kmalloc_slab()Joonsoo Kim
2013-02-01slab: Common Kmalloc cache determinationChristoph Lameter
2013-02-01slab: Common function to create the kmalloc arrayChristoph Lameter
2013-02-01slab: Common definition for the array of kmalloc cachesChristoph Lameter
2013-02-01slab: Use proper formatting specs for unsigned size_tChristoph Lameter
2012-12-18slab: propagate tunable valuesGlauber Costa
2012-12-18memcg: aggregate memcg cache values in slabinfoGlauber Costa
2012-12-18memcg/sl[au]b: track all the memcg children of a kmem_cacheGlauber Costa
2012-12-18memcg: allocate memory for memcg caches whenever a new memcg appearsGlauber Costa
2012-12-18slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa
2012-12-11mm/sl[aou]b: Common alignment codeChristoph Lameter
2012-12-11mm, sl[au]b: create common functions for boot slab creationChristoph Lameter
2012-10-31slab: Ignore internal flags in cache creationGlauber Costa
2012-10-24sl[au]b: Process slabinfo_show in common codeGlauber Costa
2012-10-24mm/sl[au]b: Move print_slabinfo_header to slab_common.cGlauber Costa
2012-10-24mm/sl[au]b: Move slabinfo processing to slab_common.cGlauber Costa
2012-10-10mm, slab: release slab_mutex earlier in kmem_cache_destroy()Jiri Kosina
2012-09-05Revert "mm/sl[aou]b: Move sysfs_slab_add to common"Pekka Enberg
2012-09-05mm/sl[aou]b: Move kmem_cache refcounting to common codeChristoph Lameter
2012-09-05mm/sl[aou]b: Shrink __kmem_cache_create() parameter listsChristoph Lameter
2012-09-05mm/sl[aou]b: Move kmem_cache allocations into common codeChristoph Lameter
2012-09-05mm/sl[aou]b: Move sysfs_slab_add to commonChristoph Lameter
2012-09-05mm/sl[aou]b: Do slab aliasing call from common codeChristoph Lameter
2012-09-05mm/sl[aou]b: Move duping of slab name to slab_common.cChristoph Lameter
2012-09-05mm/sl[aou]b: Get rid of __kmem_cache_destroyChristoph Lameter
2012-09-05mm/sl[aou]b: Move freeing of kmem_cache structure to common codeChristoph Lameter