aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-23swap: make each swap partition have one address_spaceShaohua Li1-2/+7
2012-10-09mm: remove vma arg from page_evictableHugh Dickins1-1/+1
2012-10-09mm: fix nonuniform page status when writing new file with small bufferRobin Dong1-1/+10
2012-07-31mm: add support for direct_IO to highmem pagesMel Gorman1-2/+1
2012-07-31mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman1-0/+53
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins1-43/+43
2012-05-29mm/memcg: move reclaim_stat into lruvecHugh Dickins1-10/+4
2012-05-29mm: fix slab->page flags corruptionPravin B Shelar1-2/+35
2012-03-21mm: drain percpu lru add/rotate page-vectors on cpu hot-unplugKonstantin Khlebnikov1-2/+2
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins1-3/+5
2012-02-08mm: fix UP THP spin_is_locked BUGsHugh Dickins1-1/+1
2012-01-12mm: remove del_page_from_lru, add page_off_lruHugh Dickins1-2/+2
2012-01-12mm: no blank line after EXPORT_SYMBOL in swap.cHugh Dickins1-5/+0
2012-01-12mm: fewer underscores in ____pagevec_lru_addHugh Dickins1-6/+6
2012-01-12mm: take pagevecs off reclaim stackHugh Dickins1-19/+0
2012-01-12memcg: fix split_huge_page_refcounts()Hugh Dickins1-10/+19
2012-01-12thp: improve order in lru list for split huge pageShaohua Li1-1/+1
2012-01-12mm: make per-memcg LRU lists exclusiveJohannes Weiner1-8/+15
2012-01-12mm: collect LRU list heads into struct lruvecJohannes Weiner1-6/+5
2012-01-10mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov1-11/+3
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli1-30/+53
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
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