summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Move skip_host_instruction to adjust_pc.hDavid Brazdil2020-12-222-10/+11
* KVM: arm64: Remove unused includes in psci-relay.cDavid Brazdil2020-12-221-3/+0
* KVM: arm64: Minor cleanup of hyp variables used in hostDavid Brazdil2020-12-221-3/+3
* KVM: arm64: Prevent use of invalid PSCI v0.1 function IDsDavid Brazdil2020-12-221-13/+40
* Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier2020-12-099-52/+583
|\
| * KVM: arm64: Trap host SMCs in protected modeDavid Brazdil2020-12-042-1/+14
| * KVM: arm64: Intercept host's SYSTEM_SUSPEND PSCI SMCsDavid Brazdil2020-12-042-1/+27
| * KVM: arm64: Intercept host's CPU_SUSPEND PSCI SMCsDavid Brazdil2020-12-042-2/+52
| * KVM: arm64: Intercept host's CPU_ON SMCsDavid Brazdil2020-12-042-0/+163
| * KVM: arm64: Add function to enter host from KVM nVHE hyp codeDavid Brazdil2020-12-041-0/+9
| * KVM: arm64: Extract __do_hyp_init into a helper functionDavid Brazdil2020-12-041-15/+32
| * KVM: arm64: Forward safe PSCI SMCs coming from hostDavid Brazdil2020-12-041-1/+41
| * KVM: arm64: Add offset for hyp VA <-> PA conversionDavid Brazdil2020-12-041-0/+3
| * KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil2020-12-044-5/+125
| * KVM: arm64: Add SMC handler in nVHE EL2David Brazdil2020-12-042-3/+70
| * KVM: arm64: Create nVHE copy of cpu_logical_mapDavid Brazdil2020-12-041-0/+16
| * KVM: arm64: Support per_cpu_ptr in nVHE hyp codeDavid Brazdil2020-12-042-1/+26
| * KVM: arm64: Add .hyp.data..ro_after_init ELF sectionDavid Brazdil2020-12-041-0/+1
| * KVM: arm64: Init MAIR/TCR_EL2 from params structDavid Brazdil2020-12-041-30/+8
| * KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil2020-12-042-9/+9
| * KVM: arm64: Remove vector_ptr param of hyp-initDavid Brazdil2020-12-041-3/+6
* | Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/nextMarc Zyngier2020-11-273-64/+41
|\ \
| * | KVM: arm64: Remove redundant hyp vectors entryWill Deacon2020-11-161-1/+0
| * | arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3AWill Deacon2020-11-161-2/+1
| * | KVM: arm64: Allocate hyp vectors staticallyWill Deacon2020-11-163-64/+42
| * | KVM: arm64: Move BP hardening helpers into spectre.hWill Deacon2020-11-161-0/+1
* | | Merge branch 'kvm-arm64/host-hvc-table' into kvmarm-master/nextMarc Zyngier2020-11-273-112/+142
|\ \ \ | | |/ | |/|
| * | KVM: arm64: Avoid repetitive stack access on host EL1 to EL2 exceptionMarc Zyngier2020-11-271-3/+3
| * | KVM: arm64: Simplify __kvm_enable_ssbs()Marc Zyngier2020-11-272-12/+5
| * | KVM: arm64: Patch kimage_voffset instead of loading the EL1 valueMarc Zyngier2020-11-271-4/+1
| * | KVM: arm64: Turn host HVC handling into a dispatch tableMarc Zyngier2020-11-091-94/+134
| |/
* | KVM: arm64: Inject AArch32 exceptions from HYPMarc Zyngier2020-11-101-11/+189
* | KVM: arm64: Inject AArch64 exceptions from HYPMarc Zyngier2020-11-101-0/+136
* | KVM: arm64: Add basic hooks for injecting exceptions from EL2Marc Zyngier2020-11-104-4/+27
* | KVM: arm64: Move PC rollback on SError to HYPMarc Zyngier2020-11-101-0/+15
* | KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier2020-11-106-0/+68
* | KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()Marc Zyngier2020-11-101-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-11-014-12/+18
|\
| * Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-10-304-12/+18
| |\
| | * KVM: arm64: Fix masks in stage2_pte_cacheable()Will Deacon2020-10-291-1/+1
| | * KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNTWill Deacon2020-10-291-1/+1
| | * KVM: arm64: Drop useless PAN setting on host EL1 to EL2 transitionMarc Zyngier2020-10-291-2/+0
| | * KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidationMarc Zyngier2020-10-291-1/+0
| | * KVM: arm64: Don't corrupt tpidr_el2 on failed HVC callMarc Zyngier2020-10-291-7/+16
* | | arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring2020-10-294-11/+16
|/ /
* | Merge branch 'kvm-fixes' into 'next'Paolo Bonzini2020-10-211-0/+7
|\ \
| * | KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guestMarc Zyngier2020-10-011-0/+7
* | | Merge tag 'kvmarm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-10-2016-310/+1386
|\ \ \ | | |/ | |/|
| | |
| | \
| *-. \ Merge branches 'kvm-arm64/pt-new' and 'kvm-arm64/pmu-5.9' into kvmarm-master/...Marc Zyngier2020-10-021-7/+16
| |\ \ \
| | * | | KVM: arm64: Pass level hint to TLBI during stage-2 permission faultWill Deacon2020-10-021-7/+16