summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Merge 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
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-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-17Merge 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
2017-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+16
2017-11-03arm64/sve: KVM: Hide SVE from CPU features exposed to guestsDave Martin1-1/+11
2017-11-03arm64/sve: KVM: Treat guest SVE use as undefined instruction executionDave Martin1-0/+8
2017-11-03arm64/sve: KVM: Prevent guests from using SVEDave Martin1-3/+3
2017-11-03arm64: KVM: Hide unsupported AArch64 CPU features from guestsDave Martin2-45/+243
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-21arm/arm64: kvm: Disable branch profiling in HYP codeJulien Thierry1-1/+1
2017-10-21arm/arm64: KVM: set right LR register value for 32 bit guest when inject abortDongjiu Geng1-1/+15
2017-10-18arm64: sysreg: Move SPE registers and PSB into common header filesWill Deacon1-17/+7
2017-09-09Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-21/+4
2017-09-05KVM: arm/arm64: Extract GICv3 max APRn index calculationChristoffer Dall1-20/+3
2017-08-21arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas1-1/+1
2017-08-08KVM: arm: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)1-1/+1
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)1-1/+1
2017-07-25KVM: arm/arm64: PMU: Fix overflow interrupt injectionAndrew Jones1-1/+1
2017-07-07Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-0/+2
2017-06-15arm64/kvm: vgic: use SYS_DESC()Mark Rutland1-30/+15