summaryrefslogtreecommitdiffstats
path: root/virt/kvm/arm/arm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-fixes-for-5.3-2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2019-08-091-0/+11
|\
| * KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to blockMarc Zyngier2019-08-051-0/+11
* | Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-091-0/+2
|\|
| * KVM: arm/arm64: Introduce kvm_pmu_vcpu_init() to setup PMU counter indexZenghui Yu2019-07-231-0/+2
* | KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-051-5/+0Star
* | Documentation: move Documentation/virtual to Documentation/virtChristoph Hellwig2019-07-241-1/+1
|/
* Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-14/+3Star
|\
| * KVM: arm/arm64: Initialise host's MPIDRs by reading the actual registerMarc Zyngier2019-07-081-1/+2
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner2019-06-051-13/+1Star
* | KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson2019-06-041-2/+2
|/
* KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2019-05-281-0/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-9/+34
|\
| * Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-05-151-6/+34
| |\
| | * arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray2019-04-241-0/+2
| | * arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray2019-04-241-6/+8
| | * KVM: arm/arm64: Context-switch ptrauth registersMark Rutland2019-04-241-0/+2
| | * KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVEDave Martin2019-04-181-1/+1
| | * KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctlDave Martin2019-03-291-0/+18
| | * KVM: arm/arm64: Add hook for arch-specific KVM initialisationDave Martin2019-03-291-0/+4
| * | kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini2019-04-161-3/+0Star
| |/
* / KVM: arm/arm64: Ensure vcpu target is unset on reset failureAndrew Jones2019-04-251-3/+8
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-41/+23Star
|\
| * 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/+0Star
| * KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall2019-02-191-37/+20Star
| * 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
* | arm/arm64: KVM: Allow a VCPU to fully reset itselfMarc Zyngier2019-02-071-0/+10
|/
* 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/+11Star
| |\
| | * KVM: arm/arm64: Fix VMID alloc race by reverting to lock-lessChristoffer Dall2018-12-181-12/+11Star
| | * arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland2018-12-181-2/+0Star
| * | 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-261-14/+12Star
|\
| * 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/+2Star
| * 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/+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