index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmscan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-16
mm/vmscan.c: don't forget to free shrinker->nr_deferred
Andrew Vagin
1
-0
/
+1
2013-09-30
mm: avoid reinserting isolated balloon pages into LRU lists
Rafael Aquini
1
-1
/
+3
2013-09-24
revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"
Andrew Morton
1
-36
/
+26
2013-09-24
revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"
Andrew Morton
1
-2
/
+2
2013-09-24
revert "memcg: enhance memcg iterator to support predicates"
Andrew Morton
1
-5
/
+11
2013-09-24
revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan...
Andrew Morton
1
-3
/
+1
2013-09-24
revert "memcg, vmscan: do not fall into reclaim-all pass too quickly"
Andrew Morton
1
-17
/
+2
2013-09-12
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
1
-31
/
+52
2013-09-12
memcg: trivial cleanups
Andrew Morton
1
-6
/
+6
2013-09-12
memcg, vmscan: do not fall into reclaim-all pass too quickly
Michal Hocko
1
-2
/
+17
2013-09-12
memcg, vmscan: do not attempt soft limit reclaim if it would not scan anything
Michal Hocko
1
-1
/
+3
2013-09-12
memcg: enhance memcg iterator to support predicates
Michal Hocko
1
-11
/
+5
2013-09-12
vmscan, memcg: do softlimit reclaim also for targeted reclaim
Michal Hocko
1
-2
/
+2
2013-09-12
memcg, vmscan: integrate soft reclaim tighter with zone shrinking code
Michal Hocko
1
-26
/
+36
2013-09-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-101
/
+140
2013-09-11
mm: vmscan: fix do_try_to_free_pages() livelock
Lisa Du
1
-35
/
+31
2013-09-11
mm: putback_lru_page: remove unnecessary call to page_lru_base_type()
Vlastimil Babka
1
-6
/
+6
2013-09-11
mm: vmscan: fix numa reclaim balance problem in kswapd
Johannes Weiner
1
-1
/
+1
2013-09-10
shrinker: Kill old ->shrink API.
Dave Chinner
1
-33
/
+8
2013-09-10
vmscan: per-node deferred work
Glauber Costa
1
-101
/
+140
2013-09-10
shrinker: add node awareness
Dave Chinner
1
-3
/
+8
2013-09-10
mm: new shrinker API
Dave Chinner
1
-20
/
+40
2013-07-09
mm: vmscan: do not scale writeback pages when deciding whether to set ZONE_WR...
Mel Gorman
1
-15
/
+1
2013-07-09
mm: vmscan: do not continue scanning if reclaim was aborted for compaction
Mel Gorman
1
-3
/
+5
2013-07-03
mm: remove lru parameter from __lru_cache_add and lru_cache_add_lru
Mel Gorman
1
-3
/
+2
2013-07-03
mm: vmscan: take page buffers dirty and locked state into account
Mel Gorman
1
-0
/
+10
2013-07-03
mm: vmscan: treat pages marked for immediate reclaim as zone congestion
Mel Gorman
1
-2
/
+8
2013-07-03
mm: vmscan: move direct reclaim wait_iff_congested into shrink_list
Mel Gorman
1
-29
/
+33
2013-07-03
mm: vmscan: set zone flags before blocking
Mel Gorman
1
-1
/
+1
2013-07-03
mm: vmscan: stall page reclaim after a list of pages have been processed
Mel Gorman
1
-16
/
+33
2013-07-03
mm: vmscan: stall page reclaim and writeback pages based on dirty/writepage p...
Mel Gorman
1
-13
/
+48
2013-07-03
mm: vmscan: move logic from balance_pgdat() to kswapd_shrink_zone()
Mel Gorman
1
-56
/
+54
2013-07-03
mm: vmscan: check if kswapd should writepage once per pgdat scan
Mel Gorman
1
-7
/
+7
2013-07-03
mm: vmscan: block kswapd if it is encountering pages under writeback
Mel Gorman
1
-22
/
+60
2013-07-03
mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...
Mel Gorman
1
-6
/
+25
2013-07-03
mm: vmscan: do not allow kswapd to scan at maximum priority
Mel Gorman
1
-1
/
+1
2013-07-03
mm: vmscan: decide whether to compact the pgdat based on reclaim progress
Mel Gorman
1
-29
/
+30
2013-07-03
mm: vmscan: flatten kswapd priority loop
Mel Gorman
1
-45
/
+41
2013-07-03
mm: vmscan: obey proportional scanning requirements for kswapd
Mel Gorman
1
-8
/
+59
2013-07-03
mm: vmscan: limit the number of pages kswapd reclaims at each priority
Mel Gorman
1
-20
/
+29
2013-04-29
mm: thp: add split tail pages to shrink page list in page reclaim
Shaohua Li
1
-1
/
+1
2013-04-29
memcg: add memory.pressure_level events
Anton Vorontsov
1
-0
/
+8
2013-04-29
mm/vmscan.c: minor cleanup for kswapd
Hillf Danton
1
-4
/
+0
2013-04-17
mm/vmscan: fix error return in kswapd_run()
Xishi Qiu
1
-1
/
+1
2013-02-23
vmscan: change type of vm_total_pages to unsigned long
Zhang Yanfei
1
-1
/
+1
2013-02-23
mm: use up free swap space before reaching OOM kill
Minchan Kim
1
-5
/
+10
2013-02-23
mm: refactor inactive_file_is_low() to use get_lru_size()
Johannes Weiner
1
-13
/
+6
2013-02-23
swap: add per-partition lock for swapfile
Shaohua Li
1
-4
/
+4
2013-02-23
mm: teach mm by current context info to not do I/O during memory allocation
Ming Lei
1
-2
/
+2
2013-02-23
mm: don't wait on congested zones in balance_pgdat()
Zlatko Calusic
1
-28
/
+1
[next]