summaryrefslogtreecommitdiffstats
path: root/mm/swap_state.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-131-1/+1
* mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo2018-06-081-3/+0Star
* page cache: use xa_lockMatthew Wilcox2018-04-111-9/+8Star
* mm/swap_state.c: make bool enable_vma_readahead and swap_vma_readahead() staticColin Ian King2018-04-061-3/+3
* mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim2018-04-061-11/+37
* mm: swap: clean up swap readaheadMinchan Kim2018-04-061-43/+53
* mm: remove cold parameter for release_pagesMel Gorman2017-11-161-1/+1
* mm/swap_state.c: declare a few variables as __read_mostlyChangbin Du2017-11-161-3/+3
* mm, swap: fix false error message in __swp_swapcount()Huang Ying2017-11-161-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-141-34/+7Star
* mm: fix data corruption caused by lazyfree pageShaohua Li2017-10-041-0/+11
* mm, swap: add sysfs interface for VMA based swap readaheadHuang Ying2017-09-071-0/+80
* mm, swap: VMA based swap readaheadHuang Ying2017-09-071-17/+198
* mm, swap: fix swap readahead markingHuang Ying2017-09-071-7/+11
* mm, swap: add swap readahead hit statisticsHuang Ying2017-09-071-2/+7
* swap: add block io poll in swapin pathShaohua Li2017-07-111-4/+6
* mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim2017-07-071-17/+6Star
* mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim2017-07-071-10/+3Star
* mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-071-44/+70
* mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying2017-05-091-1/+1
* mm, swap: fix comment in __read_swap_cache_asyncHuang Ying2017-05-041-11/+1Star
* mm/swap: skip readahead only when swap slot cache is enabledHuang Ying2017-02-231-3/+10
* mm/swap: add cache for swap slots allocationTim Chen2017-02-231-0/+1
* mm/swap: skip readahead for unreferenced swap slotsTim Chen2017-02-231-0/+4
* mm/swap: split swap cache into 64MB trunksHuang, Ying2017-02-231-12/+56
* mm, swap: use offset of swap entry as key of swap cacheHuang Ying2016-10-081-4/+4
* thp: reduce usage of huge zero page's atomic counterAaron Lu2016-10-081-3/+1Star
* mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying2016-10-081-0/+2
* mm: move most file-based accounting to the nodeMel Gorman2016-07-291-2/+2
* mm: thp: broken page count after commit aa88b68c3b1dGerald Schaefer2016-06-091-1/+4
* mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins2016-05-201-2/+1Star
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-6/+6
* mm: memcontrol: charge swap to cgroup2Vladimir Davydov2016-01-211-0/+5
* mm: support madvise(MADV_FREE)Minchan Kim2016-01-161-3/+2Star
* page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2016-01-161-2/+2
* mm: swap: zswap: maybe_preload & refactoringDmitry Safonov2015-09-091-11/+26
* mm: remove rest of ACCESS_ONCE() usagesJason Low2015-04-161-1/+1
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0Star
* fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig2015-01-201-6/+1Star
* mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner2014-12-111-1/+0Star
* mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cacheMichal Hocko2014-10-101-10/+4Star
* include/linux/migrate.h: remove migrate_page #defineAndrew Morton2014-10-101-0/+2
* mm: allow drivers to prevent new writable mappingsDavid Herrmann2014-08-091-0/+1
* mm: memcontrol: rewrite uncharge APIJohannes Weiner2014-08-091-4/+4
* mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-06-051-1/+1
* swap: add a simple detector for inappropriate swapin readaheadShaohua Li2014-02-061-3/+60
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-241-8/+8
* lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2013-09-121-2/+2
* swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini2013-06-131-1/+17