aboutsummaryrefslogtreecommitdiff
path: root/mm/swap.c
AgeCommit message (Expand)Author
2012-03-21mm: drain percpu lru add/rotate page-vectors on cpu hot-unplugKonstantin Khlebnikov
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins
2012-02-08mm: fix UP THP spin_is_locked BUGsHugh Dickins
2012-01-12mm: remove del_page_from_lru, add page_off_lruHugh Dickins
2012-01-12mm: no blank line after EXPORT_SYMBOL in swap.cHugh Dickins
2012-01-12mm: fewer underscores in ____pagevec_lru_addHugh Dickins
2012-01-12mm: take pagevecs off reclaim stackHugh Dickins
2012-01-12memcg: fix split_huge_page_refcounts()Hugh Dickins
2012-01-12thp: improve order in lru list for split huge pageShaohua Li
2012-01-12mm: make per-memcg LRU lists exclusiveJohannes Weiner
2012-01-12mm: collect LRU list heads into struct lruvecJohannes Weiner
2012-01-10mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-05-25mm: batch activate_page() to reduce lock contentionShaohua Li
2011-05-25mm: filter unevictable page out in deactivate_page()Minchan Kim
2011-05-11mm: check PageUnevictable in lru_deactivate_fn()Minchan Kim
2011-03-22mm: simplify code of swap.cShaohua Li
2011-03-22mm: reclaim invalidated page ASAPMinchan Kim
2011-03-22memcg: move memcg reclaimable page into tail of inactive listMinchan Kim
2011-03-22mm: deactivate invalidated pagesMinchan Kim
2011-01-17Revert "mm: simplify code of swap.c"Linus Torvalds
2011-01-17Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds
2011-01-13mm: batch activate_page() to reduce lock contentionShaohua Li
2011-01-13mm: simplify code of swap.cShaohua Li
2011-01-13thp: transparent hugepage coreAndrea Arcangeli
2011-01-13thp: put_page: recheck PageHead after releasing the compound_lockAndrea Arcangeli
2011-01-13thp: alter compound get_page/put_pageAndrea Arcangeli
2010-10-27fuse: use release_pages()Miklos Szeredi
2010-05-25mm: export lru_cache_add_*() to modulesMiklos Szeredi
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-06mm: remove free_hot_page()Li Hong
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-09-22mm: return boolean from page_is_file_cache()Johannes Weiner
2009-09-22mm: introduce page_lru_base_type()Johannes Weiner
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells
2009-04-01mm: remove pagevec_swap_free()KOSAKI Motohiro
2009-01-08memcg: add zone_reclaim_statKOSAKI Motohiro
2009-01-08mm: introduce zone_reclaim structKOSAKI Motohiro
2009-01-08memcg: synchronized LRUKAMEZAWA Hiroyuki
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins
2009-01-06mm: add_active_or_unevictable into rmapHugh Dickins
2009-01-06mm: get rid of pagevec_release_nonlru()KOSAKI Motohiro
2008-12-10mm: remove UP version of lru_add_drain_all()KOSAKI Motohiro
2008-12-02vmscan: evict streaming IO firstRik van Riel
2008-10-20swap: cull unevictable pages in fault pathLee Schermerhorn
2008-10-20mlock: mlocked pages are unevictableNick Piggin
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn