summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_...Rohan McLure
2026-01-26mm/page_table_check: provide addr parameter to page_table_check_ptes_set()Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd[...Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud[...Rohan McLure
2026-01-26arm64/mm: add addr parameter to __ptep_get_and_clear_anysz()Andrew Donnellan
2026-01-26arm64/mm: add addr parameter to __set_ptes_anysz()Andrew Donnellan
2026-01-26mm, arch: consolidate hugetlb CMA reservationMike Rapoport (Microsoft)
2026-01-25KVM: arm64: Simplify PAGE_S2_MEMATTRMarc Zyngier
2026-01-25KVM: arm64: Kill KVM_PGTABLE_S2_NOFWBMarc Zyngier
2026-01-25KVM: arm64: Add KVM_PGTABLE_S2_AS_S1 flagMarc Zyngier
2026-01-25arm64: Add MT_S2{,_FWB}_AS_S1 encodingsMarc Zyngier
2026-01-24Merge tag 'kvmarm-fixes-6.19-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2026-01-23arm64: errata: Workaround for SI L1 downstream coherency issueLucas Wei
2026-01-23KVM: arm64: Trap MTE access and discovery when MTE is disabledFuad Tabba
2026-01-23Merge branch kvm-arm64/pkvm-features-6.20 into kvmarm-master/nextMarc Zyngier
2026-01-23Merge branch kvm-arm64/feat_idst into kvmarm-master/nextMarc Zyngier
2026-01-23Merge branch kvm-arm64/vtcr into kvmarm-master/nextMarc Zyngier
2026-01-23Merge branch arm64/for-next/cpufeature into kvmarm-master/nextMarc Zyngier
2026-01-22arm64: Add support for FEAT_{LS64, LS64_V}Yicong Yang
2026-01-22KVM: arm64: Enable FEAT_{LS64, LS64_V} in the supported guestYicong Yang
2026-01-22arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1Yicong Yang
2026-01-22KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memoryYicong Yang
2026-01-22arm64: Unconditionally enable PAN supportMarc Zyngier
2026-01-22arm64: Unconditionally enable LSE supportMarc Zyngier
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand
2026-01-20arm64: mm: replace TIF_LAZY_MMU with is_lazy_mmu_mode_active()Kevin Brodsky
2026-01-20mm: enable lazy_mmu sections to nestKevin Brodsky
2026-01-20mm: bail out of lazy_mmu_mode_* in interrupt contextKevin Brodsky
2026-01-20mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODEKevin Brodsky
2026-01-15KVM: arm64: Check whether a VM IOCTL is allowed in pKVMFuad Tabba
2026-01-15KVM: arm64: Track KVM IOCTLs and their associated KVM capsFuad Tabba
2026-01-15KVM: arm64: Do not allow KVM_CAP_ARM_MTE for any guest in pKVMFuad Tabba
2026-01-15KVM: arm64: Include VM type when checking VM capabilities in pKVMFuad Tabba
2026-01-15KVM: arm64: Introduce helper to calculate fault IPA offsetFuad Tabba
2026-01-15KVM: arm64: Add a generic synchronous exception injection primitiveMarc Zyngier
2026-01-15KVM: arm64: Honor UX/PX attributes for EL2 S1 mappingsMarc Zyngier
2026-01-15KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and coMarc Zyngier
2026-01-15arm64: Convert VTCR_EL2 to sysreg infratructureMarc Zyngier
2026-01-14KVM: arm64: Calculate hyp VA size only oncePetteri Kangaslampi
2026-01-12arm64/paravirt: Use common code for paravirt_steal_clock()Juergen Gross
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross
2026-01-10KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkersWill Deacon
2026-01-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2026-01-09KVM: arm64: Don't blindly set set PSTATE.PAN on guest exitMarc Zyngier
2026-01-09KVM: arm64: Remove unused vcpu_{clear,set}_wfx_traps()Dongxu Sun
2026-01-09arm64: Fix cleared E0POE bit after cpu_suspend()/resume()Yeoreum Yun
2026-01-08KVM: arm64: Fix EL2 S1 XN handling for hVHE setupsMarc Zyngier
2026-01-07KVM: arm64: Shuffle KVM_HOST_DATA_FLAG_* indicesMark Rutland
2026-01-06arm64/efi: Don't fail check current_in_efi() if preemptibleBen Horgan