summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2018-05-011-1/+13
* arm64: Add missing Falkor part number for branch predictor hardeningShanker Donthineni2018-02-221-1/+3
* arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier2018-02-161-14/+0
* arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingMarc Zyngier2018-02-161-2/+18
* arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier2018-02-161-8/+12
* arm64: KVM: Make PSCI_VERSION a fast pathMarc Zyngier2018-02-161-0/+13
* arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier2018-02-161-1/+1
* arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier2018-02-161-1/+2
* arm64: KVM: Increment PC after handling an SMC trapMarc Zyngier2018-02-161-0/+9
* arm64: Implement branch predictor hardening for FalkorShanker Donthineni2018-02-162-0/+20
* arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier2018-02-161-1/+1
* arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni2018-02-161-0/+1
* arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier2018-01-231-2/+2
* arm64: kvm: Prevent restoring stale PMSCR_EL1 for vcpuJulien Thierry2017-12-291-0/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-042-2/+16
|\
| * arm/arm64: kvm: Disable branch profiling in HYP codeJulien Thierry2017-10-211-1/+1
| * arm/arm64: KVM: set right LR register value for 32 bit guest when inject abortDongjiu Geng2017-10-211-1/+15
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-082-21/+4
|\
| * KVM: arm/arm64: Extract GICv3 max APRn index calculationChristoffer Dall2017-09-051-20/+3
| * KVM: arm: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)2017-08-081-1/+1
| * KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-1/+1
* | arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas2017-08-211-1/+1
|/
* KVM: arm/arm64: PMU: Fix overflow interrupt injectionAndrew Jones2017-07-251-1/+1
* Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-07-061-0/+2
|\
| * tracing: Add TRACE_DEFINE_SIZEOF() macrosJeremy Linton2017-06-131-0/+2
* | arm64/kvm: vgic: use SYS_DESC()Mark Rutland2017-06-151-30/+15
* | arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1Mark Rutland2017-06-151-1/+1
* | KVM: arm64: Log an error if trapping a write-to-read-only GICv3 accessMarc Zyngier2017-06-151-0/+15
* | KVM: arm64: Log an error if trapping a read-from-write-only GICv3 accessMarc Zyngier2017-06-151-4/+8
* | KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2Marc Zyngier2017-06-151-0/+14
* | Merge branch 'kvmarm-master/master' into HEADMarc Zyngier2017-06-153-9/+14
|\|
| * arm64: KVM: Allow unaligned accesses at EL2Marc Zyngier2017-06-061-2/+3
| * arm64: KVM: Preserve RES1 bits in SCTLR_EL2Marc Zyngier2017-06-061-4/+6
| * KVM: arm/arm64: Fix isues with GICv2 on GICv3 migrationChristoffer Dall2017-05-241-5/+5
| * arm64: KVM: Do not use stack-protector to compile EL2 codeMarc Zyngier2017-05-151-0/+2
* | KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall2017-06-081-0/+9
* | KVM: arm/arm64: Move timer IRQ default init to arch_timer.cChristoffer Dall2017-06-081-15/+1
* | KVM: arm/arm64: properly use vcpu requestsAndrew Jones2017-06-041-0/+1
* | KVM: arm64: Restore host physical timer access on hyp_panic()James Morse2017-05-161-0/+1
|/
* Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2017-05-092-7/+6
|\
| * KVM: arm/arm64: Move shared files to virt/kvm/armChristoffer Dall2017-05-041-3/+2
| * arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier2017-05-021-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-086-373/+244
|\|
| * Merge remote-tracking branch 'rutland/kvm/common-sysreg' into next-fixChristoffer Dall2017-04-093-255/+112
| |\
| | * KVM: arm64: Use common Set/Way sys definitionsMark Rutland2017-03-221-9/+3
| | * KVM: arm64: Use common sysreg definitionsMark Rutland2017-03-222-73/+25
| | * KVM: arm64: use common invariant sysreg definitionsMark Rutland2017-03-221-38/+19
| | * KVM: arm64: Use common physical timer sysreg definitionsMark Rutland2017-03-221-9/+3
| | * KVM: arm64: Use common GICv3 sysreg definitionsMark Rutland2017-03-221-6/+2