summaryrefslogtreecommitdiffstats
path: root/mm/swap_state.c
Commit message (Expand)AuthorAgeFilesLines
* mm/swap_state: mark various intentional data racesQian Cai2020-08-141-2/+2
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-3/+3
* mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim2020-08-121-5/+18
* mm/swapcache: support to handle the shadow entriesJoonsoo Kim2020-08-121-6/+51
* mm: swap: fix kerneldoc of swap_vma_readahead()Krzysztof Kozlowski2020-08-071-1/+1
* mm: fix swap cache node allocation maskHugh Dickins2020-06-261-2/+2
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-2/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* mm: vmscan: reclaim writepage is IO costJohannes Weiner2020-06-031-1/+1
* mm: balance LRU lists based on relative thrashingJohannes Weiner2020-06-031-0/+5
* mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner2020-06-031-1/+1
* mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-031-1/+1
* mm: memcontrol: charge swapin pages on instantiationJohannes Weiner2020-06-031-43/+56
* mm/swap_state: fix a data race in swapin_nr_pagesQian Cai2020-06-021-2/+3
* mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_...Wei Yang2020-04-021-1/+1
* mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)2019-09-241-2/+2
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-1/+1
* mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device()Huang Ying2019-07-121-18/+15
* mm, swap: fix race between swapoff and some swap operationsHuang Ying2019-07-121-3/+13
* Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds2019-07-051-2/+2
* mm: page cache: store only head pages in i_pagesMatthew Wilcox2019-05-141-2/+2
* mm: swap: add comment for swap_vma_readaheadYang Shi2019-03-051-1/+15
* mm: swap: check if swap backing device is congested or notYang Shi2019-03-051-0/+7
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-79/+40
|\
| * page cache: Finish XArray conversionMatthew Wilcox2018-10-211-1/+1
| * mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox2018-10-211-14/+10
| * mm: Convert add_to_swap_cache to XArrayMatthew Wilcox2018-10-211-64/+29
* | mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-261-0/+1
|/
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-1/+1
* mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo2018-06-071-3/+0
* page cache: use xa_lockMatthew Wilcox2018-04-111-9/+8
* mm/swap_state.c: make bool enable_vma_readahead and swap_vma_readahead() staticColin Ian King2018-04-051-3/+3
* mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim2018-04-051-11/+37
* mm: swap: clean up swap readaheadMinchan Kim2018-04-051-43/+53
* mm: remove cold parameter for release_pagesMel Gorman2017-11-151-1/+1
* mm/swap_state.c: declare a few variables as __read_mostlyChangbin Du2017-11-151-3/+3
* mm, swap: fix false error message in __swp_swapcount()Huang Ying2017-11-151-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm, swap: use page-cluster as max window of VMA based swap readaheadHuang Ying2017-10-131-34/+7
* mm: fix data corruption caused by lazyfree pageShaohua Li2017-10-031-0/+11
* mm, swap: add sysfs interface for VMA based swap readaheadHuang Ying2017-09-061-0/+80
* mm, swap: VMA based swap readaheadHuang Ying2017-09-061-17/+198
* mm, swap: fix swap readahead markingHuang Ying2017-09-061-7/+11
* mm, swap: add swap readahead hit statisticsHuang Ying2017-09-061-2/+7
* swap: add block io poll in swapin pathShaohua Li2017-07-101-4/+6
* mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim2017-07-061-17/+6
* mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim2017-07-061-10/+3
* mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-061-44/+70
* mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying2017-05-081-1/+1
* mm, swap: fix comment in __read_swap_cache_asyncHuang Ying2017-05-031-11/+1