summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-3/+15
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-17/+33
2018-02-06arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier1-14/+0
2018-02-06arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingMarc Zyngier1-2/+18
2018-02-06arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier1-8/+12
2018-02-06arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier1-1/+1
2018-02-06arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier1-1/+2
2018-02-06arm64: KVM: Increment PC after handling an SMC trapMarc Zyngier1-0/+9
2018-02-06arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier1-2/+2
2018-02-06arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon1-1/+1
2018-02-06arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni1-0/+1
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář3-2/+6
2018-01-31Merge tag 'kvm-arm-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář3-0/+3
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds9-47/+176
2018-01-17Merge tag 'kvm-arm-fixes-for-v4.15-3-v2' of git://git.kernel.org/pub/scm/linu...Radim Krčmář1-2/+2
2018-01-16arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier1-2/+2
2018-01-16KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEADongjiu Geng1-0/+10
2018-01-16KVM: arm64: Handle RAS SErrors from EL2 on guest exitJames Morse2-1/+26
2018-01-16KVM: arm64: Handle RAS SErrors from EL1 on guest exitJames Morse1-1/+17
2018-01-16KVM: arm64: Save ESR_EL2 on guest SErrorJames Morse1-3/+6
2018-01-16KVM: arm64: Save/Restore guest DISR_EL1James Morse2-0/+7
2018-01-16KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.James Morse2-1/+15
2018-01-13KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse3-11/+12
2018-01-13KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse3-12/+28
2018-01-13KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse2-6/+10
2018-01-08arm64: Implement branch predictor hardening for FalkorShanker Donthineni2-0/+20
2018-01-08arm64: KVM: Make PSCI_VERSION a fast pathMarc Zyngier1-0/+13
2018-01-08arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier1-1/+1
2018-01-08KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.hMarc Zyngier3-0/+3
2018-01-08Revert "arm64: KVM: Hide PMU from guests when disabled"Christoffer Dall1-21/+14
2018-01-02arm64: KVM: Hide PMU from guests when disabledAndrew Jones1-14/+21
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko1-9/+8
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko1-1/+2
2017-12-22arm64: limit PA size to supported rangeKristina Martsenko2-4/+4
2017-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2017-12-18arm64: kvm: Prevent restoring stale PMSCR_EL1 for vcpuJulien Thierry1-0/+3
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall1-3/+12
2017-12-12arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni1-0/+1
2017-11-29kvm: arm64: handle single-step of hyp emulated mmio instructionsAlex Bennée1-7/+30
2017-11-29kvm: arm64: handle single-step during SError exceptionsAlex Bennée1-1/+7
2017-11-29kvm: arm64: handle single-stepping trapped instructionsAlex Bennée1-14/+35
2017-11-29KVM: arm/arm64: debug: Introduce helper for single-stepAlex Bennée1-0/+21
2017-11-17Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2-0/+4
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-115/+20
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-65/+271
2017-11-10KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domainMarc Zyngier1-0/+1
2017-11-06KVM: arm/arm64: register irq bypass consumer on ARM/ARM64Eric Auger1-0/+3
2017-11-06KVM: arm/arm64: Unify 32bit fault injectionMarc Zyngier1-71/+3
2017-11-06KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register trapsChristoffer Dall1-27/+14
2017-11-06KVM: arm/arm64: Move timer save/restore out of the hyp codeChristoffer Dall1-3/+3