summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2020-07-22KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTARTAndrew Scull1-4/+7
2019-12-31KVM: arm64: Ensure 'params' is initialised when looking up sys registerWill Deacon1-1/+4
2019-10-29KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon1-0/+11
2019-10-29arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni2-22/+0
2019-05-16arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptibleMarc Zyngier1-10/+25
2019-03-23arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2Dave Martin1-1/+1
2019-03-23KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loadedChristoffer Dall1-2/+24
2019-01-23arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland1-1/+1
2018-10-04arm64: KVM: Sanitize PSTATE.M when being set from userspaceMarc Zyngier1-1/+9
2018-10-04arm64: KVM: Tighten guest core register access from userspaceDave Martin1-0/+45
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier1-0/+4
2018-07-22arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier1-1/+37
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier1-0/+38
2018-07-22KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall4-27/+17
2018-07-22KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse3-11/+12
2018-07-22KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse3-12/+28
2018-07-22KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse2-6/+10
2018-05-01arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier1-1/+13
2018-02-22arm64: Add missing Falkor part number for branch predictor hardeningShanker Donthineni1-1/+3
2018-02-16arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier1-14/+0
2018-02-16arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingMarc Zyngier1-2/+18
2018-02-16arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier1-8/+12
2018-02-16arm64: KVM: Make PSCI_VERSION a fast pathMarc Zyngier1-0/+13
2018-02-16arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier1-1/+1
2018-02-16arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier1-1/+2
2018-02-16arm64: KVM: Increment PC after handling an SMC trapMarc Zyngier1-0/+9
2018-02-16arm64: Implement branch predictor hardening for FalkorShanker Donthineni2-0/+20
2018-02-16arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier1-1/+1
2018-02-16arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni1-0/+1
2018-01-23arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier1-2/+2
2017-12-29arm64: kvm: Prevent restoring stale PMSCR_EL1 for vcpuJulien Thierry1-0/+3
2017-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-21arm/arm64: kvm: Disable branch profiling in HYP codeJulien Thierry1-1/+1
2017-10-21arm/arm64: KVM: set right LR register value for 32 bit guest when inject abortDongjiu Geng1-1/+15
2017-09-09Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-21/+4
2017-09-05KVM: arm/arm64: Extract GICv3 max APRn index calculationChristoffer Dall1-20/+3
2017-08-21arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas1-1/+1
2017-08-08KVM: arm: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)1-1/+1
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)1-1/+1
2017-07-25KVM: arm/arm64: PMU: Fix overflow interrupt injectionAndrew Jones1-1/+1
2017-07-07Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-0/+2
2017-06-15arm64/kvm: vgic: use SYS_DESC()Mark Rutland1-30/+15
2017-06-15arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1Mark Rutland1-1/+1
2017-06-15KVM: arm64: Log an error if trapping a write-to-read-only GICv3 accessMarc Zyngier1-0/+15
2017-06-15KVM: arm64: Log an error if trapping a read-from-write-only GICv3 accessMarc Zyngier1-4/+8
2017-06-15KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2Marc Zyngier1-0/+14
2017-06-15Merge branch 'kvmarm-master/master' into HEADMarc Zyngier3-9/+14
2017-06-14tracing: Add TRACE_DEFINE_SIZEOF() macrosJeremy Linton1-0/+2
2017-06-08KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall1-0/+9