aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kvm/arm.c
AgeCommit message (Expand)Author
2016-05-25arm64: kvm: allows kvm cpu hotpluglinux-linaro-v4.1-testAKASHI Takahiro
2016-05-24arm64: KVM: unregister notifiers in hyp mode teardown pathSudeep Holla
2016-05-24arm64: KVM: Register CPU notifiers when the kernel runs at HYPJames Morse
2016-05-24arm64: KVM: Skip HYP setup when already running in HYPMarc Zyngier
2016-05-24KVM: arm/arm64: Fix memory leak if timer initialization failsPavel Fedin
2016-05-24arm/arm64: KVM: Detect vGIC presence at runtimePavel Fedin
2016-05-24ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_endMarc Zyngier
2016-05-24arm/arm64: KVM: Add hook for C-based stage2 initMarc Zyngier
2016-05-24arm64: KVM: Map the kernel RO section into HYPMarc Zyngier
2016-05-24KVM: arm64: introduce vcpu->arch.debug_ptrAlex Bennée
2016-05-24KVM: arm: introduce kvm_arm_init/setup/clear_debugAlex Shi
2016-05-24kvm: remove one useless check extensionTiejun Chen
2016-05-24KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger
2015-09-29arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resourcesPavel Fedin
2015-04-22KVM: arm/arm64: check IRQ number on userland injectionAndre Przywara
2015-03-30KVM: arm/arm64: enable KVM_CAP_IOEVENTFDNikolay Nikolaev
2015-03-14arm/arm64: KVM: Fix migration race in the arch timerChristoffer Dall
2015-03-14arm/arm64: KVM: export VCPU power state via MP_STATE ioctlAlex Bennée
2015-03-12KVM: arm/arm64: add irqfd supportEric Auger
2015-03-12KVM: arm/arm64: implement kvm_arch_intc_initializedEric Auger
2015-03-12arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}Christoffer Dall
2015-03-11KVM: arm/arm64: prefer IS_ENABLED to a static variablePaolo Bonzini
2015-02-23arm/arm64: KVM: Add exit reaons to kvm_exit event tracingWei Huang
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-01-29arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier
2015-01-23Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel
2015-01-20arm/arm64: KVM: make the maximum number of vCPUs a per-VM valueAndre Przywara
2015-01-20arm/arm64: KVM: pass down user space provided GIC type into vGIC codeAndre Przywara
2015-01-20arm/arm64: KVM: rework MPIDR assignment and add accessorsAndre Przywara
2015-01-16KVM: arm/arm64: Enable Dirty Page logging for ARMv8Mario Smarduch
2015-01-16KVM: arm: dirty logging write protect supportMario Smarduch
2014-12-15arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall
2014-12-13arm/arm64: KVM: Don't allow creating VCPUs after vgic_initializedChristoffer Dall
2014-12-13arm/arm64: KVM: Rename vgic_initialized to vgic_readyChristoffer Dall
2014-12-13arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()Peter Maydell
2014-12-13arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall
2014-12-13arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABIChristoffer Dall
2014-12-13arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall
2014-12-13arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off optionChristoffer Dall
2014-12-13arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flagChristoffer Dall
2014-10-14arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2Christoffer Dall
2014-09-29arm: kvm: fix CPU hotplugVladimir Murzin
2014-09-26arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp
2014-09-18arm/arm64: KVM: vgic: delay vgic allocation until init timeMarc Zyngier
2014-09-18arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier
2014-09-18Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář
2014-08-29KVM: static inline empty kvm_arch functionsRadim Krčmář
2014-08-27KVM: ARM/arm64: fix broken __percpu annotationWill Deacon