aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/swap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-10mm: swap: provide lru_add_drain_all_cpuslocked()Thomas Gleixner1-3/+8
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin1-0/+1
2017-05-03mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li1-21/+28
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crashDan Williams1-0/+10
2017-04-08mm: move pcp and lru-pcp draining into single wqMichal Hocko1-19/+8
2017-02-24mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner1-4/+5
2017-02-22mm/swap: split swap cache into 64MB trunksHuang, Ying1-6/+0
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin1-0/+2
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu1-3/+1
2016-07-28mm, pagevec: release/reacquire lru_lock on pgdat changeMel Gorman1-10/+10
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-25/+25
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman1-15/+15
2016-07-26shmem: add huge pages supportKirill A. Shutemov1-0/+2
2016-06-24mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba1-6/+5
2016-06-09mm: introduce dedicated WQ_MEM_RECLAIM workqueue to do lru_add_drain_allWang Sheng-Hui1-1/+19
2016-05-20mm/swap.c: put activate_page_pvecs and other pagevecs togetherMing Li1-2/+3
2016-04-28thp: keep huge zero page pinned until tlb flushKirill A. Shutemov1-0/+5
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-6/+6
2016-01-15mm, x86: get_user_pages() for dax mappingsDan Williams1-0/+1
2016-01-15mm: move lazily freed pages to inactive listMinchan Kim1-0/+44
2016-01-15thp: allow mlocked THP againKirill A. Shutemov1-0/+1
2016-01-15mm: drop tail page refcountingKirill A. Shutemov1-259/+14
2015-11-06mm: make compound_head() robustKirill A. Shutemov1-2/+2
2015-09-10mm: introduce idle page trackingVladimir Davydov1-0/+3
2015-06-24mm: drop bogus VM_BUG_ON_PAGE assert in put_page() codepathKirill A. Shutemov1-1/+0
2015-04-15mm: don't call __page_cache_release for hugetlbNaoya Horiguchi1-1/+9
2015-04-15mm: rename deactivate_page to deactivate_file_pageMinchan Kim1-12/+12
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov1-3/+1
2015-01-20fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig1-2/+0
2014-10-09mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cacheMichal Hocko1-11/+19
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner1-5/+1
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner1-0/+6
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner1-0/+34
2014-08-06mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman1-2/+2
2014-08-06mm: replace init_page_accessed by __SetPageReferencedHugh Dickins1-11/+3
2014-06-04mm: non-atomically mark page accessed during page cache allocation where possibleMel Gorman1-0/+11
2014-06-04mm: do not use unnecessary atomic operations when adding pages to the LRUMel Gorman1-2/+4
2014-06-04mm: do not use atomic operations when releasing pagesMel Gorman1-1/+1
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-2/+2
2014-06-04mm: introdule compound_head_by_tail()Jianyu Zhan1-1/+1
2014-06-04mm/swap.c: split put_compound_page()Jianyu Zhan1-126/+16
2014-06-04mm/swap.c: introduce put_[un]refcounted_compound_page helpers for splitting put_compound_page()Jianyu Zhan1-0/+142
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter1-1/+1
2014-06-04mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan1-8/+23
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner1-0/+2
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-0/+51
2014-03-04mm: close PageTail raceDavid Rientjes1-2/+2