summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Remove hyp_symbol_addrDavid Brazdil2021-01-234-17/+17
* KVM: arm64: Remove patching of fn pointers in hypDavid Brazdil2021-01-231-7/+4
* KVM: arm64: Fix constant-pool users in hypDavid Brazdil2021-01-232-16/+15
* KVM: arm64: Generate hyp relocation dataDavid Brazdil2021-01-233-3/+440
* KVM: arm64: Add symbol at the beginning of each hyp sectionDavid Brazdil2021-01-231-2/+2
* KVM: arm64: Set up .hyp.rodata ELF sectionDavid Brazdil2021-01-231-1/+3
* KVM: arm64: Rename .idmap.text in hyp linker scriptDavid Brazdil2021-01-232-1/+2
* Merge tag 'kvmarm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-01-084-50/+36
|\
| * KVM: arm64: Declutter host PSCI 0.1 handlingMarc Zyngier2020-12-221-58/+19
| * 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 branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-072-1/+21
|\ \ | |/ |/|
| * Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-12-101-1/+16
| |\
| | * KVM: arm64: Fix handling of merging tables into a block entryYanan Wang2020-12-021-1/+7
| | * KVM: arm64: Fix memory leak on stage2 update of a valid PTEYanan Wang2020-12-021-0/+9
| * | Merge tag 'kvmarm-fixes-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-11-271-0/+5
| |\|
| | * KVM: arm64: Correctly align nVHE percpu dataJamie Iles2020-11-161-0/+5
| | * Merge tag 'v5.10-rc1' into kvmarm-master/nextMarc Zyngier2020-11-122-1/+8
| | |\
* | | \ 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