| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] SLOB=y && SMP=y fix | Ingo Molnar | 2006-02-08 | 1 | -1/+1 |
* | [PATCH] mm: compound release fix | Nick Piggin | 2006-02-08 | 1 | -10/+22 |
* | [PATCH] hugetlbpage: return VM_FAULT_OOM on oom | Christoph Lameter | 2006-02-08 | 1 | -15/+2 |
* | [PATCH] Hugepages need clear_user_highpage() not clear_highpage() | David Gibson | 2006-02-08 | 1 | -1/+1 |
* | mm/slab.c (non-NUMA): Fix compile warning and clean up code | Linus Torvalds | 2006-02-05 | 1 | -3/+8 |
* | [PATCH] NUMA slab locking fixes: fix cpu down and up locking | Ravikiran G Thirumalai | 2006-02-05 | 1 | -38/+85 |
* | [PATCH] NUMA slab locking fixes: irq disabling from cahep->spinlock to l3 lock | Ravikiran G Thirumalai | 2006-02-05 | 1 | -18/+18 |
* | [PATCH] NUMA slab locking fixes: move color_next to l3 | Ravikiran G Thirumalai | 2006-02-05 | 1 | -11/+11 |
* | [PATCH] hugetlb: add comment explaining reasons for Bus Errors | Christoph Lameter | 2006-02-05 | 1 | -0/+9 |
* | [PATCH] percpu data: only iterate over possible CPUs | Eric Dumazet | 2006-02-05 | 1 | -4/+6 |
* | [PATCH] x86_64: Fix memory policy build without CONFIG_HUGETLBFS | Chen, Kenneth W | 2006-02-05 | 1 | -0/+2 |
* | [PATCH] slab: fix sparse warning | Randy Dunlap | 2006-02-01 | 1 | -2/+2 |
* | [PATCH] mm/slab: add kernel-doc for one function | Randy.Dunlap | 2006-02-01 | 1 | -2/+7 |
* | [PATCH] slab: fix kzalloc and kstrdup caller report for CONFIG_DEBUG_SLAB | Pekka Enberg | 2006-02-01 | 1 | -5/+24 |
* | [PATCH] dump_stack() in oom handler | Andrew Morton | 2006-02-01 | 1 | -0/+1 |
* | [PATCH] slab: replace kmem_cache_t with struct kmem_cache | Pekka Enberg | 2006-02-01 | 1 | -97/+98 |
* | [PATCH] slab: rename ac_data to cpu_cache_get | Pekka Enberg | 2006-02-01 | 1 | -18/+18 |
* | [PATCH] slab: extract virt_to_{cache|slab} | Pekka Enberg | 2006-02-01 | 1 | -5/+17 |
* | [PATCH] slab: reduce inlining | Pekka Enberg | 2006-02-01 | 1 | -7/+7 |
* | [PATCH] slab: extract slab_{put|get}_obj | Matthew Dobson | 2006-02-01 | 1 | -37/+40 |
* | [PATCH] slab: extract slab_destroy_objs() | Matthew Dobson | 2006-02-01 | 1 | -7/+19 |
* | [PATCH] slab: cache_estimate cleanup | Steven Rostedt | 2006-02-01 | 1 | -22/+59 |
* | [PATCH] slab: have index_of bug at compile time | Steven Rostedt | 2006-02-01 | 1 | -5/+4 |
* | [PATCH] slab: minor cleanup to kmem_cache_alloc_node | Christoph Lameter | 2006-02-01 | 1 | -15/+6 |
* | [PATCH] slab: distinguish between object and buffer size | Manfred Spraul | 2006-02-01 | 1 | -74/+80 |
* | [PATCH] Direct Migration V9: Avoid writeback / page_migrate() method | Christoph Lameter | 2006-02-01 | 3 | -1/+21 |
* | [PATCH] Direct Migration V9: upgrade MPOL_MF_MOVE and sys_migrate_pages() | Christoph Lameter | 2006-02-01 | 1 | -21/+146 |
* | [PATCH] Direct Migration V9: remove_from_swap() to remove swap ptes | Christoph Lameter | 2006-02-01 | 3 | -0/+47 |
* | [PATCH] Direct Migration V9: migrate_pages() extension | Christoph Lameter | 2006-02-01 | 2 | -20/+227 |
* | [PATCH] Direct Migration V9: PageSwapCache checks | Christoph Lameter | 2006-02-01 | 3 | -0/+22 |
* | [PATCH] Reclaim slab during zone reclaim | Christoph Lameter | 2006-02-01 | 1 | -0/+14 |
* | [PATCH] Zone reclaim: Allow modification of zone reclaim behavior | Christoph Lameter | 2006-02-01 | 1 | -2/+7 |
* | [PATCH] zone_reclaim: configurable off node allocation period. | Christoph Lameter | 2006-02-01 | 1 | -2/+2 |
* | [PATCH] zone_reclaim: partial scans instead of full scan | Christoph Lameter | 2006-02-01 | 1 | -2/+18 |
* | [PATCH] zone_reclaim: do not unmap file backed pages | Christoph Lameter | 2006-02-01 | 1 | -0/+6 |
* | [PATCH] Use 32 bit division in slab_put_obj() | Benjamin LaHaise | 2006-02-01 | 1 | -3/+3 |
* | [PATCH] zone_reclaim: minor fixes | Christoph Lameter | 2006-02-01 | 1 | -1/+3 |
* | [PATCH] mm: improve function of sc->may_writepage | Christoph Lameter | 2006-02-01 | 1 | -3/+3 |
* | [PATCH] zone_reclaim: reclaim on memory only node support | Christoph Lameter | 2006-02-01 | 1 | -1/+7 |
* | [PATCH] Optimize off-node performance of zone reclaim | Christoph Lameter | 2006-02-01 | 1 | -14/+15 |
* | [PATCH] __cpuinit functions wrongly marked __meminit | Ashok Raj | 2006-02-01 | 1 | -3/+3 |
* | [PATCH] mm: optimize numa policy handling in slab allocator | Christoph Lameter | 2006-01-19 | 2 | -4/+1 |
* | [PATCH] NUMA policies in the slab allocator V2 | Christoph Lameter | 2006-01-19 | 2 | -0/+42 |
* | [PATCH] sem2mutex: mm/slab.c | Ingo Molnar | 2006-01-19 | 2 | -31/+32 |
* | [PATCH] Zone reclaim: Reclaim logic | Christoph Lameter | 2006-01-19 | 2 | -3/+82 |
* | [PATCH] Zone reclaim: resurrect may_swap | Christoph Lameter | 2006-01-19 | 1 | -0/+7 |
* | [PATCH] Simplify migrate_page_add | Christoph Lameter | 2006-01-19 | 1 | -36/+7 |
* | [PATCH] mm: migration page refcounting fix | Nick Piggin | 2006-01-19 | 5 | -54/+75 |
* | [PATCH] mm: dirty_exceeded speedup | Andrew Morton | 2006-01-19 | 1 | -3/+4 |
* | [PATCH] x86_64: add __meminit for memory hotplug | Matt Tolentino | 2006-01-17 | 1 | -7/+7 |