summaryrefslogtreecommitdiffstats
path: root/include/linux/swap.h
Commit message (Expand)AuthorAgeFilesLines
* mm: vmscan: reclaim writepage is IO costJohannes Weiner2020-06-031-1/+3
* mm: balance LRU lists based on relative thrashingJohannes Weiner2020-06-031-2/+1
* mm: base LRU balancing on an explicit cost modelJohannes Weiner2020-06-031-0/+2
* mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner2020-06-031-2/+0
* mm: memcontrol: move out cgroup swaprate throttlingJohannes Weiner2020-06-031-4/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-6/+11
|\
| * include/linux/swap.h: delete meaningless __add_to_swap_cache() declarationMiaohe Lin2020-06-021-1/+0
| * swap: reduce lock contention on swap cache from swap slots allocationHuang Ying2020-06-021-0/+1
| * mm/swapfile.c: classify SWAP_MAP_XXX to make it more readableWei Yang2020-06-021-5/+10
* | mm/swap: Use local_lock for protectionIngo Molnar2020-05-281-0/+1
|/
* swap.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-181-1/+1
* mm: swap: make page_evictable() inlineYang Shi2020-04-021-1/+0
* mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner2019-12-011-1/+1
* mm: introduce MADV_PAGEOUTMinchan Kim2019-09-251-0/+1
* mm: introduce MADV_COLDMinchan Kim2019-09-251-0/+1
* mm, swap: use rbtree for swap_extentAaron Lu2019-07-121-3/+2
* mm, swap: fix race between swapoff and some swap operationsHuang Ying2019-07-121-3/+10
* include/linux/swap.h: use offsetof() instead of custom __swapoffset macroPi-Hsun Shih2019-03-141-2/+2
* mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin2019-03-051-1/+1
* mm: swap: use mem_cgroup_is_root() instead of deferencing css->parentYang Shi2019-03-051-1/+1
* mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu2018-12-281-1/+10
* vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang2018-12-281-6/+0
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+0
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-11-201-20/+17
|\
| * Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-13/+9
| |\
| | * mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox2018-10-211-2/+3
| | * mm: Convert workingset to XArrayMatthew Wilcox2018-10-211-9/+0
| | * page cache: Add and replace pages using the XArrayMatthew Wilcox2018-10-211-2/+6
| * | mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval2018-10-261-6/+7
| * | mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-261-1/+1
| |/
* / mm, drm/i915: mark pinned shmemfs pages as unevictableKuo-Hsin Yang2018-11-071-1/+3
|/
* mm, swap, get_swap_pages: use entry_size instead of cluster in parameterHuang Ying2018-08-221-1/+1
* memcontrol: schedule throttling if we are congestedTejun Heo2018-07-091-1/+10
* Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-1/+1
|\
| * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-1/+1
* | mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim2018-04-051-19/+8
* | mm: swap: clean up swap readaheadMinchan Kim2018-04-051-14/+3
* | mm, mlock, vmscan: no more skipping pagevecsShakeel Butt2018-02-211-2/+0
|/
* mm: remove unused pgdat_reclaimable_pages()Jan Kara2018-01-311-1/+0
* mm: drop hotplug lock from lru_add_drain_all()Michal Hocko2018-01-311-1/+0
* mm: remove cold parameter for release_pagesMel Gorman2017-11-151-1/+1
* mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-151-1/+12
* mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no othe...Minchan Kim2017-11-151-0/+6
* mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim2017-11-151-0/+11
* mm, swap: introduce SWP_SYNCHRONOUS_IOMinchan Kim2017-11-151-1/+2
* mm, swap: fix race between swap count continuation operationsHuang Ying2017-11-031-0/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-081-3/+21
* swap: choose swap device according to numa nodeAaron Lu2017-09-061-1/+1
* mm, swap: don't use VMA based swap readahead if HDD is used as swapHuang Ying2017-09-061-5/+6