aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/kvm/hyp/include/hyp
AgeCommit message (Expand)AuthorFilesLines
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+27
2026-03-27KVM: arm64: Preserve host MPAM configuration when changing trapsBen Horgan1-4/+8
2026-03-19KVM: arm64: gic-v5: Support GICv5 FGTs & FGUsSascha Bischoff1-0/+27
2026-02-05Merge branch kvm-arm64/misc-6.20 into kvmarm-master/nextMarc Zyngier1-4/+2
2026-01-08KVM: arm64: Remove unused parameter in synchronize_vcpu_pstate()Alexandru Elisei1-1/+1
2026-01-07KVM: arm64: Remove ISB after writing FPEXC32_EL2Mark Rutland1-3/+1
2026-01-07KVM: arm64: Fix comment in fpsimd_lazy_switch_to_host()Mark Rutland1-1/+1
2025-10-13KVM: arm64: Compute per-vCPU FGTs at vcpu_load()Oliver Upton1-131/+17
2025-09-10KVM: arm64: VHE: Save and restore host MDCR_EL2 value correctlyAlexandru Elisei1-5/+0
2025-07-08KVM: arm64: Context switch SCTLR2_ELx when advertised to the guestOliver Upton1-0/+17
2025-07-08KVM: arm64: nv: Use guest hypervisor's vSError stateOliver Upton2-8/+69
2025-07-08KVM: arm64: Add helper to identify a nested contextMarc Zyngier1-4/+4
2025-06-19KVM: arm64: VHE: Centralize ISBs when returning to hostMark Rutland1-3/+0
2025-06-19KVM: arm64: Remove ad-hoc CPTR manipulation from kvm_hyp_handle_fpsimd()Mark Rutland1-9/+8
2025-06-19KVM: arm64: Reorganise CPTR trap manipulationMark Rutland1-0/+130
2025-06-19KVM: arm64: VHE: Synchronize restore of host debug registersMark Rutland1-0/+3
2025-06-11Merge tag 'kvmarm-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini2-5/+5
2025-06-05KVM: arm64: Add assignment-specific sysreg accessorMarc Zyngier2-5/+5
2025-05-26Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-58/+102
2025-05-23Merge branch kvm-arm64/misc-6.16 into kvmarm-master/nextMarc Zyngier1-1/+1
2025-05-19arm64: errata: Work around AmpereOne's erratum AC04_CPU_23D Scott Phillips1-1/+1
2025-05-19KVM: arm64: Add context-switch for FEAT_FGT2 registersMarc Zyngier1-0/+44
2025-05-10KVM: arm64: Remove hand-crafted masks for FGT registersMarc Zyngier1-19/+0
2025-05-10KVM: arm64: Use computed FGT masks to setup FGT registersMarc Zyngier1-7/+38
2025-05-07KVM: arm64: Properly save/restore HCRX_EL2Marc Zyngier1-7/+6
2025-05-06KVM: arm64: Unconditionally configure fine-grain trapsMark Rutland1-24/+15
2025-05-06KVM: arm64: Don't treat HCRX_EL2 as a FGT registerMarc Zyngier1-6/+3
2025-05-06arm64: sysreg: Replace HFGxTR_EL2 with HFG{R,W}TR_EL2Marc Zyngier1-2/+2
2025-04-03KVM: arm64: Don't translate FAR if invalid/unsafeOliver Upton1-5/+21
2025-04-03KVM: arm64: Only read HPFAR_EL2 when value is architecturally validOliver Upton1-18/+28
2025-03-19Merge branch 'kvm-arm64/writable-midr' into kvmarm/nextOliver Upton1-1/+13
2025-03-11KVM: arm64: Use a cpucap to determine if system supports FEAT_PMUv3Oliver Upton1-2/+2
2025-02-26KVM: arm64: Allow userspace to change the implementation ID registersSebastian Ott1-1/+7
2025-02-26KVM: arm64: Load VPIDR_EL2 with the VM's MIDR_EL1 valueOliver Upton1-1/+7
2025-02-13KVM: arm64: Convert timer offset VA when accessed in HYP codeMarc Zyngier1-1/+14
2025-02-13KVM: arm64: Eagerly switch ZCR_EL{1,2}Mark Rutland1-0/+59
2025-02-13KVM: arm64: Mark some header functions as inlineMark Rutland1-10/+9
2025-02-13KVM: arm64: Refactor exit handlersMark Rutland1-24/+6
2025-02-13KVM: arm64: Remove host FPSIMD saving for non-protected KVMMark Rutland1-2/+23
2025-01-17Merge branch kvm-arm64/nv-timers into kvmarm-master/nextMarc Zyngier1-13/+26
2025-01-12Merge branch kvm-arm64/pkvm-fixed-features-6.14 into kvmarm-master/nextMarc Zyngier1-2/+2
2025-01-02KVM: arm64: Handle counter access early in non-HYP contextMarc Zyngier1-13/+21
2025-01-02KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV in useMarc Zyngier1-0/+5
2024-12-20KVM: arm64: Avoid reading ID_AA64DFR0_EL1 for debug save/restoreOliver Upton1-13/+4
2024-12-20KVM: arm64: Don't hijack guest context MDSCR_EL1Oliver Upton1-12/+27
2024-12-20KVM: arm64: Use debug_owner to track if debug regs need save/restoreOliver Upton2-4/+2
2024-12-20KVM: arm64: Select debug state to save/restore based on debug ownerOliver Upton1-4/+19
2024-12-19arm64/sysreg: Get rid of CPACR_ELx SysregFieldsMarc Zyngier1-2/+2
2024-11-11Merge branch kvm-arm64/mpam-ni into kvmarm/nextOliver Upton1-0/+31
2024-10-31KVM: arm64: Fix missing traps of guest accesses to the MPAM registersJames Morse1-0/+31