aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/swap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-03mm: vmscan: reclaim writepage is IO costJohannes Weiner1-1/+3
2020-06-03mm: balance LRU lists based on relative thrashingJohannes Weiner1-2/+1
2020-06-03mm: base LRU balancing on an explicit cost modelJohannes Weiner1-0/+2
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner1-2/+0
2020-06-03mm: memcontrol: move out cgroup swaprate throttlingJohannes Weiner1-4/+2
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+11
2020-06-02include/linux/swap.h: delete meaningless __add_to_swap_cache() declarationMiaohe Lin1-1/+0
2020-06-02swap: reduce lock contention on swap cache from swap slots allocationHuang Ying1-0/+1
2020-06-02mm/swapfile.c: classify SWAP_MAP_XXX to make it more readableWei Yang1-5/+10
2020-05-28mm/swap: Use local_lock for protectionIngo Molnar1-0/+1
2020-04-18swap.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-02mm: swap: make page_evictable() inlineYang Shi1-1/+0
2019-12-01mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner1-1/+1
2019-09-25mm: introduce MADV_PAGEOUTMinchan Kim1-0/+1
2019-09-25mm: introduce MADV_COLDMinchan Kim1-0/+1
2019-07-12mm, swap: use rbtree for swap_extentAaron Lu1-3/+2
2019-07-12mm, swap: fix race between swapoff and some swap operationsHuang Ying1-3/+10
2019-03-14include/linux/swap.h: use offsetof() instead of custom __swapoffset macroPi-Hsun Shih1-2/+2
2019-03-05mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin1-1/+1
2019-03-05mm: swap: use mem_cgroup_is_root() instead of deferencing css->parentYang Shi1-1/+1
2018-12-28mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu1-1/+10
2018-12-28vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang1-6/+0
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+0
2018-11-20Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-20/+17
2018-11-07mm, drm/i915: mark pinned shmemfs pages as unevictableKuo-Hsin Yang1-1/+3
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-13/+9
2018-10-26mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval1-6/+7
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner1-1/+1
2018-10-21mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox1-2/+3
2018-10-21mm: Convert workingset to XArrayMatthew Wilcox1-9/+0
2018-10-21page cache: Add and replace pages using the XArrayMatthew Wilcox1-2/+6
2018-08-22mm, swap, get_swap_pages: use entry_size instead of cluster in parameterHuang Ying1-1/+1
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo1-1/+10
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet1-1/+1
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport1-1/+1
2018-04-05mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim1-19/+8
2018-04-05mm: swap: clean up swap readaheadMinchan Kim1-14/+3
2018-02-21mm, mlock, vmscan: no more skipping pagevecsShakeel Butt1-2/+0
2018-01-31mm: remove unused pgdat_reclaimable_pages()Jan Kara1-1/+0
2018-01-31mm: drop hotplug lock from lru_add_drain_all()Michal Hocko1-1/+0
2017-11-15mm: remove cold parameter for release_pagesMel Gorman1-1/+1
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman1-1/+12
2017-11-15mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no other referenceMinchan Kim1-0/+6
2017-11-15mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim1-0/+11
2017-11-15mm, swap: introduce SWP_SYNCHRONOUS_IOMinchan Kim1-1/+2
2017-11-03mm, swap: fix race between swap count continuation operationsHuang Ying1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-3/+21
2017-09-06swap: choose swap device according to numa nodeAaron Lu1-1/+1
2017-09-06mm, swap: don't use VMA based swap readahead if HDD is used as swapHuang Ying1-5/+6