aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/nvhe (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-13KVM: arm64: Compute per-vCPU FGTs at vcpu_load()Oliver Upton1-0/+1
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini6-121/+309
2025-09-20Merge branch kvm-arm64/misc-6.18 into kvmarm-master/nextMarc Zyngier1-3/+6
2025-09-17Merge branch kvm-arm64/dump-instr into kvmarm-master/nextMarc Zyngier1-2/+10
2025-09-15KVM: arm64: Map hyp text as RO and dump instr on panicMostafa Saleh1-2/+10
2025-09-15Merge branch kvm-arm64/pkvm_vm_handle into kvmarm-master/nextMarc Zyngier2-43/+148
2025-09-15KVM: arm64: Introduce separate hypercalls for pKVM VM reservation and initial...Fuad Tabba2-22/+94
2025-09-15KVM: arm64: Consolidate pKVM hypervisor VM initialization logicFuad Tabba1-23/+24
2025-09-15KVM: arm64: Separate allocation and insertion of pKVM VM table entriesFuad Tabba1-9/+43
2025-09-15KVM: arm64: Decouple hyp VM creation state from its handleFuad Tabba1-0/+1
2025-09-15KVM: arm64: Clarify comments to distinguish pKVM mode from protected VMsFuad Tabba1-14/+11
2025-09-15KVM: arm64: Rename pkvm.enabled to pkvm.is_protectedFuad Tabba1-1/+1
2025-09-15KVM: arm64: Fix debug checking for np-guests using huge mappingsBen Horgan1-3/+6
2025-09-15Merge branch kvm-arm64/ffa-1.2 into kvmarm-master/nextMarc Zyngier2-73/+145
2025-09-10KVM: arm64: Fix parameter ordering for VBAR_EL1 assignmentFuad Tabba1-1/+1
2025-09-10KVM: arm64: VHE: Save and restore host MDCR_EL2 value correctlyAlexandru Elisei1-0/+6
2025-09-08KVM: arm64: Bump the supported version of FF-A to 1.2Per Larsen1-3/+3
2025-09-08KVM: arm64: Mask response to FFA_FEATURE callPer Larsen1-1/+1
2025-09-08KVM: arm64: Mark optional FF-A 1.2 interfaces as unsupportedPer Larsen1-0/+5
2025-09-08KVM: arm64: Mark FFA_NOTIFICATION_* calls as unsupportedPer Larsen1-0/+8
2025-09-08KVM: arm64: Use SMCCC 1.2 for FF-A initialization and in host handlerPer Larsen2-69/+125
2025-09-08KVM: arm64: Correct return value on host version downgrade attemptPer Larsen1-1/+4
2025-08-29Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2-1/+6
2025-08-08KVM: arm64: Sync protected guest VBAR_EL1 on injecting an undef exceptionFuad Tabba1-0/+1
2025-08-08KVM: arm64: Handle AIDR_EL1 and REVIDR_EL1 in host for protected VMsFuad Tabba1-0/+4
2025-08-08kvm: arm64: use BUG() instead of BUG_ON(1)Arnd Bergmann1-1/+1
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-1/+33
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-1/+1
2025-07-08KVM: arm64: nvhe: Disable branch generation in nVHE guestsAnshuman Khandual2-1/+33
2025-06-26KVM: arm64: Adjust range correctly during host stage-2 faultsQuentin Perret1-8/+12
2025-06-19KVM: arm64: Remove ad-hoc CPTR manipulation from fpsimd_sve_sync()Mark Rutland1-1/+4
2025-06-19KVM: arm64: Reorganise CPTR trap manipulationMark Rutland1-59/+0
2025-06-11Merge tag 'kvmarm-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-2/+2
2025-06-05KVM: arm64: Add assignment-specific sysreg accessorMarc Zyngier1-2/+2
2025-05-26Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini10-150/+579
2025-05-23Merge branch kvm-arm64/misc-6.16 into kvmarm-master/nextMarc Zyngier4-5/+5
2025-05-23Merge branch kvm-arm64/fgt-masks into kvmarm-master/nextMarc Zyngier1-0/+12
2025-05-23Merge branch kvm-arm64/ubsan-el2 into kvmarm-master/nextMarc Zyngier1-0/+6
2025-05-21KVM: arm64: np-guest CMOs with PMD_SIZE fixmapVincent Donnefort3-26/+115
2025-05-21KVM: arm64: Stage-2 huge mappings for np-guestsVincent Donnefort1-9/+14
2025-05-21KVM: arm64: Add a range to __pkvm_host_test_clear_young_guest()Vincent Donnefort2-6/+11
2025-05-21KVM: arm64: Add a range to __pkvm_host_wrprotect_guest()Vincent Donnefort2-10/+15
2025-05-21KVM: arm64: Add a range to __pkvm_host_unshare_guest()Vincent Donnefort2-27/+33
2025-05-21KVM: arm64: Add a range to __pkvm_host_share_guest()Vincent Donnefort2-32/+59
2025-05-21KVM: arm64: Introduce for_each_hyp_pageVincent Donnefort2-26/+29
2025-05-21KVM: arm64: Handle huge mappings for np-guest CMOsVincent Donnefort1-4/+22
2025-05-21Merge branch kvm-arm64/pkvm-selftest-6.16 into kvm-arm64/pkvm-np-thp-6.16Marc Zyngier3-1/+211
2025-05-19arm64: errata: Work around AmpereOne's erratum AC04_CPU_23D Scott Phillips4-5/+5
2025-05-19KVM: arm64: Add sanitisation for FEAT_FGT2 registersMarc Zyngier1-0/+5