summaryrefslogtreecommitdiffstats
path: root/virt/kvm/arm/arm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2019-06-091-0/+3
* KVM: arm/arm64: Ensure vcpu target is unset on reset failureAndrew Jones2019-05-251-3/+8
* arm/arm64: KVM: Allow a VCPU to fully reset itselfMarc Zyngier2019-03-231-0/+10
* KVM: arm/arm64: Fix VMID alloc race by reverting to lock-lessChristoffer Dall2019-01-161-12/+11Star
* KVM: arm64: Fix caching of host MDCR_EL2 valueMark Rutland2018-11-131-2/+2
* Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-08-221-0/+51
|\
| * KVM: arm: Add 32bit get/set events supportJames Morse2018-07-211-4/+0Star
| * KVM: arm64: Share the parts of get/set events useful to 32bitJames Morse2018-07-211-0/+28
| * arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng2018-07-211-0/+21
| * KVM: arm/arm64: Enable adaptative WFE trappingMarc Zyngier2018-07-091-0/+6
* | sched/swait: Rename to exclusivePeter Zijlstra2018-06-201-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-5/+27
|\
| * kvm: Make VM ioctl do valloc for some archsMarc Orr2018-06-011-0/+15
| * kvm: Change return type to vm_fault_tSouptick Joarder2018-06-011-1/+1
| * KVM: arm/arm64: Remove kvm_vgic_vcpu_early_initEric Auger2018-05-251-1/+0Star
| * KVM: arm64: Remove eager host SVE state savingDave Martin2018-05-251-3/+0Star
| * KVM: arm64: Save host SVE context as appropriateDave Martin2018-05-251-0/+7
| * KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin2018-05-251-0/+4
* | arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier2018-05-311-0/+4
|/
* KVM: arm/arm64: Close VMID generation raceMarc Zyngier2018-04-171-5/+10
* KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHEChristoffer Dall2018-03-191-0/+1
* KVM: arm64: Introduce VHE-specific kvm_vcpu_runChristoffer Dall2018-03-191-5/+7
* KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregsChristoffer Dall2018-03-191-0/+2
* KVM: arm/arm64: Get rid of vcpu->arch.irq_linesChristoffer Dall2018-03-191-5/+6
* KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_initChristoffer Dall2018-03-191-14/+8Star
* KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUNChristoffer Dall2018-03-191-9/+0Star
* 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/+0Star
| * | | 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/+3Star
| * | 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