summaryrefslogtreecommitdiffstats
path: root/mm/swap.c
AgeCommit message (Expand)Author
2015-01-29mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman
2015-01-29mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2015-01-29mm: do not use unnecessary atomic operations when adding pages to the LRUMel Gorman
2015-01-29mm: do not use atomic operations when releasing pagesMel Gorman
2015-01-29mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2015-01-29mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan
2014-11-21mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner
2014-03-04mm: close PageTail raceDavid Rientjes
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-21mm/swap.c: reorganize put_compound_page()Andrew Morton
2014-01-21mm: hugetlbfs: use __compound_tail_refcounted in __get_page_tail tooAndrea Arcangeli
2014-01-21mm: tail page refcounting optimization for slab and hugetlbfsAndrea Arcangeli
2014-01-21mm: hugetlbfs: move the put/get_page slab and hugetlbfs optimization in a fas...Andrea Arcangeli
2013-11-21mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli
2013-11-08bdi: test bdi_init failureMikulas Patocka
2013-09-12mm: make lru_add_drain_all() selectiveChris Metcalf
2013-09-11mm: fix aio performance regression for database caused by THPKhalid Aziz
2013-07-31thp, mm: avoid PageUnevictable on active/inactive lru listsKirill A. Shutemov
2013-07-31mm/swap.c: clear PageActive before adding pages onto unevictable listNaoya Horiguchi
2013-07-03mm: remove lru parameter from __lru_cache_add and lru_cache_add_lruMel Gorman
2013-07-03mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman
2013-07-03mm: activate !PageLRU pages on mark_page_accessed if page is on local pagevecMel Gorman
2013-07-03mm: pagevec: defer deciding which LRU to add a page to until pagevec drain timeMel Gorman
2013-07-03mm: add tracepoints for LRU activation and insertionsMel Gorman
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-29mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li
2013-02-23swap: make each swap partition have one address_spaceShaohua Li
2012-10-09mm: remove vma arg from page_evictableHugh Dickins
2012-10-09mm: fix nonuniform page status when writing new file with small bufferRobin Dong
2012-07-31mm: add support for direct_IO to highmem pagesMel Gorman
2012-07-31mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins
2012-05-29mm/memcg: move reclaim_stat into lruvecHugh Dickins
2012-05-29mm: fix slab->page flags corruptionPravin B Shelar
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