summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-04-231-18/+28
|\
| * Merge branch 'kvm-arm64/memslot-fixes' into kvmarm-master/nextMarc Zyngier2021-04-131-1/+0
| |\
| | * KVM: arm64: Hide kvm_mmu_wp_memory_region()Gavin Shan2021-04-071-1/+0
| * | Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/nextMarc Zyngier2021-04-131-17/+19
| |\ \
| | * | KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructureMarc Zyngier2021-03-251-4/+0
| | * | KVM: arm64: Use kvm_arch in kvm_s2_mmuQuentin Perret2021-03-191-1/+1
| | * | KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret2021-03-191-0/+7
| | * | KVM: arm64: Enable access to sanitized CPU features at EL2Quentin Perret2021-03-191-0/+4
| | * | KVM: arm64: Make kvm_call_hyp() a function call at HypQuentin Perret2021-03-191-0/+6
| | * | KVM: arm64: Enable SVE support for nVHEDaniel Kiss2021-03-181-13/+0
| | * | KVM: arm64: Introduce vcpu_sve_vq() helperMarc Zyngier2021-03-181-1/+3
| | * | KVM: arm64: Let vcpu_sve_pffr() handle HYP VAsMarc Zyngier2021-03-181-2/+2
| | |/
| * | Merge branch 'kvm-arm64/debug-5.13' into kvmarm-master/nextMarc Zyngier2021-04-131-0/+1
| |\ \
| | * | KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei2021-04-071-0/+1
| | |/
| * | arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose2021-04-061-0/+3
| * | KVM: arm64: Move SPE availability check to VCPU loadSuzuki K Poulose2021-04-061-0/+5
| |/
* | KVM: Kill off the old hva-based MMU notifier callbacksSean Christopherson2021-04-171-1/+0
* | KVM: arm64: Convert to the gfn-based MMU notifier callbacksSean Christopherson2021-04-171-0/+1
* | KVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky2021-04-171-0/+4
* | KVM: Move prototypes for MMU notifier callbacks to generic codeSean Christopherson2021-04-171-5/+0
|/
* Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-02-121-0/+2
|\
| * KVM: arm64: Implement the TRNG hypervisor callArd Biesheuvel2021-01-251-0/+2
* | KVM: Raise the maximum number of user memslotsVitaly Kuznetsov2021-02-091-1/+0
|/
* KVM: arm64: Declutter host PSCI 0.1 handlingMarc Zyngier2020-12-221-7/+4
* KVM: arm64: Minor cleanup of hyp variables used in hostDavid Brazdil2020-12-221-0/+6
* KVM: arm64: Prevent use of invalid PSCI v0.1 function IDsDavid Brazdil2020-12-221-0/+20
* Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier2020-12-091-0/+10
|\
| * KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capabilityDavid Brazdil2020-12-041-0/+1
| * KVM: arm64: Add kvm-arm.mode early kernel parameterDavid Brazdil2020-12-041-0/+9
* | Merge remote-tracking branch 'origin/kvm-arm64/csv3' into kvmarm-master/queueMarc Zyngier2020-12-031-0/+1
|\ \
| * | KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safeMarc Zyngier2020-11-301-0/+1
* | | Merge branch 'kvm-arm64/misc-5.11' into kvmarm-master/nextMarc Zyngier2020-11-271-2/+3
|\ \ \
| * | | KVM: arm64: Remove unused __extended_idmap_trampoline() prototypeWill Deacon2020-11-271-1/+0
| * | | KVM: arm64: Remove kvm_arch_vm_ioctl_check_extension()Will Deacon2020-11-271-1/+0
| * | | KVM: arm64: Move 'struct kvm_arch_memory_slot' out of uapi/Will Deacon2020-11-271-0/+3
| | |/ | |/|
* | | Merge branch 'kvm-arm64/pmu-undef' into kvmarm-master/nextMarc Zyngier2020-11-271-0/+3
|\ \ \
| * | | KVM: arm64: Add kvm_vcpu_has_pmu() helperMarc Zyngier2020-11-271-0/+3
* | | | Merge branch 'kvm-arm64/copro-no-more' into kvmarm-master/nextMarc Zyngier2020-11-271-55/+18
|\| | |
| * | | KVM: arm64: Drop kvm_coproc.hMarc Zyngier2020-11-101-0/+17
| * | | KVM: arm64: Drop legacy copro shadow registerMarc Zyngier2020-11-101-47/+1
| * | | KVM: arm64: Map AArch32 cp14 register to AArch64 sysregsMarc Zyngier2020-11-101-8/+0
| * | | KVM: arm64: Move AArch32 exceptions over to AArch64 sysregsMarc Zyngier2020-11-101-1/+0
| * | | KVM: arm64: Introduce handling of AArch32 TTBCR2 trapsMarc Zyngier2020-11-101-0/+1
* | | | Merge branch 'kvm-arm64/el2-pc' into kvmarm-master/nextMarc Zyngier2020-11-271-1/+117
|\| | | | |_|/ |/| |
| * | KVM: arm64: Add basic hooks for injecting exceptions from EL2Marc Zyngier2020-11-101-2/+26
| * | KVM: arm64: Move VHE direct sysreg accessors into kvm_host.hMarc Zyngier2020-11-101-0/+91
| * | KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier2020-11-101-0/+1
| |/
* / KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspaceMarc Zyngier2020-11-121-0/+2
|/
* KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier2020-10-291-0/+1
* Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier2020-09-301-41/+1
|\