summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* arm/arm64: KVM: Allow a VCPU to fully reset itselfMarc Zyngier2019-02-071-0/+11
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-261-3/+2
|\
| * KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+1
| * KVM: arm64: Make vcpu const in vcpu_read_sys_regChristoffer Dall2018-12-191-1/+1
| * arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland2018-12-181-1/+0
* | arm64: KVM: Force VHE for systems affected by erratum 1165522Marc Zyngier2018-12-101-0/+4
* | KVM: arm64: Rework detection of SVE, !VHE systemsMarc Zyngier2018-12-101-3/+3
|/
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-251-9/+9
|\
| * 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/+1
| * kvm: arm64: Set a limit on the IPA sizeSuzuki K Poulose2018-10-031-9/+3
| * kvm: arm64: Configure VTCR_EL2 per VMSuzuki K Poulose2018-10-011-4/+8
| * kvm: arm/arm64: Allow arch specific configurations for VMSuzuki K Poulose2018-10-011-0/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-221-0/+11
|\ \ | |/ |/|
| * KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon2018-09-141-0/+11
* | arm64: KVM: Remove pgd_lockSteven Price2018-09-071-2/+1
* | KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier2018-09-071-1/+0
|/
* KVM: arm64: Share the parts of get/set events useful to 32bitJames Morse2018-07-211-4/+4
* arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng2018-07-211-0/+7
* arm64: KVM: Cleanup tpidr_el2 init on non-VHEMarc Zyngier2018-07-211-13/+8
* KVM: arm64/sve: Fix SVE trap restoration for non-current tasksDave Martin2018-06-211-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-9/+40
|\
| * 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-10/+0
| * KVM: arm64: Save host SVE context as appropriateDave Martin2018-05-251-0/+13
| * KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin2018-05-251-0/+21
| * KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin2018-05-251-2/+5
* | arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier2018-05-311-0/+23
* | arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier2018-05-311-0/+3
|/
* arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2018-04-201-0/+3
* KVM: arm64: Introduce framework for accessing deferred sysregsChristoffer Dall2018-03-191-2/+6
* KVM: arm64: Rewrite system register accessors to read/write functionsChristoffer Dall2018-03-191-1/+12
* KVM: arm64: Change 32-bit handling of VM system registersChristoffer Dall2018-03-191-8/+0
* KVM: arm64: Introduce VHE-specific kvm_vcpu_runChristoffer Dall2018-03-191-0/+7
* 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
* KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall2018-03-191-0/+15
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-0/+2
|\
| * KVM: arm/arm64: Avoid work when userspace iqchips are not usedChristoffer Dall2018-01-021-0/+2
* | arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2018-02-061-0/+6
* | KVM: arm64: Handle RAS SErrors from EL2 on guest exitJames Morse2018-01-161-0/+1
* | KVM: arm64: Handle RAS SErrors from EL1 on guest exitJames Morse2018-01-161-0/+2
* | KVM: arm64: Save/Restore guest DISR_EL1James Morse2018-01-161-0/+1
* | KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.James Morse2018-01-161-0/+3
* | KVM: arm/arm64: mask/unmask daif around VHE guestsJames Morse2018-01-161-0/+10
* | KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse2018-01-131-0/+2
|/
* KVM: arm/arm64: debug: Introduce helper for single-stepAlex Bennée2017-11-291-0/+1
* arm64/sve: KVM: Prevent guests from using SVEDave Martin2017-11-031-0/+11
* KVM: update to new mmu_notifier semantic v2Jérôme Glisse2017-08-311-6/+0
* Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-06-301-3/+3
|\
OpenPOWER on IntegriCloud