summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/arm.c
AgeCommit message (Expand)Author
2021-05-27KVM: arm64: Resolve all pending PC updates before immediate exitZenghui Yu
2021-05-15KVM: arm64: Commit pending PC adjustemnts before returning to userspaceMarc Zyngier
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-04-17KVM: constify kvm_arch_flush_remote_tlbs_memslotPaolo Bonzini
2021-04-17KVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky
2021-04-13Merge branch 'kvm-arm64/ptp' into kvmarm-master/nextMarc Zyngier
2021-04-13Merge branch 'kvm-arm64/misc-5.13' into kvmarm-master/nextMarc Zyngier
2021-04-13Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/nextMarc Zyngier
2021-04-13Merge branch 'kvm-arm64/debug-5.13' into kvmarm-master/nextMarc Zyngier
2021-04-07KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei
2021-04-07KVM: arm64: Add support for the KVM PTP serviceJianyong Wu
2021-04-06KVM: arm64: Move SPE availability check to VCPU loadSuzuki K Poulose
2021-04-06KVM: arm64: Fix error return code in init_hyp_mode()Wang Wensheng
2021-03-31KVM: arm64: Make symbol '_kvm_host_prot_finalize' staticXu Jia
2021-03-25KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructureMarc Zyngier
2021-03-19KVM: arm64: Protect the .hyp sections from the hostQuentin Perret
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret
2021-03-19KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret
2021-03-19KVM: arm64: Elevate hypervisor mappings creation at EL2Quentin Perret
2021-03-19KVM: arm64: Factor out vector address calculationQuentin Perret
2021-03-19KVM: arm64: Introduce a BSS section for use at HypQuentin Perret
2021-03-19KVM: arm64: Initialize kvm_nvhe_init_params earlyQuentin Perret
2021-03-19Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier
2021-03-18KVM: arm64: Enable SVE support for nVHEDaniel Kiss
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-03-09KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-02-12Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/nextMarc Zyngier
2021-02-09arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0Marc Zyngier
2021-01-23KVM: arm64: Set up .hyp.rodata ELF sectionDavid Brazdil
2021-01-21KVM: arm64: Compute TPIDR_EL2 ignoring MTE tagSteven Price
2020-12-30KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotationMarc Zyngier
2020-12-23KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()Alexandru Elisei
2020-12-22KVM: arm64: Declutter host PSCI 0.1 handlingMarc Zyngier
2020-12-22KVM: arm64: Minor cleanup of hyp variables used in hostDavid Brazdil
2020-12-22KVM: arm64: Prevent use of invalid PSCI v0.1 function IDsDavid Brazdil
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier
2020-12-04KVM: arm64: Fix EL2 mode availability checksDavid Brazdil
2020-12-04KVM: arm64: Keep nVHE EL2 vector installedDavid Brazdil
2020-12-04KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil
2020-12-04KVM: arm64: Create nVHE copy of cpu_logical_mapDavid Brazdil
2020-12-04KVM: arm64: Add .hyp.data..ro_after_init ELF sectionDavid Brazdil
2020-12-04KVM: arm64: Init MAIR/TCR_EL2 from params structDavid Brazdil
2020-12-04KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil
2020-12-04KVM: arm64: Remove vector_ptr param of hyp-initDavid Brazdil
2020-12-04KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capabilityDavid Brazdil
2020-12-04KVM: arm64: Add kvm-arm.mode early kernel parameterDavid Brazdil
2020-12-03Merge remote-tracking branch 'origin/kvm-arm64/csv3' into kvmarm-master/queueMarc Zyngier
2020-11-30KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safeMarc Zyngier