summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/errata' into for-next/coreWill Deacon2020-01-221-1/+1
|\
| * arm64: Rename WORKAROUND_1165522 to SPECULATIVE_AT_VHESteven Price2020-01-161-1/+1
* | arm64: Introduce system_capabilities_finalized() markerSuzuki K Poulose2020-01-141-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-251-0/+37
|\
| * Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...Marc Zyngier2019-10-241-0/+29
| |\
| | * KVM: arm64: Provide VCPU attributes for stolen timeSteven Price2019-10-211-0/+7
| | * KVM: arm64: Support stolen time reporting via shared structureSteven Price2019-10-211-0/+20
| | * KVM: arm64: Implement PV_TIME_FEATURES callSteven Price2019-10-211-0/+2
| * | KVM: arm/arm64: Allow reporting non-ISV data aborts to userspaceChristoffer Dall2019-10-211-0/+8
| |/
* / arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is clearMarc Zyngier2019-10-151-2/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-121-6/+17
|\
| * KVM: arm/arm64: Initialise host's MPIDRs by reading the actual registerMarc Zyngier2019-07-081-4/+3
| * arm64: KVM: Propagate full Spectre v2 workaround state to KVM guestsAndre Przywara2019-07-051-2/+14
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-3/+4
|\ \ | |/ |/|
| * arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry2019-06-211-3/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/
* KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentationJames Morse2019-05-241-3/+0
* arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray2019-04-241-1/+4
* arm64: KVM: Enable !VHE support for :G/:H perf event modifiersAndrew Murray2019-04-241-0/+3
* arm64: KVM: Add accessors to track guest/host only countersAndrew Murray2019-04-241-0/+17
* arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray2019-04-241-6/+10
* KVM: arm64: Add userspace flag to enable pointer authenticationAmit Daniel Kachhap2019-04-241-1/+1
* KVM: arm/arm64: Context-switch ptrauth registersMark Rutland2019-04-241-0/+14
* KVM: arm64: Add a vcpu flag to control ptrauth for guestAmit Daniel Kachhap2019-04-231-0/+5
* KVM: arm/arm64: Clean up vcpu finalization function parameter namingDave Martin2019-04-181-1/+1
* KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVEDave Martin2019-04-181-1/+1
* KVM: arm64/sve: Allow userspace to enable SVE for vcpusDave Martin2019-03-291-2/+1
* KVM: arm64/sve: Add pseudo-register for the guest's vector lengthsDave Martin2019-03-291-5/+10
* 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
* KVM: arm64/sve: Add SVE support to register access ioctl interfaceDave Martin2019-03-291-0/+14
* KVM: arm64/sve: Context switch the SVE registersDave Martin2019-03-291-0/+6
* KVM: arm64/sve: System register context switch and access supportDave Martin2019-03-291-0/+1
* KVM: arm64: Add a vcpu flag to control SVE visibility for the guestDave Martin2019-03-291-0/+4
* KVM: arm64: Add missing #includes to kvm_host.hDave Martin2019-03-291-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-4/+44
|\
| * KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall2019-02-191-3/+6
| * arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier2019-02-191-0/+8
| * arm64: KVM: Allow for direct call of HYP functions when using VHEMarc Zyngier2019-02-191-2/+30
| * arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier2019-02-191-0/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-0/+16
|\ \
| * | arm64: kvm: Unmask PMR before entering guestJulien Thierry2019-02-061-0/+16
| |/
* / 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
|\