summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.hMarc Zyngier2018-01-083-0/+3
* Revert "arm64: KVM: Hide PMU from guests when disabled"Christoffer Dall2018-01-081-21/+14
* arm64: KVM: Hide PMU from guests when disabledAndrew Jones2018-01-021-14/+21
* kvm: arm64: handle single-step of hyp emulated mmio instructionsAlex Bennée2017-11-291-7/+30
* kvm: arm64: handle single-step during SError exceptionsAlex Bennée2017-11-291-1/+7
* kvm: arm64: handle single-stepping trapped instructionsAlex Bennée2017-11-291-14/+35
* KVM: arm/arm64: debug: Introduce helper for single-stepAlex Bennée2017-11-291-0/+21
* Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2017-11-172-0/+4
|\
| * KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domainMarc Zyngier2017-11-101-0/+1
| * KVM: arm/arm64: register irq bypass consumer on ARM/ARM64Eric Auger2017-11-061-0/+3
* | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-163-115/+20
|\|
| * KVM: arm/arm64: Unify 32bit fault injectionMarc Zyngier2017-11-061-71/+3
| * KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register trapsChristoffer Dall2017-11-061-27/+14
| * KVM: arm/arm64: Move timer save/restore out of the hyp codeChristoffer Dall2017-11-061-3/+3
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-154-65/+271
|\ \
| * | arm64/sve: KVM: Hide SVE from CPU features exposed to guestsDave Martin2017-11-031-1/+11
| * | arm64/sve: KVM: Treat guest SVE use as undefined instruction executionDave Martin2017-11-031-0/+8
| * | arm64/sve: KVM: Prevent guests from using SVEDave Martin2017-11-031-3/+3
| * | arm64: KVM: Hide unsupported AArch64 CPU features from guestsDave Martin2017-11-032-45/+243
| * | arm64: sysreg: Move SPE registers and PSB into common header filesWill Deacon2017-10-181-17/+7
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-042-2/+16
|\ \
| * | arm/arm64: kvm: Disable branch profiling in HYP codeJulien Thierry2017-10-211-1/+1
| * | arm/arm64: KVM: set right LR register value for 32 bit guest when inject abortDongjiu Geng2017-10-211-1/+15
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-082-21/+4
|\
| * KVM: arm/arm64: Extract GICv3 max APRn index calculationChristoffer Dall2017-09-051-20/+3
| * KVM: arm: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)2017-08-081-1/+1
| * KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-1/+1
* | arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas2017-08-211-1/+1
|/
* KVM: arm/arm64: PMU: Fix overflow interrupt injectionAndrew Jones2017-07-251-1/+1
* Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-07-061-0/+2
|\
| * tracing: Add TRACE_DEFINE_SIZEOF() macrosJeremy Linton2017-06-131-0/+2
* | arm64/kvm: vgic: use SYS_DESC()Mark Rutland2017-06-151-30/+15
* | arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1Mark Rutland2017-06-151-1/+1
* | KVM: arm64: Log an error if trapping a write-to-read-only GICv3 accessMarc Zyngier2017-06-151-0/+15
* | KVM: arm64: Log an error if trapping a read-from-write-only GICv3 accessMarc Zyngier2017-06-151-4/+8
* | 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-153-9/+14
|\|
| * arm64: KVM: Allow unaligned accesses at EL2Marc Zyngier2017-06-061-2/+3
| * arm64: KVM: Preserve RES1 bits in SCTLR_EL2Marc Zyngier2017-06-061-4/+6
| * KVM: arm/arm64: Fix isues with GICv2 on GICv3 migrationChristoffer Dall2017-05-241-5/+5
| * arm64: KVM: Do not use stack-protector to compile EL2 codeMarc Zyngier2017-05-151-0/+2
* | KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall2017-06-081-0/+9
* | KVM: arm/arm64: Move timer IRQ default init to arch_timer.cChristoffer Dall2017-06-081-15/+1
* | KVM: arm/arm64: properly use vcpu requestsAndrew Jones2017-06-041-0/+1
* | KVM: arm64: Restore host physical timer access on hyp_panic()James Morse2017-05-161-0/+1
|/
* Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2017-05-092-7/+6
|\
| * KVM: arm/arm64: Move shared files to virt/kvm/armChristoffer Dall2017-05-041-3/+2
| * arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier2017-05-021-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-086-373/+244
|\|