summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memcg: apply add/del_page to lruvecHugh Dickins2012-05-291-20/+27
* mm: trivial cleanups in vmscan.cHugh Dickins2012-05-291-21/+10
* mm/memcg: get_lru_size not get_lruvec_sizeHugh Dickins2012-05-291-10/+9
* mm/vmscan: kill struct mem_cgroup_zoneKonstantin Khlebnikov2012-05-291-20/+6
* mm/vmscan: push lruvec pointer into should_continue_reclaim()Konstantin Khlebnikov2012-05-291-5/+3
* mm/vmscan: push lruvec pointer into get_scan_count()Konstantin Khlebnikov2012-05-291-16/+9
* mm/vmscan: push lruvec pointer into shrink_list()Konstantin Khlebnikov2012-05-291-22/+12
* mm/vmscan: push lruvec pointer into inactive_list_is_low()Konstantin Khlebnikov2012-05-291-18/+22
* mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size()Konstantin Khlebnikov2012-05-291-15/+16
* mm/vmscan: push lruvec pointer into putback_inactive_pages()Konstantin Khlebnikov2012-05-291-4/+4
* mm/vmscan: remove update_isolated_counts()Konstantin Khlebnikov2012-05-291-54/+6
* mm/vmscan: push zone pointer into shrink_page_list()Konstantin Khlebnikov2012-05-291-6/+5
* mm/vmscan: push lruvec pointer into isolate_lru_pages()Konstantin Khlebnikov2012-05-291-8/+8
* mm/vmscan: store "priority" in struct scan_controlKonstantin Khlebnikov2012-05-291-56/+61
* mm/memcg: use vm_swappiness from target memory cgroupKonstantin Khlebnikov2012-05-291-6/+5
* mm/memcg: kill mem_cgroup_lru_del()Konstantin Khlebnikov2012-05-291-1/+1
* mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov2012-05-291-19/+4
* mm: push lru index into shrink_[in]active_list()Konstantin Khlebnikov2012-05-291-24/+17
* mm/memcg: move reclaim_stat into lruvecHugh Dickins2012-05-291-4/+1
* mm/memcg: scanning_global_lru means mem_cgroup_disabledHugh Dickins2012-05-291-14/+4
* mm: avoid swapping out with swappiness==0Satoru Moriya2012-05-291-3/+3
* mm: consider all swapped back pages in used-once logicMichal Hocko2012-05-291-1/+1
* mm: rename is_mlocked_vma() to mlocked_vma_newpage()Ying Han2012-05-291-1/+1
* mm: memcg: count pte references from every member of the reclaimed hierarchyJohannes Weiner2012-05-291-2/+4
* mm: vmscan: remove reclaim_mode_tMel Gorman2012-05-291-50/+22
* mm: vmscan: do not stall on writeback during memory compactionMel Gorman2012-05-291-77/+8
* mm: vmscan: remove lumpy reclaimMel Gorman2012-05-291-129/+15
* mm: remove swap token codeRik van Riel2012-05-291-6/+0
* mm: fix up the vmscan stat in vmstatYing Han2012-04-251-3/+8
* Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han2012-04-121-6/+1
* Fix potential endless loop in kswapd when compaction is not enabledRik van Riel2012-03-241-1/+2
* mm: fix testorder interaction between two kswapd patchesHugh Dickins2012-03-231-1/+1
* mm: forbid lumpy-reclaim in shrink_active_list()Konstantin Khlebnikov2012-03-211-0/+2
* cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-03-211-2/+0
* mm/vmscan.c: fix spelling errorCopot Alexandru2012-03-211-2/+2
* vmscan: handle isolated pages with lru lock releasedHillf Danton2012-03-211-11/+10
* mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning ...Mel Gorman2012-03-211-13/+29
* vmscan: only defer compaction for failed order and higherRik van Riel2012-03-211-1/+1
* vmscan: kswapd carefully call compactionRik van Riel2012-03-211-0/+10
* vmscan: reclaim at order 0 when compaction is enabledRik van Riel2012-03-211-17/+30
* mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()Hillf Danton2012-03-211-1/+6
* mm/vmscan.c: cleanup with s/reclaim_mode/isolate_mode/Hillf Danton2012-03-211-9/+9
* SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins2012-01-231-89/+39
* SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins2012-01-231-1/+11
* mm: rearrange putback_inactive_pagesHugh Dickins2012-01-121-52/+44
* mm: remove isolate_pages()Hugh Dickins2012-01-121-34/+27
* mm: enum lru_list lruHugh Dickins2012-01-121-11/+11
* mm: take pagevecs off reclaim stackHugh Dickins2012-01-121-18/+40
* mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman2012-01-121-10/+9
* mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman2012-01-121-5/+39