summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2026-03-25arm64: contpte: fix set_access_flags() no-op check for SMMU/ATS faultsPiotr Jaroszynski1-4/+49
2026-01-17arm64: Fix cleared E0POE bit after cpu_suspend()/resume()Yeoreum Yun1-0/+8
2025-10-29arm64: mte: Do not warn if the page is already tagged in copy_highpage()Catalin Marinas1-2/+7
2025-10-19arm64: map [_text, _stext) virtual address range non-executable+read-onlyOmar Sandoval2-6/+10
2025-08-20mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-3/+0
2025-08-20arm64: Mark kernel as tainted on SAE and SError panicBreno Leitao1-0/+1
2025-07-17arm64: poe: Handle spurious Overlay faultsKevin Brodsky1-9/+21
2025-06-27arm64: Restrict pagetable teardown to avoid false warningDev Jain1-1/+2
2025-04-20arm64: mm: Correct the update of max_pfnZhenhua Huang1-1/+2
2025-03-22arm64: mm: Populate vmemmap at the page level if not section alignedZhenhua Huang1-1/+4
2025-03-13arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptesRyan Roberts1-33/+20
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-3/+5
2025-03-07arm64/mm: Fix Boot panic on Ampere AltraRyan Roberts1-6/+1
2025-02-17arm64/mm: Override PARange for !LPA2 and use it consistentlyArd Biesheuvel1-1/+6
2025-02-17arm64/mm: Ensure adequate HUGE_MAX_HSTATEAnshuman Khandual1-0/+12
2024-12-14arm64: Ensure bits ASID[15:8] are masked out when the kernel uses 8-bit ASIDsCatalin Marinas1-2/+2
2024-12-14arm64: mm: Fix zone_dma_limit calculationYang Shi1-9/+8
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds1-21/+18
2024-09-16Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-50/+20
2024-09-12Merge branch 'for-next/poe' into for-next/coreWill Deacon3-1/+110
2024-09-12Merge branch 'for-next/pkvm-guest' into for-next/coreWill Deacon3-2/+73
2024-09-12Merge branch 'for-next/mm' into for-next/coreWill Deacon3-4/+20
2024-09-10arm64: ptdump: Don't override the level when operating on the stage-2 tablesSebastian Ene1-2/+2
2024-09-10arm64: ptdump: Use the ptdump description from a local contextSebastian Ene1-5/+8
2024-09-10arm64: ptdump: Expose the attribute parsing functionalitySebastian Ene1-44/+11
2024-09-06arm64/mm: use lm_alias() with addresses passed to memblock_free()Joey Gouly1-5/+7
2024-09-06mm: arm64: document why pte is not advanced in contpte_ptep_set_access_flags()Barry Song1-0/+6
2024-09-04arm64: trans_pgd: mark PTEs entries as valid to avoid dead kexec()Fares Mehanna1-2/+4
2024-09-04arm64/mm: Delete __init region from memblock.reservedRong Qianfeng1-0/+6
2024-09-04arm64: implement PKEYS supportJoey Gouly1-0/+45
2024-09-04arm64: handle PKEY/POE faultsJoey Gouly1-1/+54
2024-09-04arm64: convert protection key into vm_flags and pgprot valuesJoey Gouly1-0/+11
2024-09-03arm64: mm: keep low RAM dma zoneBaruch Siach1-2/+8
2024-08-30arm64: mm: Add confidential computing hook to ioremap_prot()Will Deacon1-1/+22
2024-08-30arm64: mm: Add top-level dispatcher for internal mem_encrypt APIWill Deacon2-1/+51
2024-08-29arm64: mm: fix DMA zone when dma-ranges is missingBaruch Siach1-0/+3
2024-08-22arm64: support DMA zone above 4GBCatalin Marinas1-12/+0
2024-08-22dma-mapping: replace zone_dma_bits by zone_dma_limitCatalin Marinas1-15/+15
2024-08-16arm64/mm: Drop TCR_SMP_FLAGSAnshuman Khandual1-3/+1
2024-07-13mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-1/+1
2024-06-19arm64: mm: Permit PTE SW bits to change in live mappingsRyan Roberts1-1/+2
2024-06-06mm: arm64: fix the out-of-bounds issue in contpte_clear_young_dirty_ptesBarry Song1-2/+2
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-51/+97
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+1
2024-05-16Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+140
2024-05-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-54/+57
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-0/+140
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel1-12/+1
2024-05-10arm64: Properly clean up iommu-dma remnantsRobin Murphy1-8/+0
2024-05-09Merge branch 'for-next/mm' into for-next/coreWill Deacon1-44/+57