summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/kvm_host.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove 32bit KVM host supportMarc Zyngier2020-03-241-456/+0
* Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-02-281-3/+0
|\
| * kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()Mark Rutland2020-02-171-3/+0
* | Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-01-301-4/+8
|\|
| * KVM: arm/arm64: Cleanup MMIO handlingMarc Zyngier2020-01-231-4/+8
* | KVM: Move running VCPU from ARM to common codePaolo Bonzini2020-01-271-2/+0
* | KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson2020-01-271-1/+0
* | KVM: arm64: Free sve_state via arm specific hookSean Christopherson2020-01-271-0/+1
|/
* Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...Marc Zyngier2019-10-241-0/+25
|\
| * KVM: arm64: Support stolen time reporting via shared structureSteven Price2019-10-211-0/+19
| * KVM: arm64: Implement PV_TIME_FEATURES callSteven Price2019-10-211-0/+6
* | KVM: arm/arm64: Allow reporting non-ISV data aborts to userspaceChristoffer Dall2019-10-211-0/+8
|/
* KVM: arm/arm64: Initialise host's MPIDRs by reading the actual registerMarc Zyngier2019-07-081-4/+2
* arm64: KVM: Propagate full Spectre v2 workaround state to KVM guestsAndre Przywara2019-07-051-3/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner2019-06-051-13/+1
* arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray2019-04-241-0/+3
* arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray2019-04-241-3/+7
* KVM: arm/arm64: Clean up vcpu finalization function parameter namingDave Martin2019-04-181-1/+1
* KVM: arm: Make vcpu finalization stubs into inline functionsDave Martin2019-04-181-2/+9
* 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/+4
* KVM: arm/arm64: Add hook for arch-specific KVM initialisationDave Martin2019-03-291-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-7/+46
|\
| * KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall2019-02-191-5/+8
| * arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier2019-02-191-0/+8
| * ARM: KVM: Teach some form of type-safety to kvm_call_hypMarc Zyngier2019-02-191-3/+28
| * arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier2019-02-191-0/+3
* | 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-6/+1
|\
| * KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+1
| * arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland2018-12-181-5/+0
* | KVM: arm64: Rework detection of SVE, !VHE systemsMarc Zyngier2018-12-101-1/+1
|/
* arm/arm64: KVM: Rename function kvm_arch_dev_ioctl_check_extension()Dongjiu Geng2018-10-181-1/+1
* KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2Marc Zyngier2018-10-031-1/+5
* kvm: arm/arm64: Allow arch specific configurations for VMSuzuki K Poulose2018-10-011-0/+7
* KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier2018-09-071-1/+0
* KVM: arm: Add 32bit get/set events supportJames Morse2018-07-211-0/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-2/+12
|\
| * kvm: Make VM ioctl do valloc for some archsMarc Orr2018-06-011-0/+4
| * 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/+1
| * KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin2018-05-251-0/+8
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-081-0/+12
|\ \
| * | arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier2018-05-311-0/+12
| |/
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-06-061-2/+12
|\ \ | |/ |/|
| * Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King2018-06-051-2/+12
| |\
| | * ARM: KVM: report support for SMCCC_ARCH_WORKAROUND_1Russell King2018-05-311-2/+12
* | | arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2018-04-201-0/+3
|/ /
* | KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregsChristoffer Dall2018-03-191-0/+3
* | KVM: arm/arm64: Get rid of vcpu->arch.irq_linesChristoffer Dall2018-03-191-3/+0
|/