summaryrefslogtreecommitdiff
path: root/mm/swap.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-03mm: swap: memcg: fix memcg stats for huge pagesShakeel Butt1-5/+16
2020-06-03mm: swap: fix vmstats for huge pagesShakeel Butt1-6/+8
2020-06-03mm: vmscan: reclaim writepage is IO costJohannes Weiner1-6/+10
2020-06-03mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner1-5/+27
2020-06-03mm: balance LRU lists based on relative thrashingJohannes Weiner1-4/+7
2020-06-03mm: deactivations shouldn't bias the LRU balanceJohannes Weiner1-6/+1
2020-06-03mm: base LRU balancing on an explicit cost modelJohannes Weiner1-11/+8
2020-06-03mm: remove use-once cache bias from LRU balancingJohannes Weiner1-5/+0
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner1-32/+10
2020-06-03mm: fix LRU balancing effect of new transparent huge pagesJohannes Weiner1-14/+11
2020-06-03mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)1-4/+1
2020-05-28mm/swap: Use local_lock for protectionIngo Molnar1-38/+80
2020-04-07mm: huge tmpfs: try to split_huge_page() when punching holeHugh Dickins1-0/+4
2020-04-07mm: code cleanup for MADV_FREEHuang Ying1-8/+8
2020-04-02mm: swap: use smp_mb__after_atomic() to order LRU bit setYang Shi1-2/+2
2020-04-02mm/swap.c: not necessary to export __pagevec_lru_add()Wei Yang1-1/+0
2020-01-31mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pagesJohn Hubbard1-1/+26
2019-12-01mm/swap.c: piggyback lru_add_drain_all() callsKonstantin Khlebnikov1-1/+15
2019-12-01mm/swap.c: trivial mark_page_accessed() cleanupFengguang Wu1-4/+9
2019-09-25mm: introduce MADV_COLDMinchan Kim1-0/+42
2019-09-24mm: move mem_cgroup_uncharge out of __page_cache_release()Yang Shi1-1/+1
2019-09-24mm: replace list_move_tail() with add_page_to_lru_list_tail()Yu Zhao1-8/+6
2019-07-15docs: admin-guide: move sysctl directory to itMauro Carvalho Chehab1-1/+1
2019-07-15docs: sysctl: convert to ReSTMauro Carvalho Chehab1-1/+1
2019-07-02mm/swap: fix release_pages() when releasing devmap pagesIra Weiny1-4/+9
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14mm/swap.c: __pagevec_lru_add_fn: typo fixPeng Fan1-1/+1
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin1-8/+8
2019-02-21mm: handle lru_add_drain_all for UP properlyMichal Hocko1-7/+10
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-11-12mm: Replace spin_is_locked() with lockdepLance Roy1-2/+1
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+3
2018-10-26mm/swap.c: remove duplicated includeYueHaibing1-1/+0
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox1-2/+2
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-1/+1
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams1-1/+2
2018-04-05mm/swap.c: remove @cold parameter description for release_pages()Mike Rapoport1-1/+0
2018-02-21mm/swap.c: make functions and their kernel-doc agree (again)Mike Rapoport1-1/+1
2018-02-21mm, mlock, vmscan: no more skipping pagevecsShakeel Butt1-35/+47
2018-02-06mm: docs: fix parameter names mismatchMike Rapoport1-2/+2
2018-01-31mm/swap.c: make functions and their kernel-doc agreeRandy Dunlap1-6/+5
2018-01-31mm: drop hotplug lock from lru_add_drain_all()Michal Hocko1-8/+8
2017-11-15mm, pagevec: rename pagevec drained fieldMel Gorman1-2/+2
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman1-2/+2
2017-11-15mm: remove cold parameter for release_pagesMel Gorman1-4/+4
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-2/+2
2017-11-15mm: only drain per-cpu pagevecs once per pagevec usageMel Gorman1-1/+4
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara1-2/+2
2017-11-15mm: add variant of pagevec_lookup_range_tag() taking number of pagesJan Kara1-0/+9