| Commit message (Expand) | Author | Age | Files | Lines |
* | Lumpy Reclaim V4 | Andy Whitcroft | 2007-07-17 | 1 | -1/+2 |
* | [PATCH] Drop nr_free_pages_pgdat() | Christoph Lameter | 2007-02-11 | 1 | -1/+0 |
* | [PATCH] Drop free_pages() | Christoph Lameter | 2007-02-11 | 1 | -1/+4 |
* | [PATCH] swsusp: Do not fail if resume device is not set | Rafael J. Wysocki | 2007-01-05 | 1 | -1/+1 |
* | [PATCH] swsusp: use block device offsets to identify swap locations | Rafael J. Wysocki | 2006-12-07 | 1 | -2/+1 |
* | [PATCH] swsusp: use partition device and offset to identify swap areas | Rafael J. Wysocki | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] new scheme to preempt swap token | Ashwin Chaugule | 2006-12-07 | 1 | -1/+0 |
* | [PATCH] swsusp: read speedup | Andrew Morton | 2006-09-26 | 1 | -0/+1 |
* | [PATCH] swsusp: write speedup | Andrew Morton | 2006-09-26 | 1 | -1/+4 |
* | [PATCH] zone_reclaim: dynamic slab reclaim | Christoph Lameter | 2006-09-26 | 1 | -0/+1 |
* | [PATCH] out of memory notifier | Martin Schwidefsky | 2006-09-26 | 1 | -0/+4 |
* | [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.h | Christoph Lameter | 2006-09-26 | 1 | -1/+0 |
* | [PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/O | Christoph Lameter | 2006-07-03 | 1 | -0/+1 |
* | [PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_int... | Christoph Lameter | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] pgdat allocation for new node add (export kswapd start func) | Yasunori Goto | 2006-06-27 | 1 | -0/+2 |
* | [PATCH] initialise total_memory() earlier | Andrew Morton | 2006-06-23 | 1 | -0/+1 |
* | [PATCH] mm: fix swap unused warning | Con Kolivas | 2006-06-23 | 1 | -11/+53 |
* | [PATCH] More page migration: use migration entries for file pages | Christoph Lameter | 2006-06-23 | 1 | -15/+0 |
* | [PATCH] Swapless page migration: add R/W migration entries | Christoph Lameter | 2006-06-23 | 1 | -0/+7 |
* | [PATCH] reserve space for swap label | Andreas Dilger | 2006-06-23 | 1 | -6/+8 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2006-05-24 | 1 | -1/+1 |
|\ |
|
| * | [PATCH] fix can_share_swap_page() when !CONFIG_SWAP | Hua Zhong | 2006-05-15 | 1 | -1/+1 |
* | | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 2006-04-26 | 1 | -1/+0 |
|/ |
|
* | [PATCH] overcommit: add calculate_totalreserve_pages() | Hideo AOKI | 2006-04-11 | 1 | -0/+1 |
* | [PATCH] swsusp: low level interface | Rafael J. Wysocki | 2006-03-23 | 1 | -2/+3 |
* | [PATCH] page migration reorg | Christoph Lameter | 2006-03-22 | 1 | -19/+15 |
* | [PATCH] vmscan: use unsigned longs | Andrew Morton | 2006-03-22 | 1 | -4/+4 |
* | [PATCH] Terminate process that fails on a constrained allocation | Christoph Lameter | 2006-02-20 | 1 | -1/+1 |
* | [PATCH] Direct Migration V9: Avoid writeback / page_migrate() method | Christoph Lameter | 2006-02-01 | 1 | -0/+5 |
* | [PATCH] Direct Migration V9: remove_from_swap() to remove swap ptes | Christoph Lameter | 2006-02-01 | 1 | -0/+1 |
* | [PATCH] Direct Migration V9: migrate_pages() extension | Christoph Lameter | 2006-02-01 | 1 | -0/+2 |
* | [PATCH] zone_reclaim: configurable off node allocation period. | Christoph Lameter | 2006-02-01 | 1 | -0/+1 |
* | [PATCH] Zone reclaim: Reclaim logic | Christoph Lameter | 2006-01-18 | 1 | -0/+11 |
* | [PATCH] mm: migration page refcounting fix | Nick Piggin | 2006-01-18 | 1 | -0/+1 |
* | [PATCH] Fix for CONFIG_NUMA without CONFIG_SWAP | Christoph Lameter | 2006-01-14 | 1 | -0/+5 |
* | [PATCH] SwapMig: Extend parameters for migrate_pages() | Christoph Lameter | 2006-01-08 | 1 | -1/+2 |
* | [PATCH] SwapMig: add_to_swap() avoid atomic allocations | Christoph Lameter | 2006-01-08 | 1 | -1/+1 |
* | [PATCH] SwapMig: CONFIG_MIGRATION fixes | Christoph Lameter | 2006-01-08 | 1 | -2/+1 |
* | [PATCH] Swap Migration V5: Add CONFIG_MIGRATION for page migration support | Christoph Lameter | 2006-01-08 | 1 | -0/+2 |
* | [PATCH] Swap Migration V5: migrate_pages() function | Christoph Lameter | 2006-01-08 | 1 | -0/+2 |
* | [PATCH] Swap Migration V5: LRU operations | Christoph Lameter | 2006-01-08 | 1 | -0/+3 |
* | [PATCH] mm: add a new function (needed for swap suspend) | Rafael J. Wysocki | 2006-01-06 | 1 | -0/+1 |
* | [PATCH] kill last zone_reclaim() bits | Andrew Morton | 2006-01-06 | 1 | -1/+0 |
* | [PATCH] temporarily disable swap token on memory pressure | Rik van Riel | 2005-11-28 | 1 | -0/+6 |
* | [PATCH] gfp_t: mm/* (easy parts) | Al Viro | 2005-10-28 | 1 | -2/+2 |
* | [PATCH] gfp flags annotations - part 1 | Al Viro | 2005-10-08 | 1 | -1/+1 |
* | [PATCH] swap: swap_lock replace list+device | Hugh Dickins | 2005-09-05 | 1 | -9/+2 |
* | [PATCH] swap: scan_swap_map drop swap_device_lock | Hugh Dickins | 2005-09-05 | 1 | -0/+2 |
* | [PATCH] swap: swap unsigned int consistency | Hugh Dickins | 2005-09-05 | 1 | -3/+3 |
* | [PATCH] swap: show span of swap extents | Hugh Dickins | 2005-09-05 | 1 | -1/+0 |