summaryrefslogtreecommitdiffstats
path: root/mm/slab.h
Commit message (Expand)AuthorAgeFilesLines
* slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer2015-11-221-1/+1
* memcg: unify slab and other kmem pages chargingVladimir Davydov2015-11-051-17/+7
* mm/slab_common.c: clear pointers to per memcg caches on destroyVladimir Davydov2015-11-051-6/+0
* mm/slab.h: fix argument order in cache_from_obj's error messageDaniel Borkmann2015-09-041-1/+1
* slab: infrastructure for bulk object allocation and freeingChristoph Lameter2015-09-041-0/+9
* slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders2015-06-241-0/+1
* slub: make dead caches discard free slabs immediatelyVladimir Davydov2015-02-121-1/+1
* slab: link memcg caches of the same kind into a listVladimir Davydov2015-02-121-0/+17
* slab: embed memcg_cache_params to kmem_cacheVladimir Davydov2015-02-121-25/+23
* memcg: zap __memcg_{charge,uncharge}_slabVladimir Davydov2015-02-101-2/+2
* memcg: use generic slab iterators for showing slabinfoVladimir Davydov2014-12-101-0/+1
* slab: replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar2014-12-101-3/+3
* slab: print slabinfo header in seq showVladimir Davydov2014-12-101-0/+1
* mm/slab: use percpu allocator for cpu cacheJoonsoo Kim2014-10-091-1/+0
* mm/slab: support slab mergeJoonsoo Kim2014-10-091-1/+1
* mm/slab_common: commonize slab merge logicJoonsoo Kim2014-10-091-0/+15
* slab: fix for_each_kmem_cache_node()Mikulas Patocka2014-10-091-2/+2
* mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim2014-10-091-0/+35
* slab: convert last use of __FUNCTION__ to __func__Joe Perches2014-08-061-1/+1
* slab: introduce alien_cacheJoonsoo Kim2014-08-061-1/+1
* mm: slab.h: wrap the whole file with guarding macroAndrey Ryabinin2014-08-061-1/+2
* slab common: add functions for kmem_cache_node accessChristoph Lameter2014-08-061-1/+16
* memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov2014-06-041-23/+2
* memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov2014-06-041-5/+2
* slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov2014-06-041-0/+1
* sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov2014-06-041-0/+29
* slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter2014-05-061-0/+1
* memcg, slab: never try to merge memcg cachesVladimir Davydov2014-04-071-17/+4
* memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov2014-01-231-1/+15
* memcg, slab: fix barrier usage when accessing memcg_cachesVladimir Davydov2014-01-231-1/+11
* memcg, kmem: rename cache_from_memcg to cache_from_memcg_idxQiang Huang2013-11-131-2/+4
* memcg: check that kmem_cache has memcg_params before accessing itAndrey Vagin2013-08-281-0/+2
* mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li2013-07-081-2/+2
* mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li2013-07-071-0/+3
* slab: Common definition for kmem_cache_nodeChristoph Lameter2013-02-011-0/+32
* slab: Rename list3/l3 to nodeChristoph Lameter2013-02-011-1/+1
* slab: Common Kmalloc cache determinationChristoph Lameter2013-02-011-0/+3
* slab: Common function to create the kmalloc arrayChristoph Lameter2013-02-011-0/+6
* slab: propagate tunable valuesGlauber Costa2012-12-181-0/+12
* memcg: aggregate memcg cache values in slabinfoGlauber Costa2012-12-181-0/+27
* memcg: destroy memcg cachesGlauber Costa2012-12-181-0/+23
* sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa2012-12-181-0/+39
* slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa2012-12-181-4/+19
* slab/slub: struct memcg_paramsGlauber Costa2012-12-181-0/+13
* mm/sl[aou]b: Common alignment codeChristoph Lameter2012-12-111-0/+3
* mm, sl[au]b: create common functions for boot slab creationChristoph Lameter2012-12-111-0/+5
* slab: Ignore internal flags in cache creationGlauber Costa2012-10-311-0/+25
* sl[au]b: Process slabinfo_show in common codeGlauber Costa2012-10-241-1/+15
* mm/sl[au]b: Move print_slabinfo_header to slab_common.cGlauber Costa2012-10-241-2/+0
* mm/sl[au]b: Move slabinfo processing to slab_common.cGlauber Costa2012-10-241-0/+8