Age | Commit message (Expand) | Author | Files | Lines |
2014-12-10 | memcg: use generic slab iterators for showing slabinfo |  Vladimir Davydov | 1 | -0/+1 |
2014-12-10 | slab: replace smp_read_barrier_depends() with lockless_dereference() |  Pranith Kumar | 1 | -3/+3 |
2014-12-10 | slab: print slabinfo header in seq show |  Vladimir Davydov | 1 | -0/+1 |
2014-10-09 | mm/slab: use percpu allocator for cpu cache |  Joonsoo Kim | 1 | -1/+0 |
2014-10-09 | mm/slab: support slab merge |  Joonsoo Kim | 1 | -1/+1 |
2014-10-09 | mm/slab_common: commonize slab merge logic |  Joonsoo Kim | 1 | -0/+15 |
2014-10-09 | slab: fix for_each_kmem_cache_node() |  Mikulas Patocka | 1 | -2/+2 |
2014-10-09 | mm/slab_common: move kmem_cache definition to internal header |  Joonsoo Kim | 1 | -0/+35 |
2014-08-06 | slab: convert last use of __FUNCTION__ to __func__ |  Joe Perches | 1 | -1/+1 |
2014-08-06 | slab: introduce alien_cache |  Joonsoo Kim | 1 | -1/+1 |
2014-08-06 | mm: slab.h: wrap the whole file with guarding macro |  Andrey Ryabinin | 1 | -1/+2 |
2014-08-06 | slab common: add functions for kmem_cache_node access |  Christoph Lameter | 1 | -1/+16 |
2014-06-04 | memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab |  Vladimir Davydov | 1 | -23/+2 |
2014-06-04 | memcg, slab: do not schedule cache destruction when last page goes away |  Vladimir Davydov | 1 | -5/+2 |
2014-06-04 | slab: get_online_mems for kmem_cache_{create,destroy,shrink} |  Vladimir Davydov | 1 | -0/+1 |
2014-06-04 | sl[au]b: charge slabs to kmemcg explicitly |  Vladimir Davydov | 1 | -0/+29 |
2014-05-06 | slub: use sysfs'es release mechanism for kmem_cache |  Christoph Lameter | 1 | -0/+1 |
2014-04-07 | memcg, slab: never try to merge memcg caches |  Vladimir Davydov | 1 | -17/+4 |
2014-01-23 | memcg, slab: RCU protect memcg_params for root caches |  Vladimir Davydov | 1 | -1/+15 |
2014-01-23 | memcg, slab: fix barrier usage when accessing memcg_caches |  Vladimir Davydov | 1 | -1/+11 |
2013-11-13 | memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx |  Qiang Huang | 1 | -2/+4 |
2013-08-28 | memcg: check that kmem_cache has memcg_params before accessing it |  Andrey Vagin | 1 | -0/+2 |
2013-07-08 | mm/slab: Give s_next and s_stop slab-specific names |  Wanpeng Li | 1 | -2/+2 |
2013-07-07 | mm/slab: Sharing s_next and s_stop between slab and slub |  Wanpeng Li | 1 | -0/+3 |
2013-02-01 | slab: Common definition for kmem_cache_node |  Christoph Lameter | 1 | -0/+32 |
2013-02-01 | slab: Rename list3/l3 to node |  Christoph Lameter | 1 | -1/+1 |
2013-02-01 | slab: Common Kmalloc cache determination |  Christoph Lameter | 1 | -0/+3 |
2013-02-01 | slab: Common function to create the kmalloc array |  Christoph Lameter | 1 | -0/+6 |
2012-12-18 | slab: propagate tunable values |  Glauber Costa | 1 | -0/+12 |
2012-12-18 | memcg: aggregate memcg cache values in slabinfo |  Glauber Costa | 1 | -0/+27 |
2012-12-18 | memcg: destroy memcg caches |  Glauber Costa | 1 | -0/+23 |
2012-12-18 | sl[au]b: always get the cache from its page in kmem_cache_free() |  Glauber Costa | 1 | -0/+39 |
2012-12-18 | slab/slub: consider a memcg parameter in kmem_create_cache |  Glauber Costa | 1 | -4/+19 |
2012-12-18 | slab/slub: struct memcg_params |  Glauber Costa | 1 | -0/+13 |
2012-12-11 | mm/sl[aou]b: Common alignment code |  Christoph Lameter | 1 | -0/+3 |
2012-12-11 | mm, sl[au]b: create common functions for boot slab creation |  Christoph Lameter | 1 | -0/+5 |
2012-10-31 | slab: Ignore internal flags in cache creation |  Glauber Costa | 1 | -0/+25 |
2012-10-24 | sl[au]b: Process slabinfo_show in common code |  Glauber Costa | 1 | -1/+15 |
2012-10-24 | mm/sl[au]b: Move print_slabinfo_header to slab_common.c |  Glauber Costa | 1 | -2/+0 |
2012-10-24 | mm/sl[au]b: Move slabinfo processing to slab_common.c |  Glauber Costa | 1 | -0/+8 |
2012-09-05 | Revert "mm/sl[aou]b: Move sysfs_slab_add to common" |  Pekka Enberg | 1 | -3/+0 |
2012-09-05 | mm/sl[aou]b: Shrink __kmem_cache_create() parameter lists |  Christoph Lameter | 1 | -2/+1 |
2012-09-05 | mm/sl[aou]b: Move kmem_cache allocations into common code |  Christoph Lameter | 1 | -2/+2 |
2012-09-05 | mm/sl[aou]b: Move sysfs_slab_add to common |  Christoph Lameter | 1 | -0/+3 |
2012-09-05 | mm/sl[aou]b: Do slab aliasing call from common code |  Christoph Lameter | 1 | -0/+10 |
2012-09-05 | mm/sl[aou]b: Get rid of __kmem_cache_destroy |  Christoph Lameter | 1 | -1/+0 |
2012-09-05 | mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache struct |  Christoph Lameter | 1 | -0/+6 |
2012-09-05 | mm/sl[aou]b: Extract a common function for kmem_cache_destroy |  Christoph Lameter | 1 | -0/+3 |
2012-07-09 | mm, sl[aou]b: Use a common mutex definition |  Christoph Lameter | 1 | -0/+4 |
2012-07-09 | mm, sl[aou]b: Common definition for boot state of the slab allocators |  Christoph Lameter | 1 | -0/+29 |