aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: kill zone_is_near_oom()KOSAKI Motohiro2009-01-061-5/+0
* vmscan: improve reclaim throughput to bail out patchKOSAKI Motohiro2009-01-061-6/+9
* vmscan: bail out of direct reclaim after swap_cluster_max pagesRik van Riel2009-01-061-29/+33
* mm: make scan_zone_unevictable_pages() staticKOSAKI Motohiro2009-01-061-1/+1
* mm: make scan_all_zones_unevictable_pages() staticKOSAKI Motohiro2009-01-061-1/+1
* memcg: reclaim shouldn't change zone->recent_rotated statisticsKOSAKI Motohiro2009-01-061-1/+2
* mm: optimize get_scan_ratio for no swapHugh Dickins2009-01-061-6/+6
* mm: add add_to_swap stubHugh Dickins2009-01-061-2/+0
* mm: remove gfp_mask from add_to_swapHugh Dickins2009-01-061-1/+1
* mm: remove try_to_munlock from vmscanHugh Dickins2009-01-061-9/+2
* mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins2009-01-061-1/+1
* cpumask: convert mm/Rusty Russell2009-01-011-1/+1
* cpumask: remove any_online_cpu() users: mm/Rusty Russell2009-01-011-1/+1