| Commit message (Expand) | Author | Age | Files | Lines |
* | Group short-lived and reclaimable kernel allocations | Mel Gorman | 2007-10-16 | 1 | -0/+2 |
* | Categorize GFP flags | Christoph Lameter | 2007-10-16 | 1 | -4/+4 |
* | Memoryless nodes: Slab support | Christoph Lameter | 2007-10-16 | 1 | -4/+4 |
* | Slab allocators: fail if ksize is called with a NULL parameter | Christoph Lameter | 2007-10-16 | 1 | -1/+2 |
* | slab: skip calling cache_free_alien() when the platform is not numa capable | Siddha, Suresh B | 2007-08-23 | 1 | -2/+12 |
* | slab: correctly handle __GFP_ZERO | Andrew Morton | 2007-07-24 | 1 | -1/+1 |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -10/+7 |
* | Fix up non-NUMA SLAB configuration for zero-sized allocations | Linus Torvalds | 2007-07-19 | 1 | -2/+2 |
* | FRV: work around a possible compiler bug | David Howells | 2007-07-19 | 1 | -1/+1 |
* | kallsyms: make KSYM_NAME_LEN include space for trailing '\0' | Tejun Heo | 2007-07-17 | 1 | -1/+1 |
* | Slab allocators: Cleanup zeroing allocations | Christoph Lameter | 2007-07-17 | 1 | -17/+0 |
* | Slab allocators: support __GFP_ZERO in all allocators | Christoph Lameter | 2007-07-17 | 1 | -1/+7 |
* | Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics | Christoph Lameter | 2007-07-17 | 1 | -5/+8 |
* | Slab allocators: consolidate code for krealloc in mm/util.c | Christoph Lameter | 2007-07-17 | 1 | -46/+0 |
* | mm/slab.c: start_cpu_timer() should be __cpuinit | Adrian Bunk | 2007-07-16 | 1 | -1/+1 |
* | Make /proc/slabinfo use seq_list_xxx helpers | Pavel Emelianov | 2007-07-16 | 1 | -24/+6 |
* | Fix slab redzone alignment | David Woodhouse | 2007-07-06 | 1 | -9/+23 |
* | SLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 release | Christoph Lameter | 2007-07-01 | 1 | -1/+0 |
* | slab: fix alien cache handling | Christoph Lameter | 2007-06-09 | 1 | -1/+1 |
* | mm/slab: fix section mismatch warning | Sam Ravnborg | 2007-05-19 | 1 | -1/+1 |
* | Slab allocators: define common size limitations | Christoph Lameter | 2007-05-17 | 1 | -17/+2 |
* | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 2007-05-17 | 1 | -7/+5 |
* | slab: warn on zero-length allocations | Christoph Lameter | 2007-05-17 | 1 | -0/+1 |
* | Slab allocators: Drop support for destructors | Christoph Lameter | 2007-05-17 | 1 | -25/+2 |
* | Move remote node draining out of slab allocators | Christoph Lameter | 2007-05-09 | 1 | -6/+0 |
* | vmstat: use our own timer events | Christoph Lameter | 2007-05-09 | 1 | -1/+0 |
* | Add suspend-related notifications for CPU hotplug | Rafael J. Wysocki | 2007-05-09 | 1 | -0/+6 |
* | slab: shut down cache_reaper when cpu goes down | Christoph Lameter | 2007-05-09 | 1 | -0/+14 |
* | slab: use CPU_LOCK_[ACQUIRE|RELEASE] | Heiko Carstens | 2007-05-09 | 1 | -8/+5 |
* | krealloc: fix kerneldoc comments | Pekka J Enberg | 2007-05-09 | 1 | -1/+0 |
* | Fix race between cat /proc/slab_allocators and rmmod | Alexey Dobriyan | 2007-05-08 | 1 | -7/+3 |
* | Increase slab redzone to 64bits | David Woodhouse | 2007-05-08 | 1 | -19/+23 |
* | Slab allocators: remove useless __GFP_NO_GROW flag | Christoph Lameter | 2007-05-07 | 1 | -4/+2 |
* | slab allocators: Remove SLAB_CTOR_ATOMIC | Christoph Lameter | 2007-05-07 | 1 | -15/+2 |
* | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 2007-05-07 | 1 | -18/+2 |
* | fault injection: fix failslab with CONFIG_NUMA | Akinobu Mita | 2007-05-07 | 1 | -4/+7 |
* | slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN | Christoph Lameter | 2007-05-07 | 1 | -2/+2 |
* | include KERN_* constant in printk() calls in mm/slab.c | matze | 2007-05-07 | 1 | -3/+6 |
* | Add virt_to_head_page and consolidate code in slab and slub | Christoph Lameter | 2007-05-07 | 1 | -5/+4 |
* | Make page->private usable in compound pages | Christoph Lameter | 2007-05-07 | 1 | -4/+2 |
* | slab: mark set_up_list3s() __init | Andrew Morton | 2007-05-07 | 1 | -1/+1 |
* | slab: NUMA kmem_cache diet | Eric Dumazet | 2007-05-07 | 1 | -4/+20 |
* | SLAB: don't allocate empty shared caches | Eric Dumazet | 2007-05-07 | 1 | -11/+15 |
* | SLAB: use num_possible_cpus() in enable_cpucache() | Eric Dumazet | 2007-05-07 | 1 | -3/+1 |
* | slab: ensure cache_alloc_refill terminates | Pekka Enberg | 2007-05-07 | 1 | -0/+8 |
* | slab: introduce krealloc | Pekka Enberg | 2007-05-07 | 1 | -1/+48 |
* | [PATCH] x86-64: skip cache_free_alien() on non NUMA | Siddha, Suresh B | 2007-05-02 | 1 | -2/+5 |
* | [PATCH] SLAB: Mention slab name when listing corrupt objects | David Howells | 2007-04-04 | 1 | -2/+2 |
* | [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers) | Randy Dunlap | 2007-03-01 | 1 | -1/+1 |
* | [PATCH] slab: reduce size of alien cache to cover only possible nodes | Christoph Lameter | 2007-02-21 | 1 | -1/+1 |