| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mm/slab_common: commonize slab merge logic | Joonsoo Kim | 2014-10-09 | 1 | -0/+91 |
* | mm/slab_common: move kmem_cache definition to internal header | Joonsoo Kim | 2014-10-09 | 1 | -0/+9 |
* | mm/slab_common.c: suppress warning | Andrew Morton | 2014-10-09 | 1 | -1/+3 |
* | mm: move slab related stuff from util.c to slab_common.c | Andrey Ryabinin | 2014-08-06 | 1 | -0/+101 |
* | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Mike Snitzer | 2014-07-22 | 1 | -1/+1 |
|\ |
|
| * | slab_common: fix the check for duplicate slab names | Mikulas Patocka | 2014-05-24 | 1 | -1/+1 |
* | | slab: delete cache from list after __kmem_cache_shutdown succeeds | Vladimir Davydov | 2014-06-04 | 1 | -2/+2 |
* | | memcg: cleanup kmem cache creation/destruction functions naming | Vladimir Davydov | 2014-06-04 | 1 | -6/+6 |
* | | memcg: get rid of memcg_create_cache_name | Vladimir Davydov | 2014-06-04 | 1 | -2/+5 |
* | | memcg, slab: simplify synchronization scheme | Vladimir Davydov | 2014-06-04 | 1 | -15/+8 |
* | | slab: get_online_mems for kmem_cache_{create,destroy,shrink} | Vladimir Davydov | 2014-06-04 | 1 | -2/+33 |
* | | slab: document kmalloc_order | Vladimir Davydov | 2014-06-04 | 1 | -0/+5 |
* | | mm: get rid of __GFP_KMEMCG | Vladimir Davydov | 2014-06-04 | 1 | -0/+13 |
* | | sl[au]b: charge slabs to kmemcg explicitly | Vladimir Davydov | 2014-06-04 | 1 | -5/+1 |
|/ |
|
* | slub: use sysfs'es release mechanism for kmem_cache | Christoph Lameter | 2014-05-06 | 1 | -2/+11 |
* | memcg, slab: do not destroy children caches if parent has aliases | Vladimir Davydov | 2014-04-07 | 1 | -25/+50 |
* | memcg, slab: unregister cache from memcg before starting to destroy it | Vladimir Davydov | 2014-04-07 | 1 | -1/+2 |
* | memcg, slab: separate memcg vs root cache creation paths | Vladimir Davydov | 2014-04-07 | 1 | -80/+107 |
* | memcg, slab: cleanup memcg cache creation | Vladimir Davydov | 2014-04-07 | 1 | -1/+4 |
* | memcg, slab: never try to merge memcg caches | Vladimir Davydov | 2014-04-07 | 1 | -3/+5 |
* | slab: fix wrong retval on kmem_cache_create_memcg error path | Dave Jones | 2014-01-29 | 1 | -8/+11 |
* | slab: do not panic if we fail to create memcg cache | Vladimir Davydov | 2014-01-23 | 1 | -1/+8 |
* | memcg, slab: fix races in per-memcg cache creation/destruction | Vladimir Davydov | 2014-01-23 | 1 | -1/+13 |
* | memcg, slab: clean up memcg cache initialization/destruction | Vladimir Davydov | 2014-01-23 | 1 | -2/+3 |
* | memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path | Vladimir Davydov | 2014-01-23 | 1 | -1/+2 |
* | slab: clean up kmem_cache_create_memcg() error handling | Vladimir Davydov | 2014-01-23 | 1 | -34/+31 |
* | memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx | Qiang Huang | 2013-11-13 | 1 | -1/+1 |
* | slab_common: Do not check for duplicate slab names | Christoph Lameter | 2013-09-28 | 1 | -0/+2 |
* | mm/sl[aou]b: Move kmallocXXX functions to common code | Christoph Lameter | 2013-09-04 | 1 | -0/+10 |
* | mm, slab_common: add 'unlikely' to size check of kmalloc_slab() | Joonsoo Kim | 2013-08-14 | 1 | -1/+1 |
* | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-07-14 | 1 | -5/+13 |
|\ |
|
| * | mm/slab: Give s_next and s_stop slab-specific names | Wanpeng Li | 2013-07-08 | 1 | -4/+4 |
| * | mm/slab: Fix /proc/slabinfo unwriteable for slab | Wanpeng Li | 2013-07-07 | 1 | -1/+9 |
| * | mm/slab: Sharing s_next and s_stop between slab and slub | Wanpeng Li | 2013-07-07 | 1 | -2/+2 |
* | | slab: prevent warnings when allocating with __GFP_NOWARN | Sasha Levin | 2013-06-13 | 1 | -1/+3 |
* | | mm/slab: Fix crash during slab init | Chris Mason | 2013-05-08 | 1 | -10/+10 |
|/ |
|
* | mm, slab_common: Fix bootstrap creation of kmalloc caches | Christoph Lameter | 2013-05-06 | 1 | -9/+15 |
* | slab: Return NULL for oversized allocations | Christoph Lameter | 2013-05-06 | 1 | -0/+3 |
* | mm/sl[au]b: correct allocation type check in kmalloc_slab() | Joonsoo Kim | 2013-02-06 | 1 | -1/+1 |
* | slab: Common Kmalloc cache determination | Christoph Lameter | 2013-02-01 | 1 | -2/+103 |
* | slab: Common function to create the kmalloc array | Christoph Lameter | 2013-02-01 | 1 | -0/+54 |
* | slab: Common definition for the array of kmalloc caches | Christoph Lameter | 2013-02-01 | 1 | -0/+8 |
* | slab: Use proper formatting specs for unsigned size_t | Christoph Lameter | 2013-02-01 | 1 | -1/+1 |
* | slab: propagate tunable values | Glauber Costa | 2012-12-18 | 1 | -3/+4 |
* | memcg: aggregate memcg cache values in slabinfo | Glauber Costa | 2012-12-18 | 1 | -4/+40 |
* | memcg/sl[au]b: track all the memcg children of a kmem_cache | Glauber Costa | 2012-12-18 | 1 | -0/+3 |
* | memcg: allocate memory for memcg caches whenever a new memcg appears | Glauber Costa | 2012-12-18 | 1 | -0/+28 |
* | slab/slub: consider a memcg parameter in kmem_create_cache | Glauber Costa | 2012-12-18 | 1 | -9/+33 |
* | mm/sl[aou]b: Common alignment code | Christoph Lameter | 2012-12-11 | 1 | -2/+30 |
* | mm, sl[au]b: create common functions for boot slab creation | Christoph Lameter | 2012-12-11 | 1 | -0/+36 |