aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kvm
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Gravatar Thomas Gleixner 7-84/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Gravatar Thomas Gleixner 1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Gravatar Thomas Gleixner 11-143/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 1-9/+1
2019-05-24KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationGravatar James Morse 1-0/+1
2019-04-19Make anon_inodes unconditionalGravatar David Howells 1-1/+0
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 7-19/+22
2019-02-19KVM: arm/arm64: Prefix header search paths with $(srctree)/Gravatar Masahiro Yamada 1-1/+1
2019-02-19KVM: arm/arm64: Remove -I. header search pathsGravatar Masahiro Yamada 1-2/+1
2019-02-19KVM: arm/arm64: consolidate arch timer trap handlersGravatar Andre Przywara 1-9/+14
2019-02-19KVM: arm/arm64: Factor out VMID into struct kvm_vmidGravatar Christoffer Dall 2-3/+3
2019-02-19arm/arm64: KVM: Statically configure the host's view of MPIDRGravatar Marc Zyngier 1-1/+0
2019-02-19ARM: KVM: Teach some form of type-safety to kvm_call_hypGravatar Marc Zyngier 2-3/+3
2019-02-07arm/arm64: KVM: Don't panic on failure to properly reset system registersGravatar Marc Zyngier 1-2/+2
2019-02-07arm/arm64: KVM: Allow a VCPU to fully reset itselfGravatar Marc Zyngier 1-0/+24
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2018-12-22treewide: surround Kconfig file paths with double quotesGravatar Masahiro Yamada 1-1/+1
2018-12-18KVM: arm/arm64: Log PSTATE for unhandled sysregsGravatar Mark Rutland 1-2/+2
2018-10-09ARM: KVM: Correctly order SGI register entries in the cp15 arrayGravatar Marc Zyngier 1-4/+4
2018-08-12KVM: arm: vgic-v3: Add support for ICC_SGI0R and ICC_ASGI1R accessesGravatar Marc Zyngier 1-1/+24
2018-08-12KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIsGravatar Marc Zyngier 1-1/+1
2018-07-21KVM: arm: Add 32bit get/set events supportGravatar James Morse 1-0/+23
2018-06-15arm: port KCOV to armGravatar Dmitry Vyukov 1-0/+8
2018-06-06Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-3/+109
2018-06-05Merge branches 'fixes', 'misc' and 'spectre' into for-linusGravatar Russell King 1-3/+109
2018-05-31ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingGravatar Russell King 1-1/+16
2018-05-31ARM: KVM: invalidate icache on guest exit for Cortex-A15Gravatar Marc Zyngier 1-0/+24
2018-05-31ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17Gravatar Marc Zyngier 1-2/+69
2018-04-20arm/arm64: KVM: Add PSCI version selection APIGravatar Marc Zyngier 1-0/+13
2018-03-19Merge tag 'kvm-arm-fixes-for-v4.16-2' into HEADGravatar Marc Zyngier 2-0/+9
2018-03-19KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQsGravatar Christoffer Dall 1-2/+6
2018-03-19KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64Gravatar Christoffer Dall 1-1/+0
2018-03-19KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC codeGravatar Christoffer Dall 1-4/+0
2018-03-19KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1Gravatar Christoffer Dall 1-1/+1
2018-03-19KVM: arm64: Introduce VHE-specific kvm_vcpu_runGravatar Christoffer Dall 1-1/+1
2018-03-19KVM: arm/arm64: Get rid of vcpu->arch.irq_linesGravatar Christoffer Dall 2-2/+2
2018-02-26KVM: arm: Enable emulation of the physical timerGravatar Jérémy Fanguède 1-0/+61
2018-02-15ARM: kvm: fix building with gcc-8Gravatar Arnd Bergmann 2-0/+9
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-0/+2
2018-02-06arm/arm64: KVM: Advertise SMCCC v1.1Gravatar Marc Zyngier 1-1/+1
2018-02-06arm/arm64: KVM: Consolidate the PSCI include filesGravatar Marc Zyngier 1-1/+1
2018-02-06arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsGravatar Marc Zyngier 1-2/+11
2018-01-08KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.hGravatar Marc Zyngier 2-0/+2
2017-11-17Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Paolo Bonzini 2-0/+6
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-140/+4
2017-11-10KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domainGravatar Marc Zyngier 1-0/+1
2017-11-06KVM: arm: Select ARM_GIC_V3 and ARM_GIC_V3_ITSGravatar Marc Zyngier 1-0/+2
2017-11-06KVM: arm/arm64: register irq bypass consumer on ARM/ARM64Gravatar Eric Auger 1-0/+3
2017-11-06KVM: arm/arm64: Unify 32bit fault injectionGravatar Marc Zyngier 1-139/+0
2017-11-06KVM: arm/arm64: Move timer save/restore out of the hyp codeGravatar Christoffer Dall 1-3/+4