summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorLines
2026-01-26mm, arch: consolidate hugetlb CMA reservationMike Rapoport (Microsoft)-2/+0
2026-01-25KVM: arm64: Simplify PAGE_S2_MEMATTRMarc Zyngier-2/+2
2026-01-25KVM: arm64: Kill KVM_PGTABLE_S2_NOFWBMarc Zyngier-5/+2
2026-01-25KVM: arm64: Add KVM_PGTABLE_S2_AS_S1 flagMarc Zyngier-0/+2
2026-01-25arm64: Add MT_S2{,_FWB}_AS_S1 encodingsMarc Zyngier-3/+8
2026-01-24Merge tag 'kvmarm-fixes-6.19-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-21/+16
2026-01-23arm64: errata: Workaround for SI L1 downstream coherency issueLucas Wei-0/+10
2026-01-23KVM: arm64: Trap MTE access and discovery when MTE is disabledFuad Tabba-1/+1
2026-01-23Merge branch kvm-arm64/pkvm-features-6.20 into kvmarm-master/nextMarc Zyngier-4/+32
2026-01-23Merge branch kvm-arm64/feat_idst into kvmarm-master/nextMarc Zyngier-0/+1
2026-01-23Merge branch kvm-arm64/vtcr into kvmarm-master/nextMarc Zyngier-61/+20
2026-01-23Merge branch arm64/for-next/cpufeature into kvmarm-master/nextMarc Zyngier-39/+30
2026-01-22arm64: Add support for FEAT_{LS64, LS64_V}Yicong Yang-0/+2
2026-01-22KVM: arm64: Enable FEAT_{LS64, LS64_V} in the supported guestYicong Yang-0/+6
2026-01-22arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1Yicong Yang-1/+11
2026-01-22KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memoryYicong Yang-0/+9
2026-01-22arm64: Unconditionally enable PAN supportMarc Zyngier-6/+2
2026-01-22arm64: Unconditionally enable LSE supportMarc Zyngier-32/+0
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand-1/+0
2026-01-20arm64: mm: replace TIF_LAZY_MMU with is_lazy_mmu_mode_active()Kevin Brodsky-18/+4
2026-01-20mm: enable lazy_mmu sections to nestKevin Brodsky-12/+0
2026-01-20mm: bail out of lazy_mmu_mode_* in interrupt contextKevin Brodsky-9/+0
2026-01-20mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODEKevin Brodsky-1/+0
2026-01-15KVM: arm64: Check whether a VM IOCTL is allowed in pKVMFuad Tabba-0/+20
2026-01-15KVM: arm64: Track KVM IOCTLs and their associated KVM capsFuad Tabba-0/+2
2026-01-15KVM: arm64: Do not allow KVM_CAP_ARM_MTE for any guest in pKVMFuad Tabba-0/+2
2026-01-15KVM: arm64: Include VM type when checking VM capabilities in pKVMFuad Tabba-4/+6
2026-01-15KVM: arm64: Introduce helper to calculate fault IPA offsetFuad Tabba-0/+2
2026-01-15KVM: arm64: Add a generic synchronous exception injection primitiveMarc Zyngier-0/+1
2026-01-15KVM: arm64: Honor UX/PX attributes for EL2 S1 mappingsMarc Zyngier-9/+3
2026-01-15KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and coMarc Zyngier-0/+1
2026-01-15arm64: Convert VTCR_EL2 to sysreg infratructureMarc Zyngier-41/+12
2026-01-14KVM: arm64: Calculate hyp VA size only oncePetteri Kangaslampi-1/+2
2026-01-12arm64/paravirt: Use common code for paravirt_steal_clock()Juergen Gross-10/+0
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross-4/+0
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross-1/+0
2026-01-10KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkersWill Deacon-3/+3
2026-01-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-2/+2
2026-01-09KVM: arm64: Don't blindly set set PSTATE.PAN on guest exitMarc Zyngier-1/+4
2026-01-09KVM: arm64: Remove unused vcpu_{clear,set}_wfx_traps()Dongxu Sun-16/+0
2026-01-09arm64: Fix cleared E0POE bit after cpu_suspend()/resume()Yeoreum Yun-1/+1
2026-01-08KVM: arm64: Fix EL2 S1 XN handling for hVHE setupsMarc Zyngier-1/+9
2026-01-07KVM: arm64: Shuffle KVM_HOST_DATA_FLAG_* indicesMark Rutland-5/+5
2026-01-06arm64/efi: Don't fail check current_in_efi() if preemptibleBen Horgan-1/+1
2026-01-05arm64: Avoid memcpy() for syscall_get_arguments()Jinjie Ruan-4/+12
2026-01-05syscall.h: Remove unused SYSCALL_MAX_ARGSJinjie Ruan-2/+0
2025-12-14arm64/simd: Avoid pointless clearing of FP/SIMD bufferArd Biesheuvel-1/+8
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+3
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-16/+99
2025-12-02Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-18/+41