Age | Commit message (Expand) | Author | Files | Lines |
2020-10-16 | mm: fix some broken comments | Miaohe Lin | 1 | -1/+1 |
2020-10-13 | swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity | Gao Xiang | 1 | -1/+1 |
2020-10-13 | mm: convert find_get_entry to return the head page | Matthew Wilcox (Oracle) | 1 | -1/+3 |
2020-10-13 | mm: factor find_get_incore_page out of mincore_page | Matthew Wilcox (Oracle) | 1 | -0/+32 |
2020-08-14 | mm/swap_state: mark various intentional data races | Qian Cai | 1 | -2/+2 |
2020-08-14 | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) | 1 | -3/+3 |
2020-08-12 | mm/swap: implement workingset detection for anonymous LRU | Joonsoo Kim | 1 | -5/+18 |
2020-08-12 | mm/swapcache: support to handle the shadow entries | Joonsoo Kim | 1 | -6/+51 |
2020-08-07 | mm: swap: fix kerneldoc of swap_vma_readahead() | Krzysztof Kozlowski | 1 | -1/+1 |
2020-06-26 | mm: fix swap cache node allocation mask | Hugh Dickins | 1 | -2/+2 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -2/+2 |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
2020-06-03 | mm: vmscan: reclaim writepage is IO cost | Johannes Weiner | 1 | -1/+1 |
2020-06-03 | mm: balance LRU lists based on relative thrashing | Johannes Weiner | 1 | -0/+5 |
2020-06-03 | mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() | Johannes Weiner | 1 | -1/+1 |
2020-06-03 | mm: memcontrol: delete unused lrucare handling | Johannes Weiner | 1 | -1/+1 |
2020-06-03 | mm: memcontrol: charge swapin pages on instantiation | Johannes Weiner | 1 | -43/+56 |
2020-06-02 | mm/swap_state: fix a data race in swapin_nr_pages | Qian Cai | 1 | -2/+3 |
2020-04-02 | mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_... | Wei Yang | 1 | -1/+1 |
2019-09-24 | mm: page cache: store only head pages in i_pages | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2019-09-24 | mm: introduce compound_nr() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2019-07-12 | mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device() | Huang Ying | 1 | -18/+15 |
2019-07-12 | mm, swap: fix race between swapoff and some swap operations | Huang Ying | 1 | -3/+13 |
2019-07-05 | Revert "mm: page cache: store only head pages in i_pages" | Linus Torvalds | 1 | -2/+2 |
2019-05-14 | mm: page cache: store only head pages in i_pages | Matthew Wilcox | 1 | -2/+2 |
2019-03-05 | mm: swap: add comment for swap_vma_readahead | Yang Shi | 1 | -1/+15 |
2019-03-05 | mm: swap: check if swap backing device is congested or not | Yang Shi | 1 | -0/+7 |
2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -79/+40 |
2018-10-26 | mm: workingset: tell cache transitions from workingset thrashing | Johannes Weiner | 1 | -0/+1 |
2018-10-21 | page cache: Finish XArray conversion | Matthew Wilcox | 1 | -1/+1 |
2018-10-21 | mm: Convert delete_from_swap_cache to XArray | Matthew Wilcox | 1 | -14/+10 |
2018-10-21 | mm: Convert add_to_swap_cache to XArray | Matthew Wilcox | 1 | -64/+29 |
2018-06-12 | treewide: kvzalloc() -> kvcalloc() | Kees Cook | 1 | -1/+1 |
2018-06-07 | mm, memcontrol: move swap charge handling into get_swap_page() | Tejun Heo | 1 | -3/+0 |
2018-04-11 | page cache: use xa_lock | Matthew Wilcox | 1 | -9/+8 |
2018-04-05 | mm/swap_state.c: make bool enable_vma_readahead and swap_vma_readahead() static | Colin Ian King | 1 | -3/+3 |
2018-04-05 | mm: swap: unify cluster-based and vma-based swap readahead | Minchan Kim | 1 | -11/+37 |
2018-04-05 | mm: swap: clean up swap readahead | Minchan Kim | 1 | -43/+53 |
2017-11-15 | mm: remove cold parameter for release_pages | Mel Gorman | 1 | -1/+1 |
2017-11-15 | mm/swap_state.c: declare a few variables as __read_mostly | Changbin Du | 1 | -3/+3 |
2017-11-15 | mm, swap: fix false error message in __swp_swapcount() | Huang Ying | 1 | -0/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-13 | mm, swap: use page-cluster as max window of VMA based swap readahead | Huang Ying | 1 | -34/+7 |
2017-10-03 | mm: fix data corruption caused by lazyfree page | Shaohua Li | 1 | -0/+11 |
2017-09-06 | mm, swap: add sysfs interface for VMA based swap readahead | Huang Ying | 1 | -0/+80 |
2017-09-06 | mm, swap: VMA based swap readahead | Huang Ying | 1 | -17/+198 |
2017-09-06 | mm, swap: fix swap readahead marking | Huang Ying | 1 | -7/+11 |
2017-09-06 | mm, swap: add swap readahead hit statistics | Huang Ying | 1 | -2/+7 |
2017-07-10 | swap: add block io poll in swapin path | Shaohua Li | 1 | -4/+6 |
2017-07-06 | mm, THP, swap: move anonymous THP split logic to vmscan | Minchan Kim | 1 | -17/+6 |