aboutsummaryrefslogtreecommitdiff
path: root/mm/slab_common.c
AgeCommit message (Expand)Author
2014-11-13mm/slab: fix unalignment problem on Malta with EVA due to slab mergeJoonsoo Kim
2014-10-29mm/slab_common: don't check for duplicate cache namesMikulas Patocka
2014-10-09memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov
2014-10-09memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov
2014-10-09mm/slab_common: commonize slab merge logicJoonsoo Kim
2014-10-09mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim
2014-10-09mm/slab_common.c: suppress warningAndrew Morton
2014-08-06mm: move slab related stuff from util.c to slab_common.cAndrey Ryabinin
2014-07-22Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Mike Snitzer
2014-06-04slab: delete cache from list after __kmem_cache_shutdown succeedsVladimir Davydov
2014-06-04memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov
2014-06-04memcg: get rid of memcg_create_cache_nameVladimir Davydov
2014-06-04memcg, slab: simplify synchronization schemeVladimir Davydov
2014-06-04slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov
2014-06-04slab: document kmalloc_orderVladimir Davydov
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov
2014-06-04sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov
2014-05-24slab_common: fix the check for duplicate slab namesMikulas Patocka
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