index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmscan.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-04
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-12
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
2008-04-28
mm: have zonelist contains structs with both a zone pointer and zone_idx
Mel Gorman
1
-12
/
+10
2008-04-28
mm: use two zonelist that are filtered by GFP mask
Mel Gorman
1
-12
/
+9
2008-04-28
mm: use zonelists instead of zones when direct reclaiming pages
Mel Gorman
1
-9
/
+12
2008-04-19
nodemask: use new node_to_cpumask_ptr function
Mike Travis
1
-10
/
+8
2008-03-24
revert "kswapd should only wait on IO if there is IO"
Andrew Morton
1
-22
/
+5
2008-03-04
memcg: move_lists on page not page_cgroup
Hugh Dickins
1
-2
/
+3
2008-03-04
Memory controller: rename to Memory Resource Controller
Balbir Singh
1
-2
/
+2
2008-02-07
per-zone and reclaim enhancements for memory controller: modifies vmscan.c fo...
KAMEZAWA Hiroyuki
1
-131
/
+201
2008-02-07
per-zone and reclaim enhancements for memory controller: add scan_global_lru ...
KAMEZAWA Hiroyuki
1
-5
/
+12
2008-02-07
memory cgroup enhancements: fix zone handling in try_to_free_mem_cgroup_page
KAMEZAWA Hiroyuki
1
-6
/
+3
2008-02-07
kswapd should only wait on IO if there is IO
Rik van Riel
1
-5
/
+22
2008-02-07
Memory controller: make charging gfp mask aware
Balbir Singh
1
-9
/
+5
2008-02-07
Memory controller: make page_referenced() cgroup aware
Balbir Singh
1
-2
/
+2
2008-02-07
Memory controller: add per cgroup LRU and reclaim
Balbir Singh
1
-25
/
+103
2007-10-20
spelling fixes: mm/
Simon Arlott
1
-1
/
+1
2007-10-18
sparse pointer use of zero as null
Stephen Hemminger
1
-1
/
+1
2007-10-17
mm: test and set zone reclaim lock before starting reclaim
David Rientjes
1
-10
/
+13
2007-10-17
oom: change all_unreclaimable zone member to flags
David Rientjes
1
-12
/
+13
2007-10-16
make swappiness safer to use
Andrea Arcangeli
1
-0
/
+41
2007-10-16
Fix panic of cpu online with memory less node
Yasunori Goto
1
-1
/
+3
2007-10-16
Memoryless nodes: Add N_CPU node state
Christoph Lameter
1
-3
/
+1
2007-10-16
Memoryless nodes: No need for kswapd
Christoph Lameter
1
-1
/
+1
2007-10-16
mm: prevent kswapd from freeing excessive amounts of lowmem
Rik van Riel
1
-1
/
+7
2007-08-22
synchronous lumpy reclaim: wait for page writeback when directly reclaiming c...
Andy Whitcroft
1
-8
/
+60
2007-08-22
synchronous lumpy reclaim: ensure we count pages transitioning inactive via c...
Andy Whitcroft
1
-0
/
+1
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+1
[next]