summaryrefslogtreecommitdiffstats
path: root/virt/kvm/arm/arm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm/arm64: fix spelling mistake: "auxilary" -> "auxiliary"Colin Ian King2019-02-191-1/+1
* KVM: arm/arm64: Simplify bg_timer programmingChristoffer Dall2019-02-191-2/+0
* KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall2019-02-191-37/+20
* arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier2019-02-191-0/+1
* arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier2019-02-191-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-261-17/+30
|\
| * Merge tag 'kvmarm-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-12-191-14/+11
| |\
| | * KVM: arm/arm64: Fix VMID alloc race by reverting to lock-lessChristoffer Dall2018-12-181-12/+11
| | * arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland2018-12-181-2/+0
| * | kvm: introduce manual dirty log reprotectPaolo Bonzini2018-12-141-0/+16
| * | kvm: rename last argument to kvm_get_dirty_log_protectPaolo Bonzini2018-12-141-3/+3
| |/
* / KVM: arm64: Rework detection of SVE, !VHE systemsMarc Zyngier2018-12-101-4/+4
|/
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-251-14/+12
|\
| * arm/arm64: KVM: Enable 32 bits kvm vcpu events supportDongjiu Geng2018-10-181-0/+1
| * arm/arm64: KVM: Rename function kvm_arch_dev_ioctl_check_extension()Dongjiu Geng2018-10-181-1/+1
| * KVM: arm64: Fix caching of host MDCR_EL2 valueMark Rutland2018-10-171-2/+2
| * KVM: arm64: Drop __cpu_init_stage2 on the VHE pathMarc Zyngier2018-10-031-8/+2
| * KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2Marc Zyngier2018-10-031-1/+1
| * kvm: arm64: Set a limit on the IPA sizeSuzuki K Poulose2018-10-031-0/+2
| * kvm: arm/arm64: Prepare for VM specific stage2 translationsSuzuki K Poulose2018-10-011-1/+1
| * kvm: arm/arm64: Allow arch specific configurations for VMSuzuki K Poulose2018-10-011-2/+3
* | arm64: KVM: Enable Common Not Private translationsVladimir Murzin2018-09-181-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/+0
| * 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/+0
| * KVM: arm64: Remove eager host SVE state savingDave Martin2018-05-251-3/+0
| * 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/+8
* KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUNChristoffer Dall2018-03-191-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