| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [PATCH] Numerous fixes to kernel-doc info in source files. | Robert P. J. Day | 2007-02-11 | 1 | -1/+1 |
* | [PATCH] lockdep: also check for freed locks in kmem_cache_free() | Ingo Molnar | 2007-02-11 | 1 | -0/+1 |
* | [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM | Christoph Lameter | 2007-02-11 | 1 | -7/+13 |
* | [PATCH] slab: use parameter passed to cache_reap to determine pointer to work... | Christoph Lameter | 2007-02-11 | 1 | -8/+7 |
* | [PATCH] slab: cache alloc cleanups | Pekka Enberg | 2007-02-11 | 1 | -90/+110 |
* | [PATCH] slab: remove broken PageSlab check from kfree_debugcheck | Pekka Enberg | 2007-02-11 | 1 | -8/+0 |
* | [PATCH] fix BUG_ON(!PageSlab) from fallback_alloc | Hugh Dickins | 2007-01-06 | 1 | -2/+2 |
* | [PATCH] fix kernel-doc warnings in 2.6.20-rc1 | Randy Dunlap | 2006-12-22 | 1 | -0/+1 |
* | [PATCH] slab: fix kmem_ptr_validate definition | Christoph Lameter | 2006-12-22 | 1 | -1/+1 |