aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
...
* vmscan: remove unnecessary temporary vars in do_try_to_free_pagesMel Gorman2010-08-091-5/+4
* vmscan: simplify shrink_inactive_list()KOSAKI Motohiro2010-08-091-110/+102
* vmscan: kill prev_priority completelyKOSAKI Motohiro2010-08-091-57/+0
* vmscan: tracing: add trace event when a page is writtenMel Gorman2010-08-091-0/+2
* vmscan: tracing: add trace events for LRU page isolationMel Gorman2010-08-091-0/+16
* vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaimMel Gorman2010-08-091-4/+20
* vmscan: recalculate lru_pages on each priorityKOSAKI Motohiro2010-08-091-13/+8
* vmscan: zone_reclaim don't call disable_swap_token()KOSAKI Motohiro2010-08-091-1/+0
* mm/vmscan.c: fix mapping use after freeNick Piggin2010-07-201-1/+1
* mm: add context argument to shrinker callbackDave Chinner2010-07-191-3/+5
* vmscan: fix do_try_to_free_pages() return value when priority==0 reclaim failureKOSAKI Motohiro2010-06-041-13/+16
* vmscan: remove isolate_pages callback scan controlJohannes Weiner2010-05-251-24/+28
* vmscan: remove all_unreclaimable scan controlJohannes Weiner2010-05-251-8/+6
* vmscan: page_check_references(): check low order lumpy reclaim properlyKOSAKI Motohiro2010-05-251-15/+26
* vmscan: prevent get_scan_ratio() rounding errorsShaohua Li2010-05-251-52/+55
* mm: move definition for LRU isolation modes to a headerMel Gorman2010-05-251-5/+0
* cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie2010-05-251-0/+2
* mm: revert "vmscan: get_scan_ratio() cleanup"KOSAKI Motohiro2010-04-071-14/+9
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* vmscan: detect mapped file pages used only onceJohannes Weiner2010-03-061-10/+35
* vmscan: drop page_mapping_inuse()Johannes Weiner2010-03-061-23/+2
* vmscan: factor out page reference checksJohannes Weiner2010-03-061-13/+43
* mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro2010-03-061-13/+9
* mm, lockdep: annotate reclaim context to zone reclaim tooKOSAKI Motohiro2010-03-061-0/+2
* vmscan: get_scan_ratio() cleanupKOSAKI Motohiro2010-03-061-9/+14
* vmscan: check high watermark after shrink zoneMinchan Kim2010-03-061-10/+12
* vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimableKOSAKI Motohiro2010-01-161-0/+3
* vmscan: simplify codeHuang Shijie2009-12-151-4/+2
* vmscan: do not evict inactive pages when skipping an active list scanRik van Riel2009-12-151-6/+12
* vmscan: make consistent of reclaim bale out between do_try_to_free_page and s...KOSAKI Motohiro2009-12-151-1/+1
* vmscan: kill sc.swap_cluster_maxKOSAKI Motohiro2009-12-151-20/+6
* vmscan: zone_reclaim() don't use insane swap_cluster_maxKOSAKI Motohiro2009-12-151-2/+1
* vmscan: kill hibernation specific reclaim logic and unify itKOSAKI Motohiro2009-12-151-127/+26
* vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaimKOSAKI Motohiro2009-12-151-6/+19
* vmscan: stop kswapd waiting on congestion when the min watermark is not being...KOSAKI Motohiro2009-12-151-9/+29
* vmscan: have kswapd sleep for a short interval and double check it should be ...Mel Gorman2009-12-151-2/+42
* mm/vmscan: change comment generic_file_write to __generic_file_aio_writeVincent Li2009-12-151-1/+1
* mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlinedDavid Rientjes2009-12-151-6/+22
* vmscan: order evictable rescue in LRU putbackJohannes Weiner2009-10-291-0/+10
* vmscan: limit VM_EXEC protection to file pagesWu Fengguang2009-10-291-1/+1
* congestion_wait(): don't use WRITEKOSAKI Motohiro2009-10-291-1/+1
* Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-251-4/+4
|\
| * writeback: get rid to incorrect references to pdflush in commentsJens Axboe2009-09-251-4/+4
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-1/+1
|\ \
| * | HWPOISON: Use bitmask/action code for try_to_unmap behaviourAndi Kleen2009-09-161-1/+1
* | | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* | | memory controller: soft limit reclaim on contentionBalbir Singh2009-09-241-1/+44
| |/ |/|
* | mm/vmscan: remove page_queue_congested() commentVincent Li2009-09-221-1/+0
* | mm: do batched scans for mem_cgroupWu Fengguang2009-09-221-9/+11
* | mm/vmscan: rename zone_nr_pages() to zone_nr_lru_pages()Vincent Li2009-09-221-7/+7