index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmscan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-04
mm: vmscan: do not allow kswapd to scan at maximum priority
Mel Gorman
1
-1
/
+1
2013-07-04
mm: vmscan: decide whether to compact the pgdat based on reclaim progress
Mel Gorman
1
-29
/
+30
2013-07-04
mm: vmscan: flatten kswapd priority loop
Mel Gorman
1
-45
/
+41
2013-07-04
mm: vmscan: obey proportional scanning requirements for kswapd
Mel Gorman
1
-8
/
+59
2013-07-04
mm: vmscan: limit the number of pages kswapd reclaims at each priority
Mel Gorman
1
-20
/
+29
2013-04-30
mm: thp: add split tail pages to shrink page list in page reclaim
Shaohua Li
1
-1
/
+1
2013-04-30
memcg: add memory.pressure_level events
Anton Vorontsov
1
-0
/
+8
2013-04-30
mm/vmscan.c: minor cleanup for kswapd
Hillf Danton
1
-4
/
+0
2013-04-18
mm/vmscan: fix error return in kswapd_run()
Xishi Qiu
1
-1
/
+1
2013-02-24
vmscan: change type of vm_total_pages to unsigned long
Zhang Yanfei
1
-1
/
+1
2013-02-24
mm: use up free swap space before reaching OOM kill
Minchan Kim
1
-5
/
+10
2013-02-24
mm: refactor inactive_file_is_low() to use get_lru_size()
Johannes Weiner
1
-13
/
+6
2013-02-24
swap: add per-partition lock for swapfile
Shaohua Li
1
-4
/
+4
2013-02-24
mm: teach mm by current context info to not do I/O during memory allocation
Ming Lei
1
-2
/
+2
2013-02-24
mm: don't wait on congested zones in balance_pgdat()
Zlatko Calusic
1
-28
/
+1
2013-02-24
mm: use zone->present_pages instead of zone->managed_pages where appropriate
Jiang Liu
1
-7
/
+7
2013-02-24
mm: avoid calling pgdat_balanced() needlessly
Zlatko Calusic
1
-4
/
+11
2013-02-24
memcg,vmscan: do not break out targeted reclaim without reclaimed pages
Michal Hocko
1
-10
/
+9
2013-02-24
mm/vmscan.c:__zone_reclaim(): replace max_t() with max()
Andrew Morton
1
-2
/
+1
2013-02-24
mm: vmscan: compaction works against zones, not lruvecs
Johannes Weiner
1
-88
/
+91
2013-02-24
mm: vmscan: clean up get_scan_count()
Johannes Weiner
1
-21
/
+44
2013-02-24
mm: vmscan: improve comment on low-page cache handling
Johannes Weiner
1
-5
/
+7
2013-02-24
mm: vmscan: clarify how swappiness, highest priority, memcg interact
Johannes Weiner
1
-9
/
+30
2013-02-24
mm: vmscan: save work scanning (almost) empty LRU lists
Johannes Weiner
1
-4
/
+6
2013-02-24
mm: memcg: only evict file pages when we have plenty
Johannes Weiner
1
-9
/
+11
2013-01-04
MM: vmscan: remove __devinit attribute.
Greg Kroah-Hartman
1
-2
/
+2
2012-12-28
mm: fix null pointer dereference in wait_iff_congested()
Zlatko Calusic
1
-1
/
+1
2012-12-23
mm: modify pgdat_balanced() so that it also handles order-0
Zlatko Calusic
1
-60
/
+45
2012-12-20
mm: do not sleep in balance_pgdat if there's no i/o congestion
Zlatko Calusic
1
-6
/
+6
2012-12-19
mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()
Fengguang Wu
1
-0
/
+8
2012-12-19
vmscan: comment too_many_isolated()
Fengguang Wu
1
-1
/
+5
2012-12-13
vmscan: use N_MEMORY instead N_HIGH_MEMORY
Lai Jiangshan
1
-2
/
+2
2012-12-12
mm/vmscan.c: try_to_freeze() returns boolean
Jeff Liu
1
-1
/
+1
2012-12-12
mm,vmscan: only evict file pages when we have plenty
Rik van Riel
1
-2
/
+13
2012-12-12
mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILD
Kirill A. Shutemov
1
-4
/
+5
2012-12-08
mm: vmscan: fix inappropriate zone congestion clearing
Johannes Weiner
1
-3
/
+0
2012-12-06
mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl...
Johannes Weiner
1
-16
/
+0
2012-11-30
mm: vmscan: fix endless loop in kswapd balancing
Johannes Weiner
1
-9
/
+18
2012-11-27
mm: vmscan: check for fatal signals iff the process was throttled
Mel Gorman
1
-10
/
+27
2012-11-17
mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction...
Mel Gorman
1
-25
/
+0
2012-11-09
mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()
Takamori Yamaguchi
1
-0
/
+2
2012-10-09
CMA: migrate mlocked pages
Minchan Kim
1
-2
/
+2
2012-10-09
mm: remove vma arg from page_evictable
Hugh Dickins
1
-18
/
+9
2012-10-09
mm: compaction: clear PG_migrate_skip based on compaction and reclaim activity
Mel Gorman
1
-0
/
+8
2012-10-09
mm: cma: discard clean pages during contiguous allocation instead of migration
Minchan Kim
1
-6
/
+37
2012-10-09
mm/vmscan: fix error number for failed kthread
Gavin Shan
1
-2
/
+2
2012-10-09
mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on fa...
Mel Gorman
1
-0
/
+25
2012-09-18
memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread fails
Wen Congyang
1
-0
/
+1
2012-08-01
memcg: gix memory accounting scalability in shrink_page_list
Tim Chen
1
-0
/
+2
2012-08-01
memcg: further prevent OOM with too many dirty pages
Hugh Dickins
1
-9
/
+24
[prev]
[next]