aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swap.c
AgeCommit message (Expand)Author
2016-07-28mm, pagevec: release/reacquire lru_lock on pgdat changeMel Gorman
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman
2016-07-26shmem: add huge pages supportKirill A. Shutemov
2016-06-24mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba
2016-06-09mm: introduce dedicated WQ_MEM_RECLAIM workqueue to do lru_add_drain_allWang Sheng-Hui
2016-05-20mm/swap.c: put activate_page_pvecs and other pagevecs togetherMing Li
2016-04-28thp: keep huge zero page pinned until tlb flushKirill A. Shutemov
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-15mm, x86: get_user_pages() for dax mappingsDan Williams
2016-01-15mm: move lazily freed pages to inactive listMinchan Kim
2016-01-15thp: allow mlocked THP againKirill A. Shutemov
2016-01-15mm: drop tail page refcountingKirill A. Shutemov
2015-11-06mm: make compound_head() robustKirill A. Shutemov
2015-09-10mm: introduce idle page trackingVladimir Davydov
2015-06-24mm: drop bogus VM_BUG_ON_PAGE assert in put_page() codepathKirill A. Shutemov
2015-04-15mm: don't call __page_cache_release for hugetlbNaoya Horiguchi
2015-04-15mm: rename deactivate_page to deactivate_file_pageMinchan Kim
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov
2015-01-20fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig
2014-10-09mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cacheMichal Hocko
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner
2014-08-06mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman
2014-08-06mm: replace init_page_accessed by __SetPageReferencedHugh Dickins
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-06-04mm: do not use unnecessary atomic operations when adding pages to the LRUMel Gorman
2014-06-04mm: do not use atomic operations when releasing pagesMel Gorman
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-06-04mm: introdule compound_head_by_tail()Jianyu Zhan
2014-06-04mm/swap.c: split put_compound_page()Jianyu Zhan
2014-06-04mm/swap.c: introduce put_[un]refcounted_compound_page helpers for splitting p...Jianyu Zhan
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter
2014-06-04mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner
2014-04-03mm + 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