summaryrefslogtreecommitdiffstats
path: root/mm/slab.h
AgeCommit message (Expand)AuthorLines
2015-02-12slub: make dead caches discard free slabs immediatelyVladimir Davydov-1/+1
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov-0/+17
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov-25/+23
2015-02-10memcg: zap __memcg_{charge,uncharge}_slabVladimir Davydov-2/+2
2014-12-10memcg: use generic slab iterators for showing slabinfoVladimir Davydov-0/+1
2014-12-10slab: replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar-3/+3
2014-12-10slab: print slabinfo header in seq showVladimir Davydov-0/+1
2014-10-09mm/slab: use percpu allocator for cpu cacheJoonsoo Kim-1/+0
2014-10-09mm/slab: support slab mergeJoonsoo Kim-1/+1
2014-10-09mm/slab_common: commonize slab merge logicJoonsoo Kim-0/+15
2014-10-09slab: fix for_each_kmem_cache_node()Mikulas Patocka-2/+2
2014-10-09mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim-0/+35
2014-08-06slab: convert last use of __FUNCTION__ to __func__Joe Perches-1/+1
2014-08-06slab: introduce alien_cacheJoonsoo Kim-1/+1
2014-08-06mm: slab.h: wrap the whole file with guarding macroAndrey Ryabinin-1/+2
2014-08-06slab common: add functions for kmem_cache_node accessChristoph Lameter-1/+16
2014-06-04memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov-23/+2
2014-06-04memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov-5/+2
2014-06-04slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov-0/+1
2014-06-04sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov-0/+29
2014-05-06slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter-0/+1
2014-04-07memcg, slab: never try to merge memcg cachesVladimir Davydov-17/+4
2014-01-23memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov-1/+15
2014-01-23memcg, slab: fix barrier usage when accessing memcg_cachesVladimir Davydov-1/+11
2013-11-13memcg, kmem: rename cache_from_memcg to cache_from_memcg_idxQiang Huang-2/+4
2013-08-28memcg: check that kmem_cache has memcg_params before accessing itAndrey Vagin-0/+2
2013-07-08mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li-2/+2
2013-07-07mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li-0/+3
2013-02-01slab: Common definition for kmem_cache_nodeChristoph Lameter-0/+32
2013-02-01slab: Rename list3/l3 to nodeChristoph Lameter-1/+1
2013-02-01slab: Common Kmalloc cache determinationChristoph Lameter-0/+3
2013-02-01slab: Common function to create the kmalloc arrayChristoph Lameter-0/+6
2012-12-18slab: propagate tunable valuesGlauber Costa-0/+12
2012-12-18memcg: aggregate memcg cache values in slabinfoGlauber Costa-0/+27
2012-12-18memcg: destroy memcg cachesGlauber Costa-0/+23
2012-12-18sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa-0/+39
2012-12-18slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa-4/+19
2012-12-18slab/slub: struct memcg_paramsGlauber Costa-0/+13
2012-12-11mm/sl[aou]b: Common alignment codeChristoph Lameter-0/+3
2012-12-11mm, sl[au]b: create common functions for boot slab creationChristoph Lameter-0/+5
2012-10-31slab: Ignore internal flags in cache creationGlauber Costa-0/+25
2012-10-24sl[au]b: Process slabinfo_show in common codeGlauber Costa-1/+15
2012-10-24mm/sl[au]b: Move print_slabinfo_header to slab_common.cGlauber Costa-2/+0
2012-10-24mm/sl[au]b: Move slabinfo processing to slab_common.cGlauber Costa-0/+8
2012-09-05Revert "mm/sl[aou]b: Move sysfs_slab_add to common"Pekka Enberg-3/+0
2012-09-05mm/sl[aou]b: Shrink __kmem_cache_create() parameter listsChristoph Lameter-2/+1
2012-09-05mm/sl[aou]b: Move kmem_cache allocations into common codeChristoph Lameter-2/+2
2012-09-05mm/sl[aou]b: Move sysfs_slab_add to commonChristoph Lameter-0/+3
2012-09-05mm/sl[aou]b: Do slab aliasing call from common codeChristoph Lameter-0/+10
2012-09-05mm/sl[aou]b: Get rid of __kmem_cache_destroyChristoph Lameter-1/+0