Age | Commit message (Expand) | Author |
2022-03-24 | mm/swapfile: remove stale reuse_swap_page() | David Hildenbrand |
2022-03-22 | userfaultfd: provide unmasked address on page-fault | Nadav Amit |
2022-01-22 | mm: mark swap_lock and swap_active_head static | Christoph Hellwig |
2022-01-22 | mm: simplify try_to_unuse | Christoph Hellwig |
2022-01-22 | frontswap: simplify frontswap_init | Christoph Hellwig |
2022-01-15 | mm: remove the total_mapcount argument from page_trans_huge_mapcount() | Matthew Wilcox (Oracle) |
2022-01-15 | mm: remove the total_mapcount argument from page_trans_huge_map_swapcount() | Matthew Wilcox (Oracle) |
2022-01-15 | mm: remove last argument of reuse_swap_page() | Matthew Wilcox (Oracle) |
2022-01-15 | mm: change page type prior to adding page table entry | Pasha Tatashin |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-06 | mm/swapfile: fix an integer overflow in swap_show() | Rafael Aquini |
2021-11-06 | mm/swapfile: remove needless request_queue NULL pointer check | Xu Wang |
2021-11-01 | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-10-18 | mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h> | Christoph Hellwig |
2021-09-27 | mm/util: Add folio_mapping() and folio_file_mapping() | Matthew Wilcox (Oracle) |
2021-09-03 | mm, memcg: inline swap-related functions to improve disabled memcg config | Suren Baghdasaryan |
2021-09-03 | mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func... | Suren Baghdasaryan |
2021-09-03 | fs, mm: fix race in unlinking swapfile | Hugh Dickins |
2021-07-01 | mm: fix spelling mistakes | Zhen Lei |
2021-06-29 | mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info() | Huang Ying |
2021-06-29 | mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATION | Miaohe Lin |
2021-06-29 | mm/swapfile: use percpu_ref to serialize against concurrent swapoff | Miaohe Lin |
2021-06-16 | mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when compare | Peter Xu |
2021-05-05 | mm/mempool: minor coding style tweaks | Zhiyuan Dai |
2021-03-02 | swap: fix swapfile read/write offset | Jens Axboe |
2021-02-24 | mm/swapfile.c: fix debugging information problem | Stephen Zhang |
2021-02-21 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2021-02-10 | mm: simplify swapdev_block | Christoph Hellwig |
2021-01-27 | mm: only make map_swap_entry available for CONFIG_HIBERNATION | Jens Axboe |
2021-01-27 | mm: remove get_swap_bio | Christoph Hellwig |
2021-01-21 | mm: Use static initialisers for immutable fields of 'struct vm_fault' | Will Deacon |
2020-12-15 | mm: fix a race on nr_swap_pages | Zhaoyang Huang |
2020-12-15 | mm/swapfile.c: use memset to fill the swap_map with SWAP_HAS_CACHE | Miaohe Lin |
2020-12-15 | mm/swapfile.c: remove unnecessary out label in __swap_duplicate() | Miaohe Lin |
2020-12-15 | mm/swapfile.c: use helper function swap_count() in add_swap_count_continuation() | Miaohe Lin |
2020-12-06 | mm/swapfile: do not sleep with a spin lock held | Qian Cai |
2020-10-13 | mm/swapfile.c: fix potential memory leak in sys_swapon | Miaohe Lin |
2020-10-13 | mm/swapfile.c: remove unnecessary goto out in _swap_info_get() | Miaohe Lin |
2020-10-13 | mm: remove activate_page() from unuse_pte() | Yu Zhao |
2020-10-13 | swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity | Gao Xiang |
2020-10-13 | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-10-12 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2020-09-26 | mm, THP, swap: fix allocating cluster for swapfile by mistake | Gao Xiang |
2020-09-24 | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag | Christoph Hellwig |
2020-09-24 | bdi: remove BDI_CAP_SYNCHRONOUS_IO | Christoph Hellwig |
2020-09-23 | mm: split swap_type_of | Christoph Hellwig |
2020-09-23 | mm: cleanup claim_swapfile | Christoph Hellwig |
2020-09-04 | mm: Add arch hooks for saving/restoring tags | Steven Price |
2020-08-14 | mm/swapfile: fix and annotate various data races | Qian Cai |
2020-08-14 | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) |