summaryrefslogtreecommitdiffstats
path: root/mm/swap.c
Commit message (Expand)AuthorAgeFilesLines
* mlock: fix unevictable_pgs event counts on THPHugh Dickins2020-09-191-3/+3
* mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai2020-08-141-2/+3
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-8/+8
* mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-121-6/+7
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
* mm/swap: fix for "mm: workingset: age nonresident information alongside anony...Joonsoo Kim2020-06-261-2/+1
* mm: swap: memcg: fix memcg stats for huge pagesShakeel Butt2020-06-031-5/+16
* mm: swap: fix vmstats for huge pagesShakeel Butt2020-06-031-6/+8
* mm: vmscan: reclaim writepage is IO costJohannes Weiner2020-06-031-6/+10
* mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner2020-06-031-5/+27
* mm: balance LRU lists based on relative thrashingJohannes Weiner2020-06-031-4/+7
* mm: deactivations shouldn't bias the LRU balanceJohannes Weiner2020-06-031-6/+1
* mm: base LRU balancing on an explicit cost modelJohannes Weiner2020-06-031-11/+8
* mm: remove use-once cache bias from LRU balancingJohannes Weiner2020-06-031-5/+0
* mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner2020-06-031-32/+10
* mm: fix LRU balancing effect of new transparent huge pagesJohannes Weiner2020-06-031-14/+11
* mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)2020-06-031-4/+1
* mm/swap: Use local_lock for protectionIngo Molnar2020-05-281-38/+80
* mm: huge tmpfs: try to split_huge_page() when punching holeHugh Dickins2020-04-071-0/+4
* mm: code cleanup for MADV_FREEHuang Ying2020-04-071-8/+8
* mm: swap: use smp_mb__after_atomic() to order LRU bit setYang Shi2020-04-021-2/+2
* mm/swap.c: not necessary to export __pagevec_lru_add()Wei Yang2020-04-021-1/+0
* mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pagesJohn Hubbard2020-01-311-1/+26
* mm/swap.c: piggyback lru_add_drain_all() callsKonstantin Khlebnikov2019-12-011-1/+15
* mm/swap.c: trivial mark_page_accessed() cleanupFengguang Wu2019-12-011-4/+9
* mm: introduce MADV_COLDMinchan Kim2019-09-251-0/+42
* mm: move mem_cgroup_uncharge out of __page_cache_release()Yang Shi2019-09-241-1/+1
* mm: replace list_move_tail() with add_page_to_lru_list_tail()Yu Zhao2019-09-241-8/+6
* docs: admin-guide: move sysctl directory to itMauro Carvalho Chehab2019-07-151-1/+1
* docs: sysctl: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
* mm/swap: fix release_pages() when releasing devmap pagesIra Weiny2019-07-021-4/+9
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* mm/swap.c: __pagevec_lru_add_fn: typo fixPeng Fan2019-05-141-1/+1
* mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin2019-03-051-8/+8
* mm: handle lru_add_drain_all for UP properlyMichal Hocko2019-02-211-7/+10
* fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-1/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: Replace spin_is_locked() with lockdepLance Roy2018-11-121-2/+1
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-3/+3
|\
| * pagevec: Use xa_mark_tMatthew Wilcox2018-10-211-2/+2
| * xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-1/+1
* | mm/swap.c: remove duplicated includeYueHaibing2018-10-261-1/+0
|/
* mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-221-1/+2
* mm/swap.c: remove @cold parameter description for release_pages()Mike Rapoport2018-04-051-1/+0
* mm/swap.c: make functions and their kernel-doc agree (again)Mike Rapoport2018-02-211-1/+1
* mm, mlock, vmscan: no more skipping pagevecsShakeel Butt2018-02-211-35/+47
* mm: docs: fix parameter names mismatchMike Rapoport2018-02-061-2/+2
* mm/swap.c: make functions and their kernel-doc agreeRandy Dunlap2018-01-311-6/+5
* mm: drop hotplug lock from lru_add_drain_all()Michal Hocko2018-01-311-8/+8
* mm, pagevec: rename pagevec drained fieldMel Gorman2017-11-151-2/+2