summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-05-13mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit2-2/+10
2022-05-13mm/mprotect: do not flush when not required architecturallyNadav Amit2-5/+7
2022-05-13mm/mprotect: use mmu_gatherNadav Amit4-46/+71
2022-05-10MM: handle THP in swap_*page_fs() - count_vm_events()NeilBrown1-2/+4
2022-05-10mm: handle THP in swap_*page_fs()NeilBrown1-10/+13
2022-05-10mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown3-24/+67
2022-05-10mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown5-47/+104
2022-05-10mm: perform async writes to SWP_FS_OPS swap-space using ->swap_rwNeilBrown1-40/+58
2022-05-10mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown3-6/+68
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_activateNeilBrown1-7/+3
2022-05-10mm: drop swap_dirty_folioNeilBrown2-18/+1
2022-05-10mm: create new mm/swap.h header fileNeilBrown15-0/+148
2022-05-10mm/gup: fix comments to pin_user_pages_*()Yury Norov1-4/+17
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 Hildenbrand3-13/+74
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 Hildenbrand3-6/+66
2022-05-10mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand3-55/+118
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 Hildenbrand2-4/+10
2022-05-10mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand8-30/+213
2022-05-10mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand4-0/+26
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 Hildenbrand7-15/+16
2022-05-10mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand2-4/+8
2022-05-10mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand6-19/+8
2022-05-10mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand2-6/+7
2022-05-10mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand4-32/+30
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 Hildenbrand1-2/+6
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-30memcg: introduce per-memcg reclaim interfaceShakeel Butt1-0/+45
2022-04-30mm/page_alloc: simplify update of pgdat in wake_all_kswapdsChen Wandun1-2/+3
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 Liu2-3/+3
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
2022-04-29mm: compaction: make sure highest is above the min_pfnMiaohe Lin1-1/+1
2022-04-29mm: compaction: simplify the code in __compact_finishedMiaohe Lin1-21/+8
2022-04-29mm: compaction: make compaction_zonelist_suitable return false when COMPACT_S...Miaohe Lin1-1/+1
2022-04-29mm: compaction: avoid possible NULL pointer dereference in kcompactd_cpu_onlineMiaohe Lin1-1/+2