vmscan: fix a livelock in kswapd
[linux-flexiantxendom0-natty.git] / mm / vmscan.c
2011-08-29 Shaohua Livmscan: fix a livelock in kswapd
2011-07-15 Mel Gormanmm: vmscan: only read new_classzone_idx from pgdat...
2011-07-15 Mel Gormanmm: vmscan: evaluate the watermarks against the correct...
2011-07-15 Mel Gormanmm: vmscan: do not apply pressure to slab if we are...
2011-07-15 Mel Gormanmm: vmscan: kswapd should not free an excessive number...
2011-07-15 Mel Gormanmm: vmscan: correct check for kswapd sleeping in sleepi...
2011-07-15 Johannes Weinermm: vmscan: correct use of pgdat_balanced in sleeping_p...
2011-07-15 Minchan Kimmm: vmscan: correctly check if reclaimer should schedul...
2011-04-27 KOSAKI Motohirovmscan: all_unreclaimable() use zone->all_unreclaimable...
2011-03-27 Andrea Arcangelimm: compaction: prevent kswapd compacting memory to...
2011-02-25 Mel Gormanmm: vmscan: stop reclaim/compaction earlier due to...
2011-02-12 Johannes Weinervmscan: fix zone shrinking exit when scan work is done
2011-01-26 David Rientjesmm: fix deferred congestion timeout if preferred zone...
2011-01-21 Jesper Juhlmm/vmscan.c: remove duplicate include of compaction.h
2011-01-17 Linus TorvaldsRevert "mm: batch activate_page() to reduce lock conten...
2011-01-14 Shaohua Limm: batch activate_page() to reduce lock contention
2011-01-14 Rik van Rielthp: scale nr_rotated to balance memory pressure
2011-01-14 Rik van Rielthp: fix anon memory statistics with transparent hugepages
2011-01-14 Andrea Arcangelithp: use compaction in kswapd for GFP_ATOMIC order > 0
2011-01-14 Mel Gormanmm: kswapd: use the classzone idx that kswapd was using...
2011-01-14 Mel Gormanmm: kswapd: treat zone->all_unreclaimable in sleeping_p...
2011-01-14 Mel Gormanmm: kswapd: reset kswapd_max_order and classzone_idx...
2011-01-14 Mel Gormanmm: kswapd: use the order that kswapd was reclaiming...
2011-01-14 Mel Gormanmm: kswapd: keep kswapd awake for high-order allocation...
2011-01-14 Mel Gormanmm: kswapd: stop high-order balancing when any suitable...
2011-01-14 Mel Gormanmm: vmscan: rename lumpy_mode to reclaim_mode
2011-01-14 Mel Gormanmm: migration: allow migration to operate asynchronousl...
2011-01-14 Mel Gormanmm: vmscan: reclaim order-0 and use compaction instead...
2011-01-14 Mel Gormanmm: vmscan: convert lumpy_mode into a bitmask
2011-01-14 KOSAKI Motohirovmscan: factor out kswapd sleeping logic from kswapd()
2011-01-14 Mel Gormanmm: vmstat: use a single setter function and callback...
2011-01-14 Mel Gormanmm: page allocator: adjust the per-cpu counter threshol...
2010-12-02 Linus TorvaldsCall the filesystem back whenever a page is removed...
2010-11-12 Shaohua Livmscan: avoid setting zone congested if no page dirty
2010-10-26 KOSAKI Motohirovmscan,tmpfs: treat used once pages on tmpfs as used...
2010-10-26 Mel Gormanwriteback: do not sleep on the congestion queue if...
2010-10-26 KOSAKI Motohirovmscan: isolate_lru_pages(): stop neighbour search...
2010-10-26 KOSAKI Motohirovmscan: remove dead code in shrink_inactive_list()
2010-10-26 KOSAKI Motohirovmscan: narrow the scenarios in whcih lumpy reclaim...
2010-10-26 KOSAKI Motohirovmscan: synchronous lumpy reclaim should not call conge...
2010-10-26 Mel Gormantracing, vmscan: add trace events for LRU list shrinking
2010-10-26 Shaohua Livmscan: delete dead code
2010-10-26 Minchan Kimvmscan: prevent background aging of anon page in no...
2010-10-26 Thadeu Lima de Sou... mm: only build per-node scan_unevictable functions...
2010-10-26 Wu Fengguangwriteback: remove nonblocking/encountered_congestion...
2010-10-24 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-09-23 Minchan Kimvmscan: check all_unreclaimable in direct reclaim path
2010-08-18 Nikanth KarthikesanFix typo s/contenious/continuous in comment
2010-08-11 KOSAKI Motohiromemcg: remove nid and zid argument from mem_cgroup_soft...
2010-08-11 KOSAKI Motohiromemcg: mem_cgroup_shrink_node_zone() doesn't need sc...
2010-08-11 KOSAKI Motohiromemcg: kill unnecessary initialization in mem_cgroup_sh...
2010-08-11 KOSAKI Motohiromemcg: sc.nr_to_reclaim should be initialized
2010-08-10 Wu Fengguangvmscan: raise the bar to PAGEOUT_IO_SYNC stalls
2010-08-10 KOSAKI Motohiromemcg, vmscan: add memcg reclaim tracepoint
2010-08-10 KOSAKI Motohirovmscan: shrink_slab() requires the number of lru_pages...
2010-08-10 KOSAKI Motohirovmscan: protect reading of reclaim_stat with lru_lock
2010-08-10 KOSAKI Motohirovmscan: avoid subtraction of unsigned types
2010-08-10 Mel Gormanvmscan: update isolated page counters outside of main...
2010-08-10 Mel Gormanvmscan: set up pagevec as late as possible in shrink_pa...
2010-08-10 Mel Gormanvmscan: set up pagevec as late as possible in shrink_in...
2010-08-10 Mel Gormanvmscan: remove unnecessary temporary vars in do_try_to_...
2010-08-10 KOSAKI Motohirovmscan: simplify shrink_inactive_list()
2010-08-10 KOSAKI Motohirovmscan: kill prev_priority completely
2010-08-10 Mel Gormanvmscan: tracing: add trace event when a page is written
2010-08-10 Mel Gormanvmscan: tracing: add trace events for LRU page isolation
2010-08-10 Mel Gormanvmscan: tracing: add trace events for kswapd wakeup...
2010-08-10 KOSAKI Motohirovmscan: recalculate lru_pages on each priority
2010-08-10 KOSAKI Motohirovmscan: zone_reclaim don't call disable_swap_token()
2010-07-20 Nick Pigginmm/vmscan.c: fix mapping use after free
2010-07-19 Dave Chinnermm: add context argument to shrinker callback
2010-06-04 KOSAKI Motohirovmscan: fix do_try_to_free_pages() return value when...
2010-05-25 Johannes Weinervmscan: remove isolate_pages callback scan control
2010-05-25 Johannes Weinervmscan: remove all_unreclaimable scan control
2010-05-25 KOSAKI Motohirovmscan: page_check_references(): check low order lumpy...
2010-05-25 Shaohua Livmscan: prevent get_scan_ratio() rounding errors
2010-05-25 Mel Gormanmm: move definition for LRU isolation modes to a header
2010-05-25 Miao Xiecpuset,mm: fix no node to alloc memory when changing...
2010-04-07 KOSAKI Motohiromm: revert "vmscan: get_scan_ratio() cleanup"
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-06 Johannes Weinervmscan: detect mapped file pages used only once
2010-03-06 Johannes Weinervmscan: drop page_mapping_inuse()
2010-03-06 Johannes Weinervmscan: factor out page reference checks
2010-03-06 KOSAKI Motohiromm: restore zone->all_unreclaimable to independence...
2010-03-06 KOSAKI Motohiromm, lockdep: annotate reclaim context to zone reclaim too
2010-03-06 KOSAKI Motohirovmscan: get_scan_ratio() cleanup
2010-03-06 Minchan Kimvmscan: check high watermark after shrink zone
2010-01-16 KOSAKI Motohirovmscan: kswapd: don't retry balance_pgdat() if all...
2009-12-15 Huang Shijievmscan: simplify code
2009-12-15 Rik van Rielvmscan: do not evict inactive pages when skipping an...
2009-12-15 KOSAKI Motohirovmscan: make consistent of reclaim bale out between...
2009-12-15 KOSAKI Motohirovmscan: kill sc.swap_cluster_max
2009-12-15 KOSAKI Motohirovmscan: zone_reclaim() don't use insane swap_cluster_max
2009-12-15 KOSAKI Motohirovmscan: kill hibernation specific reclaim logic and...
2009-12-15 KOSAKI Motohirovmscan: separate sc.swap_cluster_max and sc.nr_max_reclaim
2009-12-15 KOSAKI Motohirovmscan: stop kswapd waiting on congestion when the...
2009-12-15 Mel Gormanvmscan: have kswapd sleep for a short interval and...
2009-12-15 Vincent Limm/vmscan: change comment generic_file_write to __gener...
2009-12-15 David Rientjesmm: clear node in N_HIGH_MEMORY and stop kswapd when...
2009-10-29 Johannes Weinervmscan: order evictable rescue in LRU putback
2009-10-29 Wu Fengguangvmscan: limit VM_EXEC protection to file pages
next