summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)Author
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-06-16Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/ar...Linus Torvalds
2026-06-12Merge tag 'kvmarm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2026-06-12Merge branch kvm-arm64/nv-mmu-7.2 into kvmarm-master/nextMarc Zyngier
2026-06-12Merge branch kvm-arm64/misc-7.2 into kvmarm-master/nextMarc Zyngier
2026-06-12Merge branch kvm-arm64/vgic-v5-PPI-fixes into kvmarm-master/nextMarc Zyngier
2026-06-12Merge branch kvm-arm64/pkvm-fixes-7.2 into kvmarm-master/nextMarc Zyngier
2026-06-07KVM: arm64: Flush HCR_EL2.VSE to deliver SErrors to pKVM gueststabba@google.com
2026-06-07KVM: arm64: Bound used_lrs when flushing the pKVM hyp vCPUHyunwoo Kim
2026-06-07KVM: arm64: Clear __hyp_running_vcpu when flushing the pKVM hyp vCPUHyunwoo Kim
2026-06-05KVM: arm64: Correctly identify executable PTEs at stage-2Oliver Upton
2026-06-05KVM: arm64: Restore POR_EL0 access to host EL0Joey Gouly
2026-06-03KVM: arm64: Key CPTR_EL2.E0POE propagation on FEAT_S1POEMarc Zyngier
2026-06-03arm64: fpsimd: Move SVE save/restore inlineMark Rutland
2026-06-03arm64: fpsimd: Use opaque type for SVE stateMark Rutland
2026-06-03arm64: fpsimd: Move fpsimd save/restore inlineMark Rutland
2026-06-03arm64: fpsimd: Split FPSR/FPCR from SVE save/restoreMark Rutland
2026-06-03KVM: arm64: pkvm: Remove struct cpu_sve_stateMark Rutland
2026-06-03KVM: arm64: pkvm: Save host FPMR in host cpu contextMark Rutland
2026-06-03KVM: arm64: Don't override FFR save/restore argumentMark Rutland
2026-06-03KVM: arm64: Don't include <asm/fpsimdmacros.h>Mark Rutland
2026-05-29KVM: arm64: Correctly cap ZCR_EL2 provided by a guest hypervisorMark Brown
2026-05-28KVM: arm64: Remove @arch from __load_stage2()Zenghui Yu (Huawei)
2026-05-27KVM: arm64: Pre-check vcpu memcache for host->guest donateFuad Tabba
2026-05-27KVM: arm64: Pre-check vcpu memcache for host->guest shareFuad Tabba
2026-05-27KVM: arm64: Seed pkvm_ownership_selftest vcpu memcacheFuad Tabba
2026-05-27KVM: arm64: Fix __deactivate_fgt macro parameter typoFuad Tabba
2026-05-27KVM: arm64: Guard against NULL vcpu on VHE hyp panic pathFuad Tabba
2026-05-26KVM: arm64: Add fail-safe for refcounted pages in __pkvm_hyp_donate_hostVincent Donnefort
2026-05-26KVM: arm64: Fix __pkvm_init_vm error pathVincent Donnefort
2026-05-26KVM: arm64: Reset page order in pKVM hyp_poolVincent Donnefort
2026-05-22KVM: arm64: vgic-v5: Limit support to 64 PPIsMarc Zyngier
2026-05-21KVM: arm64: Fix CONFIG_PKVM_DISABLE_STAGE2_ON_PANICVincent Donnefort
2026-05-20KVM: arm64: Fix nVHE/pKVM hyp tracing error on invalid descVincent Donnefort
2026-05-07KVM: arm64: Pre-check vcpu memcache for host->guest donateFuad Tabba
2026-05-07KVM: arm64: Pre-check vcpu memcache for host->guest shareFuad Tabba
2026-05-07KVM: arm64: Seed pkvm_ownership_selftest vcpu memcacheFuad Tabba
2026-05-07KVM: arm64: Fix __deactivate_fgt macro parameter typoFuad Tabba
2026-05-07KVM: arm64: Guard against NULL vcpu on VHE hyp panic pathFuad Tabba
2026-05-06KVM: arm64: Remove potential UB on nvhe tracing clock updateMostafa Saleh
2026-05-06KVM: arm64: Work around C1-Pro erratum 4193714 for protected guestsJames Morse
2026-04-27Merge tag 'kvmarm-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2026-04-24KVM: arm64: Fix initialisation order in __pkvm_init_finalise()Quentin Perret
2026-04-24KVM: arm64: Fix pin leak and publication ordering in __pkvm_init_vcpu()Fuad Tabba
2026-04-24KVM: arm64: Reject non compliant SMCCC function calls in pKVMSebastian Ene
2026-04-18KVM: arm64: pkvm: Adopt MARKER() to define host hypercall rangesMarc Zyngier
2026-04-17KVM: arm64: Re-allow hyp tracing HVCs for [nh]VHEVincent Donnefort
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-04-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2026-04-10Merge branches 'for-next/misc', 'for-next/tlbflush', 'for-next/ttbr-macros-cl...Catalin Marinas