aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25mm: batch activate_page() to reduce lock contentionShaohua Li1-5/+40
2011-05-25mm: filter unevictable page out in deactivate_page()Minchan Kim1-0/+7
2011-05-11mm: check PageUnevictable in lru_deactivate_fn()Minchan Kim1-0/+3
2011-03-22mm: simplify code of swap.cShaohua Li1-75/+58
2011-03-22mm: reclaim invalidated page ASAPMinchan Kim1-3/+38
2011-03-22memcg: move memcg reclaimable page into tail of inactive listMinchan Kim1-1/+2
2011-03-22mm: deactivate invalidated pagesMinchan Kim1-0/+78
2011-01-17Revert "mm: simplify code of swap.c"Linus Torvalds1-54/+47
2011-01-17Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds1-79/+11
2011-01-13mm: batch activate_page() to reduce lock contentionShaohua Li1-11/+79
2011-01-13mm: simplify code of swap.cShaohua Li1-47/+54
2011-01-13thp: transparent hugepage coreAndrea Arcangeli1-0/+37
2011-01-13thp: put_page: recheck PageHead after releasing the compound_lockAndrea Arcangeli1-2/+6
2011-01-13thp: alter compound get_page/put_pageAndrea Arcangeli1-7/+83
2010-10-27fuse: use release_pages()Miklos Szeredi1-0/+1
2010-05-25mm: export lru_cache_add_*() to modulesMiklos Szeredi1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-06mm: remove free_hot_page()Li Hong1-1/+1
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-1/+1
2009-09-22mm: return boolean from page_is_file_cache()Johannes Weiner1-1/+1
2009-09-22mm: introduce page_lru_base_type()Johannes Weiner1-2/+2
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro1-46/+0
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells1-2/+2
2009-04-01mm: remove pagevec_swap_free()KOSAKI Motohiro1-23/+0
2009-01-08memcg: add zone_reclaim_statKOSAKI Motohiro1-9/+25
2009-01-08mm: introduce zone_reclaim structKOSAKI Motohiro1-4/+8
2009-01-08memcg: synchronized LRUKAMEZAWA Hiroyuki1-1/+0
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins1-2/+1
2009-01-06mm: add_active_or_unevictable into rmapHugh Dickins1-19/+0
2009-01-06mm: get rid of pagevec_release_nonlru()KOSAKI Motohiro1-22/+0
2008-12-10mm: remove UP version of lru_add_drain_all()KOSAKI Motohiro1-13/+0
2008-12-02vmscan: evict streaming IO firstRik van Riel1-1/+6
2008-10-20swap: cull unevictable pages in fault pathLee Schermerhorn1-0/+21
2008-10-20mlock: mlocked pages are unevictableNick Piggin1-1/+1
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn1-6/+36
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-3/+11
2008-10-20vmscan: free swap space on swap-in/activationRik van Riel1-0/+24
2008-10-20swap: use an array for the LRU pagevecsKOSAKI Motohiro1-52/+27
2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter1-1/+1
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-07-30swap: update function comment of release_pagesFernando Luis Vazquez Cao1-3/+4
2008-07-24mm: remove initialization of static per-cpu variablesVegard Nossum1-4/+4
2008-05-24mm: fix atomic_t overflow in vmAlan Cox1-2/+2
2008-04-28mm: rotate_reclaimable_page() cleanupMiklos Szeredi1-25/+12
2008-03-19mm: fix various kernel-doc commentsRandy Dunlap1-3/+2
2008-03-04memcg: move_lists on page not page_cgroupHugh Dickins1-1/+1
2008-02-07Memory controller: add per cgroup LRU and reclaimBalbir Singh1-0/+2
2008-02-05mm: remove fastcall from mm/Harvey Harrison1-5/+5
2007-10-20spelling fixes: mm/Simon Arlott1-1/+1
2007-10-17mm: bdi init hooksPeter Zijlstra1-0/+5