summaryrefslogtreecommitdiff
path: root/mm/swap.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+3
2018-10-27mm/swap.c: remove duplicated includeYueHaibing1-1/+0
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox1-2/+2
2018-09-30xarray: Replace exceptional entriesMatthew Wilcox1-1/+1
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams1-1/+2
2018-04-06mm/swap.c: remove @cold parameter description for release_pages()Mike Rapoport1-1/+0
2018-02-22mm/swap.c: make functions and their kernel-doc agree (again)Mike Rapoport1-1/+1
2018-02-22mm, mlock, vmscan: no more skipping pagevecsShakeel Butt1-35/+47
2018-02-07mm: docs: fix parameter names mismatchMike Rapoport1-2/+2
2018-02-01mm/swap.c: make functions and their kernel-doc agreeRandy Dunlap1-6/+5
2018-02-01mm: drop hotplug lock from lru_add_drain_all()Michal Hocko1-8/+8
2017-11-16mm, pagevec: rename pagevec drained fieldMel Gorman1-2/+2
2017-11-16mm: remove cold parameter from free_hot_cold_page*Mel Gorman1-2/+2
2017-11-16mm: remove cold parameter for release_pagesMel Gorman1-4/+4
2017-11-16mm, pagevec: remove cold parameter for pagevecsMel Gorman1-2/+2
2017-11-16mm: only drain per-cpu pagevecs once per pagevec usageMel Gorman1-1/+4
2017-11-16mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara1-2/+2
2017-11-16mm: add variant of pagevec_lookup_range_tag() taking number of pagesJan Kara1-0/+9
2017-11-16mm: implement find_get_pages_range_tag()Jan Kara1-4/+5
2017-10-04mm: avoid marking swap cached page as lazyfreeShaohua Li1-2/+2
2017-09-09mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-0/+11
2017-09-07mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara1-3/+2
2017-09-07mm: implement find_get_pages_range()Jan Kara1-8/+14
2017-09-07mm: make pagevec_lookup() update indexJan Kara1-2/+3
2017-07-11mm: swap: provide lru_add_drain_all_cpuslocked()Thomas Gleixner1-3/+8
2017-07-07mm: per-cgroup memory reclaim statsRoman Gushchin1-0/+1
2017-05-04mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li1-21/+28
2017-05-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+10
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams1-0/+10
2017-04-08mm: move pcp and lru-pcp draining into single wqMichal Hocko1-19/+8
2017-02-25mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner1-4/+5
2017-02-23mm/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-08thp: reduce usage of huge zero page's atomic counterAaron Lu1-3/+1
2016-07-29mm, pagevec: release/reacquire lru_lock on pgdat changeMel Gorman1-10/+10
2016-07-29mm, vmscan: move LRU lists to nodeMel Gorman1-25/+25
2016-07-29mm, vmscan: move lru_lock to the nodeMel Gorman1-15/+15
2016-07-27shmem: add huge pages supportKirill A. Shutemov1-0/+2
2016-06-25mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba1-6/+5
2016-06-10mm: introduce dedicated WQ_MEM_RECLAIM workqueue to do lru_add_drain_allWang Sheng-Hui1-1/+19
2016-05-21mm/swap.c: put activate_page_pvecs and other pagevecs togetherMing Li1-2/+3
2016-04-29thp: 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-16mm, x86: get_user_pages() for dax mappingsDan Williams1-0/+1
2016-01-16mm: move lazily freed pages to inactive listMinchan Kim1-0/+44
2016-01-16thp: allow mlocked THP againKirill A. Shutemov1-0/+1
2016-01-16mm: drop tail page refcountingKirill A. Shutemov1-259/+14
2015-11-07mm: make compound_head() robustKirill A. Shutemov1-2/+2
2015-09-10mm: introduce idle page trackingVladimir Davydov1-0/+3