summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2020-02-07Merge tag 'v4.14.164' into 4.14-2.3.x-imxMarcel Ziswiler
2019-12-31KVM: arm64: Ensure 'params' is initialised when looking up sys registerWill Deacon
2019-12-12MLK-23112 arm64: Update the SW workaround for i.MX8QM B0 ERR050104Nitin Garg
2019-10-29KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon
2019-10-29arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni
2019-05-16arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptibleMarc Zyngier
2019-03-23arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2Dave Martin
2019-03-23KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loadedChristoffer Dall
2019-01-23arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland
2018-10-03arm64: KVM: Sanitize PSTATE.M when being set from userspaceMarc Zyngier
2018-10-03arm64: KVM: Tighten guest core register access from userspaceDave Martin
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier
2018-07-22arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier
2018-07-22KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall
2018-07-22KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse
2018-07-22KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse
2018-07-22KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse
2018-05-01arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier
2018-02-22arm64: Add missing Falkor part number for branch predictor hardeningShanker Donthineni
2018-02-16arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier
2018-02-16arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingMarc Zyngier
2018-02-16arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier
2018-02-16arm64: KVM: Make PSCI_VERSION a fast pathMarc Zyngier
2018-02-16arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier
2018-02-16arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier
2018-02-16arm64: KVM: Increment PC after handling an SMC trapMarc Zyngier
2018-02-16arm64: Implement branch predictor hardening for FalkorShanker Donthineni
2018-02-16arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier
2018-02-16arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni
2018-01-23arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier
2017-12-29arm64: kvm: Prevent restoring stale PMSCR_EL1 for vcpuJulien Thierry
2017-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-21arm/arm64: kvm: Disable branch profiling in HYP codeJulien Thierry
2017-10-21arm/arm64: KVM: set right LR register value for 32 bit guest when inject abortDongjiu Geng
2017-09-08Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-09-05KVM: arm/arm64: Extract GICv3 max APRn index calculationChristoffer Dall
2017-08-21arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas
2017-08-08KVM: arm: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)
2017-07-25KVM: arm/arm64: PMU: Fix overflow interrupt injectionAndrew Jones
2017-07-06Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-06-15arm64/kvm: vgic: use SYS_DESC()Mark Rutland
2017-06-15arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1Mark Rutland
2017-06-15KVM: arm64: Log an error if trapping a write-to-read-only GICv3 accessMarc Zyngier
2017-06-15KVM: arm64: Log an error if trapping a read-from-write-only GICv3 accessMarc Zyngier
2017-06-15KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2Marc Zyngier
2017-06-15Merge branch 'kvmarm-master/master' into HEADMarc Zyngier
2017-06-13tracing: Add TRACE_DEFINE_SIZEOF() macrosJeremy Linton