| Commit message (Expand) | Author | Age | Files | Lines |
* | slab/slub: adjust kmem_cache_alloc_bulk API | Jesper Dangaard Brouer | 2015-11-22 | 1 | -1/+1 |
* | memcg: unify slab and other kmem pages charging | Vladimir Davydov | 2015-11-05 | 1 | -17/+7 |
* | mm/slab_common.c: clear pointers to per memcg caches on destroy | Vladimir Davydov | 2015-11-05 | 1 | -6/+0 |
* | mm/slab.h: fix argument order in cache_from_obj's error message | Daniel Borkmann | 2015-09-04 | 1 | -1/+1 |
* | slab: infrastructure for bulk object allocation and freeing | Christoph Lameter | 2015-09-04 | 1 | -0/+9 |
* | slab: correct size_index table before replacing the bootstrap kmem_cache_node | Daniel Sanders | 2015-06-24 | 1 | -0/+1 |
* | slub: make dead caches discard free slabs immediately | Vladimir Davydov | 2015-02-12 | 1 | -1/+1 |
* | slab: link memcg caches of the same kind into a list | Vladimir Davydov | 2015-02-12 | 1 | -0/+17 |
* | slab: embed memcg_cache_params to kmem_cache | Vladimir Davydov | 2015-02-12 | 1 | -25/+23 |
* | memcg: zap __memcg_{charge,uncharge}_slab | Vladimir Davydov | 2015-02-10 | 1 | -2/+2 |
* | memcg: use generic slab iterators for showing slabinfo | Vladimir Davydov | 2014-12-10 | 1 | -0/+1 |
* | slab: replace smp_read_barrier_depends() with lockless_dereference() | Pranith Kumar | 2014-12-10 | 1 | -3/+3 |
* | slab: print slabinfo header in seq show | Vladimir Davydov | 2014-12-10 | 1 | -0/+1 |
* | mm/slab: use percpu allocator for cpu cache | Joonsoo Kim | 2014-10-09 | 1 | -1/+0 |
* | mm/slab: support slab merge | Joonsoo Kim | 2014-10-09 | 1 | -1/+1 |
* | mm/slab_common: commonize slab merge logic | Joonsoo Kim | 2014-10-09 | 1 | -0/+15 |
* | slab: fix for_each_kmem_cache_node() | Mikulas Patocka | 2014-10-09 | 1 | -2/+2 |
* | mm/slab_common: move kmem_cache definition to internal header | Joonsoo Kim | 2014-10-09 | 1 | -0/+35 |
* | slab: convert last use of __FUNCTION__ to __func__ | Joe Perches | 2014-08-06 | 1 | -1/+1 |
* | slab: introduce alien_cache | Joonsoo Kim | 2014-08-06 | 1 | -1/+1 |
* | mm: slab.h: wrap the whole file with guarding macro | Andrey Ryabinin | 2014-08-06 | 1 | -1/+2 |
* | slab common: add functions for kmem_cache_node access | Christoph Lameter | 2014-08-06 | 1 | -1/+16 |
* | memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab | Vladimir Davydov | 2014-06-04 | 1 | -23/+2 |
* | memcg, slab: do not schedule cache destruction when last page goes away | Vladimir Davydov | 2014-06-04 | 1 | -5/+2 |
* | slab: get_online_mems for kmem_cache_{create,destroy,shrink} | Vladimir Davydov | 2014-06-04 | 1 | -0/+1 |
* | sl[au]b: charge slabs to kmemcg explicitly | Vladimir Davydov | 2014-06-04 | 1 | -0/+29 |
* | slub: use sysfs'es release mechanism for kmem_cache | Christoph Lameter | 2014-05-06 | 1 | -0/+1 |
* | memcg, slab: never try to merge memcg caches | Vladimir Davydov | 2014-04-07 | 1 | -17/+4 |
* | memcg, slab: RCU protect memcg_params for root caches | Vladimir Davydov | 2014-01-23 | 1 | -1/+15 |
* | memcg, slab: fix barrier usage when accessing memcg_caches | Vladimir Davydov | 2014-01-23 | 1 | -1/+11 |
* | memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx | Qiang Huang | 2013-11-13 | 1 | -2/+4 |
* | memcg: check that kmem_cache has memcg_params before accessing it | Andrey Vagin | 2013-08-28 | 1 | -0/+2 |
* | mm/slab: Give s_next and s_stop slab-specific names | Wanpeng Li | 2013-07-08 | 1 | -2/+2 |
* | mm/slab: Sharing s_next and s_stop between slab and slub | Wanpeng Li | 2013-07-07 | 1 | -0/+3 |
* | slab: Common definition for kmem_cache_node | Christoph Lameter | 2013-02-01 | 1 | -0/+32 |
* | slab: Rename list3/l3 to node | Christoph Lameter | 2013-02-01 | 1 | -1/+1 |
* | slab: Common Kmalloc cache determination | Christoph Lameter | 2013-02-01 | 1 | -0/+3 |
* | slab: Common function to create the kmalloc array | Christoph Lameter | 2013-02-01 | 1 | -0/+6 |
* | slab: propagate tunable values | Glauber Costa | 2012-12-18 | 1 | -0/+12 |
* | memcg: aggregate memcg cache values in slabinfo | Glauber Costa | 2012-12-18 | 1 | -0/+27 |
* | memcg: destroy memcg caches | Glauber Costa | 2012-12-18 | 1 | -0/+23 |
* | sl[au]b: always get the cache from its page in kmem_cache_free() | Glauber Costa | 2012-12-18 | 1 | -0/+39 |
* | slab/slub: consider a memcg parameter in kmem_create_cache | Glauber Costa | 2012-12-18 | 1 | -4/+19 |
* | slab/slub: struct memcg_params | Glauber Costa | 2012-12-18 | 1 | -0/+13 |
* | mm/sl[aou]b: Common alignment code | Christoph Lameter | 2012-12-11 | 1 | -0/+3 |
* | mm, sl[au]b: create common functions for boot slab creation | Christoph Lameter | 2012-12-11 | 1 | -0/+5 |
* | slab: Ignore internal flags in cache creation | Glauber Costa | 2012-10-31 | 1 | -0/+25 |
* | sl[au]b: Process slabinfo_show in common code | Glauber Costa | 2012-10-24 | 1 | -1/+15 |
* | mm/sl[au]b: Move print_slabinfo_header to slab_common.c | Glauber Costa | 2012-10-24 | 1 | -2/+0 |
* | mm/sl[au]b: Move slabinfo processing to slab_common.c | Glauber Costa | 2012-10-24 | 1 | -0/+8 |