index
:
kernel_samsung_smdk4412.git
ath9k
master
migrate_3.2
qmi
replicant-6.0
replicant-6.0-old
upstreaming
kernel for Galaxy S3
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
vmscan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()
Takamori Yamaguchi
2012-11-26
1
-0
/
+2
*
vmscan: fix initial shrinker size handling
Konstantin Khlebnikov
2012-08-01
1
-3
/
+6
*
cpuset: mm: reduce large amounts of memory barrier related damage v3
Mel Gorman
2012-08-01
1
-2
/
+0
*
mm: vmscan: convert global reclaim to per-memcg LRU lists
Johannes Weiner
2012-08-01
1
-1
/
+2
*
mm: test PageSwapBacked in lumpy reclaim
Hugh Dickins
2012-08-01
1
-1
/
+1
*
mm/vmscan.c: consider swap space when deciding whether to continue reclaim
Minchan Kim
2012-08-01
1
-2
/
+3
*
vmscan: activate executable pages after first usage
Konstantin Khlebnikov
2012-08-01
1
-0
/
+6
*
vmscan: promote shared file mapped pages
Konstantin Khlebnikov
2012-08-01
1
-1
/
+1
*
mm: vmscan: check if reclaim should really abort even if compaction_ready() i...
Mel Gorman
2012-08-01
1
-10
/
+9
*
mm: vmscan: do not OOM if aborting reclaim to start compaction
Mel Gorman
2012-08-01
1
-1
/
+7
*
mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...
Mel Gorman
2012-08-01
1
-5
/
+39
*
kswapd: assign new_order and new_classzone_idx after wakeup in sleeping
Alex Shi
2012-08-01
1
-0
/
+2
*
kswapd: avoid unnecessary rebalance after an unsuccessful balancing
Alex Shi
2012-08-01
1
-3
/
+11
*
mm: compaction: make isolate_lru_page() filter-aware again
Mel Gorman
2012-08-01
1
-2
/
+33
*
mm: zone_reclaim: make isolate_lru_page() filter-aware
Minchan Kim
2012-08-01
1
-2
/
+18
*
mm: compaction: make isolate_lru_page() filter-aware
Minchan Kim
2012-08-01
1
-0
/
+3
*
mm: change isolate mode from #define to bitwise type
Minchan Kim
2012-08-01
1
-17
/
+20
*
vmscan: abort reclaim/compaction if compaction can proceed
Mel Gorman
2012-08-01
1
-11
/
+21
*
vmscan: limit direct reclaim for higher order allocations
Rik van Riel
2012-08-01
1
-0
/
+16
*
vmscan: reduce wind up shrinker->nr when shrinker can't do work
Dave Chinner
2012-08-01
1
-0
/
+15
*
vmscan: shrinker->nr updates race and go wrong
Dave Chinner
2012-08-01
1
-13
/
+32
*
vmscan: add shrink_slab tracepoints
Dave Chinner
2012-08-01
1
-1
/
+7
*
vmscan: clear ZONE_CONGESTED for zone with good watermark
Shaohua Li
2012-08-01
1
-0
/
+3
*
mm: vmscan: fix force-scanning small targets without swap
Johannes Weiner
2012-08-01
1
-15
/
+12
*
mm: fix lost kswapd wakeup in kswapd_stop()
Aaditya Kumar
2012-08-01
1
-1
/
+4
*
memory hotplug: fix invalid memory access caused by stale kswapd pointer
Jiang Liu
2012-07-16
1
-2
/
+5
*
mm: consider all swapped back pages in used-once logic
Michal Hocko
2012-06-10
1
-1
/
+1
*
memcg: fix vmscan count in small memcgs
KAMEZAWA Hiroyuki
2011-10-03
1
-6
/
+12
*
vmscan: fix a livelock in kswapd
Shaohua Li
2011-07-19
1
-1
/
+2
*
mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfully
Mel Gorman
2011-07-08
1
-13
/
+21
*
mm: vmscan: evaluate the watermarks against the correct classzone
Mel Gorman
2011-07-08
1
-1
/
+1
*
mm: vmscan: do not apply pressure to slab if we are not applying pressure to ...
Mel Gorman
2011-07-08
1
-10
/
+13
*
mm: vmscan: correct check for kswapd sleeping in sleeping_prematurely
Mel Gorman
2011-07-08
1
-1
/
+1
*
memcg: fix direct softlimit reclaim to be called in limit path
KAMEZAWA Hiroyuki
2011-06-27
1
-12
/
+15
*
mm: vmscan: do not use page_count without a page pin
Andrea Arcangeli
2011-06-15
1
-2
/
+14
*
vmscan,memcg: memcg aware swap token
KOSAKI Motohiro
2011-06-15
1
-2
/
+2
*
memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages()
Ying Han
2011-05-26
1
-1
/
+1
*
memcg: fix get_scan_count() for small targets
KAMEZAWA Hiroyuki
2011-05-26
1
-27
/
+33
*
memcg: reclaim memory from nodes in round-robin order
Ying Han
2011-05-26
1
-1
/
+9
*
memcg: add the soft_limit reclaim in global direct reclaim.
Ying Han
2011-05-26
1
-2
/
+14
*
memcg: count the soft_limit reclaim in global background reclaim
Ying Han
2011-05-26
1
-3
/
+13
*
vmscan: change shrinker API by passing shrink_control struct
Ying Han
2011-05-25
1
-15
/
+19
*
vmscan: change shrink_slab() interfaces by passing shrink_control
Ying Han
2011-05-25
1
-13
/
+33
*
mm: strictly require elevated page refcount in isolate_lru_page()
Konstantin Khlebnikov
2011-05-25
1
-1
/
+4
*
mm: vmscan: correctly check if reclaimer should schedule during shrink_slab
Minchan Kim
2011-05-25
1
-2
/
+7
*
mm: vmscan: correct use of pgdat_balanced in sleeping_prematurely
Johannes Weiner
2011-05-25
1
-1
/
+1
*
sanitize <linux/prefetch.h> usage
Linus Torvalds
2011-05-20
1
-0
/
+1
*
memcg: fix zone congestion
KAMEZAWA Hiroyuki
2011-05-18
1
-1
/
+1
*
vmscan: all_unreclaimable() use zone->all_unreclaimable as a name
KOSAKI Motohiro
2011-04-14
1
-11
/
+13
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-2
/
+2
[next]