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
2012-05-30
mm/memcg: apply add/del_page to lruvec
Hugh Dickins
1
-20
/
+27
2012-05-30
mm: trivial cleanups in vmscan.c
Hugh Dickins
1
-21
/
+10
2012-05-30
mm/memcg: get_lru_size not get_lruvec_size
Hugh Dickins
1
-10
/
+9
2012-05-30
mm/vmscan: kill struct mem_cgroup_zone
Konstantin Khlebnikov
1
-20
/
+6
2012-05-30
mm/vmscan: push lruvec pointer into should_continue_reclaim()
Konstantin Khlebnikov
1
-5
/
+3
2012-05-30
mm/vmscan: push lruvec pointer into get_scan_count()
Konstantin Khlebnikov
1
-16
/
+9
2012-05-30
mm/vmscan: push lruvec pointer into shrink_list()
Konstantin Khlebnikov
1
-22
/
+12
2012-05-30
mm/vmscan: push lruvec pointer into inactive_list_is_low()
Konstantin Khlebnikov
1
-18
/
+22
2012-05-30
mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size()
Konstantin Khlebnikov
1
-15
/
+16
2012-05-30
mm/vmscan: push lruvec pointer into putback_inactive_pages()
Konstantin Khlebnikov
1
-4
/
+4
2012-05-30
mm/vmscan: remove update_isolated_counts()
Konstantin Khlebnikov
1
-54
/
+6
2012-05-30
mm/vmscan: push zone pointer into shrink_page_list()
Konstantin Khlebnikov
1
-6
/
+5
2012-05-30
mm/vmscan: push lruvec pointer into isolate_lru_pages()
Konstantin Khlebnikov
1
-8
/
+8
2012-05-30
mm/vmscan: store "priority" in struct scan_control
Konstantin Khlebnikov
1
-56
/
+61
2012-05-30
mm/memcg: use vm_swappiness from target memory cgroup
Konstantin Khlebnikov
1
-6
/
+5
2012-05-30
mm/memcg: kill mem_cgroup_lru_del()
Konstantin Khlebnikov
1
-1
/
+1
2012-05-30
mm: remove lru type checks from __isolate_lru_page()
Konstantin Khlebnikov
1
-19
/
+4
2012-05-30
mm: push lru index into shrink_[in]active_list()
Konstantin Khlebnikov
1
-24
/
+17
2012-05-30
mm/memcg: move reclaim_stat into lruvec
Hugh Dickins
1
-4
/
+1
2012-05-30
mm/memcg: scanning_global_lru means mem_cgroup_disabled
Hugh Dickins
1
-14
/
+4
2012-05-30
mm: avoid swapping out with swappiness==0
Satoru Moriya
1
-3
/
+3
2012-05-30
mm: consider all swapped back pages in used-once logic
Michal Hocko
1
-1
/
+1
2012-05-30
mm: rename is_mlocked_vma() to mlocked_vma_newpage()
Ying Han
1
-1
/
+1
2012-05-30
mm: memcg: count pte references from every member of the reclaimed hierarchy
Johannes Weiner
1
-2
/
+4
2012-05-30
mm: vmscan: remove reclaim_mode_t
Mel Gorman
1
-50
/
+22
2012-05-30
mm: vmscan: do not stall on writeback during memory compaction
Mel Gorman
1
-77
/
+8
2012-05-30
mm: vmscan: remove lumpy reclaim
Mel Gorman
1
-129
/
+15
2012-05-30
mm: remove swap token code
Rik van Riel
1
-6
/
+0
2012-04-26
mm: fix up the vmscan stat in vmstat
Ying Han
1
-3
/
+8
2012-04-13
Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"
Ying Han
1
-6
/
+1
2012-03-24
Fix potential endless loop in kswapd when compaction is not enabled
Rik van Riel
1
-1
/
+2
2012-03-23
mm: fix testorder interaction between two kswapd patches
Hugh Dickins
1
-1
/
+1
2012-03-22
mm: forbid lumpy-reclaim in shrink_active_list()
Konstantin Khlebnikov
1
-0
/
+2
2012-03-22
cpuset: mm: reduce large amounts of memory barrier related damage v3
Mel Gorman
1
-2
/
+0
2012-03-22
mm/vmscan.c: fix spelling error
Copot Alexandru
1
-2
/
+2
2012-03-22
vmscan: handle isolated pages with lru lock released
Hillf Danton
1
-11
/
+10
2012-03-22
mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning ...
Mel Gorman
1
-13
/
+29
2012-03-22
vmscan: only defer compaction for failed order and higher
Rik van Riel
1
-1
/
+1
2012-03-22
vmscan: kswapd carefully call compaction
Rik van Riel
1
-0
/
+10
2012-03-22
vmscan: reclaim at order 0 when compaction is enabled
Rik van Riel
1
-17
/
+30
2012-03-22
mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()
Hillf Danton
1
-1
/
+6
2012-03-22
mm/vmscan.c: cleanup with s/reclaim_mode/isolate_mode/
Hillf Danton
1
-9
/
+9
2012-01-23
SHM_UNLOCK: fix Unevictable pages stranded after swap
Hugh Dickins
1
-89
/
+39
2012-01-23
SHM_UNLOCK: fix long unpreemptible section
Hugh Dickins
1
-1
/
+11
2012-01-13
mm: rearrange putback_inactive_pages
Hugh Dickins
1
-52
/
+44
2012-01-13
mm: remove isolate_pages()
Hugh Dickins
1
-34
/
+27
2012-01-13
mm: enum lru_list lru
Hugh Dickins
1
-11
/
+11
2012-01-13
mm: take pagevecs off reclaim stack
Hugh Dickins
1
-18
/
+40
2012-01-13
mm: vmscan: check if reclaim should really abort even if compaction_ready() i...
Mel Gorman
1
-10
/
+9
2012-01-13
mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...
Mel Gorman
1
-5
/
+39
[next]