aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-13KVM: arm64: Compute per-vCPU FGTs at vcpu_load()Oliver Upton1-131/+17
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2-2/+5
2025-09-15KVM: arm64: Introduce separate hypercalls for pKVM VM reservation and initial...Fuad Tabba1-0/+2
2025-09-15KVM: arm64: Clarify comments to distinguish pKVM mode from protected VMsFuad Tabba1-1/+1
2025-09-15KVM: arm64: Add build-time check for duplicate DECLARE_REG useFuad Tabba1-1/+2
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/...Paolo 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/kvma...Paolo Bonzini4-75/+161
2025-05-23Merge branch kvm-arm64/misc-6.16 into kvmarm-master/nextMarc Zyngier1-1/+1
2025-05-23Merge branch kvm-arm64/fgt-masks into kvmarm-master/nextMarc Zyngier1-57/+101
2025-05-21KVM: arm64: np-guest CMOs with PMD_SIZE fixmapVincent Donnefort1-1/+3
2025-05-21KVM: arm64: Add a range to __pkvm_host_test_clear_young_guest()Vincent Donnefort1-1/+1
2025-05-21KVM: arm64: Add a range to __pkvm_host_wrprotect_guest()Vincent Donnefort1-1/+1
2025-05-21KVM: arm64: Add a range to __pkvm_host_unshare_guest()Vincent Donnefort1-1/+1
2025-05-21KVM: arm64: Add a range to __pkvm_host_share_guest()Vincent Donnefort1-1/+1
2025-05-21KVM: arm64: Introduce for_each_hyp_pageVincent Donnefort1-8/+8
2025-05-21Merge branch kvm-arm64/pkvm-selftest-6.16 into kvm-arm64/pkvm-np-thp-6.16Marc Zyngier1-0/+6
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-05-06KVM: arm64: Extend pKVM selftest for np-guestsQuentin Perret1-2/+2
2025-05-06KVM: arm64: Selftest for pKVM transitionsQuentin Perret1-0/+6
2025-04-28KVM: arm64: Move hyp state to hyp_vmemmapQuentin Perret1-6/+23
2025-04-28KVM: arm64: Introduce {get,set}_host_state() helpersQuentin Perret1-1/+11
2025-04-28KVM: arm64: Use 0b11 for encoding PKVM_NOPAGEQuentin Perret1-3/+1
2025-04-28KVM: arm64: Fix pKVM page-tracking commentsQuentin Perret1-10/+19
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/pkvm-6.15' into kvmarm/nextOliver Upton2-7/+1
2025-03-19Merge branch 'kvm-arm64/writable-midr' into kvmarm/nextOliver Upton1-1/+13
2025-03-14KVM: arm64: Create each pKVM hyp vcpu after its corresponding host vcpuFuad Tabba1-6/+0
2025-03-14KVM: arm64: Distinct pKVM teardown memcache for stage-2Vincent Donnefort1-1/+1
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