messages from 2024-03-02 10:52:48 to 2024-04-02 08:34:54 UTC [more...]
[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2024-04-02 8:34 UTC (24+ messages)
` [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v4 08/15] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v4 10/15] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v4 11/15] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v4 12/15] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v4 14/15] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v4 15/15] KVM: riscv: selftests: Add a test for counter overflow
[PATCH v4 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
2024-04-02 6:26 UTC (4+ messages)
` [PATCH v4 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
` [PATCH v4 2/3] RISC-V: KVM: Handle breakpoint exits for VCPU
` [PATCH v4 3/3] RISC-V: KVM: selftests: Add ebreak test support
[PATCH v3 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
2024-04-02 3:58 UTC (9+ messages)
` [PATCH v3 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
` [PATCH v3 2/3] RISC-V: KVM: Handle breakpoint exits for VCPU
` [PATCH v3 3/3] RISC-V: KVM: selftests: Add ebreak test support
[PATCH 1/1] RISC-V: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START
2024-04-02 3:48 UTC (2+ messages)
[PATCH] KVM: riscv: selftests: Add SBI base extension test
2024-04-01 8:20 UTC
[PATCH RFC 00/11] riscv: support Sdtrig extension hcontext/scontext CSRs
2024-03-29 10:31 UTC (14+ messages)
` [PATCH RFC 01/11] dt-bindings: riscv: Add Sdtrig ISA extension
` [PATCH RFC 02/11] dt-bindings: riscv: Add Sdtrig optional CSRs existence on DT
` [PATCH RFC 03/11] riscv: Add ISA extension parsing for Sdtrig
` [PATCH RFC 04/11] riscv: Add Sdtrig CSRs definition, Smstateen bit to access Sdtrig CSRs
` [PATCH RFC 05/11] riscv: cpufeature: Add Sdtrig optional CSRs checks
` [PATCH RFC 06/11] riscv: suspend: add Smstateen CSRs save/restore
` [PATCH RFC 07/11] riscv: Add task switch support for scontext CSR
` [PATCH RFC 08/11] riscv: KVM: Add Sdtrig Extension Support for Guest/VM
` [PATCH RFC 09/11] riscv: KVM: Add scontext to ONE_REG
` [PATCH RFC 10/11] riscv: KVM: Add hcontext support
` [PATCH RFC 11/11] KVM: riscv: selftests: Add Sdtrig Extension to get-reg-list test
[PATCH 0/2] perf kvm: Add kvm stat support on riscv
2024-03-28 3:12 UTC (3+ messages)
` [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events
` [PATCH 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V
[PATCH 00/18] KVM: selftests: Clean up x86's DT initialization
2024-03-28 2:52 UTC (33+ messages)
` [PATCH 02/18] KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_t
` [PATCH 03/18] KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch
` [PATCH 04/18] KVM: selftests: Fix off-by-one initialization of GDT limit
` [PATCH 05/18] KVM: selftests: Move platform_info_test's main assert into guest code
` [PATCH 06/18] KVM: selftests: Rework platform_info_test to actually verify #GP
` [PATCH 07/18] KVM: selftests: Explicitly clobber the IDT in the "delete memslot" testcase
` [PATCH 08/18] KVM: selftests: Move x86's descriptor table helpers "up" in processor.c
` [PATCH 09/18] KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()
` [PATCH 10/18] KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86
` [PATCH 11/18] KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setup
` [PATCH 12/18] KVM: selftests: Allocate x86's GDT during VM creation
` [PATCH 13/18] KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()
` [PATCH 14/18] KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()
` [PATCH 15/18] KVM: selftests: Allocate x86's TSS at VM creation
` [PATCH 16/18] KVM: selftests: Add macro for TSS selector, rename up code/data macros
` [PATCH 17/18] KVM: selftests: Init x86's segments during VM creation
` [PATCH 18/18] KVM: selftests: Drop @selector from segment helpers
` [PATCH 01/18] Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
[kvmtool PATCH v2 00/10] More ISA extensions
2024-03-26 9:15 UTC (13+ messages)
` [kvmtool PATCH v2 01/10] Sync-up headers with Linux-6.8 for KVM RISC-V
` [kvmtool PATCH v2 02/10] kvmtool: Fix absence of __packed definition
` [kvmtool PATCH v2 03/10] riscv: Add Zbc extension support
` [kvmtool PATCH v2 04/10] riscv: Add scalar crypto extensions support
` [kvmtool PATCH v2 05/10] riscv: Add vector "
` [kvmtool PATCH v2 06/10] riscv: Add Zfh[min] "
` [kvmtool PATCH v2 07/10] riscv: Add Zihintntl extension support
` [kvmtool PATCH v2 08/10] riscv: Add Zvfh[min] extensions support
` [kvmtool PATCH v2 09/10] riscv: Add Zfa extensiona support
` [kvmtool PATCH v2 10/10] riscv: Allow disabling SBI STA extension for Guest
[PATCH 0/2] KVM RISC-V APLIC fixes
2024-03-26 4:07 UTC (6+ messages)
` [PATCH 1/2] RISC-V: KVM: Fix APLIC setipnum_le/be write emulation
` [PATCH 2/2] RISC-V: KVM: Fix APLIC in_clrip[x] read emulation
[kvmtool PATCH 00/10] More ISA extensions
2024-03-25 15:32 UTC (18+ messages)
` [kvmtool PATCH 03/10] riscv: Add Zbc extension support
` [kvmtool PATCH 04/10] riscv: Add scalar crypto extensions support
` [kvmtool PATCH 05/10] riscv: Add vector "
` [kvmtool PATCH 06/10] riscv: Add Zfh[min] "
` [kvmtool PATCH 07/10] riscv: Add Zihintntl extension support
` [kvmtool PATCH 08/10] riscv: Add Zvfh[min] extensions support
` [kvmtool PATCH 09/10] riscv: Add Zfa extensiona support
` [kvmtool PATCH 10/10] riscv: Allow disabling SBI STA extension for Guest
[PATCH][next] RISC-V: KVM: Remove second semicolon
2024-03-25 8:47 UTC (2+ messages)
[PATCH][next] KVM: selftests: Fix spelling mistake "trigged" -> "triggered"
2024-03-25 8:45 UTC (4+ messages)
[PATCH V4 0/6] Add riscv tests to cover the base extension specs
2024-03-20 8:16 UTC (18+ messages)
` [PATCH V4 1/6] riscv: Add a wrapper to call sbi_ecall for base extension
` [PATCH V4 2/6] riscv: Add test to probe SBI Extension
` [PATCH V4 3/6] riscv: Factor out environment variable check and report generation
` [PATCH 4/6] riscv: Implement test for architecture ID register
` [PATCH V4 5/6] riscv: Enable gen_report() to print the wrong value in case of failure
` [PATCH V4 6/6] riscv: Test for specific SBI implementation ID
[kvm-unit-tests PATCH v7 33/35] configure: Make arch_libdir a first-class entity
2024-03-19 7:59 UTC
[kvm-unit-tests PATCH v2 00/13] Enable EFI support
2024-03-18 17:28 UTC (16+ messages)
` [kvm-unit-tests PATCH v2 01/13] riscv: Call abort instead of assert on unhandled exceptions
` [kvm-unit-tests PATCH v2 02/13] riscv: show_regs: Prepare for EFI images
` [kvm-unit-tests PATCH v2 03/13] treewide: lib/stack: Fix backtrace
` [kvm-unit-tests PATCH v2 04/13] treewide: lib/stack: Make base_address arch specific
` [kvm-unit-tests PATCH v2 05/13] riscv: Import gnu-efi files
` [kvm-unit-tests PATCH v2 06/13] riscv: Tweak the gnu-efi imported code
` [kvm-unit-tests PATCH v2 07/13] riscv: Enable building for EFI
` [kvm-unit-tests PATCH v2 08/13] riscv: efi: Switch stack in _start
` [kvm-unit-tests PATCH v2 09/13] efi: Add support for obtaining the boot hartid
` [kvm-unit-tests PATCH v2 10/13] riscv: Refactor setup code
` [kvm-unit-tests PATCH v2 11/13] riscv: Enable EFI boot
` [kvm-unit-tests PATCH v2 12/13] riscv: efi: Add run script
` [kvm-unit-tests PATCH v2 13/13] riscv: efi: Use efi-direct by default
[kvm-unit-tests PATCH 0/2] riscv: sbi: Check spec version and test rest
2024-03-18 17:27 UTC (6+ messages)
` [kvm-unit-tests PATCH 1/2] riscv: sbi: Check and test spec version
` [kvm-unit-tests PATCH 2/2] riscv: sbi: Test remaining base functions
[PATCH 0/5] riscv: Apply Zawrs when available
2024-03-18 15:31 UTC (9+ messages)
` [PATCH 1/5] riscv: Add Zawrs support for spinlocks
` [PATCH 2/5] riscv: Prefer wrs.nto over wrs.sto
` [PATCH 3/5] riscv: hwprobe: export Zawrs ISA extension
` [PATCH 4/5] KVM: riscv: Support guest wrs.nto
` [PATCH 5/5] KVM: riscv: selftests: Add Zawrs extension to get-reg-list test
[PATCH V3 0/6] Add riscv tests to cover the base extension specs
2024-03-13 21:00 UTC (14+ messages)
` [PATCH 1/6] riscv: Add a wrapper to call sbi_ecall for base extension
` [PATCH 2/6] riscv: Add test to probe SBI Extension
` [PATCH 3/6] riscv: Factor out environment variable check and report generation
` [PATCH 4/6] riscv: Implement test for architecture ID register
` [PATCH 5/6] riscv: Enable gen_report() to print the wrong value in case of failure
` [PATCH 6/6] riscv: Test for specific SBI implementation ID
[PATCH V2 0/6] Add riscv tests to cover the base extension specs
2024-03-13 11:33 UTC (14+ messages)
` [PATCH V2 1/6] riscv: Add test to probe SBI Extension
` [PATCH V2 2/6] riscv: Factor out environment variable check and report generation
` [PATCH V2 3/6] riscv: Implement test for architecture ID register
` [PATCH V2 4/6] riscv: Enable gen_report() to print the wrong value in case of failure
` [PATCH V2 5/6] riscv: Test for specific SBI implementation ID
` [PATCH 6/6] riscv: Add a wrapper to call sbi_ecall for base extension
[GIT PULL] KVM/riscv changes for 6.9
2024-03-12 6:51 UTC (9+ messages)
[PATCH 0/6] Add riscv tests to cover the base extension specs
2024-03-05 12:16 UTC (8+ messages)
` [PATCH 2/6] riscv: Factor out environment variable check
` [PATCH 4/6] riscv: Enable gen_report() to print the wrong value in case of test failure
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox