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
2006-06-23
[PATCH] initialise total_memory() earlier
Andrew Morton
1
-3
/
+2
2006-06-23
[PATCH] More page migration: use migration entries for file pages
Christoph Lameter
1
-1
/
+13
2006-06-23
[PATCH] writeback: fix range handling
OGAWA Hirofumi
1
-0
/
+2
2006-06-23
[PATCH] swsusp: rework memory shrinker
Rafael J. Wysocki
1
-55
/
+164
2006-06-11
[PATCH] typo in vmscan.c
Christoph Lameter
1
-1
/
+1
2006-04-26
[PATCH] Remove __devinit and __cpuinit from notifier_call definitions
Chandra Seetharaman
1
-1
/
+1
2006-03-27
[PATCH] for_each_online_pgdat: renaming for_each_pgdat
KAMEZAWA Hiroyuki
1
-3
/
+3
2006-03-25
[PATCH] find_task_by_pid() needs tasklist_lock
Andrew Morton
1
-0
/
+2
2006-03-22
[PATCH] page migration reorg
Christoph Lameter
1
-489
/
+2
2006-03-22
[PATCH] mm: make shrink_all_memory try harder
Rafael J. Wysocki
1
-0
/
+7
2006-03-22
[PATCH] vmscan: emove obsolete checks from shrink_list() and fix unlikely in ...
Christoph Lameter
1
-11
/
+2
2006-03-22
[PATCH] mm: make __put_page internal
Nick Piggin
1
-0
/
+2
2006-03-22
[PATCH] mm: shrink_inactive_lis() nr_scan accounting fix
Wu Fengguang
1
-4
/
+5
2006-03-22
[PATCH] mm: isolate_lru_pages() scan count fix
Wu Fengguang
1
-2
/
+2
2006-03-22
[PATCH] zone_reclaim: additional comments and cleanup
Christoph Lameter
1
-4
/
+14
2006-03-22
[PATCH] vmscan: rename functions
Andrew Morton
1
-15
/
+17
2006-03-22
[PATCH] vmscan return nr_reclaimed
Andrew Morton
1
-39
/
+38
2006-03-22
[PATCH] vmscan: use unsigned longs
Andrew Morton
1
-45
/
+59
2006-03-22
[PATCH] vmscan: scan_control cleanup
Andrew Morton
1
-46
/
+62
2006-03-22
[PATCH] Thin out scan_control: remove nr_to_scan and priority
Christoph Lameter
1
-34
/
+25
2006-03-22
[PATCH] mm: simplify vmscan vs release refcounting
Nick Piggin
1
-14
/
+11
2006-03-22
[PATCH] mm: PageActive no testset
Nick Piggin
1
-2
/
+3
2006-03-22
[PATCH] mm: PageLRU no testset
Nick Piggin
1
-9
/
+11
2006-03-22
[PATCH] mm: never ClearPageLRU released pages
Nick Piggin
1
-7
/
+11
2006-03-14
[PATCH] page migration: fail if page is in a vma flagged VM_LOCKED
Christoph Lameter
1
-6
/
+12
2006-03-09
[PATCH] vmscan: no zone_reclaim if PF_MALLOC is set
Christoph Lameter
1
-1
/
+2
2006-02-24
[PATCH] vmscan: fix zone_reclaim
Christoph Lameter
1
-3
/
+7
2006-02-11
[PATCH] vmscan: skip reclaim_mapped determination if we do not swap
Christoph Lameter
1
-34
/
+41
2006-02-11
[PATCH] vmscan: remove duplicate increment of reclaim_in_progress
Christoph Lameter
1
-2
/
+0
2006-02-11
[PATCH] zone reclaim: do not check references to a page during zone reclaim
Christoph Lameter
1
-1
/
+5
2006-02-10
[PATCH] Updates for page migration
Christoph Lameter
1
-5
/
+20
2006-02-01
[PATCH] Direct Migration V9: Avoid writeback / page_migrate() method
Christoph Lameter
1
-1
/
+19
2006-02-01
[PATCH] Direct Migration V9: remove_from_swap() to remove swap ptes
Christoph Lameter
1
-0
/
+9
2006-02-01
[PATCH] Direct Migration V9: migrate_pages() extension
Christoph Lameter
1
-11
/
+215
2006-02-01
[PATCH] Reclaim slab during zone reclaim
Christoph Lameter
1
-0
/
+14
2006-02-01
[PATCH] Zone reclaim: Allow modification of zone reclaim behavior
Christoph Lameter
1
-2
/
+7
2006-02-01
[PATCH] zone_reclaim: configurable off node allocation period.
Christoph Lameter
1
-2
/
+2
2006-02-01
[PATCH] zone_reclaim: partial scans instead of full scan
Christoph Lameter
1
-2
/
+18
2006-02-01
[PATCH] zone_reclaim: do not unmap file backed pages
Christoph Lameter
1
-0
/
+6
2006-02-01
[PATCH] zone_reclaim: minor fixes
Christoph Lameter
1
-1
/
+3
2006-02-01
[PATCH] mm: improve function of sc->may_writepage
Christoph Lameter
1
-3
/
+3
2006-02-01
[PATCH] zone_reclaim: reclaim on memory only node support
Christoph Lameter
1
-1
/
+7
2006-02-01
[PATCH] Optimize off-node performance of zone reclaim
Christoph Lameter
1
-14
/
+15
2006-01-18
[PATCH] Zone reclaim: Reclaim logic
Christoph Lameter
1
-0
/
+68
2006-01-18
[PATCH] Zone reclaim: resurrect may_swap
Christoph Lameter
1
-0
/
+7
2006-01-18
[PATCH] mm: migration page refcounting fix
Nick Piggin
1
-41
/
+30
2006-01-08
[PATCH] SwapMig: Switch error handling in migrate_pages to use -Exx
Christoph Lameter
1
-22
/
+34
2006-01-08
[PATCH] SwapMig: Extend parameters for migrate_pages()
Christoph Lameter
1
-9
/
+8
2006-01-08
[PATCH] SwapMig: Drop unused pages immediately
Christoph Lameter
1
-0
/
+5
2006-01-08
[PATCH] SwapMig: add_to_swap() avoid atomic allocations
Christoph Lameter
1
-2
/
+2
[next]