Show patches with: State = Action Required       |    Archived = No       |   1058 patches
« 1 2 ... 8 9 10 11 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v6,20/24] KVM: riscv: selftests: Add SBI PMU extension definitions RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 2 - --- 2024-04-11 Atish Kumar Patra New
[v6,19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 2 - --- 2024-04-11 Atish Kumar Patra New
[v6,18/24] KVM: riscv: selftests: Add helper functions for extension checks RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 1 - --- 2024-04-11 Atish Kumar Patra New
[v6,17/24] KVM: riscv: selftests: Move sbi definitions to its own header file RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 1 - --- 2024-04-11 Atish Kumar Patra New
[v6,16/24] RISC-V: KVM: Improve firmware counter read function RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 1 - --- 2024-04-11 Atish Kumar Patra New
[v6,15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32 RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 2 - --- 2024-04-11 Atish Kumar Patra New
[v6,14/24] RISC-V: KVM: Add perf sampling support for guests RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 2 - --- 2024-04-11 Atish Kumar Patra New
[v6,13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 2 - --- 2024-04-11 Atish Kumar Patra New
[v6,12/24] RISC-V: KVM: No need to exit to the user space if perf event failed RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 1 - --- 2024-04-11 Atish Kumar Patra New
[v6,11/24] RISC-V: KVM: No need to update the counter value during reset RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 2 - --- 2024-04-11 Atish Kumar Patra New
[v6,10/24] RISC-V: KVM: Fix the initial sample period value RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 1 - --- 2024-04-11 Atish Kumar Patra New
[v6,09/24] drivers/perf: riscv: Fix counter mask iteration for RV32 RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 1 - --- 2024-04-11 Atish Kumar Patra New
[v6,08/24] drivers/perf: riscv: Implement SBI PMU snapshot function RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest 1 3 - --- 2024-04-11 Atish Kumar Patra New
[v6,07/24] RISC-V: Use the minor version mask while computing sbi version RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 1 - --- 2024-04-11 Atish Kumar Patra New
[v6,06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 1 - --- 2024-04-11 Atish Kumar Patra New
[v6,05/24] RISC-V: Add SBI PMU snapshot definitions RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest 1 2 - --- 2024-04-11 Atish Kumar Patra New
[v6,04/24] drivers/perf: riscv: Use BIT macro for shifting operations RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 1 - --- 2024-04-11 Atish Kumar Patra New
[v6,03/24] drivers/perf: riscv: Read upper bits of a firmware counter RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest 1 3 - --- 2024-04-11 Atish Kumar Patra New
[v6,02/24] RISC-V: Add FIRMWARE_READ_HI definition RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest 1 3 - --- 2024-04-11 Atish Kumar Patra New
[v6,01/24] RISC-V: Fix the typo in Scountovf CSR name RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 4 - --- 2024-04-11 Atish Kumar Patra New
[v2,10/10] KVM: selftests: x86: Add test for KVM_MAP_MEMORY KVM: Guest Memory Pre-Population API - - - --- 2024-04-10 Isaku Yamahata New
[v2,09/10] KVM: SVM: Implement pre_mmu_map_page() to refuse KVM_MAP_MEMORY KVM: Guest Memory Pre-Population API - - - --- 2024-04-10 Isaku Yamahata New
[v2,08/10] KVM: x86: Add a hook in kvm_arch_vcpu_map_memory() KVM: Guest Memory Pre-Population API - - - --- 2024-04-10 Isaku Yamahata New
[v2,07/10] KVM: x86: Always populate L1 GPA for KVM_MAP_MEMORY KVM: Guest Memory Pre-Population API - - - --- 2024-04-10 Isaku Yamahata New
[v2,06/10] KVM: x86: Implement kvm_arch_vcpu_map_memory() KVM: Guest Memory Pre-Population API - - - --- 2024-04-10 Isaku Yamahata New
[v2,05/10] KVM: x86/mmu: Introduce kvm_tdp_map_page() to populate guest memory KVM: Guest Memory Pre-Population API - - - --- 2024-04-10 Isaku Yamahata New
[v2,04/10] KVM: x86/mmu: Make __kvm_mmu_do_page_fault() return mapped level KVM: Guest Memory Pre-Population API - - - --- 2024-04-10 Isaku Yamahata New
[v2,03/10] KVM: x86/mmu: Extract __kvm_mmu_do_page_fault() KVM: Guest Memory Pre-Population API - - - --- 2024-04-10 Isaku Yamahata New
[v2,02/10] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory KVM: Guest Memory Pre-Population API - 1 - --- 2024-04-10 Isaku Yamahata New
[v2,01/10] KVM: Document KVM_MAP_MEMORY ioctl KVM: Guest Memory Pre-Population API - - - --- 2024-04-10 Isaku Yamahata New
[v3] KVM: arm64: Add early_param to control WFx trapping [v3] KVM: arm64: Add early_param to control WFx trapping - - - --- 2024-04-10 Colton Lewis New
[v1,3/3] mm: follow_pte() improvements mm: follow_pte() improvements and acrn follow_pte() fixes - - - --- 2024-04-10 David Hildenbrand New
[v1,2/3] mm: pass VMA instead of MM to follow_pte() mm: follow_pte() improvements and acrn follow_pte() fixes 1 - - --- 2024-04-10 David Hildenbrand New
[v1,1/3] drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() mm: follow_pte() improvements and acrn follow_pte() fixes - 1 - --- 2024-04-10 David Hildenbrand New
[RFC,v3,10/10] KVM: VMX: Advertise MITI_ENUM_RETPOLINE_S_SUPPORT Virtualize Intel IA32_SPEC_CTRL - - - --- 2024-04-10 Chao Gao New
[RFC,v3,09/10] KVM: VMX: Advertise MITI_CTRL_BHB_CLEAR_SEQ_S_SUPPORT Virtualize Intel IA32_SPEC_CTRL - - - --- 2024-04-10 Chao Gao New
[RFC,v3,08/10] KVM: VMX: Advertise MITIGATION_CTRL support Virtualize Intel IA32_SPEC_CTRL - - - --- 2024-04-10 Chao Gao New
[RFC,v3,07/10] KVM: x86: Advertise ARCH_CAP_VIRTUAL_ENUM support Virtualize Intel IA32_SPEC_CTRL - - - --- 2024-04-10 Chao Gao New
[RFC,v3,06/10] KVM: VMX: Cache force_spec_ctrl_value/mask for each vCPU Virtualize Intel IA32_SPEC_CTRL - - - --- 2024-04-10 Chao Gao New
[RFC,v3,05/10] x86/bugs: Use Virtual MSRs to request RRSBA_DIS_S Virtualize Intel IA32_SPEC_CTRL - - - --- 2024-04-10 Chao Gao New
[RFC,v3,04/10] x86/bugs: Use Virtual MSRs to request BHI_DIS_S Virtualize Intel IA32_SPEC_CTRL - - - --- 2024-04-10 Chao Gao New
[RFC,v3,03/10] KVM: nVMX: Enable SPEC_CTRL virtualizaton for vmcs02 Virtualize Intel IA32_SPEC_CTRL - - - --- 2024-04-10 Chao Gao New
[RFC,v3,02/10] KVM: VMX: Cache IA32_SPEC_CTRL_SHADOW field of VMCS Virtualize Intel IA32_SPEC_CTRL - - - --- 2024-04-10 Chao Gao New
[RFC,v3,01/10] KVM: VMX: Virtualize Intel IA32_SPEC_CTRL Virtualize Intel IA32_SPEC_CTRL - - - --- 2024-04-10 Chao Gao New
[v2,2/2] KVM: selftests: Add KVM/PV clock selftest to prove timer correction Add API for accurate KVM/PV clock migration - 1 - --- 2024-04-10 Jack Allister New
[v2,1/2] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration Add API for accurate KVM/PV clock migration - - - --- 2024-04-10 Jack Allister New
[10/10] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test Add support for a few Zc* extensions as well as Zcmop - - - --- 2024-04-10 Clément Léger New
[09/10] RISC-V: KVM: Allow Zcmop extension for Guest/VM Add support for a few Zc* extensions as well as Zcmop - - - --- 2024-04-10 Clément Léger New
[08/10] riscv: hwprobe: export Zcmop ISA extension Add support for a few Zc* extensions as well as Zcmop - - - --- 2024-04-10 Clément Léger New
[07/10] riscv: add ISA extension parsing for Zcmop Add support for a few Zc* extensions as well as Zcmop - - - --- 2024-04-10 Clément Léger New
[06/10] dt-bindings: riscv: add Zcmop ISA extension description Add support for a few Zc* extensions as well as Zcmop - - - --- 2024-04-10 Clément Léger New
[05/10] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test Add support for a few Zc* extensions as well as Zcmop - - - --- 2024-04-10 Clément Léger New
[04/10] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM Add support for a few Zc* extensions as well as Zcmop - - - --- 2024-04-10 Clément Léger New
[03/10] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions Add support for a few Zc* extensions as well as Zcmop - - - --- 2024-04-10 Clément Léger New
[02/10] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb Add support for a few Zc* extensions as well as Zcmop - - - --- 2024-04-10 Clément Léger New
[01/10] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description Add support for a few Zc* extensions as well as Zcmop - - - --- 2024-04-10 Clément Léger New
[v4,1/1] KVM: s390: pv: don't allow userspace to set the clock under PV KVM: s390: pv: fix clock comparator late after suspend/resume - 2 - --- 2022-10-11 Nico Boehr Queued
[kvm-unit-tests,v4,5/5] s390x: uv-guest: Add attestation tests s390x: Attestation tests - - - --- 2022-04-21 Steffen Eiden Under Review
« 1 2 ... 8 9 10 11 »