Show patches with: State = Action Required       |    Archived = No       |   110 patches
« 1 2 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[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
[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
[02/18] KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_t KVM: selftests: Clean up x86's DT initialization - - 1 - --- 2024-03-14 Sean Christopherson 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
[03/18] KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch KVM: selftests: Clean up x86's DT initialization - - 1 - --- 2024-03-14 Sean Christopherson 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
[04/18] KVM: selftests: Fix off-by-one initialization of GDT limit KVM: selftests: Clean up x86's DT initialization - - - - --- 2024-03-14 Sean Christopherson 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
[05/18] KVM: selftests: Move platform_info_test's main assert into guest code KVM: selftests: Clean up x86's DT initialization - - - - --- 2024-03-14 Sean Christopherson 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
[06/18] KVM: selftests: Rework platform_info_test to actually verify #GP KVM: selftests: Clean up x86's DT initialization - - - - --- 2024-03-14 Sean Christopherson 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
[07/18] KVM: selftests: Explicitly clobber the IDT in the "delete memslot" testcase KVM: selftests: Clean up x86's DT initialization - - - - --- 2024-03-14 Sean Christopherson 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
[08/18] KVM: selftests: Move x86's descriptor table helpers "up" in processor.c KVM: selftests: Clean up x86's DT initialization - - 1 - --- 2024-03-14 Sean Christopherson 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
[09/18] KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs() KVM: selftests: Clean up x86's DT initialization - - 1 - --- 2024-03-14 Sean Christopherson New
[1/1] RISC-V: KVM: No need to use mask when hart-index-bit is 0 [1/1] RISC-V: KVM: No need to use mask when hart-index-bit is 0 - 1 - - --- 2024-04-15 Yong-Xuan Wang New
[1/2] RISC-V: KVM: Share APLIC and IMSIC defines with irqchip drivers KVM RISC-V HW IMSIC guest files - - - - --- 2024-04-11 Anup Patel New
[1/5] dt-bindings: riscv: add Zimop ISA extension description Add parsing for Zimop ISA extension 1 - - - --- 2024-04-04 Clément Léger 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
[10/18] KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86 KVM: selftests: Clean up x86's DT initialization - - 1 - --- 2024-03-14 Sean Christopherson New
[11/18] KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setup KVM: selftests: Clean up x86's DT initialization - - 1 - --- 2024-03-14 Sean Christopherson New
[12/18] KVM: selftests: Allocate x86's GDT during VM creation KVM: selftests: Clean up x86's DT initialization - - 1 - --- 2024-03-14 Sean Christopherson New
[13/18] KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs() KVM: selftests: Clean up x86's DT initialization - - 1 - --- 2024-03-14 Sean Christopherson New
[14/18] KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs() KVM: selftests: Clean up x86's DT initialization - - 1 - --- 2024-03-14 Sean Christopherson New
[15/18] KVM: selftests: Allocate x86's TSS at VM creation KVM: selftests: Clean up x86's DT initialization - - 1 - --- 2024-03-14 Sean Christopherson New
[16/18] KVM: selftests: Add macro for TSS selector, rename up code/data macros KVM: selftests: Clean up x86's DT initialization - - 1 - --- 2024-03-14 Sean Christopherson New
[17/18] KVM: selftests: Init x86's segments during VM creation KVM: selftests: Clean up x86's DT initialization - - 1 - --- 2024-03-14 Sean Christopherson New
[18/18] KVM: selftests: Drop @selector from segment helpers KVM: selftests: Clean up x86's DT initialization - - 1 - --- 2024-03-14 Sean Christopherson New
[2/2] RISC-V: KVM: Use IMSIC guest files when available KVM RISC-V HW IMSIC guest files - - - - --- 2024-04-11 Anup Patel New
[2/5] riscv: add ISA extension parsing for Zimop Add parsing for Zimop ISA extension - - - - --- 2024-04-04 Clément Léger New
[3/5] riscv: hwprobe: export Zimop ISA extension Add parsing for Zimop ISA extension - - - - --- 2024-04-04 Clément Léger New
[4/5] RISC-V: KVM: Allow Zimop extension for Guest/VM Add parsing for Zimop ISA extension - - - - --- 2024-04-04 Clément Léger New
[5/5] KVM: riscv: selftests: Add Zimop extension to get-reg-list test Add parsing for Zimop ISA extension - - - - --- 2024-04-04 Clément Léger New
[RFC,01/11] dt-bindings: riscv: Add Sdtrig ISA extension riscv: support Sdtrig extension hcontext/scontext CSRs - - - - --- 2024-03-29 Max Hsu New
[RFC,02/11] dt-bindings: riscv: Add Sdtrig optional CSRs existence on DT riscv: support Sdtrig extension hcontext/scontext CSRs - - - - --- 2024-03-29 Max Hsu New
[RFC,03/11] riscv: Add ISA extension parsing for Sdtrig riscv: support Sdtrig extension hcontext/scontext CSRs - - - - --- 2024-03-29 Max Hsu New
[RFC,04/11] riscv: Add Sdtrig CSRs definition, Smstateen bit to access Sdtrig CSRs riscv: support Sdtrig extension hcontext/scontext CSRs - - - - --- 2024-03-29 Max Hsu New
[RFC,05/11] riscv: cpufeature: Add Sdtrig optional CSRs checks riscv: support Sdtrig extension hcontext/scontext CSRs - - - - --- 2024-03-29 Max Hsu New
[RFC,06/11] riscv: suspend: add Smstateen CSRs save/restore riscv: support Sdtrig extension hcontext/scontext CSRs - - - - --- 2024-03-29 Max Hsu New
[RFC,07/11] riscv: Add task switch support for scontext CSR riscv: support Sdtrig extension hcontext/scontext CSRs - - - - --- 2024-03-29 Max Hsu New
[RFC,08/11] riscv: KVM: Add Sdtrig Extension Support for Guest/VM riscv: support Sdtrig extension hcontext/scontext CSRs - - - - --- 2024-03-29 Max Hsu New
[RFC,09/11] riscv: KVM: Add scontext to ONE_REG riscv: support Sdtrig extension hcontext/scontext CSRs - - - - --- 2024-03-29 Max Hsu New
[RFC,1/7] riscv: kvm: add support for FWFT SBI extension riscv: Add support for Ssdbltrp extension - - - - --- 2024-04-18 Clément Léger New
[RFC,10/11] riscv: KVM: Add hcontext support riscv: support Sdtrig extension hcontext/scontext CSRs - - - - --- 2024-03-29 Max Hsu New
[RFC,11/11] KVM: riscv: selftests: Add Sdtrig Extension to get-reg-list test riscv: support Sdtrig extension hcontext/scontext CSRs - - - - --- 2024-03-29 Max Hsu New
[RFC,2/7] dt-bindings: riscv: add Ssdbltrp ISA extension description riscv: Add support for Ssdbltrp extension - - - - --- 2024-04-18 Clément Léger New
[RFC,3/7] riscv: add Ssdbltrp ISA extension parsing riscv: Add support for Ssdbltrp extension - - - - --- 2024-04-18 Clément Léger New
[RFC,4/7] riscv: handle Ssdbltrp mstatus SDT bit riscv: Add support for Ssdbltrp extension - - - - --- 2024-04-18 Clément Léger New
[RFC,5/7] riscv: add double trap driver riscv: Add support for Ssdbltrp extension - - - - --- 2024-04-18 Clément Léger New
[RFC,6/7] riscv: kvm: add SBI FWFT support for SBI_FWFT_DOUBLE_TRAP_ENABLE riscv: Add support for Ssdbltrp extension - - - - --- 2024-04-18 Clément Léger New
[RFC,7/7] RISC-V: KVM: add support for double trap exception riscv: Add support for Ssdbltrp extension - - - - --- 2024-04-18 Clément Léger New
[v2,01/12] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description Add support for a few Zc* extensions as well as Zcmop - - 1 - --- 2024-04-18 Clément Léger New
[v2,02/12] riscv: dts: enable Zc* extensions when needed Add support for a few Zc* extensions as well as Zcmop - - - - --- 2024-04-18 Clément Léger New
[v2,03/12] dt-bindings: riscv: add Zc* extension rules implied by C extension Add support for a few Zc* extensions as well as Zcmop - - - - --- 2024-04-18 Clément Léger New
[v2,04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb Add support for a few Zc* extensions as well as Zcmop - - - - --- 2024-04-18 Clément Léger New
[v2,05/12] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions Add support for a few Zc* extensions as well as Zcmop - - - - --- 2024-04-18 Clément Léger New
[v2,06/12] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM Add support for a few Zc* extensions as well as Zcmop 1 - 1 - --- 2024-04-18 Clément Léger New
[v2,07/12] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test Add support for a few Zc* extensions as well as Zcmop 1 - 1 - --- 2024-04-18 Clément Léger New
[v2,08/12] dt-bindings: riscv: add Zcmop ISA extension description Add support for a few Zc* extensions as well as Zcmop 1 - - - --- 2024-04-18 Clément Léger New
[v2,09/12] riscv: add ISA extension parsing for Zcmop Add support for a few Zc* extensions as well as Zcmop - - - - --- 2024-04-18 Clément Léger New
[v2,1/2] RISCV: KVM: Introduce mp_state_lock to avoid lock inversion in SBI_EXT_HSM_HART_START RISCV: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START - - - - --- 2024-04-17 Yong-Xuan Wang New
[v2,1/2] RISCV: KVM: add tracepoints for entry and exit events perf kvm: Add kvm stat support on riscv - - 1 - --- 2024-04-15 Shenlin Liang New
[v2,1/6] riscv: Provide a definition for 'pause' riscv: Apply Zawrs when available - - - - --- 2024-04-19 Andrew Jones New
[v2,10/12] riscv: hwprobe: export Zcmop ISA extension Add support for a few Zc* extensions as well as Zcmop - - - - --- 2024-04-18 Clément Léger New
[v2,11/12] RISC-V: KVM: Allow Zcmop extension for Guest/VM Add support for a few Zc* extensions as well as Zcmop 1 - 1 - --- 2024-04-18 Clément Léger New
[v2,12/12] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test Add support for a few Zc* extensions as well as Zcmop 1 - 1 - --- 2024-04-18 Clément Léger New
[v2,2/2] RISCV: KVM: Introduce vcpu->reset_cntx_lock RISCV: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START - - - - --- 2024-04-17 Yong-Xuan Wang New
[v2,2/2] perf kvm/riscv: Port perf kvm stat to RISC-V perf kvm: Add kvm stat support on riscv - - 1 - --- 2024-04-15 Shenlin Liang New
[v2,2/6] dt-bindings: riscv: Add Zawrs ISA extension description riscv: Apply Zawrs when available - - - - --- 2024-04-19 Andrew Jones New
[v2,3/6] riscv: Add Zawrs support for spinlocks riscv: Apply Zawrs when available - - - - --- 2024-04-19 Andrew Jones New
[v2,4/6] riscv: hwprobe: export Zawrs ISA extension riscv: Apply Zawrs when available - - - - --- 2024-04-19 Andrew Jones New
[v2,5/6] KVM: riscv: Support guest wrs.nto riscv: Apply Zawrs when available - - - - --- 2024-04-19 Andrew Jones New
[v2,6/6] KVM: riscv: selftests: Add Zawrs extension to get-reg-list test riscv: Apply Zawrs when available - - - - --- 2024-04-19 Andrew Jones New
[v8,01/24] RISC-V: Fix the typo in Scountovf CSR name RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - 1 4 - --- 2024-04-20 Atish Kumar Patra New
[v8,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-20 Atish Kumar Patra New
[v8,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-20 Atish Kumar Patra New
[v8,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-20 Atish Kumar Patra New
[v8,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-20 Atish Kumar Patra New
[v8,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-20 Atish Kumar Patra New
[v8,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-20 Atish Kumar Patra New
[v8,08/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-20 Atish Kumar Patra New
[v8,09/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-20 Atish Kumar Patra New
[v8,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-20 Atish Kumar Patra New
[v8,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 - 1 2 - --- 2024-04-20 Atish Kumar Patra New
[v8,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 1 - --- 2024-04-20 Atish Kumar Patra New
[v8,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-20 Atish Kumar Patra New
[v8,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-20 Atish Kumar Patra New
[v8,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-20 Atish Kumar Patra New
[v8,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-20 Atish Kumar Patra New
[v8,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-20 Atish Kumar Patra New
[v8,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-20 Atish Kumar Patra New
[v8,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-20 Atish Kumar Patra New
[v8,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-20 Atish Kumar Patra New
[v8,21/24] KVM: riscv: selftests: Add SBI PMU selftest RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - - 2 - --- 2024-04-20 Atish Kumar Patra New
[v8,22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - - 2 - --- 2024-04-20 Atish Kumar Patra New
[v8,23/24] KVM: riscv: selftests: Add a test for counter overflow RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - - 2 - --- 2024-04-20 Atish Kumar Patra New
[v8,24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest - - - - --- 2024-04-20 Atish Kumar Patra New
[v9,01/11] KVM: selftests: Extend VM creation's @shape to allow control of VM subtype KVM: selftests: Add SEV and SEV-ES smoke tests - - - 1 --- 2024-02-23 Sean Christopherson New
« 1 2 »