Show patches with: State = Action Required       |    Archived = No       |   37 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
RISC-V: KVM: Introduce KVM_EXIT_FAIL_ENTRY_NO_VSFILE RISC-V: KVM: Introduce KVM_EXIT_FAIL_ENTRY_NO_VSFILE - - - - --- 2025-07-14 Bill Xiang New
[v2,5/5] RISC-V: KVM: Remove the boot time enabling of hstateen bits Enable hstateen bits lazily for the KVM RISC-V Guests - - - - --- 2025-05-22 Atish Patra New
[v2,4/5] RISC-V: KVM: Enable envcfg and sstateen bits lazily Enable hstateen bits lazily for the KVM RISC-V Guests - - - - --- 2025-05-22 Atish Patra New
[v2,3/5] RISC-V: KVM: Support lazy enabling of siselect and aia bits Enable hstateen bits lazily for the KVM RISC-V Guests - - - - --- 2025-05-22 Atish Patra New
[v2,2/5] RISC-V: KVM: Add a hstateen lazy enabler helper function Enable hstateen bits lazily for the KVM RISC-V Guests - - - - --- 2025-05-22 Atish Patra New
[v2,1/5] RISC-V: KVM: Lazy enable hstateen IMSIC & ISEL bit Enable hstateen bits lazily for the KVM RISC-V Guests - - - - --- 2025-05-22 Atish Patra New
[v3,9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0 Add SBI v3.0 PMU enhancements - - - - --- 2025-05-22 Atish Patra New
[v3,8/9] RISC-V: KVM: Implement get event info function Add SBI v3.0 PMU enhancements - - - - --- 2025-05-22 Atish Patra New
[v3,7/9] RISC-V: KVM: Use the new gpa range validate helper function Add SBI v3.0 PMU enhancements - - - - --- 2025-05-22 Atish Patra New
[v3,6/9] KVM: Add a helper function to validate vcpu gpa range Add SBI v3.0 PMU enhancements - - - - --- 2025-05-22 Atish Patra New
[v3,5/9] drivers/perf: riscv: Export PMU event info function Add SBI v3.0 PMU enhancements - - - - --- 2025-05-22 Atish Patra New
[v3,4/9] drivers/perf: riscv: Implement PMU event info function Add SBI v3.0 PMU enhancements - - - - --- 2025-05-22 Atish Patra New
[v3,3/9] RISC-V: KVM: Add support for Raw event v2 Add SBI v3.0 PMU enhancements - - - - --- 2025-05-22 Atish Patra New
[v3,2/9] drivers/perf: riscv: Add raw event v2 support Add SBI v3.0 PMU enhancements - - - - --- 2025-05-22 Atish Patra New
[v3,1/9] drivers/perf: riscv: Add SBI v3.0 flag Add SBI v3.0 PMU enhancements - - - - --- 2025-05-22 Atish Patra New
[10/10] KVM: selftests: Use u8 instead of uint8_t KVM: selftests: Convert to kernel-style types - - - - --- 2025-05-01 David Matlack New
[09/10] KVM: selftests: Use s16 instead of int16_t KVM: selftests: Convert to kernel-style types - - - - --- 2025-05-01 David Matlack New
[08/10] KVM: selftests: Use u16 instead of uint16_t KVM: selftests: Convert to kernel-style types - - - - --- 2025-05-01 David Matlack New
[07/10] KVM: selftests: Use s32 instead of int32_t KVM: selftests: Convert to kernel-style types - - - - --- 2025-05-01 David Matlack New
[06/10] KVM: selftests: Use u32 instead of uint32_t KVM: selftests: Convert to kernel-style types - - - - --- 2025-05-01 David Matlack New
[05/10] KVM: selftests: Use s64 instead of int64_t KVM: selftests: Convert to kernel-style types - - - - --- 2025-05-01 David Matlack New
[04/10] KVM: selftests: Use u64 instead of uint64_t KVM: selftests: Convert to kernel-style types - - - - --- 2025-05-01 David Matlack New
[03/10] KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests KVM: selftests: Convert to kernel-style types - - - - --- 2025-05-01 David Matlack New
[02/10] KVM: selftests: Use gpa_t instead of vm_paddr_t KVM: selftests: Convert to kernel-style types - - - - --- 2025-05-01 David Matlack New
[01/10] KVM: selftests: Use gva_t instead of vm_vaddr_t KVM: selftests: Convert to kernel-style types - - - - --- 2025-05-01 David Matlack New
[7/7] KVM: Drop kvm_arch_sync_events() now that all implementations are nops KVM: x86: nVMX IRQ fix and VM teardown cleanups 1 - 1 - --- 2025-02-24 Sean Christopherson New
[6/7] KVM: x86: Fold guts of kvm_arch_sync_events() into kvm_arch_pre_destroy_vm() KVM: x86: nVMX IRQ fix and VM teardown cleanups - - - - --- 2025-02-24 Sean Christopherson New
[5/7] KVM: x86: Unload MMUs during vCPU destruction, not before KVM: x86: nVMX IRQ fix and VM teardown cleanups - - - - --- 2025-02-24 Sean Christopherson New
[4/7] KVM: x86: Don't load/put vCPU when unloading its MMU during teardown KVM: x86: nVMX IRQ fix and VM teardown cleanups - - - - --- 2025-02-24 Sean Christopherson New
[3/7] KVM: Assert that a destroyed/freed vCPU is no longer visible KVM: x86: nVMX IRQ fix and VM teardown cleanups - - - - --- 2025-02-24 Sean Christopherson New
[2/7] KVM: nVMX: Process events on nested VM-Exit if injectable IRQ or NMI is pending KVM: x86: nVMX IRQ fix and VM teardown cleanups - - - - --- 2025-02-24 Sean Christopherson New
[1/7] KVM: x86: Free vCPUs before freeing VM state KVM: x86: nVMX IRQ fix and VM teardown cleanups - - - - --- 2025-02-24 Sean Christopherson New
[v2,5/5] x86: kvm drop 32-bit host support KVM: drop 32-bit host support on all architectures - - - - --- 2024-12-21 Arnd Bergmann New
[v2,4/5] powerpc: kvm: drop 32-bit book3s KVM: drop 32-bit host support on all architectures - - - - --- 2024-12-21 Arnd Bergmann New
[v2,3/5] powerpc: kvm: drop 32-bit booke KVM: drop 32-bit host support on all architectures - - - - --- 2024-12-21 Arnd Bergmann New
[v2,2/5] riscv: kvm: drop 32-bit host support KVM: drop 32-bit host support on all architectures 1 - - 1 --- 2024-12-21 Arnd Bergmann New
[v2,1/5] mips: kvm: drop support for 32-bit hosts KVM: drop 32-bit host support on all architectures - - - - --- 2024-12-21 Arnd Bergmann New