| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] quieten zone_pcp_init | Anton Blanchard | 2006-03-25 | 1 | -2/+3 |
* | [PATCH] mm: make page migration dependent on swap and NUMA | Christoph Lameter | 2006-03-25 | 1 | -2/+2 |
* | [PATCH] slab: fix memory leak in alloc_kmemlist | Christoph Lameter | 2006-03-25 | 1 | -5/+28 |
* | [PATCH] alloc_kmemlist: Some cleanup in preparation for a real memory leak fix | Christoph Lameter | 2006-03-25 | 1 | -17/+17 |
* | [PATCH] slab: Bypass free lists for __drain_alien_cache() | Christoph Lameter | 2006-03-25 | 1 | -2/+9 |
* | [PATCH] slab: add transfer_objects() function | Christoph Lameter | 2006-03-25 | 1 | -14/+28 |
* | [PATCH] mm: use kmem_cache_zalloc | Pekka Enberg | 2006-03-25 | 2 | -6/+3 |
* | [PATCH] slab: optimize constant-size kzalloc calls | Pekka Enberg | 2006-03-25 | 1 | -3/+3 |
* | [PATCH] slab: introduce kmem_cache_zalloc allocator | Pekka Enberg | 2006-03-25 | 2 | -0/+27 |
* | [PATCH] slab: implement /proc/slab_allocators | Al Viro | 2006-03-25 | 2 | -8/+176 |
* | [PATCH] strndup_user() | Davi Arnaut | 2006-03-24 | 1 | -0/+37 |
* | [PATCH] msync(): use do_fsync() | Andrew Morton | 2006-03-24 | 1 | -15/+2 |
* | [PATCH] msync: fix return value | Andrew Morton | 2006-03-24 | 1 | -7/+7 |
* | [PATCH] msync(MS_SYNC): don't hold mmap_sem while syncing | Andrew Morton | 2006-03-24 | 1 | -23/+26 |
* | [PATCH] msync(): perform dirty page levelling | Andrew Morton | 2006-03-24 | 1 | -32/+61 |
* | [PATCH] set_page_dirty() return value fixes | Andrew Morton | 2006-03-24 | 1 | -5/+6 |
* | [PATCH] balance_dirty_pages_ratelimited: take nr_pages arg | Andrew Morton | 2006-03-24 | 1 | -9/+15 |
* | [PATCH] fadvise(): write commands | Andrew Morton | 2006-03-24 | 2 | -10/+46 |
* | [PATCH] filemap_fdatawrite_range() api: clarify -end parameter | Andrew Morton | 2006-03-24 | 1 | -1/+7 |
* | [PATCH] cpuset: memory_spread_slab drop useless PF_SPREAD_PAGE check | Paul Jackson | 2006-03-24 | 1 | -3/+2 |
* | [PATCH] cpuset memory spread slab cache optimizations | Paul Jackson | 2006-03-24 | 2 | -13/+60 |
* | [PATCH] cpuset memory spread slab cache implementation | Paul Jackson | 2006-03-24 | 1 | -2/+11 |
* | [PATCH] cpuset memory spread page cache implementation and hooks | Paul Jackson | 2006-03-24 | 1 | -0/+23 |
* | [PATCH] cpusets: only wakeup kswapd for zones in the current cpuset | Christoph Lameter | 2006-03-24 | 1 | -1/+2 |
* | [PATCH] Represent laptop_mode as jiffies internally | Bart Samwel | 2006-03-24 | 1 | -2/+3 |
* | [PATCH] Represent dirty_*_centisecs as jiffies internally | Bart Samwel | 2006-03-24 | 1 | -12/+12 |
* | [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 | Jens Axboe | 2006-03-23 | 1 | -0/+3 |
* | [PATCH] ext3_readdir: use generic readahead | Andrew Morton | 2006-03-23 | 1 | -0/+1 |
* | [PATCH] swsusp: userland interface | Rafael J. Wysocki | 2006-03-23 | 1 | -2/+4 |
* | [PATCH] swsusp: low level interface | Rafael J. Wysocki | 2006-03-23 | 1 | -1/+54 |
* | [PATCH] page migration reorg | Christoph Lameter | 2006-03-22 | 6 | -579/+689 |
* | [PATCH] mm: slab cache interleave rotor fix | Paul Jackson | 2006-03-22 | 1 | -1/+1 |
* | [PATCH] mm: hugetlb alloc_fresh_huge_page bogus node loop fix | Paul Jackson | 2006-03-22 | 1 | -1/+3 |
* | [PATCH] fix swap cluster offset | Akinobu Mita | 2006-03-22 | 1 | -1/+1 |
* | [PATCH] drain_node_pages: interrupt latency reduction / optimization | Christoph Lameter | 2006-03-22 | 1 | -4/+8 |
* | [PATCH] slab: fix drain_array() so that it works correctly with the shared_array | Christoph Lameter | 2006-03-22 | 1 | -9/+12 |
* | [PATCH] slab: remove drain_array_locked | Christoph Lameter | 2006-03-22 | 1 | -21/+10 |
* | [PATCH] slab: make drain_array more universal by adding more parameters | Christoph Lameter | 2006-03-22 | 1 | -9/+11 |
* | [PATCH] slab: cache_reap(): further reduction in interrupt holdoff | Christoph Lameter | 2006-03-22 | 1 | -14/+43 |
* | [PATCH] mm: make shrink_all_memory try harder | Rafael J. Wysocki | 2006-03-22 | 1 | -0/+7 |
* | [PATCH] optimize follow_hugetlb_page | Chen, Kenneth W | 2006-03-22 | 1 | -8/+17 |
* | [PATCH] hugepage: Fix hugepage logic in free_pgtables() harder | David Gibson | 2006-03-22 | 1 | -1/+1 |
* | [PATCH] hugepage: Fix hugepage logic in free_pgtables() | David Gibson | 2006-03-22 | 1 | -3/+2 |
* | [PATCH] hugepage: Make {alloc,free}_huge_page() local | David Gibson | 2006-03-22 | 1 | -12/+13 |
* | [PATCH] hugepage: Strict page reservation for hugepage inodes | David Gibson | 2006-03-22 | 1 | -10/+126 |
* | [PATCH] hugepage: serialize hugepage allocation and instantiation | David Gibson | 2006-03-22 | 1 | -7/+18 |
* | [PATCH] hugepage: Small fixes to hugepage clear/copy path | David Gibson | 2006-03-22 | 1 | -7/+26 |
* | [PATCH] Enable mprotect on huge pages | Zhang, Yanmin | 2006-03-22 | 2 | -7/+34 |
* | [PATCH] readahead: fix initial window size calculation | Steven Pratt | 2006-03-22 | 1 | -3/+3 |
* | [PATCH] readahead: ->prev_page can overrun the ahead window | Oleg Nesterov | 2006-03-22 | 1 | -6/+20 |