summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | mm/memcg: kill mem_cgroup_lru_del()Konstantin Khlebnikov2012-05-301-1/+1
* | | mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov2012-05-301-19/+4Star
* | | mm: push lru index into shrink_[in]active_list()Konstantin Khlebnikov2012-05-301-24/+17Star
| |/ |/|
* | mm/memcg: move reclaim_stat into lruvecHugh Dickins2012-05-301-4/+1Star
* | mm/memcg: scanning_global_lru means mem_cgroup_disabledHugh Dickins2012-05-301-14/+4Star
* | mm: avoid swapping out with swappiness==0Satoru Moriya2012-05-301-3/+3
* | mm: consider all swapped back pages in used-once logicMichal Hocko2012-05-301-1/+1
* | mm: rename is_mlocked_vma() to mlocked_vma_newpage()Ying Han2012-05-301-1/+1
* | mm: memcg: count pte references from every member of the reclaimed hierarchyJohannes Weiner2012-05-301-2/+4
* | mm: vmscan: remove reclaim_mode_tMel Gorman2012-05-301-50/+22Star
* | mm: vmscan: do not stall on writeback during memory compactionMel Gorman2012-05-301-77/+8Star
* | mm: vmscan: remove lumpy reclaimMel Gorman2012-05-301-129/+15Star
* | mm: remove swap token codeRik van Riel2012-05-301-6/+0Star
|/
* mm: fix up the vmscan stat in vmstatYing Han2012-04-261-3/+8
* Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han2012-04-121-6/+1Star
* 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-221-0/+2
* cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-03-221-2/+0Star
* mm/vmscan.c: fix spelling errorCopot Alexandru2012-03-221-2/+2
* vmscan: handle isolated pages with lru lock releasedHillf Danton2012-03-221-11/+10Star
* mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning ...Mel Gorman2012-03-221-13/+29
* vmscan: only defer compaction for failed order and higherRik van Riel2012-03-221-1/+1
* vmscan: kswapd carefully call compactionRik van Riel2012-03-221-0/+10
* vmscan: reclaim at order 0 when compaction is enabledRik van Riel2012-03-221-17/+30
* mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()Hillf Danton2012-03-221-1/+6
* mm/vmscan.c: cleanup with s/reclaim_mode/isolate_mode/Hillf Danton2012-03-221-9/+9
* SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins2012-01-231-89/+39Star
* SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins2012-01-231-1/+11
* mm: rearrange putback_inactive_pagesHugh Dickins2012-01-131-52/+44Star
* mm: remove isolate_pages()Hugh Dickins2012-01-131-34/+27Star
* mm: enum lru_list lruHugh Dickins2012-01-131-11/+11
* mm: take pagevecs off reclaim stackHugh Dickins2012-01-131-18/+40
* mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman2012-01-131-10/+9Star
* mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman2012-01-131-5/+39
* mm: compaction: make isolate_lru_page() filter-aware againMel Gorman2012-01-131-2/+33
* mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman2012-01-131-1/+7
* mm: vmscan: check if we isolated a compound page during lumpy scanAndrea Arcangeli2012-01-131-3/+7
* vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate()Tao Ma2012-01-131-1/+1
* mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner2012-01-131-6/+6
* mm: make per-memcg LRU lists exclusiveJohannes Weiner2012-01-131-35/+29Star
* mm: collect LRU list heads into struct lruvecJohannes Weiner2012-01-131-5/+5
* mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner2012-01-131-17/+22
* mm: move memcg hierarchy reclaim to generic reclaim codeJohannes Weiner2012-01-131-4/+39
* mm: vmscan: distinguish between memcg triggering reclaim and memcg being scannedJohannes Weiner2012-01-131-108/+141
* mm: vmscan: distinguish global reclaim from global LRU scanningJohannes Weiner2012-01-131-25/+37
* mm: vmscan: fix typo in isolating lru pagesHillf Danton2012-01-111-1/+1
* mm: test PageSwapBacked in lumpy reclaimHugh Dickins2012-01-111-1/+1
* mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim2012-01-111-2/+3
* vmscan: add task name to warn_scan_unevictable() messagesKOSAKI Motohiro2012-01-111-2/+3