Age | Commit message (Expand) | Author | Files | Lines |
2008-10-20 | vmscan: unevictable LRU scan sysctl | Lee Schermerhorn | 1 | -0/+15 |
2008-10-20 | swap: cull unevictable pages in fault path | Lee Schermerhorn | 1 | -0/+2 |
2008-10-20 | SHM_LOCKED pages are unevictable | Lee Schermerhorn | 1 | -0/+4 |
2008-10-20 | Unevictable LRU Infrastructure | Lee Schermerhorn | 1 | -0/+12 |
2008-10-20 | vmscan: split LRU lists into anon & file sets | Rik van Riel | 1 | -5/+15 |
2008-10-20 | vmscan: free swap space on swap-in/activation | Rik van Riel | 1 | -0/+6 |
2008-10-20 | swap: use an array for the LRU pagevecs | KOSAKI Motohiro | 1 | -2/+16 |
2008-07-26 | mm/swapfile.c: make code static | Adrian Bunk | 1 | -3/+0 |
2008-04-28 | mm: rotate_reclaimable_page() cleanup | Miklos Szeredi | 1 | -1/+1 |
2008-04-28 | mm: use zonelists instead of zones when direct reclaiming pages | Mel Gorman | 1 | -1/+1 |
2008-02-14 | include/linux: Remove all users of FASTCALL() macro | Harvey Harrison | 1 | -4/+4 |
2008-02-07 | Memory controller: make charging gfp mask aware | Balbir Singh | 1 | -1/+2 |
2008-02-07 | Memory controller: add per cgroup LRU and reclaim | Balbir Singh | 1 | -0/+3 |
2008-02-05 | tmpfs: move swap swizzling into shmem | Hugh Dickins | 1 | -11/+4 |
2008-02-05 | swapin needs gfp_mask for loop on tmpfs | Hugh Dickins | 1 | -3/+3 |
2008-02-05 | swapin_readahead: move and rearrange args | Hugh Dickins | 1 | -12/+7 |
2008-02-01 | asm-generic/tlb.h: build fix | Ingo Molnar | 1 | -1/+0 |
2008-01-30 | x86: demacro asm-x86/pgalloc_32.h | Jeremy Fitzhardinge | 1 | -0/+1 |
2007-10-17 | oom: move prototypes to appropriate header file | David Rientjes | 1 | -5/+0 |
2007-10-10 | Drop 'size' argument from bio_endio and bi_end_io | NeilBrown | 1 | -1/+1 |
2007-07-17 | Lumpy Reclaim V4 | Andy Whitcroft | 1 | -1/+2 |
2007-02-11 | [PATCH] Drop nr_free_pages_pgdat() | Christoph Lameter | 1 | -1/+0 |
2007-02-11 | [PATCH] Drop free_pages() | Christoph Lameter | 1 | -1/+4 |
2007-01-06 | [PATCH] swsusp: Do not fail if resume device is not set | Rafael J. Wysocki | 1 | -1/+1 |
2006-12-07 | [PATCH] swsusp: use block device offsets to identify swap locations | Rafael J. Wysocki | 1 | -2/+1 |
2006-12-07 | [PATCH] swsusp: use partition device and offset to identify swap areas | Rafael J. Wysocki | 1 | -1/+1 |
2006-12-07 | [PATCH] new scheme to preempt swap token | Ashwin Chaugule | 1 | -1/+0 |
2006-09-26 | [PATCH] swsusp: read speedup | Andrew Morton | 1 | -0/+1 |
2006-09-26 | [PATCH] swsusp: write speedup | Andrew Morton | 1 | -1/+4 |
2006-09-26 | [PATCH] zone_reclaim: dynamic slab reclaim | Christoph Lameter | 1 | -0/+1 |
2006-09-26 | [PATCH] out of memory notifier | Martin Schwidefsky | 1 | -0/+4 |
2006-09-26 | [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.h | Christoph Lameter | 1 | -1/+0 |
2006-07-04 | [PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/O | Christoph Lameter | 1 | -0/+1 |
2006-06-30 | [PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_int... | Christoph Lameter | 1 | -1/+0 |
2006-06-28 | [PATCH] pgdat allocation for new node add (export kswapd start func) | Yasunori Goto | 1 | -0/+2 |
2006-06-23 | [PATCH] initialise total_memory() earlier | Andrew Morton | 1 | -0/+1 |
2006-06-23 | [PATCH] mm: fix swap unused warning | Con Kolivas | 1 | -11/+53 |
2006-06-23 | [PATCH] More page migration: use migration entries for file pages | Christoph Lameter | 1 | -15/+0 |
2006-06-23 | [PATCH] Swapless page migration: add R/W migration entries | Christoph Lameter | 1 | -0/+7 |
2006-06-23 | [PATCH] reserve space for swap label | Andreas Dilger | 1 | -6/+8 |
2006-05-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 1 | -1/+1 |
2006-05-15 | [PATCH] fix can_share_swap_page() when !CONFIG_SWAP | Hua Zhong | 1 | -1/+1 |
2006-04-26 | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 1 | -1/+0 |
2006-04-11 | [PATCH] overcommit: add calculate_totalreserve_pages() | Hideo AOKI | 1 | -0/+1 |
2006-03-23 | [PATCH] swsusp: low level interface | Rafael J. Wysocki | 1 | -2/+3 |
2006-03-22 | [PATCH] page migration reorg | Christoph Lameter | 1 | -19/+15 |
2006-03-22 | [PATCH] vmscan: use unsigned longs | Andrew Morton | 1 | -4/+4 |
2006-02-21 | [PATCH] Terminate process that fails on a constrained allocation | Christoph Lameter | 1 | -1/+1 |
2006-02-01 | [PATCH] Direct Migration V9: Avoid writeback / page_migrate() method | Christoph Lameter | 1 | -0/+5 |
2006-02-01 | [PATCH] Direct Migration V9: remove_from_swap() to remove swap ptes | Christoph Lameter | 1 | -0/+1 |