aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+17
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+4
2019-07-08KVM: arm/arm64: Initialise host's MPIDRs by reading the actual registerMarc Zyngier1-4/+3
2019-07-05arm64: KVM: Propagate full Spectre v2 workaround state to KVM guestsAndre Przywara1-2/+14
2019-06-21arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry1-3/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-05-24KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentationJames Morse1-3/+0
2019-04-24arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray1-1/+4
2019-04-24arm64: KVM: Enable !VHE support for :G/:H perf event modifiersAndrew Murray1-0/+3
2019-04-24arm64: KVM: Add accessors to track guest/host only countersAndrew Murray1-0/+17
2019-04-24arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray1-6/+10
2019-04-24KVM: arm64: Add userspace flag to enable pointer authenticationAmit Daniel Kachhap1-1/+1
2019-04-24KVM: arm/arm64: Context-switch ptrauth registersMark Rutland1-0/+14
2019-04-23KVM: arm64: Add a vcpu flag to control ptrauth for guestAmit Daniel Kachhap1-0/+5
2019-04-18KVM: arm/arm64: Clean up vcpu finalization function parameter namingDave Martin1-1/+1
2019-04-18KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVEDave Martin1-1/+1
2019-03-29KVM: arm64/sve: Allow userspace to enable SVE for vcpusDave Martin1-2/+1
2019-03-29KVM: arm64/sve: Add pseudo-register for the guest's vector lengthsDave Martin1-5/+10
2019-03-29KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctlDave Martin1-0/+4
2019-03-29KVM: arm/arm64: Add hook for arch-specific KVM initialisationDave Martin1-0/+2
2019-03-29KVM: arm64/sve: Add SVE support to register access ioctl interfaceDave Martin1-0/+14
2019-03-29KVM: arm64/sve: Context switch the SVE registersDave Martin1-0/+6
2019-03-29KVM: arm64/sve: System register context switch and access supportDave Martin1-0/+1
2019-03-29KVM: arm64: Add a vcpu flag to control SVE visibility for the guestDave Martin1-0/+4
2019-03-29KVM: arm64: Add missing #includes to kvm_host.hDave Martin1-0/+4
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+44
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+16
2019-02-19KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall1-3/+6
2019-02-19arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier1-0/+8
2019-02-19arm64: KVM: Allow for direct call of HYP functions when using VHEMarc Zyngier1-2/+30
2019-02-19arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier1-0/+1
2019-02-07arm/arm64: KVM: Allow a VCPU to fully reset itselfMarc Zyngier1-0/+11
2019-02-06arm64: kvm: Unmask PMR before entering guestJulien Thierry1-0/+16
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+2
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu1-1/+1
2018-12-19KVM: arm64: Make vcpu const in vcpu_read_sys_regChristoffer Dall1-1/+1
2018-12-18arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland1-1/+0
2018-12-10arm64: KVM: Force VHE for systems affected by erratum 1165522Marc Zyngier1-0/+4
2018-12-10KVM: arm64: Rework detection of SVE, !VHE systemsMarc Zyngier1-3/+3
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-9/+9
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+11
2018-10-18arm/arm64: KVM: Rename function kvm_arch_dev_ioctl_check_extension()Dongjiu Geng1-1/+1
2018-10-03KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2Marc Zyngier1-1/+1
2018-10-03kvm: arm64: Set a limit on the IPA sizeSuzuki K Poulose1-9/+3
2018-10-01kvm: arm64: Configure VTCR_EL2 per VMSuzuki K Poulose1-4/+8
2018-10-01kvm: arm/arm64: Allow arch specific configurations for VMSuzuki K Poulose1-0/+2
2018-09-14KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon1-0/+11
2018-09-07arm64: KVM: Remove pgd_lockSteven Price1-2/+1
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier1-1/+0
2018-07-21KVM: arm64: Share the parts of get/set events useful to 32bitJames Morse1-4/+4