summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Prevent kmemleak from accessing pKVM memoryQuentin Perret2022-06-171-3/+3
* KVM: arm64: Remove redundant hyp_assert_lock_held() assertionsWill Deacon2022-06-091-4/+0
* KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHEWill Deacon2022-06-091-1/+5
* KVM: arm64: Handle all ID registers trapped for a protected VMMarc Zyngier2022-06-091-8/+34
* KVM: arm64: Return error from kvm_arch_init_vm() on allocation failureWill Deacon2022-06-091-1/+3
* KVM: arm64: Warn if accessing timer pending state outside of vcpu contextMarc Zyngier2022-06-081-0/+3
* KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pendingMarc Zyngier2022-06-082-39/+22
* KVM: arm64: Don't read a HW interrupt pending state in user contextMarc Zyngier2022-06-073-5/+21
* KVM: arm64: Fix inconsistent indentingsunliming2022-06-071-1/+1
* KVM: arm64: Always start with clearing SME flag on loadMarc Zyngier2022-06-071-0/+1
* KVM: arm64: Always start with clearing SVE flag on loadMarc Zyngier2022-06-071-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-2625-524/+1294
|\
| * Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-2528-531/+1456
| |\
| | * Merge branch kvm-arm64/its-save-restore-fixes-5.19 into kvmarm-master/nextMarc Zyngier2022-05-161-18/+78
| | |\
| | | * KVM: arm64: vgic: Undo work in failed ITS restoresRicardo Koller2022-05-161-2/+13
| | | * KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failuresRicardo Koller2022-05-161-4/+23
| | | * KVM: arm64: vgic: Add more checks when restoring ITS tablesRicardo Koller2022-05-161-0/+7
| | | * KVM: arm64: vgic: Check that new ITEs could be saved in guest memoryRicardo Koller2022-05-161-12/+35
| | * | Merge branch kvm-arm64/misc-5.19 into kvmarm-master/nextMarc Zyngier2022-05-166-46/+37
| | |\ \
| | | * | KVM: arm64: vgic-v3: List M1 Pro/Max as requiring the SEIS workaroundMarc Zyngier2022-05-151-0/+4
| | | * | KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVEOliver Upton2022-05-101-3/+0
| | | * | KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handlerOliver Upton2022-05-101-18/+1
| | | * | KVM: arm64: nvhe: Eliminate kernel-doc warningsRandy Dunlap2022-05-061-4/+4
| | | * | KVM: arm64: Avoid unnecessary absolute addressing via literalsArd Biesheuvel2022-05-061-5/+3
| | | * | KVM: arm64: Print emulated register table name when it is unsortedAlexandru Elisei2022-05-041-2/+2
| | | * | KVM: arm64: Don't BUG_ON() if emulated register table is unsortedAlexandru Elisei2022-05-042-16/+25
| | | |/
| | * | Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/nextMarc Zyngier2022-05-165-35/+39
| | |\ \
| | | * | KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selectedMarc Zyngier2022-05-163-15/+7
| | | * | KVM: arm64: Reenable pmu in Protected ModeFuad Tabba2022-05-151-2/+1
| | | * | KVM: arm64: Pass pmu events to hyp via vcpuFuad Tabba2022-05-153-22/+25
| | | * | KVM: arm64: Wrapper for getting pmu_eventsFuad Tabba2022-05-151-16/+26
| | | |/
| | * | Merge branch kvm-arm64/vgic-invlpir into kvmarm-master/nextMarc Zyngier2022-05-165-37/+187
| | |\ \
| | | * | KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revisionMarc Zyngier2022-05-044-6/+47
| | | * | KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidationMarc Zyngier2022-05-043-21/+111
| | | * | KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIsMarc Zyngier2022-05-043-10/+29
| | | |/
| | * | Merge branch kvm-arm64/psci-suspend into kvmarm-master/nextMarc Zyngier2022-05-162-40/+129
| | |\ \
| | | * | KVM: arm64: Implement PSCI SYSTEM_SUSPENDOliver Upton2022-05-042-0/+34
| | | * | KVM: arm64: Add support for userspace to suspend a vCPUOliver Upton2022-05-041-0/+51
| | | * | KVM: arm64: Return a value from check_vcpu_requests()Oliver Upton2022-05-041-2/+14
| | | * | KVM: arm64: Rename the KVM_REQ_SLEEP handlerOliver Upton2022-05-041-2/+2
| | | * | KVM: arm64: Track vCPU power state using MP state valuesOliver Upton2022-05-042-16/+18
| | | * | KVM: arm64: Dedupe vCPU power off helpersOliver Upton2022-05-042-12/+5
| | | * | KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2Oliver Upton2022-05-041-8/+5
| | * | | Merge branch kvm-arm64/hcall-selection into kvmarm-master/nextMarc Zyngier2022-05-164-189/+332
| | |\ \ \
| | | * | | KVM: arm64: Fix hypercall bitmap writeback when vcpus have already runMarc Zyngier2022-05-161-1/+2
| | | * | | KVM: arm64: Add vendor hypervisor firmware registerRaghavendra Rao Ananta2022-05-031-5/+20
| | | * | | KVM: arm64: Add standard hypervisor firmware registerRaghavendra Rao Ananta2022-05-031-3/+20
| | | * | | KVM: arm64: Setup a framework for hypercall bitmap firmware registersRaghavendra Rao Ananta2022-05-033-2/+111
| | | * | | KVM: arm64: Factor out firmware register handling from psci.cRaghavendra Rao Ananta2022-05-033-184/+185
| | | | |/ | | | |/|
| | * | | Merge branch kvm-arm64/aarch32-idreg-trap into kvmarm-master/nextMarc Zyngier2022-05-043-61/+208
| | |\ \ \