| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | slab: Ignore internal flags in cache creation | Glauber Costa | 2012-10-31 | 1 | -0/+7 |
* | sl[au]b: Process slabinfo_show in common code | Glauber Costa | 2012-10-24 | 1 | -1/+17 |
* | mm/sl[au]b: Move print_slabinfo_header to slab_common.c | Glauber Costa | 2012-10-24 | 1 | -0/+23 |
* | mm/sl[au]b: Move slabinfo processing to slab_common.c | Glauber Costa | 2012-10-24 | 1 | -0/+70 |
* | mm, slab: release slab_mutex earlier in kmem_cache_destroy() | Jiri Kosina | 2012-10-10 | 1 | -1/+4 |
* | Revert "mm/sl[aou]b: Move sysfs_slab_add to common" | Pekka Enberg | 2012-09-05 | 1 | -8/+0 |
* | mm/sl[aou]b: Move kmem_cache refcounting to common code | Christoph Lameter | 2012-09-05 | 1 | -2/+3 |
* | mm/sl[aou]b: Shrink __kmem_cache_create() parameter lists | Christoph Lameter | 2012-09-05 | 1 | -13/+13 |
* | mm/sl[aou]b: Move kmem_cache allocations into common code | Christoph Lameter | 2012-09-05 | 1 | -8/+10 |
* | mm/sl[aou]b: Move sysfs_slab_add to common | Christoph Lameter | 2012-09-05 | 1 | -0/+8 |
* | mm/sl[aou]b: Do slab aliasing call from common code | Christoph Lameter | 2012-09-05 | 1 | -0/+4 |
* | mm/sl[aou]b: Move duping of slab name to slab_common.c | Christoph Lameter | 2012-09-05 | 1 | -9/+21 |
* | mm/sl[aou]b: Get rid of __kmem_cache_destroy | Christoph Lameter | 2012-09-05 | 1 | -1/+0 |
* | mm/sl[aou]b: Move freeing of kmem_cache structure to common code | Christoph Lameter | 2012-09-05 | 1 | -0/+1 |
* | mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache struct | Christoph Lameter | 2012-09-05 | 1 | -0/+1 |
* | mm/sl[aou]b: Extract a common function for kmem_cache_destroy | Christoph Lameter | 2012-09-05 | 1 | -0/+25 |
* | mm/sl[aou]b: Move list_add() to slab_common.c | Christoph Lameter | 2012-09-05 | 1 | -0/+7 |
* | mm/slab_common: Improve error handling in kmem_cache_create | Christoph Lameter | 2012-09-05 | 1 | -4/+24 |
* | mm/slab: restructure kmem_cache_create() debug checks | Shuah Khan | 2012-08-16 | 1 | -49/+48 |
* | Revert "mm/slab_common.c: cleanup" | Pekka Enberg | 2012-08-16 | 1 | -5/+10 |
* | mm/slab_common.c: cleanup | Andrew Morton | 2012-08-16 | 1 | -10/+5 |
* | mm: Fix build warning in kmem_cache_create() | Shuah Khan | 2012-07-30 | 1 | -0/+2 |
* | mm, sl[aou]b: Move kmem_cache_create mutex handling to common code | Christoph Lameter | 2012-07-09 | 1 | -1/+40 |
* | mm, sl[aou]b: Use a common mutex definition | Christoph Lameter | 2012-07-09 | 1 | -0/+2 |
* | mm, sl[aou]b: Common definition for boot state of the slab allocators | Christoph Lameter | 2012-07-09 | 1 | -0/+9 |
* | mm, sl[aou]b: Extract common code for kmem_cache_create() | Christoph Lameter | 2012-07-09 | 1 | -0/+68 |