summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp
Commit message (Expand)AuthorAgeFilesLines
* arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas2017-08-211-1/+1
* KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2Marc Zyngier2017-06-151-0/+14
* Merge branch 'kvmarm-master/master' into HEADMarc Zyngier2017-06-151-0/+2
|\
| * arm64: KVM: Do not use stack-protector to compile EL2 codeMarc Zyngier2017-05-151-0/+2
* | KVM: arm64: Restore host physical timer access on hyp_panic()James Morse2017-05-161-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-081-22/+21Star
|\
| * arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier2017-04-091-15/+0Star
| * arm64: KVM: Allow the main HYP code to use the init hyp stub implementationMarc Zyngier2017-04-091-5/+19
| * arm64: KVM: Move lr save/restore to do_el2_callMarc Zyngier2017-04-091-2/+2
* | arm64: KVM: Add support for VPIPT I-cachesWill Deacon2017-03-201-0/+22
|/
* arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBsMarc Zyngier2017-03-061-9/+55
* arm64: KVM: Save/restore the host SPE state when entering/leaving a VMWill Deacon2017-02-022-3/+80
* arm64: Use __tlbi() macros in KVM codeChristopher Covington2017-01-271-6/+7
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-12-142-2/+12
|\
| * arm64: Support systems without FP/ASIMDSuzuki K Poulose2016-11-162-2/+12
* | arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guestMarc Zyngier2016-12-091-1/+7
* | arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier2016-11-041-0/+15
|/
* arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hypVladimir Murzin2016-09-222-329/+1Star
* arm64: KVM: Move GIC accessors to arch_gicv3.hVladimir Murzin2016-09-221-13/+0Star
* 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: Route asynchronous abortsMarc Zyngier2016-09-081-3/+8
* arm64: KVM: Preserve pending vSError in world switchMarc Zyngier2016-09-081-0/+9
* arm64: KVM: vgic-v2: Add the GICV emulation infrastructureMarc Zyngier2016-09-081-0/+32
* arm64: KVM: VHE: reset PSTATE.PAN on entry to EL2Vladimir Murzin2016-09-081-0/+2
* KVM: arm/arm64: Get rid of exported aliases to static functionsChristoffer Dall2016-09-084-19/+6Star
* arm64: KVM: Optimize __guest_enter/exit() to save a few instructionsShanker Donthineni2016-09-082-75/+63Star
* arm64: Document workaround for Cortex-A72 erratum #853709Marc Zyngier2016-08-171-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-023-21/+24
|\
| * arm64: KVM: Simplify HYP init/teardownMarc Zyngier2016-07-032-19/+15Star
| * arm64: KVM: Always reference __hyp_panic_string via its kernel VAMarc Zyngier2016-07-031-2/+9
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-07-272-1/+5
|\ \
| * | arm64/kvm: use ESR_ELx_EC to extract ECMark Rutland2016-06-211-1/+1
| * | arm64: allow building with kcov coverage on ARM64Alexander Potapenko2016-06-211-0/+4
| |/
* / arm64: KVM: VHE: Context switch MDSCR_EL1Marc Zyngier2016-07-231-4/+4
|/
* arm64: KVM: vgic-v3: Relax synchronization when SRE==1Marc Zyngier2016-05-311-7/+16
* arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1Marc Zyngier2016-05-311-4/+2Star
* KVM: arm/arm64: vgic-v3: Clear all dirty LRsChristoffer Dall2016-05-311-4/+3Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-191-0/+8
|\
| * kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tablesCatalin Marinas2016-05-091-0/+8
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-172-6/+23
|\ \ | |/ |/|
| * arm64: kvm: Fix kvm teardown for systems using the extended idmapJames Morse2016-05-031-0/+19
| * arm64: hyp/kvm: Make hyp-stub extensibleGeoff Levand2016-04-281-2/+2
| * arm64: kvm: Move lr save/restore from do_el2_call into EL1James Morse2016-04-281-4/+2Star
* | arm64: KVM: Warn when PARange is less than 40 bitsMarc Zyngier2016-04-061-2/+37
|/
* arm64: kvm: 4.6-rc1: Fix VTCR_EL2 VS settingSuzuki K Poulose2016-03-301-2/+4
* kvm: arm64: Disable compiler instrumentation for hypervisor codeCatalin Marinas2016-03-211-0/+4
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-181-0/+1
|\
| * arm64: prevent potential circular header dependencies in asm/bug.hArd Biesheuvel2016-02-181-0/+1