summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2024-04-20KVM: arm64: nv: Advertise support for PAuthMarc Zyngier
2024-04-20KVM: arm64: nv: Handle ERETA[AB] instructionsMarc Zyngier
2024-04-20KVM: arm64: nv: Add emulation for ERETAx instructionsMarc Zyngier
2024-04-20KVM: arm64: nv: Reinject PAC exceptions caused by HCR_EL2.API==0Marc Zyngier
2024-04-20KVM: arm64: nv: Handle HCR_EL2.{API,APK} independentlyMarc Zyngier
2024-04-20KVM: arm64: nv: Honor HFGITR_EL2.ERET being setMarc Zyngier
2024-04-20KVM: arm64: nv: Fast-track 'InHost' exception returnsMarc Zyngier
2024-04-20KVM: arm64: nv: Add trap forwarding for ERET and SMCMarc Zyngier
2024-04-20KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2Marc Zyngier
2024-04-20KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flagMarc Zyngier
2024-04-20KVM: arm64: Constraint PAuth support to consistent implementationsMarc Zyngier
2024-04-20KVM: arm64: Add helpers for ESR_ELx_ERET_ISS_ERET*Marc Zyngier
2024-04-14KVM: arm64: Remove FFA_MSG_SEND_DIRECT_REQ from the denylistSebastian Ene
2024-04-14KVM: arm64: Improve out-of-order sysreg table diagnosticsMarc Zyngier
2024-04-12KVM: arm64: Exclude FP ownership from kvm_vcpu_archMarc Zyngier
2024-04-12KVM: arm64: Exclude host_fpsimd_state pointer from kvm_vcpu_archMarc Zyngier
2024-04-12KVM: arm64: Exclude mdcr_el2_host from kvm_vcpu_archMarc Zyngier
2024-04-12KVM: arm64: Exclude host_debug_data from vcpu_archMarc Zyngier
2024-04-12KVM: arm64: Add accessor for per-CPU stateMarc Zyngier
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini
2024-04-01KVM: arm64: Rationalise KVM banner outputMarc Zyngier
2024-04-01KVM: arm64: Ensure target address is granule-aligned for range TLBIWill Deacon
2024-04-01KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()Will Deacon
2024-04-01KVM: arm64: Don't pass a TLBI level hint when zapping table entriesWill Deacon
2024-04-01KVM: arm64: Don't defer TLB invalidation when zapping table entriesWill Deacon
2024-03-26KVM: arm64: Fix out-of-IPA space translation fault handlingWujie Duan
2024-03-15Revert "KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later c...Oliver Upton
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-03-11Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini
2024-03-07Merge branch 'for-next/stage1-lpa2' into for-next/coreCatalin Marinas
2024-03-07arm64/fpsimd: Support FEAT_FPMRMark Brown
2024-03-07Merge branch kvm-arm64/kerneldoc into kvmarm/nextOliver Upton
2024-03-07Merge branch kvm-arm64/vfio-normal-nc into kvmarm/nextOliver Upton
2024-03-07Merge branch kvm-arm64/lpi-xarray into kvmarm/nextOliver Upton
2024-03-07Merge branch kvm-arm64/vm-configuration into kvmarm/nextOliver Upton
2024-03-07Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2024-03-01KVM: arm64: Fix TRFCR_EL1/PMSCR_EL1 access in hVHE modeMarc Zyngier
2024-02-27KVM: arm64: Don't initialize idreg debugfs w/ preemption disabledOliver Upton
2024-02-27KVM: arm64: Fail the idreg iterator if idregs aren't initializedOliver Upton
2024-02-24KVM: arm64: Set io memory s2 pte as normalnc for vfio pci deviceAnkit Agrawal
2024-02-24KVM: arm64: Introduce new flag for non-cacheable IO memoryAnkit Agrawal
2024-02-24KVM: arm64: Fix typosBjorn Helgaas
2024-02-23KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()Oliver Upton
2024-02-23KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a refOliver Upton
2024-02-23KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()Oliver Upton
2024-02-23KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe mannerOliver Upton
2024-02-23KVM: arm64: vgic: Use atomics to count LPIsOliver Upton