summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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-29mm: simplify follow_invalidate_pte()Muchun Song1-58/+23
2022-04-29mm: pvmw: add support for walking devmap pagesMuchun Song1-8/+9
2022-04-29mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song2-20/+71
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 Salvador2-7/+6
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/mempolicy: clean up the code logic in queue_pages_pte_rangeMiaohe Lin1-9/+3
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-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-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 Horiguchi1-11/+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
2022-04-29mm: page_alloc: simplify pageblock migratetype check in __free_one_page()Zi Yan1-29/+17
2022-04-29mm/page_alloc: adding same penalty is enough to get round-robin orderWei Yang1-6/+3
2022-04-29vmap(): don't allow invalid pagesYury Norov1-0/+3
2022-04-29mm/vmalloc: fix a commentYixuan Cao1-1/+1