| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: rename page trylock | Nick Piggin | 2008-08-05 | 1 | -2/+2 |
* | do_try_to_free_page: update comments related to vmscan functions | Fernando Luis Vazquez Cao | 2008-07-30 | 1 | -1/+1 |
* | swapfile/vmscan: update comments related to vmscan functions | Fernando Luis Vazquez Cao | 2008-07-30 | 1 | -1/+1 |
* | mm: spinlock tree_lock | Nick Piggin | 2008-07-26 | 1 | -4/+4 |
* | mm: speculative page references | Nick Piggin | 2008-07-26 | 1 | -20/+54 |
* | per-task-delay-accounting: add memory reclaim delay | Keika Kobayashi | 2008-07-25 | 1 | -0/+5 |
* | mm: fix incorrect variable type in do_try_to_free_pages() | kosaki.motohiro@jp.fujitsu.com | 2008-06-13 | 1 | -1/+1 |
* | mm: remove remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 1 | -2/+2 |
* | page allocator: smarter retry of costly-order allocations | Nishanth Aravamudan | 2008-04-29 | 1 | -2/+5 |
* | mm: have zonelist contains structs with both a zone pointer and zone_idx | Mel Gorman | 2008-04-28 | 1 | -12/+10 |
* | mm: use two zonelist that are filtered by GFP mask | Mel Gorman | 2008-04-28 | 1 | -12/+9 |
* | mm: use zonelists instead of zones when direct reclaiming pages | Mel Gorman | 2008-04-28 | 1 | -9/+12 |
* | nodemask: use new node_to_cpumask_ptr function | Mike Travis | 2008-04-19 | 1 | -10/+8 |
* | revert "kswapd should only wait on IO if there is IO" | Andrew Morton | 2008-03-25 | 1 | -22/+5 |
* | memcg: move_lists on page not page_cgroup | Hugh Dickins | 2008-03-05 | 1 | -2/+3 |
* | Memory controller: rename to Memory Resource Controller | Balbir Singh | 2008-03-05 | 1 | -2/+2 |
* | per-zone and reclaim enhancements for memory controller: modifies vmscan.c fo... | KAMEZAWA Hiroyuki | 2008-02-07 | 1 | -131/+201 |
* | per-zone and reclaim enhancements for memory controller: add scan_global_lru ... | KAMEZAWA Hiroyuki | 2008-02-07 | 1 | -5/+12 |
* | memory cgroup enhancements: fix zone handling in try_to_free_mem_cgroup_page | KAMEZAWA Hiroyuki | 2008-02-07 | 1 | -6/+3 |
* | kswapd should only wait on IO if there is IO | Rik van Riel | 2008-02-07 | 1 | -5/+22 |
* | Memory controller: make charging gfp mask aware | Balbir Singh | 2008-02-07 | 1 | -9/+5 |
* | Memory controller: make page_referenced() cgroup aware | Balbir Singh | 2008-02-07 | 1 | -2/+2 |
* | Memory controller: add per cgroup LRU and reclaim | Balbir Singh | 2008-02-07 | 1 | -25/+103 |
* | spelling fixes: mm/ | Simon Arlott | 2007-10-20 | 1 | -1/+1 |
* | sparse pointer use of zero as null | Stephen Hemminger | 2007-10-18 | 1 | -1/+1 |
* | mm: test and set zone reclaim lock before starting reclaim | David Rientjes | 2007-10-17 | 1 | -10/+13 |
* | oom: change all_unreclaimable zone member to flags | David Rientjes | 2007-10-17 | 1 | -12/+13 |
* | make swappiness safer to use | Andrea Arcangeli | 2007-10-16 | 1 | -0/+41 |
* | Fix panic of cpu online with memory less node | Yasunori Goto | 2007-10-16 | 1 | -1/+3 |
* | Memoryless nodes: Add N_CPU node state | Christoph Lameter | 2007-10-16 | 1 | -3/+1 |
* | Memoryless nodes: No need for kswapd | Christoph Lameter | 2007-10-16 | 1 | -1/+1 |
* | mm: prevent kswapd from freeing excessive amounts of lowmem | Rik van Riel | 2007-10-16 | 1 | -1/+7 |
* | synchronous lumpy reclaim: wait for page writeback when directly reclaiming c... | Andy Whitcroft | 2007-08-23 | 1 | -8/+60 |
* | synchronous lumpy reclaim: ensure we count pages transitioning inactive via c... | Andy Whitcroft | 2007-08-23 | 1 | -0/+1 |
* | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 | 1 | -0/+1 |
* | mm: clean up and kernelify shrinker registration | Rusty Russell | 2007-07-17 | 1 | -31/+11 |
* | Lumpy Reclaim V4 | Andy Whitcroft | 2007-07-17 | 1 | -22/+149 |
* | Add suspend-related notifications for CPU hotplug | Rafael J. Wysocki | 2007-05-09 | 1 | -1/+1 |
* | Factor outstanding I/O error handling | Guillaume Chazarain | 2007-05-08 | 1 | -6/+2 |
* | freezer: fix racy usage of try_to_freeze in kswapd | Rafael J. Wysocki | 2007-05-07 | 1 | -4/+9 |
* | [PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocations | Andrew Morton | 2007-03-01 | 1 | -1/+1 |
* | [PATCH] Use ZVC for inactive and active counts | Christoph Lameter | 2007-02-11 | 1 | -23/+28 |
* | [PATCH] shrink_all_memory(): fix lru_pages handling | Andrew Morton | 2007-01-06 | 1 | -17/+16 |
* | [PATCH] Buglet in vmscan.c | Shantanu Goel | 2006-12-30 | 1 | -1/+1 |
* | [PATCH] Fix swapped parameters in mm/vmscan.c | Nigel Cunningham | 2006-12-22 | 1 | -2/+2 |
* | [PATCH] cpuset: rework cpuset_zone_allowed api | Paul Jackson | 2006-12-13 | 1 | -4/+4 |
* | [PATCH] hotplug CPU: clean up hotcpu_notifier() use | Ingo Molnar | 2006-12-07 | 1 | -2/+0 |
* | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 1 | -0/+1 |
* | [PATCH] swsusp: Improve handling of highmem | Rafael J. Wysocki | 2006-12-07 | 1 | -0/+3 |
* | [PATCH] balance_pdgat() cleanup | Andrew Morton | 2006-12-07 | 1 | -3/+4 |