]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch kvm-arm64/psci-suspend into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Mon, 16 May 2022 16:48:20 +0000 (17:48 +0100)
committerMarc Zyngier <maz@kernel.org>
Mon, 16 May 2022 16:48:20 +0000 (17:48 +0100)
commit5e8e3591334bc2845d2e916e1bf844da338fdce2
tree2149396527a44b3ec4be8777f67a97ec15e80ad5
parent7a173fb5df2c3470a5d75695e843d7dc057c5b0e
parent73cd27df445f547f2f9f658501cc17856b926c3b
Merge branch kvm-arm64/psci-suspend into kvmarm-master/next

* kvm-arm64/psci-suspend:
  : .
  : Add support for PSCI SYSTEM_SUSPEND and allow userspace to
  : filter the wake-up events.
  :
  : Patches courtesy of Oliver.
  : .
  Documentation: KVM: Fix title level for PSCI_SUSPEND
  selftests: KVM: Test SYSTEM_SUSPEND PSCI call
  selftests: KVM: Refactor psci_test to make it amenable to new tests
  selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test
  selftests: KVM: Create helper for making SMCCC calls
  selftests: KVM: Rename psci_cpu_on_test to psci_test
  KVM: arm64: Implement PSCI SYSTEM_SUSPEND
  KVM: arm64: Add support for userspace to suspend a vCPU
  KVM: arm64: Return a value from check_vcpu_requests()
  KVM: arm64: Rename the KVM_REQ_SLEEP handler
  KVM: arm64: Track vCPU power state using MP state values
  KVM: arm64: Dedupe vCPU power off helpers
  KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2

Signed-off-by: Marc Zyngier <maz@kernel.org>
Documentation/virt/kvm/api.rst
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/arm.c
arch/arm64/kvm/psci.c