| Commit message (Expand) | Author | Age | Files | Lines |
* | vmscan,memcg: memcg aware swap token | KOSAKI Motohiro | 2011-06-15 | 1 | -2/+2 |
* | memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages() | Ying Han | 2011-05-26 | 1 | -1/+1 |
* | memcg: fix get_scan_count() for small targets | KAMEZAWA Hiroyuki | 2011-05-26 | 1 | -27/+33 |
* | memcg: reclaim memory from nodes in round-robin order | Ying Han | 2011-05-26 | 1 | -1/+9 |
* | memcg: add the soft_limit reclaim in global direct reclaim. | Ying Han | 2011-05-26 | 1 | -2/+14 |
* | memcg: count the soft_limit reclaim in global background reclaim | Ying Han | 2011-05-26 | 1 | -3/+13 |
* | vmscan: change shrinker API by passing shrink_control struct | Ying Han | 2011-05-25 | 1 | -15/+19 |
* | vmscan: change shrink_slab() interfaces by passing shrink_control | Ying Han | 2011-05-25 | 1 | -13/+33 |
* | mm: strictly require elevated page refcount in isolate_lru_page() | Konstantin Khlebnikov | 2011-05-25 | 1 | -1/+4 |
* | mm: vmscan: correctly check if reclaimer should schedule during shrink_slab | Minchan Kim | 2011-05-25 | 1 | -2/+7 |
* | mm: vmscan: correct use of pgdat_balanced in sleeping_prematurely | Johannes Weiner | 2011-05-25 | 1 | -1/+1 |
* | sanitize <linux/prefetch.h> usage | Linus Torvalds | 2011-05-20 | 1 | -0/+1 |
* | memcg: fix zone congestion | KAMEZAWA Hiroyuki | 2011-05-18 | 1 | -1/+1 |
* | vmscan: all_unreclaimable() use zone->all_unreclaimable as a name | KOSAKI Motohiro | 2011-04-14 | 1 | -11/+13 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -2/+2 |
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-03-24 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core | Jens Axboe | 2011-03-10 | 1 | -1/+1 |
| |\ |
|
| | * | block: remove per-queue plugging | Jens Axboe | 2011-03-10 | 1 | -1/+1 |
* | | | mm: vmscan: kswapd should not free an excessive number of pages when balancin... | Mel Gorman | 2011-03-22 | 1 | -3/+13 |
* | | | mm: change __remove_from_page_cache() | Minchan Kim | 2011-03-22 | 1 | -1/+1 |
* | | | mm: compaction: prevent kswapd compacting memory to reduce CPU usage | Andrea Arcangeli | 2011-03-22 | 1 | -17/+1 |
|/ / |
|
* | | mm: vmscan: stop reclaim/compaction earlier due to insufficient progress if !... | Mel Gorman | 2011-02-25 | 1 | -10/+22 |
|/ |
|
* | vmscan: fix zone shrinking exit when scan work is done | Johannes Weiner | 2011-02-11 | 1 | -2/+2 |
* | mm: fix deferred congestion timeout if preferred zone is not allowed | David Rientjes | 2011-01-26 | 1 | -1/+2 |
* | mm/vmscan.c: remove duplicate include of compaction.h | Jesper Juhl | 2011-01-20 | 1 | -1/+0 |
* | Revert "mm: batch activate_page() to reduce lock contention" | Linus Torvalds | 2011-01-17 | 1 | -4/+2 |
* | mm: batch activate_page() to reduce lock contention | Shaohua Li | 2011-01-13 | 1 | -2/+4 |
* | thp: scale nr_rotated to balance memory pressure | Rik van Riel | 2011-01-13 | 1 | -2/+3 |
* | thp: fix anon memory statistics with transparent hugepages | Rik van Riel | 2011-01-13 | 1 | -5/+6 |
* | thp: use compaction in kswapd for GFP_ATOMIC order > 0 | Andrea Arcangeli | 2011-01-13 | 1 | -10/+20 |
* | mm: kswapd: use the classzone idx that kswapd was using for sleeping_prematur... | Mel Gorman | 2011-01-13 | 1 | -13/+16 |
* | mm: kswapd: treat zone->all_unreclaimable in sleeping_prematurely similar to ... | Mel Gorman | 2011-01-13 | 1 | -1/+9 |
* | mm: kswapd: reset kswapd_max_order and classzone_idx after reading | Mel Gorman | 2011-01-13 | 1 | -0/+2 |
* | mm: kswapd: use the order that kswapd was reclaiming at for sleeping_prematur... | Mel Gorman | 2011-01-13 | 1 | -5/+11 |
* | mm: kswapd: keep kswapd awake for high-order allocations until a percentage o... | Mel Gorman | 2011-01-13 | 1 | -9/+49 |
* | mm: kswapd: stop high-order balancing when any suitable zone is balanced | Mel Gorman | 2011-01-13 | 1 | -9/+59 |
* | mm: vmscan: rename lumpy_mode to reclaim_mode | Mel Gorman | 2011-01-13 | 1 | -35/+35 |
* | mm: migration: allow migration to operate asynchronously and avoid synchronou... | Mel Gorman | 2011-01-13 | 1 | -1/+2 |
* | mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim | Mel Gorman | 2011-01-13 | 1 | -15/+87 |
* | mm: vmscan: convert lumpy_mode into a bitmask | Mel Gorman | 2011-01-13 | 1 | -18/+28 |
* | vmscan: factor out kswapd sleeping logic from kswapd() | KOSAKI Motohiro | 2011-01-13 | 1 | -46/+46 |
* | mm: vmstat: use a single setter function and callback for adjusting percpu th... | Mel Gorman | 2011-01-13 | 1 | -2/+17 |
* | mm: page allocator: adjust the per-cpu counter threshold when memory is low | Mel Gorman | 2011-01-13 | 1 | -10/+13 |
* | Call the filesystem back whenever a page is removed from the page cache | Linus Torvalds | 2010-12-02 | 1 | -0/+7 |
* | vmscan: avoid setting zone congested if no page dirty | Shaohua Li | 2010-11-12 | 1 | -1/+1 |
* | vmscan,tmpfs: treat used once pages on tmpfs as used once | KOSAKI Motohiro | 2010-10-26 | 1 | -1/+1 |
* | writeback: do not sleep on the congestion queue if there are no congested BDI... | Mel Gorman | 2010-10-26 | 1 | -7/+35 |
* | vmscan: isolate_lru_pages(): stop neighbour search if neighbour cannot be iso... | KOSAKI Motohiro | 2010-10-26 | 1 | -6/+11 |
* | vmscan: remove dead code in shrink_inactive_list() | KOSAKI Motohiro | 2010-10-26 | 1 | -8/+0 |
* | vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaim | KOSAKI Motohiro | 2010-10-26 | 1 | -45/+75 |