Age | Commit message (Expand) | Author | Files | Lines |
2009-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 1 | -2/+4 |
2009-04-03 | FS-Cache: Recruit a page flags for cache management | David Howells | 1 | -3/+3 |
2009-04-01 | vmscan: fix it to take care of nodemask | KAMEZAWA Hiroyuki | 1 | -2/+11 |
2009-04-01 | vmscan: print shrink_slab symbol name on negative shrinker objects | David Rientjes | 1 | -2/+3 |
2009-04-01 | mm: don't free swap slots on page deactivation | Johannes Weiner | 1 | -3/+0 |
2009-04-01 | mm: move pagevec stripping to save unlock-relock | Johannes Weiner | 1 | -5/+2 |
2009-04-01 | vmscan: respect higher order in zone_reclaim() | Johannes Weiner | 1 | -0/+1 |
2009-04-01 | vmscan: clip swap_cluster_max in shrink_all_memory() | Johannes Weiner | 1 | -1/+1 |
2009-04-01 | mm: shrink_all_memory(): use sc.nr_reclaimed | MinChan Kim | 1 | -22/+24 |
2009-04-01 | mm: introduce for_each_populated_zone() macro | KOSAKI Motohiro | 1 | -3/+1 |
2009-04-01 | vmscan: rename sc.may_swap to may_unmap | Johannes Weiner | 1 | -10/+10 |
2009-03-31 | Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Rusty Russell | 1 | -2/+4 |
2009-03-30 | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+2 |
2009-03-30 | Merge branch 'linus' into cpumask-for-linus | Ingo Molnar | 1 | -1/+1 |
2009-03-14 | vmscan: pgmoved should be cleared after updating recent_rotated | Daisuke Nishimura | 1 | -1/+1 |
2009-03-13 | Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rust... | Ingo Molnar | 1 | -2/+4 |
2009-03-13 | cpumask: replace node_to_cpumask with cpumask_of_node. | Rusty Russell | 1 | -2/+4 |
2009-03-12 | memcg: use correct scan number at reclaim | KOSAKI Motohiro | 1 | -1/+1 |
2009-02-21 | swsusp: clean up shrink_all_zones() | Johannes Weiner | 1 | -12/+11 |
2009-02-21 | swsusp: dont fiddle with swappiness | Johannes Weiner | 1 | -4/+1 |
2009-02-15 | lockdep: annotate reclaim context (__GFP_NOFS), fix | Ingo Molnar | 1 | -2/+1 |
2009-02-14 | lockdep: annotate reclaim context (__GFP_NOFS) | Nick Piggin | 1 | -0/+3 |
2009-01-08 | memcg: fix calculation of active_ratio | KOSAKI Motohiro | 1 | -1/+1 |
2009-01-08 | memcg: swappiness | KOSAKI Motohiro | 1 | -3/+4 |
2009-01-08 | memcg: rename scan global lru | KAMEZAWA Hiroyuki | 1 | -16/+16 |
2009-01-08 | memcg: remove mem_cgroup_cal_reclaim() | KOSAKI Motohiro | 1 | -17/+10 |
2009-01-08 | memcg: add zone_reclaim_stat | KOSAKI Motohiro | 1 | -14/+13 |
2009-01-08 | memcg: add mem_cgroup_zone_nr_pages() | KOSAKI Motohiro | 1 | -0/+3 |
2009-01-08 | memcg: add inactive_anon_is_low() | KOSAKI Motohiro | 1 | -14/+23 |
2009-01-08 | mm: make get_scan_ratio() safe for memcg | KOSAKI Motohiro | 1 | -6/+9 |
2009-01-08 | mm: add zone nr_pages helper function | KOSAKI Motohiro | 1 | -4/+11 |
2009-01-08 | mm: introduce zone_reclaim struct | KOSAKI Motohiro | 1 | -17/+30 |
2009-01-08 | inactive_anon_is_low: move to vmscan | KOSAKI Motohiro | 1 | -0/+20 |
2009-01-08 | memcg: synchronized LRU | KAMEZAWA Hiroyuki | 1 | -4/+5 |
2009-01-08 | memcg: mem+swap controller core | KAMEZAWA Hiroyuki | 1 | -1/+5 |
2009-01-06 | mm: stop kswapd's infinite loop at high order allocation | KOSAKI Motohiro | 1 | -0/+17 |
2009-01-06 | vmscan: shrink_active_list(): reduce lru_lock hold time | Andrew Morton | 1 | -7/+7 |
2009-01-06 | mm: kill zone_is_near_oom() | KOSAKI Motohiro | 1 | -5/+0 |
2009-01-06 | vmscan: improve reclaim throughput to bail out patch | KOSAKI Motohiro | 1 | -6/+9 |
2009-01-06 | vmscan: bail out of direct reclaim after swap_cluster_max pages | Rik van Riel | 1 | -29/+33 |
2009-01-06 | mm: make scan_zone_unevictable_pages() static | KOSAKI Motohiro | 1 | -1/+1 |
2009-01-06 | mm: make scan_all_zones_unevictable_pages() static | KOSAKI Motohiro | 1 | -1/+1 |
2009-01-06 | memcg: reclaim shouldn't change zone->recent_rotated statistics | KOSAKI Motohiro | 1 | -1/+2 |
2009-01-06 | mm: optimize get_scan_ratio for no swap | Hugh Dickins | 1 | -6/+6 |
2009-01-06 | mm: add add_to_swap stub | Hugh Dickins | 1 | -2/+0 |
2009-01-06 | mm: remove gfp_mask from add_to_swap | Hugh Dickins | 1 | -1/+1 |
2009-01-06 | mm: remove try_to_munlock from vmscan | Hugh Dickins | 1 | -9/+2 |
2009-01-06 | mm: try_to_free_swap replaces remove_exclusive_swap_page | Hugh Dickins | 1 | -1/+1 |
2009-01-01 | cpumask: convert mm/ | Rusty Russell | 1 | -1/+1 |
2009-01-01 | cpumask: remove any_online_cpu() users: mm/ | Rusty Russell | 1 | -1/+1 |