summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown2022-05-093-18/+12
* mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown2022-05-096-6/+77
* mm: reclaim mustn't enter FS for SWP_FS_OPS swap-spaceNeilBrown2022-05-092-9/+28
* mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown2022-05-094-10/+23
* mm: drop swap_dirty_folioNeilBrown2022-05-093-19/+1
* mm: create new mm/swap.h header fileNeilBrown2022-05-0916-121/+148
* selftests: clarify common error when running gup_testJoel Savitz2022-05-091-0/+2
* mm/gup: fix comments to pin_user_pages_*()Yury Norov2022-05-091-4/+17
* powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3sDavid Hildenbrand2022-05-091-1/+20
* powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3sDavid Hildenbrand2022-05-091-7/+5
* s390/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2022-05-091-2/+21
* s390/pgtable: cleanup description of swp pte layoutDavid Hildenbrand2022-05-091-9/+8
* arm64/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2022-05-092-3/+21
* x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2022-05-093-1/+25
* mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2022-05-091-0/+15
* mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand2022-05-095-13/+105
* mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive ...David Hildenbrand2022-05-093-1/+66
* mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand2022-05-094-6/+105
* mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand2022-05-094-55/+126
* mm/gup: disallow follow_page(FOLL_PIN)David Hildenbrand2022-05-092-3/+8
* mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand2022-05-093-6/+12
* mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand2022-05-0911-34/+289
* mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand2022-05-096-2/+71
* mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()David Hildenbrand2022-05-091-2/+0
* mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page excl...David Hildenbrand2022-05-092-0/+3
* mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand2022-05-099-17/+19
* mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand2022-05-093-5/+9
* mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand2022-05-097-21/+8
* mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand2022-05-093-10/+25
* mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand2022-05-096-37/+79
* mm/memory: slightly simplify copy_present_pte()David Hildenbrand2022-05-091-37/+16
* mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand2022-05-092-2/+10
* mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failedDavid Hildenbrand2022-05-091-0/+1
* mm/damon/reclaim: fix the timer always stays activeHailong Tu2022-04-291-2/+25
* mm/damon: remove unnecessary type castingsYu Zhe2022-04-291-1/+1
* mm/damon/core-test: add a kunit test case for ops registrationSeongJae Park2022-04-291-0/+36
* damon: vaddr-test: tweak code to make the logic clearerXiaomeng Tong2022-04-291-3/+5
* selftests: cgroup: add a selftest for memory.reclaimYosry Ahmed2022-04-291-0/+106
* selftests: cgroup: fix alloc_anon_noexit() instantly freeing memoryYosry Ahmed2022-04-291-2/+6
* selftests: cgroup: return -errno from cg_read()/cg_write() on failureYosry Ahmed2022-04-291-25/+19
* memcg: introduce per-memcg reclaim interfaceShakeel Butt2022-04-292-0/+66
* zram: add a huge_idle writeback modeBrian Geffon2022-04-292-4/+11
* mm/page_alloc: simplify update of pgdat in wake_all_kswapdsChen Wandun2022-04-291-2/+3
* kasan: mark KASAN_VMALLOC flags as kasan_vmalloc_flags_tAndrey Konovalov2022-04-291-4/+4
* kasan: fix sleeping function called from invalid context on RT kernelZqiang2022-04-291-3/+49
* mm: hugetlb: add missing cache flushing in hugetlb_unshare_all_pmds()Baolin Wang2022-04-291-0/+1
* mm/khugepaged: use vma_is_anonymousxu xin2022-04-291-2/+2
* mm: use for_each_online_node and node_online instead of open codingPeng Liu2022-04-293-4/+4
* hugetlb: fix return value of __setup handlersPeng Liu2022-04-291-8/+8
* hugetlb: fix hugepages_setup when deal with pernodePeng Liu2022-04-291-0/+15