sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / mm / vmscan.c
2009-10-29 Johannes Weinervmscan: order evictable rescue in LRU putback
2009-10-29 Wu Fengguangvmscan: limit VM_EXEC protection to file pages
2009-10-29 KOSAKI Motohirocongestion_wait(): don't use WRITE
2009-09-25 Linus TorvaldsMerge branch 'writeback' of git://git.kernel.dk/linux...
2009-09-25 Jens Axboewriteback: get rid to incorrect references to pdflush...
2009-09-24 Linus TorvaldsMerge branch 'hwpoison' of git://git./linux/kernel...
2009-09-24 Alexey Dobriyansysctl: remove "struct file *" argument of ->proc_handler
2009-09-24 Balbir Singhmemory controller: soft limit reclaim on contention
2009-09-22 Vincent Limm/vmscan: remove page_queue_congested() comment
2009-09-22 Wu Fengguangmm: do batched scans for mem_cgroup
2009-09-22 Vincent Limm/vmscan: rename zone_nr_pages() to zone_nr_lru_pages()
2009-09-22 Johannes Weinermm: document is_page_cache_freeable()
2009-09-22 Johannes Weinermm: return boolean from page_has_private()
2009-09-22 Johannes Weinermm: return boolean from page_is_file_cache()
2009-09-22 Johannes Weinermm: introduce page_lru_base_type()
2009-09-22 Johannes Weinermm: drop unneeded double negations
2009-09-22 KOSAKI Motohirovmscan: kill unnecessary prefetch
2009-09-22 KOSAKI Motohirovmscan: kill unnecessary page flag test
2009-09-22 KOSAKI Motohirovmscan: move ClearPageActive from move_active_pages...
2009-09-22 Minchan Kimvmscan: don't attempt to reclaim anon page in lumpy...
2009-09-22 Wu Fengguangmm: count only reclaimable lru pages
2009-09-22 Rik van Rielvmscan: throttle direct reclaim when too many pages...
2009-09-22 KOSAKI Motohiromm: vmstat: add isolate pages
2009-09-22 KOSAKI Motohiromm: shrink_inactive_list() nr_scan accounting fix fix
2009-09-22 KOSAKI Motohiromm: rename pgmoved variable in shrink_active_list()
2009-09-16 Andi KleenHWPOISON: Use bitmask/action code for try_to_unmap...
2009-09-11 Jens Axboewriteback: switch to per-bdi threads for flushing data
2009-08-27 Minchan Kimmm: fix for infinite churning of mlocked pages
2009-07-10 Jens AxboeFix congestion_wait() sync/async vs read/write confusion
2009-06-23 KAMEZAWA Hiroyukimm: fix incorrect page removal from LRU
2009-06-18 KAMEZAWA Hiroyukimemcg: fix lru rotation in isolate_pages
2009-06-17 KAMEZAWA Hiroyukimm: fix lumpy reclaim lru handling at isolate_lru_pages
2009-06-17 Mel Gormanvmscan: count the number of times zone_reclaim() scans...
2009-06-17 Mel Gormanvmscan: do not unconditionally treat zones that fail...
2009-06-17 Mel Gormanvmscan: properly account for the number of page cache...
2009-06-17 Daisuke Nishimuravmscan: handle may_swap more strictly
2009-06-17 Wu Fengguangvmscan: merge duplicate code in shrink_active_list()
2009-06-17 Wu Fengguangvmscan: make mapped executable pages the first class...
2009-06-17 Wu Fengguangvmscan: report vm_flags in page_referenced()
2009-06-17 KAMEZAWA Hiroyukimm: add swap cache interface for swap reference
2009-06-17 KOSAKI Motohiromm: remove CONFIG_UNEVICTABLE_LRU config option
2009-06-17 MinChan Kimvmscan: prevent shrinking of active anon lru list in...
2009-06-17 Wu Fengguangvmscan: ZVC updates in shrink_active_list() can be...
2009-06-17 Wu Fengguangvmscan: cleanup the scan batching code
2009-06-17 Rik van Rielvmscan: evict use-once pages first
2009-06-17 Mel Gormanpage allocator: use allocation flags as an index to...
2009-06-17 KOSAKI Motohirovmscan: low order lumpy reclaim also should use PAGEOUT...
2009-06-12 Rafael J. WysockiPM/Suspend: Do not shrink memory before suspend
2009-05-29 Daisuke Nishimuramemcg: fix deadlock between lock_page_cgroup and mappin...
2009-05-02 Andrew Mortonvmscan: avoid multiplication overflow in shrink_zone()
2009-04-21 KOSAKI Motohirovmscan,memcg: reintroduce sc->may_swap
2009-04-18 Rafael J. WysockiPM/Hibernate: Fix memory shrinking
2009-04-05 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-cpumask
2009-04-03 David HowellsFS-Cache: Recruit a page flags for cache management
2009-04-01 KAMEZAWA Hiroyukivmscan: fix it to take care of nodemask
2009-04-01 David Rientjesvmscan: print shrink_slab symbol name on negative shrin...
2009-04-01 Johannes Weinermm: don't free swap slots on page deactivation
2009-04-01 Johannes Weinermm: move pagevec stripping to save unlock-relock
2009-04-01 Johannes Weinervmscan: respect higher order in zone_reclaim()
2009-04-01 Johannes Weinervmscan: clip swap_cluster_max in shrink_all_memory()
2009-04-01 MinChan Kimmm: shrink_all_memory(): use sc.nr_reclaimed
2009-04-01 KOSAKI Motohiromm: introduce for_each_populated_zone() macro
2009-04-01 Johannes Weinervmscan: rename sc.may_swap to may_unmap
2009-03-31 Rusty RussellMerge branch 'cpumask-for-linus' of git://git./linux...
2009-03-31 Linus TorvaldsMerge branch 'locking-for-linus' of git://git./linux...
2009-03-30 Ingo MolnarMerge branch 'linus' into cpumask-for-linus
2009-03-23 Thomas GleixnerMerge branch 'cpus4096' into irq/threaded
2009-03-16 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/syscalls...
2009-03-14 Daisuke Nishimuravmscan: pgmoved should be cleared after updating recent...
2009-03-13 Ingo MolnarMerge branch 'cpus4096' of git://git./linux/kernel...
2009-03-13 Rusty Russellcpumask: replace node_to_cpumask with cpumask_of_node.
2009-03-13 Ingo MolnarMerge branch 'linus' into core/locking
2009-03-12 KOSAKI Motohiromemcg: use correct scan number at reclaim
2009-03-05 Ingo MolnarMerge commit 'v2.6.29-rc7' into core/locking
2009-03-04 Ingo MolnarMerge branch 'core/locking' into tracing/ftrace
2009-02-21 Johannes Weinerswsusp: clean up shrink_all_zones()
2009-02-21 Johannes Weinerswsusp: dont fiddle with swappiness
2009-02-15 Ingo Molnarlockdep: annotate reclaim context (__GFP_NOFS), fix
2009-02-14 Nick Pigginlockdep: annotate reclaim context (__GFP_NOFS)
2009-01-08 KOSAKI Motohiromemcg: fix calculation of active_ratio
2009-01-08 KOSAKI Motohiromemcg: swappiness
2009-01-08 KAMEZAWA Hiroyukimemcg: rename scan global lru
2009-01-08 KOSAKI Motohiromemcg: remove mem_cgroup_cal_reclaim()
2009-01-08 KOSAKI Motohiromemcg: add zone_reclaim_stat
2009-01-08 KOSAKI Motohiromemcg: add mem_cgroup_zone_nr_pages()
2009-01-08 KOSAKI Motohiromemcg: add inactive_anon_is_low()
2009-01-08 KOSAKI Motohiromm: make get_scan_ratio() safe for memcg
2009-01-08 KOSAKI Motohiromm: add zone nr_pages helper function
2009-01-08 KOSAKI Motohiromm: introduce zone_reclaim struct
2009-01-08 KOSAKI Motohiroinactive_anon_is_low: move to vmscan
2009-01-08 KAMEZAWA Hiroyukimemcg: synchronized LRU
2009-01-08 KAMEZAWA Hiroyukimemcg: mem+swap controller core
2009-01-06 KOSAKI Motohiromm: stop kswapd's infinite loop at high order allocation
2009-01-06 Andrew Mortonvmscan: shrink_active_list(): reduce lru_lock hold...
2009-01-06 KOSAKI Motohiromm: kill zone_is_near_oom()
2009-01-06 KOSAKI Motohirovmscan: improve reclaim throughput to bail out patch
2009-01-06 Rik van Rielvmscan: bail out of direct reclaim after swap_cluster_m...
2009-01-06 KOSAKI Motohiromm: make scan_zone_unevictable_pages() static
2009-01-06 KOSAKI Motohiromm: make scan_all_zones_unevictable_pages() static
2009-01-06 KOSAKI Motohiromemcg: reclaim shouldn't change zone->recent_rotated...
next