aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swap.c
AgeCommit message (Expand)Author
2019-03-26mm: handle lru_add_drain_all for UP properlyMichal Hocko
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams
2018-04-05mm/swap.c: remove @cold parameter description for release_pages()Mike Rapoport
2018-02-21mm/swap.c: make functions and their kernel-doc agree (again)Mike Rapoport
2018-02-21mm, mlock, vmscan: no more skipping pagevecsShakeel Butt
2018-02-06mm: docs: fix parameter names mismatchMike Rapoport
2018-01-31mm/swap.c: make functions and their kernel-doc agreeRandy Dunlap
2018-01-31mm: drop hotplug lock from lru_add_drain_all()Michal Hocko
2017-11-15mm, pagevec: rename pagevec drained fieldMel Gorman
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman
2017-11-15mm: remove cold parameter for release_pagesMel Gorman
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15mm: only drain per-cpu pagevecs once per pagevec usageMel Gorman
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2017-11-15mm: add variant of pagevec_lookup_range_tag() taking number of pagesJan Kara
2017-11-15mm: implement find_get_pages_range_tag()Jan Kara
2017-10-03mm: avoid marking swap cached page as lazyfreeShaohua Li
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara
2017-09-06mm: implement find_get_pages_range()Jan Kara
2017-09-06mm: make pagevec_lookup() update indexJan Kara
2017-07-10mm: swap: provide lru_add_drain_all_cpuslocked()Thomas Gleixner
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin
2017-05-03mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams
2017-04-08mm: move pcp and lru-pcp draining into single wqMichal Hocko
2017-02-24mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner
2017-02-22mm/swap: split swap cache into 64MB trunksHuang, Ying
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu
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