Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
18e2befaf6c2a2b877a8842f8caa7bce54d9b59b
/
arch
/
arm64
/
kvm
/
psci.c
e10ecb4
KVM: arm64: Enforce reserved bits for PSCI target affinities
by Oliver Upton
· 3 years, 5 months ago
d63d975
KVM: arm64: Convert ARCH_WORKAROUND_2 to arm64_get_spectre_v4_state()
by Marc Zyngier
· 4 years, 4 months ago
29e8910
KVM: arm64: Simplify handling of ARCH_WORKAROUND_2
by Marc Zyngier
· 4 years, 4 months ago
d4647f0
arm64: Rewrite Spectre-v2 mitigation code
by Will Deacon
· 4 years, 4 months ago
656012c
KVM: Fix spelling in code comments
by Fuad Tabba
· 4 years, 10 months ago
9ed24f4
KVM: arm64: Move virt/kvm/arm to arch/arm64
by Marc Zyngier
· 4 years, 8 months ago
[Renamed from virt/kvm/arm/psci.c]
fdc9999
KVM: arm64: PSCI: Forbid 64bit functions for 32bit guests
by Marc Zyngier
· 4 years, 10 months ago
2890ac9
KVM: arm64: PSCI: Narrow input registers when using 32bit functions
by Marc Zyngier
· 4 years, 10 months ago
4d39576
KVM: Remove unnecessary asm/kvm_host.h includes
by Peter Xu
· 4 years, 11 months ago
55009c6
KVM: arm/arm64: Factor out hypercall handling from PSCI code
by Christoffer Dall
· 5 years ago
99adb567
KVM: arm/arm64: Add save/restore support for firmware workaround state
by Andre Przywara
· 6 years ago
c118bbb
arm64: KVM: Propagate full Spectre v2 workaround state to KVM guests
by Andre Przywara
· 6 years ago
caab277
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
by Thomas Gleixner
· 6 years ago
358b28f
arm/arm64: KVM: Allow a VCPU to fully reset itself
by Marc Zyngier
· 6 years ago
b3dae10
sched/swait: Rename to exclusive
by Peter Zijlstra
· 7 years ago
5d81f7d
arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID
by Marc Zyngier
· 7 years ago
85bd0ba
arm/arm64: KVM: Add PSCI version selection API
by Marc Zyngier
· 7 years ago
6167ec5
arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
by Marc Zyngier
· 7 years ago
a4097b3
arm/arm64: KVM: Turn kvm_psci_version into a static inline
by Marc Zyngier
· 7 years ago
09e6be1
arm/arm64: KVM: Advertise SMCCC v1.1
by Marc Zyngier
· 7 years ago
58e0b22
arm/arm64: KVM: Implement PSCI 1.0 support
by Marc Zyngier
· 7 years ago
84684fe
arm/arm64: KVM: Add smccc accessors to PSCI code
by Marc Zyngier
· 7 years ago
d0a144f
arm/arm64: KVM: Add PSCI_VERSION helper
by Marc Zyngier
· 7 years ago
1a2fb94
arm/arm64: KVM: Consolidate the PSCI include files
by Marc Zyngier
· 7 years ago
7b244e2
KVM: arm/arm64: change exit request to sleep request
by Andrew Jones
· 8 years ago
424c989
KVM: arm/arm64: optimize VCPU RUN
by Andrew Jones
· 8 years ago
cc9b43f
KVM: arm/arm64: use vcpu requests for power_off
by Andrew Jones
· 8 years ago
6a6d73b
KVM: arm/arm64: properly use vcpu requests
by Andrew Jones
· 8 years ago
35d2d5d
KVM: arm/arm64: Move shared files to virt/kvm/arm
by Christoffer Dall
· 8 years ago
[Renamed from arch/arm/kvm/psci.c]
6c7a5dc
KVM: arm/arm64: fix races in kvm_psci_vcpu_on
by Andrew Jones
· 8 years ago
8577370
KVM: Use simple waitqueue for vcpu->wq
by Marcelo Tosatti
· 9 years ago
f6be563
arm64: KVM: Get rid of old vcpu_reg()
by Pavel Fedin
· 9 years ago
3781528
KVM: arm/arm64: rename pause into power_off
by Eric Auger
· 9 years ago
0c06729
arm/arm64: KVM: Fix PSCI affinity info return value for non valid cores
by Alexander Spyridakis
· 9 years ago
e3d8238
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
e2d9973
ARM: kvm: psci: fix handling of unimplemented functions
by Lorenzo Pieralisi
· 10 years ago
538b9b2
arm/arm64: kvm: add missing PSCI include
by Mark Rutland
· 10 years ago
4429fc6
arm/arm64: KVM: rework MPIDR assignment and add accessors
by Andre Przywara
· 11 years ago
cf5d3188
arm/arm64: KVM: Turn off vcpus on PSCI shutdown/reboot
by Christoffer Dall
· 10 years ago
b376d02
ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPEND
by Anup Patel
· 11 years ago
aa8aeef
ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2
by Anup Patel
· 11 years ago
bab0b430
ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functions
by Anup Patel
· 11 years ago
e6bc13c8
ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFO
by Anup Patel
· 11 years ago
4b12382
ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESET
by Anup Patel
· 11 years ago
e8e7fcc
ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible
by Anup Patel
· 11 years ago
7d0f84a
ARM/ARM64: KVM: Add base for PSCI v0.2 emulation
by Anup Patel
· 11 years ago
478a823
arm: KVM: Don't return PSCI_INVAL if waitqueue is inactive
by Christoffer Dall
· 11 years ago
ede5822
Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into kvm-next
by Paolo Bonzini
· 11 years ago
ce94fe9
arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpu
by Marc Zyngier
· 11 years ago
79c6488
arm/arm64: KVM: PSCI: use MPIDR to identify a target CPU
by Marc Zyngier
· 11 years ago
24a7f67
ARM: KVM: Don't handle PSCI calls via SMC
by Dave P Martin
· 12 years ago
aa024c2
KVM: ARM: Power State Coordination Interface implementation
by Marc Zyngier
· 12 years ago