summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-12KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspaceMarc Zyngier1-0/+2
2020-10-29KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier1-0/+1
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier1-41/+1
2020-09-30Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier1-40/+0
2020-09-30kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil1-1/+1
2020-09-29KVM: arm64: Get rid of kvm_arm_have_ssbd()Marc Zyngier1-23/+0
2020-09-29arm64: Rewrite Spectre-v2 mitigation codeWill Deacon1-17/+0
2020-09-29Merge branch 'kvm-arm64/pmu-5.9' into kvmarm-master/nextMarc Zyngier1-0/+7
2020-09-29KVM: arm64: Add PMU event filtering infrastructureMarc Zyngier1-0/+5
2020-09-29KVM: arm64: Use event mask matching architecture revisionMarc Zyngier1-0/+2
2020-09-16Merge branch 'kvm-arm64/nvhe-hyp-context' into kvmarm-master/nextMarc Zyngier1-15/+11
2020-09-15KVM: arm64: nVHE: Migrate hyp-init to SMCCCAndrew Scull1-5/+0
2020-09-15KVM: arm64: nVHE: Migrate hyp interface to SMCCCAndrew Scull1-11/+14
2020-09-15KVM: arm64: Remove kvm_host_data_t typedefAndrew Scull1-3/+1
2020-09-11Merge branch 'kvm-arm64/pt-new' into kvmarm-master/nextMarc Zyngier1-2/+2
2020-09-11KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'Will Deacon1-1/+0
2020-09-11KVM: arm64: Add support for creating kernel-agnostic stage-2 page tablesWill Deacon1-0/+1
2020-08-21KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon1-1/+1
2020-08-21arm64/x86: KVM: Introduce steal-time capAndrew Jones1-0/+1
2020-08-21KVM: arm64: pvtime: Fix stolen time accounting across migrationAndrew Jones1-1/+0
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-21/+73
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-18/+4
2020-07-28KVM: arm64: Prevent vcpu_has_ptrauth from generating OOL functionsMarc Zyngier1-3/+8
2020-07-10KVM: arm64: clean up redundant 'kvm_run' parametersTianjia Zhang1-7/+4
2020-07-09KVM: arm64: Use common KVM implementation of MMU memory cachesSean Christopherson1-12/+0
2020-07-09KVM: arm64: Use common code's approach for __GFP_ZERO with memory cachesSean Christopherson1-0/+1
2020-07-07KVM: arm64: timers: Move timer registers to the sys_regs fileMarc Zyngier1-0/+6
2020-07-07KVM: arm64: Move SPSR_EL1 to the system register arrayMarc Zyngier1-1/+1
2020-07-07KVM: arm64: Disintegrate SPSR arrayMarc Zyngier1-1/+5
2020-07-07KVM: arm64: Move SP_EL1 to the system register arrayMarc Zyngier1-2/+1
2020-07-07KVM: arm64: Move ELR_EL1 to the system register arrayMarc Zyngier1-1/+2
2020-07-07KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier1-2/+10
2020-07-07KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs accessMarc Zyngier1-1/+1
2020-07-07KVM: arm64: Introduce accessor for ctxt->sys_regMarc Zyngier1-5/+10
2020-07-07KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall1-7/+25
2020-07-05KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil1-3/+3
2020-07-05KVM: arm64: Handle calls to prefixed hyp functionsAndrew Scull1-3/+14
2020-06-11Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-5/+4
2020-06-10Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/nextMarc Zyngier1-3/+0
2020-06-10KVM: arm64: Make vcpu_cp1x() work on Big Endian hostsMarc Zyngier1-2/+4
2020-06-09KVM: arm64: Remove host_cpu_context member from vcpu structureMarc Zyngier1-3/+0
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-40/+6
2020-06-01Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-40/+4
2020-05-28Merge branch 'for-next/kvm/errata' into for-next/coreWill Deacon1-4/+0
2020-05-28KVM: arm64: Check advertised Stage-2 page size capabilityMarc Zyngier1-1/+1
2020-05-28KVM: arm64: Drop obsolete comment about sys_reg orderingMarc Zyngier1-5/+1
2020-05-25KVM: arm64: Clean up cpu_init_hyp_mode()David Brazdil1-35/+0
2020-05-16KVM: arm64: Support enabling dirty log gradually in small chunksKeqian Zhu1-0/+3
2020-05-15kvm: add halt-polling cpu usage statsDavid Matlack1-0/+2
2020-05-04arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}Andrew Scull1-4/+0