Age | Commit message (Expand) | Author | Files | Lines |
2023-02-10 | mm: hwpoison: support recovery from ksm_might_need_to_copy() | Kefeng Wang | 1 | -6/+14 |
2023-02-01 | mm/swapfile: add cond_resched() in get_swap_pages() | Longlong Xia | 1 | -0/+1 |
2022-12-14 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2022-12-13 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+2 |
2022-12-01 | mm: use pte markers for swap errors | Peter Xu | 1 | -1/+1 |
2022-11-23 | swapfile: fix soft lockup in scan_swap_map_slots | Chen Wandun | 1 | -4/+4 |
2022-11-18 | treewide: use get_random_u32_inclusive() when possible | Jason A. Donenfeld | 1 | -3/+2 |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -2/+2 |
2022-10-11 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -88/+90 |
2022-10-04 | memcg: convert mem_cgroup_swap_full() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-10-04 | swapfile: convert unuse_pte_range() to use a folio | Matthew Wilcox (Oracle) | 1 | -14/+19 |
2022-10-04 | swapfile: convert __try_to_reclaim_swap() to use a folio | Matthew Wilcox (Oracle) | 1 | -11/+11 |
2022-10-04 | swapfile: convert try_to_unuse() to use a folio | Matthew Wilcox (Oracle) | 1 | -11/+11 |
2022-10-04 | mm/swap: convert put_swap_page() to put_swap_folio() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2022-10-04 | mm/swapfile: convert try_to_free_swap() to folio_free_swap() | Matthew Wilcox (Oracle) | 1 | -14/+18 |
2022-10-04 | mm/swapfile: remove page_swapcount() | Matthew Wilcox (Oracle) | 1 | -33/+13 |
2022-09-27 | mm/swapfile: use vma iterator instead of vma linked list | Liam R. Howlett | 1 | -1/+3 |
2022-09-27 | mm/swap: cache swap migration A/D bits support | Peter Xu | 1 | -0/+8 |
2022-09-27 | mm/swap: cache maximum swapfile size when init swap | Peter Xu | 1 | -2/+5 |
2022-09-27 | blk-cgroup: pass a gendisk to blkcg_schedule_throttle | Christoph Hellwig | 1 | -1/+1 |
2022-07-04 | mm/swap: convert delete_from_swap_cache() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-07-04 | mm/swap: convert try_to_free_swap to use a folio | Matthew Wilcox (Oracle) | 1 | -12/+11 |
2022-07-04 | mm/swapfile: fix possible data races of inuse_pages | Miaohe Lin | 1 | -4/+4 |
2022-05-27 | Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+18 |
2022-05-27 | mm/swapfile: fix lost swap bits in unuse_pte() | Miaohe Lin | 1 | -3/+7 |
2022-05-27 | mm/swapfile: unuse_pte can map random data if swap read fails | Miaohe Lin | 1 | -0/+11 |
2022-05-26 | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -65/+70 |
2022-05-25 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+1 |
2022-05-20 | mm/swap: fix comment about swap extent | Miaohe Lin | 1 | -9/+6 |
2022-05-20 | mm/swap: clean up the comment of find_next_to_unuse | Miaohe Lin | 1 | -3/+3 |
2022-05-20 | mm/swap: add helper swap_offset_available() | Miaohe Lin | 1 | -16/+18 |
2022-05-20 | mm/swap: make page_swapcount and __lru_add_drain_all static | Miaohe Lin | 1 | -1/+1 |
2022-05-20 | mm/swap: remove unneeded p != NULL check in __swap_duplicate | Miaohe Lin | 1 | -2/+1 |
2022-05-20 | mm/swap: print bad swap offset entry in get_swap_device | Miaohe Lin | 1 | -0/+1 |
2022-05-20 | mm/swap: fold __swap_info_get() into its sole caller | Miaohe Lin | 1 | -18/+6 |
2022-05-13 | swap: turn get_swap_page() into folio_alloc_swap() | Matthew Wilcox (Oracle) | 1 | -8/+9 |
2022-05-10 | mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space | NeilBrown | 1 | -0/+5 |
2022-05-10 | mm: move responsibility for setting SWP_FS_OPS to ->swap_activate | NeilBrown | 1 | -7/+3 |
2022-05-10 | mm: create new mm/swap.h header file | NeilBrown | 1 | -0/+1 |
2022-05-10 | mm/swap: remember PG_anon_exclusive via a swp pte bit | David Hildenbrand | 1 | -1/+12 |
2022-05-10 | mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages | David Hildenbrand | 1 | -0/+4 |
2022-05-10 | mm/rmap: drop "compound" parameter from page_add_new_anon_rmap() | David Hildenbrand | 1 | -1/+1 |
2022-05-10 | mm/rmap: remove do_page_add_anon_rmap() | David Hildenbrand | 1 | -1/+1 |
2022-05-09 | mm,fs: Remove aops->readpage | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-05-09 | fs: Introduce aops->read_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-05-02 | blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h> | Christoph Hellwig | 1 | -0/+1 |
2022-04-18 | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD | Christoph Hellwig | 1 | -3/+3 |
2022-04-18 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 1 | -15/+2 |
2022-04-18 | block: add a bdev_stable_writes helper | Christoph Hellwig | 1 | -1/+1 |
2022-04-18 | block: add a bdev_nonrot helper | Christoph Hellwig | 1 | -2/+2 |