summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
Commit message (Expand)AuthorAge
* cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie2010-05-25
* mm: revert "vmscan: get_scan_ratio() cleanup"KOSAKI Motohiro2010-04-07
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* vmscan: detect mapped file pages used only onceJohannes Weiner2010-03-06
* vmscan: drop page_mapping_inuse()Johannes Weiner2010-03-06
* vmscan: factor out page reference checksJohannes Weiner2010-03-06
* mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro2010-03-06
* mm, lockdep: annotate reclaim context to zone reclaim tooKOSAKI Motohiro2010-03-06
* vmscan: get_scan_ratio() cleanupKOSAKI Motohiro2010-03-06
* vmscan: check high watermark after shrink zoneMinchan Kim2010-03-06
* vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimableKOSAKI Motohiro2010-01-16
* vmscan: simplify codeHuang Shijie2009-12-15
* vmscan: do not evict inactive pages when skipping an active list scanRik van Riel2009-12-15
* vmscan: make consistent of reclaim bale out between do_try_to_free_page and s...KOSAKI Motohiro2009-12-15
* vmscan: kill sc.swap_cluster_maxKOSAKI Motohiro2009-12-15
* vmscan: zone_reclaim() don't use insane swap_cluster_maxKOSAKI Motohiro2009-12-15
* vmscan: kill hibernation specific reclaim logic and unify itKOSAKI Motohiro2009-12-15
* vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaimKOSAKI Motohiro2009-12-15
* vmscan: stop kswapd waiting on congestion when the min watermark is not being...KOSAKI Motohiro2009-12-15
* vmscan: have kswapd sleep for a short interval and double check it should be ...Mel Gorman2009-12-15
* mm/vmscan: change comment generic_file_write to __generic_file_aio_writeVincent Li2009-12-15
* mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlinedDavid Rientjes2009-12-15
* vmscan: order evictable rescue in LRU putbackJohannes Weiner2009-10-29
* vmscan: limit VM_EXEC protection to file pagesWu Fengguang2009-10-29
* congestion_wait(): don't use WRITEKOSAKI Motohiro2009-10-29
* Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-25
|\
| * writeback: get rid to incorrect references to pdflush in commentsJens Axboe2009-09-25
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-24
|\ \
| * | HWPOISON: Use bitmask/action code for try_to_unmap behaviourAndi Kleen2009-09-16
* | | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-24
* | | memory controller: soft limit reclaim on contentionBalbir Singh2009-09-24
| |/ |/|
* | mm/vmscan: remove page_queue_congested() commentVincent Li2009-09-22
* | mm: do batched scans for mem_cgroupWu Fengguang2009-09-22
* | mm/vmscan: rename zone_nr_pages() to zone_nr_lru_pages()Vincent Li2009-09-22
* | mm: document is_page_cache_freeable()Johannes Weiner2009-09-22
* | mm: return boolean from page_has_private()Johannes Weiner2009-09-22
* | mm: return boolean from page_is_file_cache()Johannes Weiner2009-09-22
* | mm: introduce page_lru_base_type()Johannes Weiner2009-09-22
* | mm: drop unneeded double negationsJohannes Weiner2009-09-22
* | vmscan: kill unnecessary prefetchKOSAKI Motohiro2009-09-22
* | vmscan: kill unnecessary page flag testKOSAKI Motohiro2009-09-22
* | vmscan: move ClearPageActive from move_active_pages() to shrink_active_list()KOSAKI Motohiro2009-09-22
* | vmscan: don't attempt to reclaim anon page in lumpy reclaim when no swap spac...Minchan Kim2009-09-22
* | mm: count only reclaimable lru pagesWu Fengguang2009-09-22
* | vmscan: throttle direct reclaim when too many pages are isolated alreadyRik van Riel2009-09-22
* | mm: vmstat: add isolate pagesKOSAKI Motohiro2009-09-22
* | mm: shrink_inactive_list() nr_scan accounting fix fixKOSAKI Motohiro2009-09-22
* | mm: rename pgmoved variable in shrink_active_list()KOSAKI Motohiro2009-09-22
|/
* writeback: switch to per-bdi threads for flushing dataJens Axboe2009-09-11
* mm: fix for infinite churning of mlocked pagesMinchan Kim2009-08-26