summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-29x86/mm: enable ARCH_HAS_VM_GET_PAGE_PROTChristoph Hellwig5-21/+37
2022-04-29sparc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-6/+13
2022-04-29arm64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-24/+26
2022-04-29powerpc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-12/+18
2022-04-29mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2-0/+5
2022-04-29mm/mmap.c: use helper mlock_future_check()Miaohe Lin1-9/+2
2022-04-29mm/mmap: clarify protection_map[] indicesAnshuman Khandual1-2/+16
2022-04-29mm/debug_vm_pgtable: drop protection_map[] usageAnshuman Khandual1-12/+19
2022-04-29mm/mmu_gather: limit free batch count and add schedule point in tlb_batch_pag...Jianxing Wang1-2/+14
2022-04-29mm/mmap.c: use mmap_assert_write_locked() instead of open coding itRolf Eike Beer1-2/+2
2022-04-29selftests: vm: fix shellcheck warnings in run_vmtests.shAxel Rasmussen1-28/+27
2022-04-29selftests: vm: refactor run_vmtests.sh to reduce boilerplateAxel Rasmussen1-415/+64
2022-04-29selftests: vm: add test for Soft-Dirty PTE bitGabriel Krisman Bertazi4-0/+150
2022-04-29selftests: vm: bring common functions to a new fileMuhammad Usama Anjum5-113/+124
2022-04-29tools/testing/selftests/vm/gup_test.c: clarify error statementSidhartha Kumar2-11/+44
2022-04-29mm: simplify follow_invalidate_pte()Muchun Song2-61/+23
2022-04-29dax: fix missing writeprotect the pte entryMuchun Song1-87/+12
2022-04-29mm: pvmw: add support for walking devmap pagesMuchun Song1-8/+9
2022-04-29mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song3-20/+74
2022-04-29dax: fix cache flush on PMD-mapped pagesMuchun Song1-1/+2
2022-04-29mm: rmap: fix cache flush on THP pagesMuchun Song1-1/+2
2022-04-29mm/madvise: fix potential pte_unmap_unlock pte errorMiaohe Lin1-4/+4
2022-04-29mm: untangle config dependencies for demote-on-reclaimOscar Salvador3-26/+21
2022-04-29mm: migrate: simplify the refcount validation when migrating hugetlb mappingBaolin Wang1-5/+0
2022-04-29mm/migration: fix possible do_pages_stat_array racing with memory offlineMiaohe Lin1-2/+7
2022-04-29mm/migration: fix potential invalid node access for reclaim-based migrationMiaohe Lin1-3/+3
2022-04-29mm/migration: fix potential page refcounts leak in migrate_pagesMiaohe Lin1-0/+8
2022-04-29mm/migration: remove some duplicated codes in migrate_pagesMiaohe Lin1-24/+12
2022-04-29mm/migration: avoid unneeded nodemask_t initializationMiaohe Lin1-2/+2
2022-04-29mm/migration: use helper macro min in do_pages_statMiaohe Lin1-6/+2
2022-04-29mm/migration: use helper function vma_lookup() in add_page_for_migrationMiaohe Lin1-2/+2
2022-04-29mm/migration: remove unneeded local variable page_lruMiaohe Lin1-3/+1
2022-04-29mm/migration: remove unneeded local variable mapping_lockedMiaohe Lin1-4/+2
2022-04-29mm: add selftests for migration entriesAlistair Popple2-0/+196
2022-04-29mm/mempolicy: clean up the code logic in queue_pages_pte_rangeMiaohe Lin1-9/+3
2022-04-29drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin1-0/+1
2022-04-29mm: compaction: use helper isolation_suitable()Miaohe Lin1-1/+1
2022-04-29mm/z3fold: remove unneeded PAGE_HEADLESS check in free_handle()Miaohe Lin1-3/+0
2022-04-29mm/z3fold: remove redundant list_del_init of zhdr->buddy in z3fold_freeMiaohe Lin1-3/+0
2022-04-29mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()Miaohe Lin1-29/+12
2022-04-29mm/z3fold: remove confusing local variable l reassignmentMiaohe Lin1-1/+0
2022-04-29mm/z3fold: remove unneeded page_mapcount_reset and ClearPagePrivateMiaohe Lin1-3/+0
2022-04-29mm/z3fold: minor clean up for z3fold_freeMiaohe Lin1-4/+4
2022-04-29mm/z3fold: remove obsolete comment in z3fold_allocMiaohe Lin1-3/+0
2022-04-29mm/z3fold: declare z3fold_mount with __initMiaohe Lin1-1/+1
2022-04-29fs/proc/task_mmu.c: remove redundant page validation of pte_pageXianting Tian1-2/+0
2022-04-29mm/vmscan: fix comment for isolate_lru_pagesMiaohe Lin1-2/+2
2022-04-29mm/vmscan: fix comment for current_may_throttleMiaohe Lin1-4/+3
2022-04-29mm/vmscan: remove obsolete comment in get_scan_countMiaohe Lin1-3/+1
2022-04-29mm/vmscan: sc->reclaim_idx must be a valid zone indexWei Yang1-2/+2