summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | KVM: arm64: Move the handling of !FP outside of the fast pathMarc Zyngier2022-06-292-4/+10
| | | * | KVM: arm64: Convert vcpu sysregs_loaded_on_cpu to a state flagMarc Zyngier2022-06-292-4/+4
| | | * | KVM: arm64: Move vcpu WFIT flag to the state flag setMarc Zyngier2022-06-293-3/+3
| | | * | KVM: arm64: Move vcpu SVE/SME flags to the state flag setMarc Zyngier2022-06-291-6/+6
| | | * | KVM: arm64: Move vcpu debug/SPE/TRBE flags to the input flag setMarc Zyngier2022-06-295-26/+25
| | | * | KVM: arm64: Move vcpu PC/Exception flags to the input flag setMarc Zyngier2022-06-104-29/+19
| | | * | KVM: arm64: Move vcpu configuration flags into their own setMarc Zyngier2022-06-091-3/+3
| | | * | KVM: arm64: Move FP state ownership from flag to a tristateMarc Zyngier2022-06-094-16/+12
| | | * | KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor codeMarc Zyngier2022-06-094-23/+14
| * | | | Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-1/+1
| |\ \ \ \
| | * | | | KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack2022-06-241-1/+1
| | |/ / /
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-08-013-29/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | arm64/sysreg: Add _EL1 into ID_AA64ISAR2_EL1 definition namesMark Brown2022-07-053-7/+7
| * | | | arm64/sysreg: Add _EL1 into ID_AA64ISAR1_EL1 definition namesMark Brown2022-07-053-22/+22
| * | | | arm64/sysreg: Standardise naming for WFxT definesMark Brown2022-07-051-1/+1
| |/ / /
* / / / 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
| | | |/