Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox
2019-03-06mm: swap: add comment for swap_vma_readaheadYang Shi
2019-03-06mm: swap: check if swap backing device is congested or notYang Shi
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-27mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner
2018-10-21page cache: Finish XArray conversionMatthew Wilcox
2018-10-21mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox
2018-10-21mm: Convert add_to_swap_cache to XArrayMatthew Wilcox
2018-06-13treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-08mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-06mm/swap_state.c: make bool enable_vma_readahead and swap_vma_readahead() staticColin Ian King
2018-04-06mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim
2018-04-06mm: swap: clean up swap readaheadMinchan Kim
2017-11-16mm: remove cold parameter for release_pagesMel Gorman
2017-11-16mm/swap_state.c: declare a few variables as __read_mostlyChangbin Du
2017-11-16mm, swap: fix false error message in __swp_swapcount()Huang Ying
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-14mm, swap: use page-cluster as max window of VMA based swap readaheadHuang Ying
2017-10-04mm: fix data corruption caused by lazyfree pageShaohua Li
2017-09-07mm, swap: add sysfs interface for VMA based swap readaheadHuang Ying
2017-09-07mm, swap: VMA based swap readaheadHuang Ying
2017-09-07mm, swap: fix swap readahead markingHuang Ying
2017-09-07mm, swap: add swap readahead hit statisticsHuang Ying
2017-07-11swap: add block io poll in swapin pathShaohua Li
2017-07-07mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim
2017-07-07mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim
2017-07-07mm, THP, swap: delay splitting THP during swap outHuang Ying
2017-05-09mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying
2017-05-04mm, swap: fix comment in __read_swap_cache_asyncHuang Ying
2017-02-23mm/swap: skip readahead only when swap slot cache is enabledHuang Ying
2017-02-23mm/swap: add cache for swap slots allocationTim Chen
2017-02-23mm/swap: skip readahead for unreferenced swap slotsTim Chen
2017-02-23mm/swap: split swap cache into 64MB trunksHuang, Ying
2016-10-08mm, swap: use offset of swap entry as key of swap cacheHuang Ying
2016-10-08thp: reduce usage of huge zero page's atomic counterAaron Lu
2016-10-08mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying
2016-07-29mm: move most file-based accounting to the nodeMel Gorman
2016-06-10mm: thp: broken page count after commit aa88b68c3b1dGerald Schaefer
2016-05-20mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-21mm: memcontrol: charge swap to cgroup2Vladimir Davydov
2016-01-16mm: support madvise(MADV_FREE)Minchan Kim
2016-01-16page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov
2015-09-09mm: swap: zswap: maybe_preload & refactoringDmitry Safonov
2015-04-16mm: remove rest of ACCESS_ONCE() usagesJason Low
2015-01-21fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-21fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig
2014-12-11mm: page_cgroup: rename file to mm/swap_cgroup.cJohannes Weiner
2014-10-10mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cacheMichal Hocko