summaryrefslogtreecommitdiffstats
path: root/mm/swap.c
AgeCommit message (Expand)Author
2020-08-14mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-26mm/swap: fix for "mm: workingset: age nonresident information alongside anony...Joonsoo Kim
2020-06-03mm: swap: memcg: fix memcg stats for huge pagesShakeel Butt
2020-06-03mm: swap: fix vmstats for huge pagesShakeel Butt
2020-06-03mm: vmscan: reclaim writepage is IO costJohannes Weiner
2020-06-03mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner
2020-06-03mm: balance LRU lists based on relative thrashingJohannes Weiner
2020-06-03mm: deactivations shouldn't bias the LRU balanceJohannes Weiner
2020-06-03mm: base LRU balancing on an explicit cost modelJohannes Weiner
2020-06-03mm: remove use-once cache bias from LRU balancingJohannes Weiner
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner
2020-06-03mm: fix LRU balancing effect of new transparent huge pagesJohannes Weiner
2020-06-03mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)
2020-05-28mm/swap: Use local_lock for protectionIngo Molnar
2020-04-07mm: huge tmpfs: try to split_huge_page() when punching holeHugh Dickins
2020-04-07mm: code cleanup for MADV_FREEHuang Ying
2020-04-02mm: swap: use smp_mb__after_atomic() to order LRU bit setYang Shi
2020-04-02mm/swap.c: not necessary to export __pagevec_lru_add()Wei Yang
2020-01-31mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pagesJohn Hubbard
2019-12-01mm/swap.c: piggyback lru_add_drain_all() callsKonstantin Khlebnikov
2019-12-01mm/swap.c: trivial mark_page_accessed() cleanupFengguang Wu
2019-09-25mm: introduce MADV_COLDMinchan Kim
2019-09-24mm: move mem_cgroup_uncharge out of __page_cache_release()Yang Shi
2019-09-24mm: replace list_move_tail() with add_page_to_lru_list_tail()Yu Zhao
2019-07-15docs: admin-guide: move sysctl directory to itMauro Carvalho Chehab
2019-07-15docs: sysctl: convert to ReSTMauro Carvalho Chehab
2019-07-02mm/swap: fix release_pages() when releasing devmap pagesIra Weiny
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14mm/swap.c: __pagevec_lru_add_fn: typo fixPeng Fan
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin
2019-02-21mm: handle lru_add_drain_all for UP properlyMichal Hocko
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-11-12mm: Replace spin_is_locked() with lockdepLance Roy
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-26mm/swap.c: remove duplicated includeYueHaibing
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
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