aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kvm
AgeCommit message (Expand)AuthorFilesLines
2017-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-5/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 4-0/+4
2017-10-21arm/arm64: kvm: Disable branch profiling in HYP codeGravatar Julien Thierry 1-1/+1
2017-10-21arm/arm64: KVM: set right LR register value for 32 bit guest when inject abortGravatar Dongjiu Geng 1-4/+2
2017-08-08KVM: arm: implements the kvm_arch_vcpu_in_kernel()Gravatar Longpeng(Mike) 1-1/+1
2017-08-08KVM: add spinlock optimization frameworkGravatar Longpeng(Mike) 1-1/+1
2017-06-15Merge branch 'kvmarm-master/master' into HEADGravatar Marc Zyngier 6-42/+87
2017-06-08KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceGravatar Christoffer Dall 1-0/+9
2017-06-08KVM: arm/arm64: Move timer IRQ default init to arch_timer.cGravatar Christoffer Dall 1-15/+1
2017-06-08KVM: arm: Handle VCPU device attributes in guest.cGravatar Christoffer Dall 1-0/+42
2017-06-06arm: KVM: Allow unaligned accesses at HYPGravatar Marc Zyngier 1-3/+2
2017-06-04KVM: arm/arm64: properly use vcpu requestsGravatar Andrew Jones 1-0/+1
2017-05-16KVM: arm: Restore banked registers and physical timer access on hyp_panic()Gravatar James Morse 1-0/+2
2017-05-15KVM: arm: rename pm_fake handler to trap_raz_wiGravatar Zhichao Huang 1-16/+16
2017-05-15KVM: arm: plug potential guest hardware debug leakageGravatar Zhichao Huang 3-21/+64
2017-05-15arm: KVM: Do not use stack-protector to compile HYP codeGravatar Marc Zyngier 1-0/+2
2017-05-15ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/Gravatar Marc Zyngier 2-4/+5
2017-05-04KVM: arm/arm64: Move shared files to virt/kvm/armGravatar Christoffer Dall 7-4304/+5
2017-04-20ARM: KVM: Fix idmap stub entry when running Thumb-2 codeGravatar Marc Zyngier 1-1/+0
2017-04-19KVM: arm/arm64: fix races in kvm_psci_vcpu_onGravatar Andrew Jones 1-1/+7
2017-04-09KVM: arm/arm64: Advertise support for KVM_CAP_ARM_USER_IRQGravatar Christoffer Dall 1-0/+7
2017-04-09KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchipGravatar Christoffer Dall 1-4/+9
2017-04-09KVM: arm/arm64: Support arch timers with a userspace gicGravatar Alexander Graf 1-9/+9
2017-04-09ARM: hyp-stub: Zero r0 on successful stub handlingGravatar Marc Zyngier 1-0/+2
2017-04-09ARM: hyp-stub/KVM: Kill __hyp_get_vectorsGravatar Marc Zyngier 2-10/+1
2017-04-09arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP modeGravatar Marc Zyngier 1-15/+9
2017-04-09arm/arm64: KVM: Remove kvm_get_idmap_startGravatar Marc Zyngier 1-5/+0
2017-04-09arm/arm64: KVM: Use __hyp_reset_vectors() directlyGravatar Marc Zyngier 1-2/+1
2017-04-09ARM: KVM: Gracefully handle hyp-stubs being restored from under our feetGravatar Marc Zyngier 1-0/+8
2017-04-09ARM: KVM: Implement HVC_SOFT_RESTART in the init codeGravatar Marc Zyngier 1-0/+14
2017-04-09ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsGravatar Marc Zyngier 1-2/+0
2017-04-09ARM: KVM: Allow the main HYP code to use the init hyp stub implementationGravatar Marc Zyngier 1-5/+24
2017-04-09ARM: KVM: Implement HVC_GET_VECTORS in the init codeGravatar Marc Zyngier 1-1/+6
2017-04-09ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init codeGravatar Marc Zyngier 1-6/+27
2017-04-09ARM: KVM: Convert KVM to use HVC_GET_VECTORSGravatar Marc Zyngier 1-1/+1
2017-04-09arm: KVM: Treat CP15 accessors returning false as successfulGravatar Marc Zyngier 1-3/+3
2017-04-09arm: KVM: Make unexpected register accesses inject an undefGravatar Marc Zyngier 2-18/+18
2017-04-09KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/putGravatar Christoffer Dall 1-5/+6
2017-04-09kvm: arm/arm64: Rework gpa callback handlersGravatar Suzuki K Poulose 1-18/+13
2017-03-09KVM: arm/arm64: Enable KVM_CAP_NR_MEMSLOTS on arm/arm64Gravatar Linu Cherian 1-0/+3
2017-03-07arm: KVM: Survive unknown traps from guestsGravatar Mark Rutland 1-7/+12
2017-02-17KVM: race-free exit from KVM_RUN without POSIX signalsGravatar Paolo Bonzini 1-0/+4
2017-02-08KVM: arm/arm64: Set a background timer to the earliest timer expirationGravatar Jintack Lim 1-1/+2
2017-02-08KVM: arm/arm64: Initialize the emulated EL1 physical timerGravatar Jintack Lim 1-1/+8
2017-02-08KVM: arm/arm64: Decouple kvm timer functions from virtual timerGravatar Jintack Lim 1-1/+1
2017-02-08KVM: arm/arm64: Move cntvoff to each timer contextGravatar Jintack Lim 1-1/+0
2017-01-30arm/arm64: KVM: Get rid of KVM_MEMSLOT_INCOHERENTGravatar Marc Zyngier 1-9/+0
2017-01-30arm/arm64: KVM: Stop propagating cacheability status of a faulted pageGravatar Marc Zyngier 1-7/+4
2017-01-30KVM: arm/arm64: vgic: Implement VGICv3 CPU interface accessGravatar Vijaya Kumar K 2-2/+37
2017-01-25KVM: arm/arm64: vgic: Add debugfs vgic-state fileGravatar Christoffer Dall 1-0/+1