summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-29mm/vmscan: make sure wakeup_kswapd with managed zoneWei Yang2-3/+5
2022-04-29mm/vmscan: reclaim only affects managed_zonesWei Yang1-2/+2
2022-04-29arm64: mm: hugetlb: enable HUGETLB_PAGE_FREE_VMEMMAP for arm64Muchun Song2-0/+15
2022-04-29mm: hugetlb_vmemmap: introduce ARCH_WANT_HUGETLB_PAGE_FREE_VMEMMAPMuchun Song2-1/+10
2022-04-29hugetlb: remove use of list iterator variable after loopJakob Koschel1-14/+19
2022-04-29mm, hugetlb, hwpoison: separate branch for free and in-use hugepageNaoya Horiguchi2-2/+6
2022-04-29mm/memory-failure.c: dissolve truncated hugetlb pageMiaohe Lin1-5/+4
2022-04-29mm/memory-failure.c: minor cleanup for HWPoisonHandlableMiaohe Lin1-5/+3
2022-04-29Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi3-13/+0
2022-04-29mm/hwpoison: put page in already hwpoisoned case with MF_COUNT_INCREASEDNaoya Horiguchi1-0/+2
2022-04-29mm/memory-failure.c: remove unnecessary (void*) conversionsliqiong1-2/+2
2022-04-29mm: wrap __find_buddy_pfn() with a necessary buddy page validationZi Yan3-77/+101