Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a8cbf22559ceefdcdfac00701e8e6da7518b7e8e
/
mm
/
vmscan.c
d190836
vmscan: check all_unreclaimable in direct reclaim path
by Minchan Kim
· 14 years ago
00918b6
memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim()
by KOSAKI Motohiro
· 14 years ago
14fec79
memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemask
by KOSAKI Motohiro
· 14 years ago
da280d6
memcg: kill unnecessary initialization in mem_cgroup_shrink_node_zone()
by KOSAKI Motohiro
· 14 years ago
b8f5c56
memcg: sc.nr_to_reclaim should be initialized
by KOSAKI Motohiro
· 14 years ago
e31f3698
vmscan: raise the bar to PAGEOUT_IO_SYNC stalls
by Wu Fengguang
· 14 years ago
bdce6d9
memcg, vmscan: add memcg reclaim tracepoint
by KOSAKI Motohiro
· 14 years ago
4dc4b3d
vmscan: shrink_slab() requires the number of lru_pages, not the page order
by KOSAKI Motohiro
· 14 years ago
58c37f6
vmscan: protect reading of reclaim_stat with lru_lock
by KOSAKI Motohiro
· 14 years ago
1574804
vmscan: avoid subtraction of unsigned types
by KOSAKI Motohiro
· 14 years ago
1489fa1
vmscan: update isolated page counters outside of main path in shrink_inactive_list()
by Mel Gorman
· 14 years ago
abe4c3b
vmscan: set up pagevec as late as possible in shrink_page_list()
by Mel Gorman
· 14 years ago
6663562
vmscan: set up pagevec as late as possible in shrink_inactive_list()
by Mel Gorman
· 14 years ago
d4debc6
vmscan: remove unnecessary temporary vars in do_try_to_free_pages
by Mel Gorman
· 14 years ago
e247dbc
vmscan: simplify shrink_inactive_list()
by KOSAKI Motohiro
· 14 years ago
25edde0
vmscan: kill prev_priority completely
by KOSAKI Motohiro
· 14 years ago
755f022
vmscan: tracing: add trace event when a page is written
by Mel Gorman
· 14 years ago
a8a94d1
vmscan: tracing: add trace events for LRU page isolation
by Mel Gorman
· 14 years ago
33906bc
vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaim
by Mel Gorman
· 14 years ago
c6a8a8c
vmscan: recalculate lru_pages on each priority
by KOSAKI Motohiro
· 14 years ago
b00d3ea
vmscan: zone_reclaim don't call disable_swap_token()
by KOSAKI Motohiro
· 14 years ago
a6aa62a
mm/vmscan.c: fix mapping use after free
by Nick Piggin
· 14 years ago
7f8275d
mm: add context argument to shrinker callback
by Dave Chinner
· 14 years ago
bb21c7c
vmscan: fix do_try_to_free_pages() return value when priority==0 reclaim failure
by KOSAKI Motohiro
· 14 years ago
8b25c6d
vmscan: remove isolate_pages callback scan control
by Johannes Weiner
· 14 years ago
0aeb233
vmscan: remove all_unreclaimable scan control
by Johannes Weiner
· 14 years ago
5f53e76
vmscan: page_check_references(): check low order lumpy reclaim properly
by KOSAKI Motohiro
· 14 years ago
76a33fc
vmscan: prevent get_scan_ratio() rounding errors
by Shaohua Li
· 14 years ago
c175a0c
mm: move definition for LRU isolation modes to a header
by Mel Gorman
· 14 years ago
c0ff745
cpuset,mm: fix no node to alloc memory when changing cpuset's mems
by Miao Xie
· 14 years ago
d6da1a5
mm: revert "vmscan: get_scan_ratio() cleanup"
by KOSAKI Motohiro
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
64574746
vmscan: detect mapped file pages used only once
by Johannes Weiner
· 15 years ago
31c0569
vmscan: drop page_mapping_inuse()
by Johannes Weiner
· 15 years ago
dfc8d63
vmscan: factor out page reference checks
by Johannes Weiner
· 15 years ago
93e4a89
mm: restore zone->all_unreclaimable to independence word
by KOSAKI Motohiro
· 15 years ago
76ca542
mm, lockdep: annotate reclaim context to zone reclaim too
by KOSAKI Motohiro
· 15 years ago
84b1849
vmscan: get_scan_ratio() cleanup
by KOSAKI Motohiro
· 15 years ago
45973d7
vmscan: check high watermark after shrink zone
by Minchan Kim
· 15 years ago
de3fab3
vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimable
by KOSAKI Motohiro
· 15 years ago
62c0c2f
vmscan: simplify code
by Huang Shijie
· 15 years ago
b39415b
vmscan: do not evict inactive pages when skipping an active list scan
by Rik van Riel
· 15 years ago
338fde9
vmscan: make consistent of reclaim bale out between do_try_to_free_page and shrink_zone
by KOSAKI Motohiro
· 15 years ago
ece74b2
vmscan: kill sc.swap_cluster_max
by KOSAKI Motohiro
· 15 years ago
4f0ddfd
vmscan: zone_reclaim() don't use insane swap_cluster_max
by KOSAKI Motohiro
· 15 years ago
7b51755
vmscan: kill hibernation specific reclaim logic and unify it
by KOSAKI Motohiro
· 15 years ago
22fba33
vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaim
by KOSAKI Motohiro
· 15 years ago
bb3ab59
vmscan: stop kswapd waiting on congestion when the min watermark is not being met
by KOSAKI Motohiro
· 15 years ago
f50de2d
vmscan: have kswapd sleep for a short interval and double check it should be asleep
by Mel Gorman
· 15 years ago
6aceb53
mm/vmscan: change comment generic_file_write to __generic_file_aio_write
by Vincent Li
· 15 years ago
8fe23e0
mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlined
by David Rientjes
· 15 years ago
6a7b954
vmscan: order evictable rescue in LRU putback
by Johannes Weiner
· 15 years ago
41e2098
vmscan: limit VM_EXEC protection to file pages
by Wu Fengguang
· 15 years ago
58355c7
congestion_wait(): don't use WRITE
by KOSAKI Motohiro
· 15 years ago
6d7f18f
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
5b0830c
writeback: get rid to incorrect references to pdflush in comments
by Jens Axboe
· 15 years ago
db16826
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
4e41695
memory controller: soft limit reclaim on contention
by Balbir Singh
· 15 years ago
f168e1b
mm/vmscan: remove page_queue_congested() comment
by Vincent Li
· 15 years ago
f862963
mm: do batched scans for mem_cgroup
by Wu Fengguang
· 15 years ago
0b21767
mm/vmscan: rename zone_nr_pages() to zone_nr_lru_pages()
by Vincent Li
· 15 years ago
ceddc3a
mm: document is_page_cache_freeable()
by Johannes Weiner
· 15 years ago
edcf474
mm: return boolean from page_has_private()
by Johannes Weiner
· 15 years ago
6c0b135
mm: return boolean from page_is_file_cache()
by Johannes Weiner
· 15 years ago
401a8e1
mm: introduce page_lru_base_type()
by Johannes Weiner
· 15 years ago
b7c46d1
mm: drop unneeded double negations
by Johannes Weiner
· 15 years ago
a26f532
vmscan: kill unnecessary prefetch
by KOSAKI Motohiro
· 15 years ago
74a1c48
vmscan: kill unnecessary page flag test
by KOSAKI Motohiro
· 15 years ago
5205e56
vmscan: move ClearPageActive from move_active_pages() to shrink_active_list()
by KOSAKI Motohiro
· 15 years ago
de2e756
vmscan: don't attempt to reclaim anon page in lumpy reclaim when no swap space is available
by Minchan Kim
· 15 years ago
adea02a
mm: count only reclaimable lru pages
by Wu Fengguang
· 15 years ago
35cd781
vmscan: throttle direct reclaim when too many pages are isolated already
by Rik van Riel
· 15 years ago
a731286
mm: vmstat: add isolate pages
by KOSAKI Motohiro
· 15 years ago
b35ea17
mm: shrink_inactive_list() nr_scan accounting fix fix
by KOSAKI Motohiro
· 15 years ago
44c241f
mm: rename pgmoved variable in shrink_active_list()
by KOSAKI Motohiro
· 15 years ago
14fa31b
HWPOISON: Use bitmask/action code for try_to_unmap behaviour
by Andi Kleen
· 15 years ago
03ba378
writeback: switch to per-bdi threads for flushing data
by Jens Axboe
· 15 years ago
03ef83a
mm: fix for infinite churning of mlocked pages
by Minchan Kim
· 15 years ago
8aa7e84
Fix congestion_wait() sync/async vs read/write confusion
by Jens Axboe
· 15 years ago
cb4cbcf
mm: fix incorrect page removal from LRU
by KAMEZAWA Hiroyuki
· 15 years ago
2ffebca
memcg: fix lru rotation in isolate_pages
by KAMEZAWA Hiroyuki
· 15 years ago
ee993b1
mm: fix lumpy reclaim lru handling at isolate_lru_pages
by KAMEZAWA Hiroyuki
· 15 years ago
24cf72518
vmscan: count the number of times zone_reclaim() scans and fails
by Mel Gorman
· 15 years ago
fa5e084
vmscan: do not unconditionally treat zones that fail zone_reclaim() as full
by Mel Gorman
· 15 years ago
90afa5d
vmscan: properly account for the number of page cache pages zone_reclaim() can reclaim
by Mel Gorman
· 15 years ago
9198e96
vmscan: handle may_swap more strictly
by Daisuke Nishimura
· 15 years ago
3eb4140
vmscan: merge duplicate code in shrink_active_list()
by Wu Fengguang
· 15 years ago
8cab475
vmscan: make mapped executable pages the first class citizen
by Wu Fengguang
· 15 years ago
6fe6b7e
vmscan: report vm_flags in page_referenced()
by Wu Fengguang
· 15 years ago
cb4b86b
mm: add swap cache interface for swap reference
by KAMEZAWA Hiroyuki
· 15 years ago
6837765
mm: remove CONFIG_UNEVICTABLE_LRU config option
by KOSAKI Motohiro
· 15 years ago
69c8548
vmscan: prevent shrinking of active anon lru list in case of no swap space V3
by MinChan Kim
· 15 years ago
af16677
vmscan: ZVC updates in shrink_active_list() can be done once
by Wu Fengguang
· 15 years ago
6e08a36
vmscan: cleanup the scan batching code
by Wu Fengguang
· 15 years ago
56e49d2
vmscan: evict use-once pages first
by Rik van Riel
· 15 years ago
4185896
page allocator: use allocation flags as an index to the zone watermark
by Mel Gorman
· 15 years ago
78dc583
vmscan: low order lumpy reclaim also should use PAGEOUT_IO_SYNC
by KOSAKI Motohiro
· 15 years ago
c6f37f1
PM/Suspend: Do not shrink memory before suspend
by Rafael J. Wysocki
· 15 years ago
e767e05
memcg: fix deadlock between lock_page_cgroup and mapping tree_lock
by Daisuke Nishimura
· 15 years ago
Next »