summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-10mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown6-6/+77
2022-05-10mm: reclaim mustn't enter FS for SWP_FS_OPS swap-spaceNeilBrown2-9/+28
2022-05-10mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown4-10/+23
2022-05-10mm: drop swap_dirty_folioNeilBrown3-19/+1
2022-05-10mm: create new mm/swap.h header fileNeilBrown16-121/+148
2022-05-10selftests: clarify common error when running gup_testJoel Savitz1-0/+2
2022-05-10mm/gup: fix comments to pin_user_pages_*()Yury Norov1-4/+17
2022-05-10powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3sDavid Hildenbrand1-1/+20
2022-05-10powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3sDavid Hildenbrand1-7/+5
2022-05-10s390/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-2/+21
2022-05-10s390/pgtable: cleanup description of swp pte layoutDavid Hildenbrand1-9/+8
2022-05-10arm64/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2-3/+21
2022-05-10x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand3-1/+25
2022-05-10mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-0/+15
2022-05-10mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand5-13/+105
2022-05-10mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive ...David Hildenbrand3-1/+66
2022-05-10mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand4-6/+105
2022-05-10mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand4-55/+126
2022-05-10mm/gup: disallow follow_page(FOLL_PIN)David Hildenbrand2-3/+8
2022-05-10mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand3-6/+12
2022-05-10mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand11-34/+289
2022-05-10mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand6-2/+71
2022-05-10mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()David Hildenbrand1-2/+0
2022-05-10mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page excl...David Hildenbrand2-0/+3
2022-05-10mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand9-17/+19
2022-05-10mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand3-5/+9
2022-05-10mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand7-21/+8
2022-05-10mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand3-10/+25
2022-05-10mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand6-37/+79
2022-05-10mm/memory: slightly simplify copy_present_pte()David Hildenbrand1-37/+16
2022-05-10mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand2-2/+10
2022-05-10mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failedDavid Hildenbrand1-0/+1
2022-04-30mm/damon/reclaim: fix the timer always stays activeHailong Tu1-2/+25
2022-04-30mm/damon: remove unnecessary type castingsYu Zhe1-1/+1
2022-04-30mm/damon/core-test: add a kunit test case for ops registrationSeongJae Park1-0/+36
2022-04-30damon: vaddr-test: tweak code to make the logic clearerXiaomeng Tong1-3/+5
2022-04-30selftests: cgroup: add a selftest for memory.reclaimYosry Ahmed1-0/+106
2022-04-30selftests: cgroup: fix alloc_anon_noexit() instantly freeing memoryYosry Ahmed1-2/+6
2022-04-30selftests: cgroup: return -errno from cg_read()/cg_write() on failureYosry Ahmed1-25/+19
2022-04-30memcg: introduce per-memcg reclaim interfaceShakeel Butt2-0/+66
2022-04-30zram: add a huge_idle writeback modeBrian Geffon2-4/+11
2022-04-30mm/page_alloc: simplify update of pgdat in wake_all_kswapdsChen Wandun1-2/+3
2022-04-30kasan: mark KASAN_VMALLOC flags as kasan_vmalloc_flags_tAndrey Konovalov1-4/+4
2022-04-30kasan: fix sleeping function called from invalid context on RT kernelZqiang1-3/+49
2022-04-30mm: hugetlb: add missing cache flushing in hugetlb_unshare_all_pmds()Baolin Wang1-0/+1
2022-04-30mm/khugepaged: use vma_is_anonymousxu xin1-2/+2
2022-04-30mm: use for_each_online_node and node_online instead of open codingPeng Liu3-4/+4
2022-04-30hugetlb: fix return value of __setup handlersPeng Liu1-8/+8
2022-04-30hugetlb: fix hugepages_setup when deal with pernodePeng Liu1-0/+15
2022-04-30hugetlb: fix wrong use of nr_online_nodesPeng Liu1-7/+5