summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/kvm_asm.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-23KVM: arm64: Remove hyp_symbol_addrDavid Brazdil1-26/+0
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-9/+8
2020-12-17arm64: Work around broken GCC 4.9 handling of "S" constraintMarc Zyngier1-1/+7
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier1-2/+8
2020-12-04KVM: arm64: Init MAIR/TCR_EL2 from params structDavid Brazdil1-0/+2
2020-12-04KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil1-0/+6
2020-12-04KVM: arm64: Remove vector_ptr param of hyp-initDavid Brazdil1-2/+0
2020-11-27Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/nextMarc Zyngier1-5/+0
2020-11-27KVM: arm64: Simplify __kvm_enable_ssbs()Marc Zyngier1-2/+0
2020-11-16KVM: arm64: Allocate hyp vectors staticallyWill Deacon1-5/+0
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier1-53/+53
2020-09-30Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier1-5/+0
2020-09-30kvm: arm64: Set up hyp percpu data for nVHEDavid Brazdil1-2/+17
2020-09-30kvm: arm64: Add helpers for accessing nVHE hyp per-cpu varsDavid Brazdil1-2/+23
2020-09-30kvm: arm64: Remove hyp_adr/ldr_this_cpuDavid Brazdil1-13/+1
2020-09-30kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil1-20/+0
2020-09-30kvm: arm64: Move nVHE hyp namespace macros to hyp_image.hDavid Brazdil1-7/+1
2020-09-29KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon1-2/+0
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier1-3/+0
2020-09-29KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon1-1/+1
2020-09-15KVM: arm64: nVHE: Migrate hyp interface to SMCCCAndrew Scull1-0/+24
2020-09-15KVM: arm64: Share context save and restore macrosAndrew Scull1-0/+39
2020-09-15KVM: arm64: Restore hyp when panicking in guest contextAndrew Scull1-0/+10
2020-09-15KVM: arm64: nVHE: Use separate vector for the hostAndrew Scull1-0/+2
2020-09-15KVM: arm64: Choose hyp symbol based on contextAndrew Scull1-6/+19
2020-08-28KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse1-0/+28
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse1-0/+15
2020-07-28Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier1-1/+0
2020-07-28Merge branch 'kvm-arm64/pre-nv-5.9' into kvmarm-master/next-WIPMarc Zyngier1-3/+5
2020-07-07KVM: arm64: Don't use has_vhe() for CHOOSE_HYP_SYM()Marc Zyngier1-1/+19
2020-07-07KVM: arm64: Use TTL hint in when invalidating stage-2 translationsMarc Zyngier1-1/+2
2020-07-07KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall1-3/+4
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil1-3/+1
2020-07-05KVM: arm64: Move hyp-init.S to nVHEAndrew Scull1-3/+2
2020-07-05KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil1-5/+17
2020-07-05KVM: arm64: Handle calls to prefixed hyp functionsAndrew Scull1-0/+19
2020-07-05arm64: kvm: Remove kern_hyp_va from get_vcpu_ptrAndrew Scull1-1/+0
2020-06-10KVM: arm64: Move hyp_symbol_addr() to kvm_asm.hMarc Zyngier1-0/+20
2020-06-09KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptrMarc Zyngier1-3/+10
2020-05-25KVM: arm64: Clean up cpu_init_hyp_mode()David Brazdil1-0/+2
2020-05-16KVM: arm64: Simplify __kvm_timer_set_cntvoff implementationMarc Zyngier1-1/+1
2020-03-09arm64: kvm: Modernize __smccc_workaround_1_smc_start annotationsMark Brown1-0/+4
2019-07-05KVM: arm64: Consume pending SError as early as possibleJames Morse1-1/+1
2019-07-05KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse1-0/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-24arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray1-1/+2
2018-12-19arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macroMarc Zyngier1-0/+1
2018-12-19KVM: arm/arm64: Fixup the kvm_exit tracepointChristoffer Dall1-0/+6
2018-10-19KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall1-0/+1
2018-10-01kvm: arm64: Configure VTCR_EL2 per VMSuzuki K Poulose1-2/+0