summaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/psci.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-251-2/+2
* arm64: KVM: Get rid of old vcpu_reg()Pavel Fedin2015-12-041-10/+10
* KVM: arm/arm64: rename pause into power_offEric Auger2015-10-221-5/+5
* arm/arm64: KVM: Fix PSCI affinity info return value for non valid coresAlexander Spyridakis2015-09-041-4/+8
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-241-0/+2
|\
| * arm/arm64: kvm: add missing PSCI includeMark Rutland2015-05-271-0/+2
* | ARM: kvm: psci: fix handling of unimplemented functionsLorenzo Pieralisi2015-06-171-13/+3Star
|/
* arm/arm64: KVM: rework MPIDR assignment and add accessorsAndre Przywara2015-01-201-12/+5Star
* arm/arm64: KVM: Turn off vcpus on PSCI shutdown/rebootChristoffer Dall2014-12-131-0/+18
* ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPENDAnup Patel2014-04-301-4/+24
* ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2Anup Patel2014-04-301-1/+14
* ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functionsAnup Patel2014-04-301-5/+16
* ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFOAnup Patel2014-04-301-2/+50
* ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESETAnup Patel2014-04-301-3/+43
* ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexibleAnup Patel2014-04-301-12/+16
* ARM/ARM64: KVM: Add base for PSCI v0.2 emulationAnup Patel2014-04-301-16/+77
* arm: KVM: Don't return PSCI_INVAL if waitqueue is inactiveChristoffer Dall2013-12-211-5/+6
* Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2013-11-111-0/+4
|\
| * arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpuMarc Zyngier2013-11-071-0/+4
* | arm/arm64: KVM: PSCI: use MPIDR to identify a target CPUMarc Zyngier2013-10-221-4/+13
|/
* ARM: KVM: Don't handle PSCI calls via SMCDave P Martin2013-06-261-1/+1
* KVM: ARM: Power State Coordination Interface implementationMarc Zyngier2013-01-231-0/+108