aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/kvm/hyp/include/hyp
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge branch 'kvm-arm64/feat-nv3' into nextOliver Upton2-4/+34
2026-08-19Merge branch 'kvm-arm64/pkvm-7.3' into nextOliver Upton1-14/+1
2026-08-08KVM: arm64: Make timer_get_offset() work in all contextsMarc Zyngier1-14/+1
2026-07-31KVM: arm64: Add NVHCR_EL2 context switchingMarc Zyngier1-0/+11
2026-07-31KVM: arm64: Relax CPTR_EL2 handling when FEAT_NV2p1 is presentMarc Zyngier1-2/+3
2026-07-31KVM: arm64: Merge guest's HCRX_EL2 using NV_HCRX_GUEST_EXCLUDEMarc Zyngier1-2/+20
2026-07-15Merge tag 'kvmarm-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-5/+6
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2026-06-17KVM: arm64: nv: Drop bogus WARN for write to ZCR_EL2Oliver Upton1-2/+0
2026-06-17KVM: arm64: nv: Fix SPSR_EL2 restore in kvm_hyp_handle_mops()Weiming Shi1-3/+6
2026-06-16Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-11/+12
2026-06-12Merge tag 'kvmarm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+1
2026-06-12Merge branch kvm-arm64/nv-mmu-7.2 into kvmarm-master/nextMarc Zyngier1-1/+1
2026-06-05KVM: arm64: Restore POR_EL0 access to host EL0Joey Gouly1-0/+2
2026-06-03KVM: arm64: Key CPTR_EL2.E0POE propagation on FEAT_S1POEMarc Zyngier1-1/+1
2026-06-03arm64: fpsimd: Move SVE save/restore inlineMark Rutland1-2/+2
2026-06-03arm64: fpsimd: Use opaque type for SVE stateMark Rutland1-5/+3
2026-06-03arm64: fpsimd: Move fpsimd save/restore inlineMark Rutland1-2/+2
2026-06-03arm64: fpsimd: Split FPSR/FPCR from SVE save/restoreMark Rutland1-2/+2
2026-06-03KVM: arm64: pkvm: Remove struct cpu_sve_stateMark Rutland1-4/+5
2026-06-03KVM: arm64: pkvm: Save host FPMR in host cpu contextMark Rutland1-2/+4
2026-05-29KVM: arm64: Correctly cap ZCR_EL2 provided by a guest hypervisorMark Brown1-6/+10
2026-05-07KVM: arm64: Fix __deactivate_fgt macro parameter typoFuad Tabba1-1/+1
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