summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructureMarc Zyngier2021-11-243-7/+13
* KVM: arm64: Save PSTATE early on exitMarc Zyngier2021-11-242-1/+12
* Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-11-124-5/+15
|\
| * KVM: arm64: Fix host stage-2 finalizationQuentin Perret2021-11-081-2/+12
| * KVM: arm64: nvhe: Fix a non-kernel-doc commentRandy Dunlap2021-11-081-1/+1
| * KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland2021-11-082-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-0214-181/+1230
|\ \
| * | Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-10-3114-181/+1230
| |\|
| | * Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/nextMarc Zyngier2021-10-1812-147/+1176
| | |\
| | | * KVM: arm64: pkvm: Give priority to standard traps over pvm handlingMarc Zyngier2021-10-181-4/+7
| | | * KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array()Marc Zyngier2021-10-183-5/+5
| | | * KVM: arm64: pkvm: Move kvm_handle_pvm_restricted aroundMarc Zyngier2021-10-183-14/+14
| | | * KVM: arm64: pkvm: Consolidate include filesMarc Zyngier2021-10-186-24/+204
| | | * KVM: arm64: pkvm: Preserve pending SError on exit from AArch32Marc Zyngier2021-10-181-1/+2
| | | * KVM: arm64: pkvm: Handle GICv3 traps as requiredMarc Zyngier2021-10-181-1/+17
| | | * KVM: arm64: pkvm: Drop sysregs that should never be routed to the hostMarc Zyngier2021-10-181-50/+0
| | | * KVM: arm64: pkvm: Drop AArch32-specific registersMarc Zyngier2021-10-181-4/+0
| | | * KVM: arm64: pkvm: Make the ERR/ERX*_EL1 registers RAZ/WIMarc Zyngier2021-10-181-11/+22
| | | * KVM: arm64: pkvm: Use a single function to expose all id-regsMarc Zyngier2021-10-183-35/+26
| | | * KVM: arm64: Fix early exit ptrauth handlingMarc Zyngier2021-10-181-10/+4
| | | * KVM: arm64: Handle protected guests at 32 bitsFuad Tabba2021-10-111-0/+34
| | | * KVM: arm64: Trap access to pVM restricted featuresFuad Tabba2021-10-111-0/+57
| | | * KVM: arm64: Move sanitized copies of CPU featuresFuad Tabba2021-10-112-6/+2
| | | * KVM: arm64: Initialize trap registers for protected VMsFuad Tabba2021-10-114-1/+198
| | | * KVM: arm64: Add handlers for protected VM System RegistersFuad Tabba2021-10-115-1/+532
| | | * KVM: arm64: Pass struct kvm to per-EC handlersFuad Tabba2021-10-113-4/+4
| | | * KVM: arm64: Move early handlers to per-EC handlersMarc Zyngier2021-10-113-68/+124
| | | * KVM: arm64: Don't include switch.h into nvhe/kvm-main.cMarc Zyngier2021-10-111-1/+1
| | | * KVM: arm64: Move __get_fault_info() and co into their own include fileMarc Zyngier2021-10-113-61/+77
| | * | Merge branch kvm-arm64/vgic-fixes-5.16 into kvmarm-master/nextMarc Zyngier2021-10-171-14/+8
| | |\ \
| | | * | KVM: arm64: vgic-v3: Align emulated cpuif LPI state machine with the pseudocodeMarc Zyngier2021-10-171-12/+8
| | | * | KVM: arm64: vgic-v3: Don't advertise ICC_CTLR_EL1.SEISMarc Zyngier2021-10-171-2/+0
| | | |/
| | * | KVM: arm64: Disable privileged hypercalls after pKVM finalisationWill Deacon2021-10-111-11/+26
| | * | KVM: arm64: Prevent re-finalisation of pKVM for a given CPUWill Deacon2021-10-111-0/+3
| | * | KVM: arm64: Reject stub hypercalls after pKVM has been initialisedWill Deacon2021-10-111-9/+17
| | |/
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-11-022-5/+11
|\ \ \ | |/ / |/| |
| * | Merge branch 'for-next/sve' into for-next/coreWill Deacon2021-10-291-2/+4
| |\ \
| | * | arm64/sve: Explicitly load vector length when restoring SVE stateMark Brown2021-10-211-1/+1
| | * | arm64/sve: Make access to FFR optionalMark Brown2021-10-211-2/+4
| * | | arm64: kvm: use kvm_exception_table_entryMark Rutland2021-10-211-3/+7
| |/ /
* | | KVM: arm64: Report corrupted refcount at EL2Quentin Perret2021-10-051-0/+1
* | | KVM: arm64: Fix host stage-2 PGD refcountQuentin Perret2021-10-053-1/+27
| |/ |/|
* | KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build ruleZenghui Yu2021-09-201-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-0717-230/+524
|\
| * Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier2021-08-206-24/+13
| |\
| | * KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_archFuad Tabba2021-08-201-1/+1
| | * KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debugFuad Tabba2021-08-202-8/+0
| | * KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba2021-08-204-19/+16
| | * KVM: arm64: MDCR_EL2 is a 64-bit registerFuad Tabba2021-08-202-2/+2
| * | Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/nextMarc Zyngier2021-08-206-12/+14
| |\ \