aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swap.c
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-221-0/+15
* mm: fix UP THP spin_is_locked BUGsHugh Dickins2012-02-131-1/+1
* mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-111-30/+53
* mm: batch activate_page() to reduce lock contentionShaohua Li2011-05-251-5/+40
* mm: filter unevictable page out in deactivate_page()Minchan Kim2011-05-251-0/+7
* mm: check PageUnevictable in lru_deactivate_fn()Minchan Kim2011-05-111-0/+3
* mm: simplify code of swap.cShaohua Li2011-03-221-75/+58
* mm: reclaim invalidated page ASAPMinchan Kim2011-03-221-3/+38
* memcg: move memcg reclaimable page into tail of inactive listMinchan Kim2011-03-221-1/+2
* mm: deactivate invalidated pagesMinchan Kim2011-03-221-0/+78
* Revert "mm: simplify code of swap.c"Linus Torvalds2011-01-171-54/+47
* Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds2011-01-171-79/+11
* mm: batch activate_page() to reduce lock contentionShaohua Li2011-01-131-11/+79
* mm: simplify code of swap.cShaohua Li2011-01-131-47/+54
* thp: transparent hugepage coreAndrea Arcangeli2011-01-131-0/+37
* thp: put_page: recheck PageHead after releasing the compound_lockAndrea Arcangeli2011-01-131-2/+6
* thp: alter compound get_page/put_pageAndrea Arcangeli2011-01-131-7/+83
* fuse: use release_pages()Miklos Szeredi2010-10-271-0/+1
* mm: export lru_cache_add_*() to modulesMiklos Szeredi2010-05-251-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mm: remove free_hot_page()Li Hong2010-03-061-1/+1
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-1/+1
* mm: return boolean from page_is_file_cache()Johannes Weiner2009-09-221-1/+1
* mm: introduce page_lru_base_type()Johannes Weiner2009-09-221-2/+2
* mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro2009-05-021-46/+0
* FS-Cache: Recruit a page flags for cache managementDavid Howells2009-04-031-2/+2
* mm: remove pagevec_swap_free()KOSAKI Motohiro2009-04-011-23/+0
* memcg: add zone_reclaim_statKOSAKI Motohiro2009-01-081-9/+25
* mm: introduce zone_reclaim structKOSAKI Motohiro2009-01-081-4/+8
* memcg: synchronized LRUKAMEZAWA Hiroyuki2009-01-081-1/+0
* mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins2009-01-061-2/+1
* mm: add_active_or_unevictable into rmapHugh Dickins2009-01-061-19/+0
* mm: get rid of pagevec_release_nonlru()KOSAKI Motohiro2009-01-061-22/+0
* mm: remove UP version of lru_add_drain_all()KOSAKI Motohiro2008-12-101-13/+0
* vmscan: evict streaming IO firstRik van Riel2008-12-021-1/+6
* swap: cull unevictable pages in fault pathLee Schermerhorn2008-10-201-0/+21
* mlock: mlocked pages are unevictableNick Piggin2008-10-201-1/+1
* Unevictable LRU InfrastructureLee Schermerhorn2008-10-201-6/+36
* vmscan: split LRU lists into anon & file setsRik van Riel2008-10-201-3/+11
* vmscan: free swap space on swap-in/activationRik van Riel2008-10-201-0/+24
* swap: use an array for the LRU pagevecsKOSAKI Motohiro2008-10-201-52/+27
* vmscan: Use an indexed array for LRU variablesChristoph Lameter2008-10-201-1/+1
* mm: rename page trylockNick Piggin2008-08-041-1/+1
* swap: update function comment of release_pagesFernando Luis Vazquez Cao2008-07-301-3/+4
* mm: remove initialization of static per-cpu variablesVegard Nossum2008-07-241-4/+4
* mm: fix atomic_t overflow in vmAlan Cox2008-05-241-2/+2
* mm: rotate_reclaimable_page() cleanupMiklos Szeredi2008-04-281-25/+12
* mm: fix various kernel-doc commentsRandy Dunlap2008-03-191-3/+2
* memcg: move_lists on page not page_cgroupHugh Dickins2008-03-041-1/+1
* Memory controller: add per cgroup LRU and reclaimBalbir Singh2008-02-071-0/+2