summaryrefslogtreecommitdiff
path: root/virt/kvm/arm/arm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUNChristoffer Dall2018-03-141-9/+0
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-45/+108
|\
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-011-1/+1
| |\
| * \ Merge tag 'kvm-arm-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2018-01-311-19/+44
| |\ \
| | * | KVM: arm/arm64: Fix userspace_irqchip_in_use countingChristoffer Dall2018-01-311-2/+3
| | * | KVM: arm/arm64: Handle CPU_PM_ENTER_FAILEDJames Morse2018-01-231-0/+1
| | * | KVM: arm/arm64: Avoid work when userspace iqchips are not usedChristoffer Dall2018-01-021-17/+42
| | * | KVM: arm/arm64: Remove redundant preemptible checksChristoffer Dall2018-01-021-2/+0
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlChristoffer Dall2017-12-141-18/+40
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstateChristoffer Dall2017-12-141-2/+7
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstateChristoffer Dall2017-12-141-0/+3
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runChristoffer Dall2017-12-141-6/+14
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-081-1/+1
|\ \ \
| * | | arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier2018-02-061-1/+1
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-01-301-17/+18
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | KVM: arm64: Handle RAS SErrors from EL1 on guest exitJames Morse2018-01-161-0/+3
| * | KVM: arm/arm64: mask/unmask daif around VHE guestsJames Morse2018-01-161-0/+4
| * | KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocationJames Morse2018-01-131-15/+3
| * | arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier2018-01-081-1/+7
| * | arm64: handle 52-bit addresses in TTBRKristina Martsenko2017-12-221-1/+1
| |/
* | KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GICMarc Zyngier2017-12-181-1/+1
|/
* Merge tag 'kvm-arm-fixes-for-v4.15-1' of git://git.kernel.org/pub/scm/linux/k...Radim Krčmář2017-12-051-2/+5
|\
| * KVM: arm/arm64: kvm_arch_destroy_vm cleanupsAndrew Jones2017-12-011-1/+1
| * kvm: arm: don't treat unavailable HYP mode as an errorArd Biesheuvel2017-11-291-1/+1
| * kvm: arm64: handle single-step of userspace mmio instructionsAlex Bennée2017-11-291-0/+3
* | KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2017-11-271-5/+3
|/
* Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2017-11-171-2/+46
|\
| * KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking sourceMarc Zyngier2017-11-101-0/+2
| * KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypassMarc Zyngier2017-11-101-2/+4
| * KVM: arm/arm64: vgic: Move kvm_vgic_destroy call aroundMarc Zyngier2017-11-061-2/+2
| * KVM: arm/arm64: register irq bypass consumer on ARM/ARM64Eric Auger2017-11-061-0/+40
* | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-18/+27
|\ \ | |/
| * KVM: arm/arm64: Rework kvm_timer_should_fireChristoffer Dall2017-11-061-2/+1
| * KVM: arm/arm64: Get rid of kvm_timer_flush_hwstateChristoffer Dall2017-11-061-1/+0
| * KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exitChristoffer Dall2017-11-061-4/+15
| * KVM: arm/arm64: Move timer/vgic flush/sync under disabled irqChristoffer Dall2017-11-061-13/+13
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-0/+3
|\ \
| * | arm64/sve: KVM: Prevent guests from using SVEDave Martin2017-11-031-0/+3
| |/
* | arm/arm64: kvm: Move initialization completion messageJulien Thierry2017-10-211-17/+14
|/
* 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-0/+5
* KVM: ARM64: fix phy counter access failure in guest.Hu Huajun2017-06-151-3/+1
* KVM: arm/arm64: Disallow userspace control of in-kernel IRQ linesChristoffer Dall2017-06-081-2/+2
* KVM: arm64: Allow creating the PMU without the in-kernel GICChristoffer Dall2017-06-081-0/+4
* KVM: arm/arm64: use vcpu requests for irq injectionAndrew Jones2017-06-041-0/+7
* KVM: arm/arm64: change exit request to sleep requestAndrew Jones2017-06-041-6/+6
* KVM: arm/arm64: optimize VCPU RUNAndrew Jones2017-06-041-8/+11
* KVM: arm/arm64: replace pause checks with vcpu request checksAndrew Jones2017-06-041-3/+17
* KVM: arm/arm64: properly use vcpu requestsAndrew Jones2017-06-041-2/+12
* KVM: arm/arm64: Simplify active_change_prepare and plug raceChristoffer Dall2017-05-231-16/+4