aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo 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/arm64/linuxLinus 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-08Merge 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-06Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+2
2017-06-15arm64/kvm: vgic: use SYS_DESC()Mark Rutland1-30/+15
2017-06-15arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1Mark Rutland1-1/+1
2017-06-15KVM: arm64: Log an error if trapping a write-to-read-only GICv3 accessMarc Zyngier1-0/+15
2017-06-15KVM: arm64: Log an error if trapping a read-from-write-only GICv3 accessMarc Zyngier1-4/+8
2017-06-15KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2Marc Zyngier1-0/+14
2017-06-15Merge branch 'kvmarm-master/master' into HEADMarc Zyngier3-9/+14
2017-06-13tracing: Add TRACE_DEFINE_SIZEOF() macrosJeremy Linton1-0/+2
2017-06-08KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall1-0/+9
2017-06-08KVM: arm/arm64: Move timer IRQ default init to arch_timer.cChristoffer Dall1-15/+1
2017-06-06arm64: KVM: Allow unaligned accesses at EL2Marc Zyngier1-2/+3
2017-06-06arm64: KVM: Preserve RES1 bits in SCTLR_EL2Marc Zyngier1-4/+6
2017-06-04KVM: arm/arm64: properly use vcpu requestsAndrew Jones1-0/+1
2017-05-24KVM: arm/arm64: Fix isues with GICv2 on GICv3 migrationChristoffer Dall1-5/+5
2017-05-16KVM: arm64: Restore host physical timer access on hyp_panic()James Morse1-0/+1
2017-05-15arm64: KVM: Do not use stack-protector to compile EL2 codeMarc Zyngier1-0/+2
2017-05-09Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini2-7/+6
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-373/+244
2017-05-04KVM: arm/arm64: Move shared files to virt/kvm/armChristoffer Dall1-3/+2
2017-05-02arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier1-4/+4
2017-04-09Merge remote-tracking branch 'rutland/kvm/common-sysreg' into next-fixChristoffer Dall3-255/+112
2017-04-09arm64: hyp-stub: Zero x0 on successful stub handlingMarc Zyngier1-3/+3
2017-04-09arm64: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier2-7/+2
2017-04-09arm64: KVM: Implement HVC_SOFT_RESTART in the init codeMarc Zyngier1-8/+23
2017-04-09arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier2-17/+0
2017-04-09arm64: KVM: Allow the main HYP code to use the init hyp stub implementationMarc Zyngier1-5/+19
2017-04-09arm64: KVM: Implement HVC_GET_VECTORS in the init codeMarc Zyngier1-1/+6