summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2023-12-08KVM: arm64: limit PMU version to PMUv3 for ARMv8.1Andrew Murray
2022-03-19arm64: Use the clearbhb instruction in mitigationsJames Morse
2022-03-19arm64: Mitigate spectre style branch history side channelsJames Morse
2022-03-19KVM: arm64: Add templates for BHB mitigation sequencesJames Morse
2022-03-19arm64: Add percpu vectors for EL1James Morse
2022-03-19arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly
2021-06-10KVM: arm64: Fix debug register indexingMarc Zyngier
2021-05-22KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei
2021-04-16KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose
2021-03-20KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose
2021-03-17KVM: arm64: Reject VM creation when the default IPA size is unsupportedMarc Zyngier
2021-03-17KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier
2021-01-17KVM: arm64: Don't access PMCR_EL0 when no PMU is availableMarc Zyngier
2020-12-30KVM: arm64: Introduce handling of AArch32 TTBCR2 trapsMarc Zyngier
2020-11-18KVM: arm64: Don't hide ID registers from userspaceAndrew Jones
2020-11-05KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier
2020-10-01KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier
2020-09-05KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse
2020-09-05KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse
2020-09-03KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvheDavid Brazdil
2020-07-16KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVESteven Price
2020-07-16KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTARTAndrew Scull
2020-06-17KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier
2020-06-17KVM: arm64: Stop writing aarch32's CSSELR into ACTLRJames Morse
2020-05-14KVM: arm64: Fix 32bit PC wrap-aroundMarc Zyngier
2020-02-14arm64: nofpsmid: Handle TIF_FOREIGN_FPSTATE flag cleanlySuzuki K Poulose
2020-02-11KVM: arm64: Correct PSTATE on exception entryMark Rutland
2020-02-01KVM: arm64: Write arch.mdcr_el2 changes since last vcpu_load on VHEAndrew Murray
2019-12-31KVM: arm64: Ensure 'params' is initialised when looking up sys registerWill Deacon
2019-10-22Merge tag 'kvmarm-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2019-10-20arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systemsMarc Zyngier
2019-10-08arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM is setMarc Zyngier
2019-10-03Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-09-09arm64: KVM: Replace hyp_alternate_select with has_vhe()Marc Zyngier
2019-09-09arm64: KVM: Drop hyp_alternate_select for checking for ARM64_WORKAROUND_834220Marc Zyngier
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon
2019-08-27arm64: kvm: Replace hardcoded '1' with SYS_PAR_EL1_FWill Deacon
2019-08-18arm64/kvm: Remove VMID rollover I-cache maintenanceMark Rutland
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper
2019-08-09KVM: arm64: Don't write junk to sysregs on resetMarc Zyngier
2019-07-29arm64: KVM: hyp: debug-sr: Mark expected switch fall-throughAnders Roxell
2019-07-26arm64: KVM: regmap: Fix unexpected switch fall-throughAnders Roxell
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-07-05KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin
2019-07-05KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functionsAndrew Murray
2019-07-05KVM: arm64: Skip more of the SError vaxorcismJames Morse
2019-07-05KVM: arm64: Re-mask SError after the one instruction windowJames Morse