summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Don't access PMCR_EL0 when no PMU is availableMarc Zyngier2021-01-171-0/+4
* KVM: arm64: Introduce handling of AArch32 TTBCR2 trapsMarc Zyngier2020-12-291-0/+1
* KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier2020-11-101-3/+3
* KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse2020-09-122-6/+14
* KVM: arm64: Defer guest entry when an asynchronous exception is pendingJames Morse2020-09-121-0/+10
* KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse2020-09-123-25/+73
* KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvheDavid Brazdil2020-09-031-1/+1
* arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland2019-01-231-1/+1
* arm64: KVM: Sanitize PSTATE.M when being set from userspaceMarc Zyngier2018-10-031-1/+9
* arm64: KVM: Tighten guest core register access from userspaceDave Martin2018-10-031-0/+45
* arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier2018-07-221-0/+4
* arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier2018-07-221-1/+37
* arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier2018-07-221-0/+38
* KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall2018-07-224-27/+17
* KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse2018-07-223-11/+12
* KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse2018-07-223-12/+28
* KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse2018-07-222-6/+10
* arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2018-05-091-1/+13
* arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMark Rutland2018-04-201-14/+0
* arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingMark Rutland2018-04-201-2/+18
* arm/arm64: KVM: Turn kvm_psci_version into a static inlineMark Rutland2018-04-201-8/+12
* arm64: KVM: Make PSCI_VERSION a fast pathMark Rutland2018-04-201-0/+13
* arm/arm64: KVM: Advertise SMCCC v1.1Mark Rutland2018-04-201-1/+1
* arm/arm64: KVM: Consolidate the PSCI include filesMark Rutland2018-04-201-1/+4
* arm64: KVM: Increment PC after handling an SMC trapMark Rutland2018-04-201-0/+9
* arm64: KVM: Use per-CPU vector when BP hardening is enabledMark Rutland2018-04-201-1/+1
* KVM: arm64: Restore host physical timer access on hyp_panic()James Morse2018-04-131-0/+1
* arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier2018-01-231-2/+2
* arm64: KVM: Survive unknown traps from guestsMark Rutland2017-12-141-7/+12
* arm/arm64: kvm: Disable branch profiling in HYP codeJulien Thierry2017-11-081-1/+1
* arm/arm64: KVM: set right LR register value for 32 bit guest when inject abortDongjiu Geng2017-11-081-1/+15
* arm64: KVM: Allow unaligned accesses at EL2Marc Zyngier2017-06-141-2/+3
* arm64: KVM: Preserve RES1 bits in SCTLR_EL2Marc Zyngier2017-06-141-4/+6
* arm64: KVM: Do not use stack-protector to compile EL2 codeMarc Zyngier2017-05-251-0/+2
* arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier2017-05-201-4/+4
* arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBsMarc Zyngier2017-03-221-9/+55
* arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guestMarc Zyngier2017-01-091-1/+7
* arm64: KVM: pmu: Fix AArch32 cycle counter accessWei Huang2016-11-181-2/+8
* arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier2016-11-041-0/+15
* Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-0612-609/+239
|\
| * ARM: KVM: Support vgic-v3Vladimir Murzin2016-09-221-4/+0
| * KVM: arm64: vgic-its: Introduce config option to guard ITS specific codeVladimir Murzin2016-09-221-0/+4
| * arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hypVladimir Murzin2016-09-222-329/+1
| * arm64: KVM: Move GIC accessors to arch_gicv3.hVladimir Murzin2016-09-221-13/+0
| * arm64: KVM: Use static keys for selecting the GIC backendVladimir Murzin2016-09-221-10/+11
| * arm64: KVM: Inject a vSerror if detecting a bad GICV access at EL2Marc Zyngier2016-09-081-3/+15
| * arm64: KVM: Handle async aborts delivered while at EL2Marc Zyngier2016-09-083-3/+61
| * arm64: KVM: Inject a Virtual SError if it was pendingMarc Zyngier2016-09-081-0/+20
| * arm64: KVM: Route asynchronous abortsMarc Zyngier2016-09-081-3/+8
| * arm64: KVM: Add EL1 async abort handlerMarc Zyngier2016-09-081-0/+3