summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-28arm64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-04-28powerpc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-04-28mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-04-28mm/mmap.c: use helper mlock_future_check()Miaohe Lin
2022-04-28mm/mmap: clarify protection_map[] indicesAnshuman Khandual
2022-04-28mm/debug_vm_pgtable: drop protection_map[] usageAnshuman Khandual
2022-04-28mm/mmu_gather: limit free batch count and add schedule point in tlb_batch_pag...Jianxing Wang
2022-04-28mm/mmap.c: use mmap_assert_write_locked() instead of open coding itRolf Eike Beer
2022-04-28selftests: vm: fix shellcheck warnings in run_vmtests.shAxel Rasmussen
2022-04-28selftests: vm: refactor run_vmtests.sh to reduce boilerplateAxel Rasmussen
2022-04-28selftests: vm: add test for Soft-Dirty PTE bitGabriel Krisman Bertazi
2022-04-28selftests: vm: bring common functions to a new fileMuhammad Usama Anjum
2022-04-28tools/testing/selftests/vm/gup_test.c: clarify error statementSidhartha Kumar
2022-04-28mm: simplify follow_invalidate_pte()Muchun Song
2022-04-28dax: fix missing writeprotect the pte entryMuchun Song
2022-04-28mm: pvmw: add support for walking devmap pagesMuchun Song
2022-04-28mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song
2022-04-28dax: fix cache flush on PMD-mapped pagesMuchun Song
2022-04-28mm: rmap: fix cache flush on THP pagesMuchun Song
2022-04-28mm/madvise: fix potential pte_unmap_unlock pte errorMiaohe Lin
2022-04-28mm: untangle config dependencies for demote-on-reclaimOscar Salvador
2022-04-28mm: migrate: simplify the refcount validation when migrating hugetlb mappingBaolin Wang
2022-04-28mm/migration: fix possible do_pages_stat_array racing with memory offlineMiaohe Lin
2022-04-28mm/migration: fix potential invalid node access for reclaim-based migrationMiaohe Lin
2022-04-28mm/migration: fix potential page refcounts leak in migrate_pagesMiaohe Lin
2022-04-28mm/migration: remove some duplicated codes in migrate_pagesMiaohe Lin
2022-04-28mm/migration: avoid unneeded nodemask_t initializationMiaohe Lin
2022-04-28mm/migration: use helper macro min in do_pages_statMiaohe Lin
2022-04-28mm/migration: use helper function vma_lookup() in add_page_for_migrationMiaohe Lin
2022-04-28mm/migration: remove unneeded local variable page_lruMiaohe Lin
2022-04-28mm/migration: remove unneeded local variable mapping_lockedMiaohe Lin
2022-04-28mm: add selftests for migration entriesAlistair Popple
2022-04-28mm/mempolicy: clean up the code logic in queue_pages_pte_rangeMiaohe Lin
2022-04-28drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin
2022-04-28mm: compaction: use helper isolation_suitable()Miaohe Lin
2022-04-28mm/z3fold: remove unneeded PAGE_HEADLESS check in free_handle()Miaohe Lin
2022-04-28mm/z3fold: remove redundant list_del_init of zhdr->buddy in z3fold_freeMiaohe Lin
2022-04-28mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()Miaohe Lin
2022-04-28mm/z3fold: remove confusing local variable l reassignmentMiaohe Lin
2022-04-28mm/z3fold: remove unneeded page_mapcount_reset and ClearPagePrivateMiaohe Lin
2022-04-28mm/z3fold: minor clean up for z3fold_freeMiaohe Lin
2022-04-28mm/z3fold: remove obsolete comment in z3fold_allocMiaohe Lin
2022-04-28mm/z3fold: declare z3fold_mount with __initMiaohe Lin
2022-04-28fs/proc/task_mmu.c: remove redundant page validation of pte_pageXianting Tian
2022-04-28mm/vmscan: fix comment for isolate_lru_pagesMiaohe Lin
2022-04-28mm/vmscan: fix comment for current_may_throttleMiaohe Lin
2022-04-28mm/vmscan: remove obsolete comment in get_scan_countMiaohe Lin
2022-04-28mm/vmscan: sc->reclaim_idx must be a valid zone indexWei Yang
2022-04-28mm/vmscan: make sure wakeup_kswapd with managed zoneWei Yang
2022-04-28mm/vmscan: reclaim only affects managed_zonesWei Yang