summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at EL2Keir Fraser2022-02-083-23/+56
| | * | KVM: arm64: Drop unused param from kvm_psci_version()Oliver Upton2022-02-082-8/+4
| | |/
| * | Merge branch kvm-arm64/selftest/vgic-5.18 into kvmarm-master/nextMarc Zyngier2022-02-083-28/+38
| |\ \
| | * | kvm: selftests: aarch64: use a tighter assert in vgic_poke_irq()Ricardo Koller2022-02-081-3/+3
| | * | kvm: selftests: aarch64: fix some vgic related commentsRicardo Koller2022-02-083-9/+16
| | * | kvm: selftests: aarch64: fix the failure check in kvm_set_gsi_routing_irqchip...Ricardo Koller2022-02-081-2/+2
| | * | kvm: selftests: aarch64: pass vgic_irq guest args as a pointerRicardo Koller2022-02-081-13/+16
| | * | kvm: selftests: aarch64: fix assert in gicv3_access_regRicardo Koller2022-02-081-1/+1
| | |/
| * | Merge branch kvm-arm64/vmid-allocator into kvmarm-master/nextMarc Zyngier2022-02-088-97/+228
| |\ \
| | * | KVM: arm64: Make active_vmids invalid on vCPU schedule outShameer Kolothum2022-02-083-3/+24
| | * | KVM: arm64: Align the VMID allocation with the arm64 ASIDJulien Grall2022-02-086-97/+22
| | * | KVM: arm64: Make VMID bits accessible outside of allocatorShameer Kolothum2022-02-083-1/+5
| | * | KVM: arm64: Introduce a new VMID allocator for KVMShameer Kolothum2022-02-082-0/+181
| | |/
| * | Merge branch kvm-arm64/fpsimd-doc into kvmarm-master/nextMarc Zyngier2022-02-083-5/+21
| |\ \
| | * | arm64/fpsimd: Clarify the purpose of using last in fpsimd_save()Mark Brown2022-02-081-1/+7
| | * | KVM: arm64: Add some more comments in kvm_hyp_handle_fpsimd()Mark Brown2022-02-081-0/+4
| | * | KVM: arm64: Add comments for context flush and sync callbacksMark Brown2022-02-081-4/+10
| | |/
| * | Merge branch kvm-arm64/mmu-rwlock into kvmarm-master/nextMarc Zyngier2022-02-083-18/+43
| |\ \
| | * | KVM: selftests: Add vgic initialization for dirty log perf test for ARMJing Zhang2022-02-081-0/+10
| | * | KVM: arm64: Add fast path to handle permission relaxation during dirty loggingJing Zhang2022-02-081-2/+15
| | * | KVM: arm64: Use read/write spin lock for MMU protectionJing Zhang2022-02-082-18/+20
| | |/
| * | Merge branch kvm-arm64/oslock into kvmarm-master/nextMarc Zyngier2022-02-086-23/+149
| |\ \ | | |/ | |/|
| | * selftests: KVM: Test OS lock behaviorOliver Upton2022-02-081-2/+56
| | * selftests: KVM: Add OSLSR_EL1 to the list of blessed regsOliver Upton2022-02-081-0/+1
| | * KVM: arm64: Emulate the OS LockOliver Upton2022-02-083-7/+29
| | * KVM: arm64: Allow guest to set the OSLK bitOliver Upton2022-02-082-7/+33
| | * KVM: arm64: Stash OSLSR_EL1 in the cpu contextOliver Upton2022-02-083-7/+30
| | * KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefinedOliver Upton2022-02-081-1/+1
| |/
* | Merge tag 'kvm-riscv-5.18-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-03-1511-59/+161
|\ \
| * | RISC-V: KVM: Implement SBI HSM suspend callAnup Patel2022-03-111-0/+14
| * | RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() functionAnup Patel2022-03-112-6/+17
| * | RISC-V: Add SBI HSM suspend related definesAnup Patel2022-03-113-8/+25
| * | RISC-V: KVM: Implement SBI v0.3 SRST extensionAnup Patel2022-03-112-0/+46
| * | RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() functionAnup Patel2022-03-113-16/+22
| * | RISC-V: KVM: Upgrade SBI spec version to v0.3Anup Patel2022-03-111-1/+1
| * | RISC-V: KVM: Refine __kvm_riscv_switch_to() implementationVincent Chen2022-03-111-26/+34
| * | KVM: compat: riscv: Prevent KVM_COMPAT from being selectedGuo Ren2022-03-111-1/+1
| * | RISC-V: KVM: remove unneeded semicolonYang Li2022-03-111-1/+1
* | | Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2022-03-156-133/+717
|\ \ \ | |/ / |/| |
| * | KVM: s390: selftests: Add error memop testsJanis Schoetterl-Glausch2022-03-141-13/+124
| * | KVM: s390: selftests: Add more copy memop testsJanis Schoetterl-Glausch2022-03-141-13/+230
| * | KVM: s390: selftests: Add named stages for memop testJanis Schoetterl-Glausch2022-03-141-11/+33
| * | KVM: s390: selftests: Add macro as abstraction for MEM_OPJanis Schoetterl-Glausch2022-03-141-75/+197
| * | KVM: s390: selftests: Split memop testsJanis Schoetterl-Glausch2022-03-141-55/+82
| * | KVM: s390x: fix SCK lockingClaudio Imbrenda2022-03-143-6/+32
| * | KVM: s390: pv: make use of ultravisor AIV supportMichael Mueller2022-02-254-9/+68
* | | KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255Suravee Suthikulpanit2022-03-083-7/+13
* | | KVM: selftests: Add test to populate a VM with the max possible guest memSean Christopherson2022-03-083-0/+294
* | | KVM: selftests: Define cpu_relax() helpers for s390 and x86Sean Christopherson2022-03-082-0/+13
* | | KVM: selftests: Split out helper to allocate guest mem via memfdSean Christopherson2022-03-082-18/+25