| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-10-24 | KVM: arm64: Add support for PSCI v1.2 and v1.3 | David Woodhouse | 1 | -1/+5 |
| 2024-10-24 | KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function for hibernation | David Woodhouse | 1 | -0/+38 |
| 2023-04-21 | Merge branch kvm-arm64/smccc-filtering into kvmarm-master/next | Marc Zyngier | 1 | -2/+5 |
| 2023-04-20 | KVM: arm64: Have kvm_psci_vcpu_on() use WRITE_ONCE() to update mp_state | Reiji Watanabe | 1 | -1/+1 |
| 2023-04-05 | KVM: arm64: Return NOT_SUPPORTED to guest for unknown PSCI version | Oliver Upton | 1 | -2/+5 |
| 2023-03-29 | KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ON | Oliver Upton | 1 | -12/+16 |
| 2022-05-16 | Merge branch kvm-arm64/psci-suspend into kvmarm-master/next | Marc Zyngier | 1 | -23/+42 |
| 2022-05-16 | Merge branch kvm-arm64/hcall-selection into kvmarm-master/next | Marc Zyngier | 1 | -183/+0 |
| 2022-05-04 | KVM: arm64: Implement PSCI SYSTEM_SUSPEND | Oliver Upton | 1 | -0/+29 |
| 2022-05-04 | KVM: arm64: Track vCPU power state using MP state values | Oliver Upton | 1 | -6/+6 |
| 2022-05-04 | KVM: arm64: Dedupe vCPU power off helpers | Oliver Upton | 1 | -9/+2 |
| 2022-05-04 | KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2 | Oliver Upton | 1 | -8/+5 |
| 2022-05-03 | KVM: arm64: Factor out firmware register handling from psci.c | Raghavendra Rao Ananta | 1 | -183/+0 |
| 2022-04-29 | KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT | Paolo Bonzini | 1 | -1/+2 |
| 2022-04-06 | KVM: arm64: Drop unneeded minor version check from PSCI v1.x handler | Oliver Upton | 1 | -3/+0 |
| 2022-04-06 | KVM: arm64: Actually prevent SMC64 SYSTEM_RESET2 from AArch32 | Oliver Upton | 1 | -5/+9 |
| 2022-04-06 | KVM: arm64: Generally disallow SMC64 for AArch32 guests | Oliver Upton | 1 | -9/+5 |
| 2022-03-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -14/+52 |
| 2022-03-18 | Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 1 | -14/+52 |
| 2022-03-09 | Merge branch kvm-arm64/psci-1.1 into kvmarm-master/next | Marc Zyngier | 1 | -6/+6 |
| 2022-03-09 | KVM: arm64: Really propagate PSCI SYSTEM_RESET2 arguments to userspace | Will Deacon | 1 | -6/+6 |
| 2022-03-08 | Merge tag 'arm64-spectre-bhb-for-v5.17-2' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -1/+17 |
| 2022-02-25 | Merge branch kvm-arm64/psci-1.1 into kvmarm-master/next | Marc Zyngier | 1 | -11/+49 |
| 2022-02-25 | KVM: arm64: Remove unneeded semicolons | Changcheng Deng | 1 | -2/+2 |
| 2022-02-24 | KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated | James Morse | 1 | -1/+17 |
| 2022-02-21 | KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags field | Will Deacon | 1 | -4/+11 |
| 2022-02-21 | KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guest | Will Deacon | 1 | -4/+29 |
| 2022-02-21 | KVM: arm64: Bump guest PSCI version to 1.1 | Will Deacon | 1 | -3/+9 |
| 2022-02-17 | KVM: arm64: Don't miss pending interrupts for suspended vCPU | Oliver Upton | 1 | -2/+1 |
| 2022-02-08 | KVM: arm64: Drop unused param from kvm_psci_version() | Oliver Upton | 1 | -3/+3 |
| 2022-01-07 | Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 1 | -1/+1 |
| 2021-12-20 | KVM: arm64: Fix comment on barrier in kvm_psci_vcpu_on() | Fuad Tabba | 1 | -1/+1 |
| 2021-12-08 | KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt() | Sean Christopherson | 1 | -1/+1 |
| 2021-12-08 | KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index | Marc Zyngier | 1 | -3/+3 |
| 2021-08-19 | KVM: arm64: Enforce reserved bits for PSCI target affinities | Oliver Upton | 1 | -3/+12 |
| 2020-09-29 | KVM: arm64: Convert ARCH_WORKAROUND_2 to arm64_get_spectre_v4_state() | Marc Zyngier | 1 | -7/+12 |
| 2020-09-29 | KVM: arm64: Simplify handling of ARCH_WORKAROUND_2 | Marc Zyngier | 1 | -33/+26 |
| 2020-09-29 | arm64: Rewrite Spectre-v2 mitigation code | Will Deacon | 1 | -4/+4 |
| 2020-05-16 | KVM: Fix spelling in code comments | Fuad Tabba | 1 | -3/+3 |
| 2020-05-16 | KVM: arm64: Move virt/kvm/arm to arch/arm64 | Marc Zyngier | 1 | -0/+564 |