aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki2009-06-161-2/+1
* mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-161-17/+0
* vmscan: prevent shrinking of active anon lru list in case of no swap space V3MinChan Kim2009-06-161-1/+1
* vmscan: ZVC updates in shrink_active_list() can be done onceWu Fengguang2009-06-161-8/+3
* vmscan: cleanup the scan batching codeWu Fengguang2009-06-161-11/+28
* vmscan: evict use-once pages firstRik van Riel2009-06-161-1/+37
* page allocator: use allocation flags as an index to the zone watermarkMel Gorman2009-06-161-18/+21
* vmscan: low order lumpy reclaim also should use PAGEOUT_IO_SYNCKOSAKI Motohiro2009-06-161-14/+15
* PM/Suspend: Do not shrink memory before suspendRafael J. Wysocki2009-06-121-2/+2
* memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura2009-05-291-0/+2
* vmscan: avoid multiplication overflow in shrink_zone()Andrew Morton2009-05-021-1/+1
* vmscan,memcg: reintroduce sc->may_swapKOSAKI Motohiro2009-04-211-4/+8
* PM/Hibernate: Fix memory shrinkingRafael J. Wysocki2009-04-181-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-051-2/+4
|\
| * Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell2009-03-311-2/+4
| |\
| | * Merge branch 'linus' into cpumask-for-linusIngo Molnar2009-03-301-1/+1
| | |\
| | * \ Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rust...Ingo Molnar2009-03-131-2/+4
| | |\ \
| | | * | cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell2009-03-131-2/+4
* | | | | FS-Cache: Recruit a page flags for cache managementDavid Howells2009-04-031-3/+3
* | | | | vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki2009-04-011-2/+11
* | | | | vmscan: print shrink_slab symbol name on negative shrinker objectsDavid Rientjes2009-04-011-2/+3
* | | | | mm: don't free swap slots on page deactivationJohannes Weiner2009-04-011-3/+0
* | | | | mm: move pagevec stripping to save unlock-relockJohannes Weiner2009-04-011-5/+2
* | | | | vmscan: respect higher order in zone_reclaim()Johannes Weiner2009-04-011-0/+1
* | | | | vmscan: clip swap_cluster_max in shrink_all_memory()Johannes Weiner2009-04-011-1/+1
* | | | | mm: shrink_all_memory(): use sc.nr_reclaimedMinChan Kim2009-04-011-22/+24
* | | | | mm: introduce for_each_populated_zone() macroKOSAKI Motohiro2009-04-011-3/+1
* | | | | vmscan: rename sc.may_swap to may_unmapJohannes Weiner2009-04-011-10/+10
|/ / / /
* | | | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-03-301-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | lockdep: annotate reclaim context (__GFP_NOFS), fixIngo Molnar2009-02-151-2/+1
| * | | lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin2009-02-141-0/+3
* | | | vmscan: pgmoved should be cleared after updating recent_rotatedDaisuke Nishimura2009-03-141-1/+1
| |/ / |/| |
* | | memcg: use correct scan number at reclaimKOSAKI Motohiro2009-03-121-1/+1
| |/ |/|
* | swsusp: clean up shrink_all_zones()Johannes Weiner2009-02-211-12/+11
* | swsusp: dont fiddle with swappinessJohannes Weiner2009-02-211-4/+1
|/
* memcg: fix calculation of active_ratioKOSAKI Motohiro2009-01-081-1/+1
* memcg: swappinessKOSAKI Motohiro2009-01-081-3/+4
* memcg: rename scan global lruKAMEZAWA Hiroyuki2009-01-081-16/+16
* memcg: remove mem_cgroup_cal_reclaim()KOSAKI Motohiro2009-01-081-17/+10
* memcg: add zone_reclaim_statKOSAKI Motohiro2009-01-081-14/+13
* memcg: add mem_cgroup_zone_nr_pages()KOSAKI Motohiro2009-01-081-0/+3
* memcg: add inactive_anon_is_low()KOSAKI Motohiro2009-01-081-14/+23
* mm: make get_scan_ratio() safe for memcgKOSAKI Motohiro2009-01-081-6/+9
* mm: add zone nr_pages helper functionKOSAKI Motohiro2009-01-081-4/+11
* mm: introduce zone_reclaim structKOSAKI Motohiro2009-01-081-17/+30
* inactive_anon_is_low: move to vmscanKOSAKI Motohiro2009-01-081-0/+20
* memcg: synchronized LRUKAMEZAWA Hiroyuki2009-01-081-4/+5
* memcg: mem+swap controller coreKAMEZAWA Hiroyuki2009-01-081-1/+5
* mm: stop kswapd's infinite loop at high order allocationKOSAKI Motohiro2009-01-061-0/+17
* vmscan: shrink_active_list(): reduce lru_lock hold timeAndrew Morton2009-01-061-7/+7