index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmscan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-08
memcg: add inactive_anon_is_low()
KOSAKI Motohiro
1
-14
/
+23
2009-01-08
mm: make get_scan_ratio() safe for memcg
KOSAKI Motohiro
1
-6
/
+9
2009-01-08
mm: add zone nr_pages helper function
KOSAKI Motohiro
1
-4
/
+11
2009-01-08
mm: introduce zone_reclaim struct
KOSAKI Motohiro
1
-17
/
+30
2009-01-08
inactive_anon_is_low: move to vmscan
KOSAKI Motohiro
1
-0
/
+20
2009-01-08
memcg: synchronized LRU
KAMEZAWA Hiroyuki
1
-4
/
+5
2009-01-08
memcg: mem+swap controller core
KAMEZAWA Hiroyuki
1
-1
/
+5
2009-01-07
mm: stop kswapd's infinite loop at high order allocation
KOSAKI Motohiro
1
-0
/
+17
2009-01-07
vmscan: shrink_active_list(): reduce lru_lock hold time
Andrew Morton
1
-7
/
+7
2009-01-07
mm: kill zone_is_near_oom()
KOSAKI Motohiro
1
-5
/
+0
2009-01-07
vmscan: improve reclaim throughput to bail out patch
KOSAKI Motohiro
1
-6
/
+9
2009-01-07
vmscan: bail out of direct reclaim after swap_cluster_max pages
Rik van Riel
1
-29
/
+33
2009-01-07
mm: make scan_zone_unevictable_pages() static
KOSAKI Motohiro
1
-1
/
+1
2009-01-07
mm: make scan_all_zones_unevictable_pages() static
KOSAKI Motohiro
1
-1
/
+1
2009-01-07
memcg: reclaim shouldn't change zone->recent_rotated statistics
KOSAKI Motohiro
1
-1
/
+2
2009-01-07
mm: optimize get_scan_ratio for no swap
Hugh Dickins
1
-6
/
+6
2009-01-07
mm: add add_to_swap stub
Hugh Dickins
1
-2
/
+0
2009-01-07
mm: remove gfp_mask from add_to_swap
Hugh Dickins
1
-1
/
+1
2009-01-07
mm: remove try_to_munlock from vmscan
Hugh Dickins
1
-9
/
+2
2009-01-07
mm: try_to_free_swap replaces remove_exclusive_swap_page
Hugh Dickins
1
-1
/
+1
2009-01-01
cpumask: convert mm/
Rusty Russell
1
-1
/
+1
2009-01-01
cpumask: remove any_online_cpu() users: mm/
Rusty Russell
1
-1
/
+1
2008-12-01
vmscan: protect zone rotation stats by lru lock
Johannes Weiner
1
-1
/
+1
2008-11-20
vmscan: fix get_scan_ratio() comment
Rik van Riel
1
-3
/
+3
2008-11-20
vmscan: let GFP_NOFS go to swap again
Hugh Dickins
1
-0
/
+3
2008-11-15
mm: remove unevictable's show_page_path
KOSAKI Motohiro
1
-35
/
+0
2008-10-20
mm: unlockless reclaim
Nick Piggin
1
-1
/
+8
2008-10-20
vmscan: don't accumulate scan pressure on unrelated lists
Johannes Weiner
1
-5
/
+2
2008-10-20
vmscan: unevictable LRU scan sysctl
Lee Schermerhorn
1
-0
/
+166
2008-10-20
mlock: mlocked pages are unevictable
Nick Piggin
1
-10
/
+26
2008-10-20
SHM_LOCKED pages are unevictable
Lee Schermerhorn
1
-0
/
+89
2008-10-20
Ramfs and Ram Disk pages are unevictable
Lee Schermerhorn
1
-0
/
+5
2008-10-20
unevictable lru: add event counting with statistics
Lee Schermerhorn
1
-0
/
+6
2008-10-20
Unevictable LRU Infrastructure
Lee Schermerhorn
1
-13
/
+136
2008-10-20
more aggressively use lumpy reclaim
Rik van Riel
1
-4
/
+16
2008-10-20
vmscan: fix pagecache reclaim referenced bit check
Rik van Riel
1
-32
/
+13
2008-10-20
vmscan: second chance replacement for anonymous pages
Rik van Riel
1
-4
/
+34
2008-10-20
vmscan: split LRU lists into anon & file sets
Rik van Riel
1
-200
/
+216
2008-10-20
vmscan: free swap space on swap-in/activation
Rik van Riel
1
-0
/
+7
2008-10-20
vmscan: Use an indexed array for LRU variables
Christoph Lameter
1
-63
/
+57
2008-10-20
vmscan: move isolate_lru_page() to vmscan.c
Nick Piggin
1
-0
/
+45
2008-08-05
mm: rename page trylock
Nick Piggin
1
-2
/
+2
2008-07-30
do_try_to_free_page: update comments related to vmscan functions
Fernando Luis Vazquez Cao
1
-1
/
+1
2008-07-30
swapfile/vmscan: update comments related to vmscan functions
Fernando Luis Vazquez Cao
1
-1
/
+1
2008-07-26
mm: spinlock tree_lock
Nick Piggin
1
-4
/
+4
2008-07-26
mm: speculative page references
Nick Piggin
1
-20
/
+54
2008-07-25
per-task-delay-accounting: add memory reclaim delay
Keika Kobayashi
1
-0
/
+5
2008-06-13
mm: fix incorrect variable type in do_try_to_free_pages()
kosaki.motohiro@jp.fujitsu.com
1
-1
/
+1
2008-04-30
mm: remove remaining __FUNCTION__ occurrences
Harvey Harrison
1
-2
/
+2
2008-04-29
page allocator: smarter retry of costly-order allocations
Nishanth Aravamudan
1
-2
/
+5
[prev]
[next]