aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-09MM: handle THP in swap_*page_fs() - count_vm_events()NeilBrown
2022-05-09mm: handle THP in swap_*page_fs()NeilBrown
2022-05-09mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown
2022-05-09mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown
2022-05-09doc: update documentation for swap_activate and swap_rwNeilBrown
2022-05-09mm: perform async writes to SWP_FS_OPS swap-space using ->swap_rwNeilBrown
2022-05-09nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown
2022-05-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown
2022-05-09mm: reclaim mustn't enter FS for SWP_FS_OPS swap-spaceNeilBrown
2022-05-09mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown
2022-05-09mm: drop swap_dirty_folioNeilBrown
2022-05-09mm: create new mm/swap.h header fileNeilBrown
2022-05-09selftests: clarify common error when running gup_testJoel Savitz
2022-05-09mm/gup: fix comments to pin_user_pages_*()Yury Norov
2022-05-09powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3sDavid Hildenbrand
2022-05-09powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3sDavid Hildenbrand
2022-05-09s390/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2022-05-09s390/pgtable: cleanup description of swp pte layoutDavid Hildenbrand
2022-05-09arm64/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2022-05-09x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2022-05-09mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2022-05-09mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand
2022-05-09mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive ...David Hildenbrand
2022-05-09mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand
2022-05-09mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand
2022-05-09mm/gup: disallow follow_page(FOLL_PIN)David Hildenbrand
2022-05-09mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand
2022-05-09mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand
2022-05-09mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()David Hildenbrand
2022-05-09mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page excl...David Hildenbrand
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand
2022-05-09mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand
2022-05-09mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand
2022-05-09mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand
2022-05-09mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand
2022-05-09mm/memory: slightly simplify copy_present_pte()David Hildenbrand
2022-05-09mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand
2022-05-09mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failedDavid Hildenbrand
2022-04-29mm/damon/reclaim: fix the timer always stays activeHailong Tu
2022-04-29mm/damon: remove unnecessary type castingsYu Zhe
2022-04-29mm/damon/core-test: add a kunit test case for ops registrationSeongJae Park
2022-04-29damon: vaddr-test: tweak code to make the logic clearerXiaomeng Tong
2022-04-29selftests: cgroup: add a selftest for memory.reclaimYosry Ahmed
2022-04-29selftests: cgroup: fix alloc_anon_noexit() instantly freeing memoryYosry Ahmed
2022-04-29selftests: cgroup: return -errno from cg_read()/cg_write() on failureYosry Ahmed
2022-04-29memcg: introduce per-memcg reclaim interfaceShakeel Butt
2022-04-29zram: add a huge_idle writeback modeBrian Geffon
2022-04-29mm/page_alloc: simplify update of pgdat in wake_all_kswapdsChen Wandun
2022-04-29kasan: mark KASAN_VMALLOC flags as kasan_vmalloc_flags_tAndrey Konovalov