March 2024 Archives by author
Starting: Fri Mar 1 00:16:33 PST 2024
Ending: Fri Mar 29 03:31:10 PDT 2024
Messages: 213
- [GIT PULL] KVM/riscv changes for 6.9
Paolo Bonzini
- [GIT PULL] KVM/riscv changes for 6.9
Paolo Bonzini
- [GIT PULL] KVM/riscv changes for 6.9
Sean Christopherson
- [GIT PULL] KVM/riscv changes for 6.9
Sean Christopherson
- [GIT PULL] KVM/riscv changes for 6.9
Sean Christopherson
- [PATCH 00/18] KVM: selftests: Clean up x86's DT initialization
Sean Christopherson
- [PATCH 02/18] KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_t
Sean Christopherson
- [PATCH 03/18] KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch
Sean Christopherson
- [PATCH 04/18] KVM: selftests: Fix off-by-one initialization of GDT limit
Sean Christopherson
- [PATCH 05/18] KVM: selftests: Move platform_info_test's main assert into guest code
Sean Christopherson
- [PATCH 06/18] KVM: selftests: Rework platform_info_test to actually verify #GP
Sean Christopherson
- [PATCH 07/18] KVM: selftests: Explicitly clobber the IDT in the "delete memslot" testcase
Sean Christopherson
- [PATCH 08/18] KVM: selftests: Move x86's descriptor table helpers "up" in processor.c
Sean Christopherson
- [PATCH 09/18] KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()
Sean Christopherson
- [PATCH 10/18] KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86
Sean Christopherson
- [PATCH 11/18] KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setup
Sean Christopherson
- [PATCH 12/18] KVM: selftests: Allocate x86's GDT during VM creation
Sean Christopherson
- [PATCH 13/18] KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()
Sean Christopherson
- [PATCH 14/18] KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()
Sean Christopherson
- [PATCH 15/18] KVM: selftests: Allocate x86's TSS at VM creation
Sean Christopherson
- [PATCH 16/18] KVM: selftests: Add macro for TSS selector, rename up code/data macros
Sean Christopherson
- [PATCH 17/18] KVM: selftests: Init x86's segments during VM creation
Sean Christopherson
- [PATCH 18/18] KVM: selftests: Drop @selector from segment helpers
Sean Christopherson
- [PATCH 01/18] Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
- [PATCH RFC 05/11] riscv: cpufeature: Add Sdtrig optional CSRs checks
Conor Dooley
- [PATCH RFC 02/11] dt-bindings: riscv: Add Sdtrig optional CSRs existence on DT
Conor Dooley
- [PATCH v2 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
Chao Du
- [PATCH v2 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
Chao Du
- [PATCH v2 3/3] RISC-V: KVM: selftests: Add breakpoints test support
Chao Du
- [PATCH v3 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
Chao Du
- [PATCH v3 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
Chao Du
- [PATCH v3 2/3] RISC-V: KVM: Handle breakpoint exits for VCPU
Chao Du
- [PATCH v3 3/3] RISC-V: KVM: selftests: Add ebreak test support
Chao Du
- [PATCH v3 3/3] RISC-V: KVM: selftests: Add ebreak test support
Chao Du
- [PATCH 0/2] KVM RISC-V APLIC fixes
Bing Fan
- [PATCH v4 05/15] drivers/perf: riscv: Implement SBI PMU snapshot function
Alexandre Ghiti
- [PATCH RFC 00/11] riscv: support Sdtrig extension hcontext/scontext CSRs
Max Hsu
- [PATCH RFC 01/11] dt-bindings: riscv: Add Sdtrig ISA extension
Max Hsu
- [PATCH RFC 02/11] dt-bindings: riscv: Add Sdtrig optional CSRs existence on DT
Max Hsu
- [PATCH RFC 03/11] riscv: Add ISA extension parsing for Sdtrig
Max Hsu
- [PATCH RFC 04/11] riscv: Add Sdtrig CSRs definition, Smstateen bit to access Sdtrig CSRs
Max Hsu
- [PATCH RFC 05/11] riscv: cpufeature: Add Sdtrig optional CSRs checks
Max Hsu
- [PATCH RFC 06/11] riscv: suspend: add Smstateen CSRs save/restore
Max Hsu
- [PATCH RFC 07/11] riscv: Add task switch support for scontext CSR
Max Hsu
- [PATCH RFC 08/11] riscv: KVM: Add Sdtrig Extension Support for Guest/VM
Max Hsu
- [PATCH RFC 09/11] riscv: KVM: Add scontext to ONE_REG
Max Hsu
- [PATCH RFC 10/11] riscv: KVM: Add hcontext support
Max Hsu
- [PATCH RFC 11/11] KVM: riscv: selftests: Add Sdtrig Extension to get-reg-list test
Max Hsu
- [PATCH 1/6] riscv: Add test to probe SBI Extension
Andrew Jones
- [PATCH 2/6] riscv: Factor out environment variable check
Andrew Jones
- [PATCH 3/6] riscv: Implement test for architecture ID register
Andrew Jones
- [PATCH 4/6] riscv: Enable gen_report() to print the wrong value in case of test failure
Andrew Jones
- [PATCH 5/6] riscv: Test for specific SBI implementation ID
Andrew Jones
- [PATCH 4/6] riscv: Enable gen_report() to print the wrong value in case of test failure
Andrew Jones
- [PATCH 6/6] riscv: Test for a SBI implementation ID range
Andrew Jones
- [PATCH v2 3/3] RISC-V: KVM: selftests: Add breakpoints test support
Andrew Jones
- [PATCH v4 03/15] drivers/perf: riscv: Read upper bits of a firmware counter
Andrew Jones
- [PATCH v4 04/15] RISC-V: Add SBI PMU snapshot definitions
Andrew Jones
- [PATCH v4 05/15] drivers/perf: riscv: Implement SBI PMU snapshot function
Andrew Jones
- [PATCH v4 06/15] RISC-V: KVM: No need to update the counter value during reset
Andrew Jones
- [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
Andrew Jones
- [PATCH v4 08/15] RISC-V: KVM: Implement SBI PMU Snapshot feature
Andrew Jones
- [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
Andrew Jones
- [PATCH v4 10/15] RISC-V: KVM: Support 64 bit firmware counters on RV32
Andrew Jones
- [PATCH v4 11/15] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
Andrew Jones
- [PATCH v4 12/15] KVM: riscv: selftests: Add SBI PMU extension definitions
Andrew Jones
- [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest
Andrew Jones
- [PATCH v4 14/15] KVM: riscv: selftests: Add a test for PMU snapshot functionality
Andrew Jones
- [PATCH v4 15/15] KVM: riscv: selftests: Add a test for counter overflow
Andrew Jones
- [PATCH 4/6] riscv: Enable gen_report() to print the wrong value in case of test failure
Andrew Jones
- [kvmtool PATCH 03/10] riscv: Add Zbc extension support
Andrew Jones
- [kvmtool PATCH 04/10] riscv: Add scalar crypto extensions support
Andrew Jones
- [kvmtool PATCH 05/10] riscv: Add vector crypto extensions support
Andrew Jones
- [kvmtool PATCH 06/10] riscv: Add Zfh[min] extensions support
Andrew Jones
- [kvmtool PATCH 07/10] riscv: Add Zihintntl extension support
Andrew Jones
- [kvmtool PATCH 08/10] riscv: Add Zvfh[min] extensions support
Andrew Jones
- [kvmtool PATCH 09/10] riscv: Add Zfa extensiona support
Andrew Jones
- [kvmtool PATCH 10/10] riscv: Allow disabling SBI STA extension for Guest
Andrew Jones
- [kvm-unit-tests PATCH v2 00/13] Enable EFI support
Andrew Jones
- [kvm-unit-tests PATCH v2 01/13] riscv: Call abort instead of assert on unhandled exceptions
Andrew Jones
- [kvm-unit-tests PATCH v2 02/13] riscv: show_regs: Prepare for EFI images
Andrew Jones
- [kvm-unit-tests PATCH v2 03/13] treewide: lib/stack: Fix backtrace
Andrew Jones
- [kvm-unit-tests PATCH v2 04/13] treewide: lib/stack: Make base_address arch specific
Andrew Jones
- [kvm-unit-tests PATCH v2 05/13] riscv: Import gnu-efi files
Andrew Jones
- [kvm-unit-tests PATCH v2 06/13] riscv: Tweak the gnu-efi imported code
Andrew Jones
- [kvm-unit-tests PATCH v2 07/13] riscv: Enable building for EFI
Andrew Jones
- [kvm-unit-tests PATCH v2 08/13] riscv: efi: Switch stack in _start
Andrew Jones
- [kvm-unit-tests PATCH v2 09/13] efi: Add support for obtaining the boot hartid
Andrew Jones
- [kvm-unit-tests PATCH v2 10/13] riscv: Refactor setup code
Andrew Jones
- [kvm-unit-tests PATCH v2 11/13] riscv: Enable EFI boot
Andrew Jones
- [kvm-unit-tests PATCH v2 12/13] riscv: efi: Add run script
Andrew Jones
- [kvm-unit-tests PATCH v2 13/13] riscv: efi: Use efi-direct by default
Andrew Jones
- [GIT PULL] KVM/riscv changes for 6.9
Andrew Jones
- [PATCH V2 1/6] riscv: Add test to probe SBI Extension
Andrew Jones
- [PATCH V2 2/6] riscv: Factor out environment variable check and report generation
Andrew Jones
- [PATCH V2 4/6] riscv: Enable gen_report() to print the wrong value in case of failure
Andrew Jones
- [PATCH V2 3/6] riscv: Implement test for architecture ID register
Andrew Jones
- [PATCH V2 5/6] riscv: Test for specific SBI implementation ID
Andrew Jones
- [PATCH V2 5/6] riscv: Test for specific SBI implementation ID
Andrew Jones
- [PATCH 6/6] riscv: Add a wrapper to call sbi_ecall for base extension
Andrew Jones
- [PATCH 1/6] riscv: Add a wrapper to call sbi_ecall for base extension
Andrew Jones
- [PATCH 2/6] riscv: Add test to probe SBI Extension
Andrew Jones
- [PATCH 3/6] riscv: Factor out environment variable check and report generation
Andrew Jones
- [PATCH 4/6] riscv: Implement test for architecture ID register
Andrew Jones
- [PATCH 5/6] riscv: Enable gen_report() to print the wrong value in case of failure
Andrew Jones
- [PATCH 6/6] riscv: Test for specific SBI implementation ID
Andrew Jones
- [PATCH V4 2/6] riscv: Add test to probe SBI Extension
Andrew Jones
- [PATCH V4 6/6] riscv: Test for specific SBI implementation ID
Andrew Jones
- [PATCH V4 5/6] riscv: Enable gen_report() to print the wrong value in case of failure
Andrew Jones
- [PATCH V4 6/6] riscv: Test for specific SBI implementation ID
Andrew Jones
- [kvm-unit-tests PATCH 0/2] riscv: sbi: Check spec version and test rest
Andrew Jones
- [kvm-unit-tests PATCH 1/2] riscv: sbi: Check and test spec version
Andrew Jones
- [kvm-unit-tests PATCH 2/2] riscv: sbi: Test remaining base functions
Andrew Jones
- [PATCH 0/5] riscv: Apply Zawrs when available
Andrew Jones
- [PATCH 1/5] riscv: Add Zawrs support for spinlocks
Andrew Jones
- [PATCH 2/5] riscv: Prefer wrs.nto over wrs.sto
Andrew Jones
- [PATCH 3/5] riscv: hwprobe: export Zawrs ISA extension
Andrew Jones
- [PATCH 4/5] KVM: riscv: Support guest wrs.nto
Andrew Jones
- [PATCH 5/5] KVM: riscv: selftests: Add Zawrs extension to get-reg-list test
Andrew Jones
- [PATCH 1/5] riscv: Add Zawrs support for spinlocks
Andrew Jones
- [PATCH 0/5] riscv: Apply Zawrs when available
Andrew Jones
- [PATCH V4 0/6] Add riscv tests to cover the base extension specs
Andrew Jones
- [PATCH V4 0/6] Add riscv tests to cover the base extension specs
Andrew Jones
- [kvm-unit-tests PATCH 0/2] riscv: sbi: Check spec version and test rest
Andrew Jones
- [kvm-unit-tests PATCH v2 00/13] Enable EFI support
Andrew Jones
- [PATCH V4 0/6] Add riscv tests to cover the base extension specs
Andrew Jones
- [kvmtool PATCH v2 02/10] kvmtool: Fix absence of __packed definition
Andrew Jones
- [kvmtool PATCH v2 04/10] riscv: Add scalar crypto extensions support
Andrew Jones
- [PATCH v3 3/3] RISC-V: KVM: selftests: Add ebreak test support
Andrew Jones
- [PATCH][next] KVM: selftests: Fix spelling mistake "trigged" -> "triggered"
Colin Ian King
- [PATCH][next] RISC-V: KVM: Remove second semicolon
Colin Ian King
- [PATCH 0/2] perf kvm: Add kvm stat support on riscv
Shenlin Liang
- [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events
Shenlin Liang
- [PATCH 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V
Shenlin Liang
- [PATCH v4 01/15] RISC-V: Fix the typo in Scountovf CSR name
Clément Léger
- [PATCH v4 02/15] RISC-V: Add FIRMWARE_READ_HI definition
Clément Léger
- [PATCH 2/6] riscv: Factor out environment variable check
Carlos Maiolino
- [PATCH 4/6] riscv: Enable gen_report() to print the wrong value in case of test failure
Carlos Maiolino
- [PATCH 6/6] riscv: Test for specific SBI implementation ID
Carlos Maiolino
- [PATCH V4 6/6] riscv: Test for specific SBI implementation ID
Carlos Maiolino
- [kvm-unit-tests PATCH 1/2] riscv: sbi: Check and test spec version
Carlos Maiolino
- [kvm-unit-tests PATCH 2/2] riscv: sbi: Test remaining base functions
Carlos Maiolino
- [PATCH V4 0/6] Add riscv tests to cover the base extension specs
Carlos Maiolino
- [PATCH V4 0/6] Add riscv tests to cover the base extension specs
Carlos Maiolino
- [PATCH 1/5] riscv: Add Zawrs support for spinlocks
Andrea Parri
- [PATCH v2 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
Anup Patel
- [PATCH v2 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
Anup Patel
- [PATCH 0/5] KVM RISC-V report few more ISA extensions through ONE_REG
Anup Patel
- [GIT PULL] KVM/riscv changes for 6.9
Anup Patel
- [PATCH][next] KVM: selftests: Fix spelling mistake "trigged" -> "triggered"
Anup Patel
- [GIT PULL] KVM/riscv changes for 6.9
Anup Patel
- [GIT PULL] KVM/riscv changes for 6.9
Anup Patel
- [PATCH 0/2] KVM RISC-V APLIC fixes
Anup Patel
- [PATCH 1/2] RISC-V: KVM: Fix APLIC setipnum_le/be write emulation
Anup Patel
- [PATCH 2/2] RISC-V: KVM: Fix APLIC in_clrip[x] read emulation
Anup Patel
- [PATCH 0/2] KVM RISC-V APLIC fixes
Anup Patel
- [PATCH][next] KVM: selftests: Fix spelling mistake "trigged" -> "triggered"
Anup Patel
- [PATCH][next] RISC-V: KVM: Remove second semicolon
Anup Patel
- [kvmtool PATCH v2 00/10] More ISA extensions
Anup Patel
- [kvmtool PATCH v2 01/10] Sync-up headers with Linux-6.8 for KVM RISC-V
Anup Patel
- [kvmtool PATCH v2 02/10] kvmtool: Fix absence of __packed definition
Anup Patel
- [kvmtool PATCH v2 03/10] riscv: Add Zbc extension support
Anup Patel
- [kvmtool PATCH v2 04/10] riscv: Add scalar crypto extensions support
Anup Patel
- [kvmtool PATCH v2 05/10] riscv: Add vector crypto extensions support
Anup Patel
- [kvmtool PATCH v2 06/10] riscv: Add Zfh[min] extensions support
Anup Patel
- [kvmtool PATCH v2 07/10] riscv: Add Zihintntl extension support
Anup Patel
- [kvmtool PATCH v2 08/10] riscv: Add Zvfh[min] extensions support
Anup Patel
- [kvmtool PATCH v2 09/10] riscv: Add Zfa extensiona support
Anup Patel
- [kvmtool PATCH v2 10/10] riscv: Allow disabling SBI STA extension for Guest
Anup Patel
- [kvmtool PATCH 04/10] riscv: Add scalar crypto extensions support
Anup Patel
- [PATCH 0/2] KVM RISC-V APLIC fixes
Anup Patel
- [PATCH V4 0/6] Add riscv tests to cover the base extension specs
Atish Patra
- [PATCH v4 04/15] RISC-V: Add SBI PMU snapshot definitions
Atish Kumar Patra
- [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest
Atish Kumar Patra
- [kvm-unit-tests PATCH v2 04/13] treewide: lib/stack: Make base_address arch specific
Nicholas Piggin
- [kvm-unit-tests PATCH v7 33/35] configure: Make arch_libdir a first-class entity
Nicholas Piggin
- [PATCH 13/18] KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()
Ackerley Tng
- [PATCH 12/18] KVM: selftests: Allocate x86's GDT during VM creation
Ackerley Tng
- [PATCH 11/18] KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setup
Ackerley Tng
- [PATCH 10/18] KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86
Ackerley Tng
- [PATCH 09/18] KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()
Ackerley Tng
- [PATCH 08/18] KVM: selftests: Move x86's descriptor table helpers "up" in processor.c
Ackerley Tng
- [PATCH 03/18] KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch
Ackerley Tng
- [PATCH 02/18] KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_t
Ackerley Tng
- [PATCH 01/18] Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Ackerley Tng
- [PATCH 14/18] KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()
Ackerley Tng
- [PATCH 15/18] KVM: selftests: Allocate x86's TSS at VM creation
Ackerley Tng
- [PATCH 18/18] KVM: selftests: Drop @selector from segment helpers
Ackerley Tng
- [PATCH 17/18] KVM: selftests: Init x86's segments during VM creation
Ackerley Tng
- [PATCH 16/18] KVM: selftests: Add macro for TSS selector, rename up code/data macros
Ackerley Tng
- [PATCH][next] KVM: selftests: Fix spelling mistake "trigged" -> "triggered"
Oliver Upton
- [PATCH 1/1] RISC-V: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START
Yong-Xuan Wang
- [PATCH V2 0/6] Add riscv tests to cover the base extension specs
cem at kernel.org
- [PATCH V2 1/6] riscv: Add test to probe SBI Extension
cem at kernel.org
- [PATCH V2 2/6] riscv: Factor out environment variable check and report generation
cem at kernel.org
- [PATCH V2 3/6] riscv: Implement test for architecture ID register
cem at kernel.org
- [PATCH V2 4/6] riscv: Enable gen_report() to print the wrong value in case of failure
cem at kernel.org
- [PATCH V2 5/6] riscv: Test for specific SBI implementation ID
cem at kernel.org
- [PATCH 6/6] riscv: Add a wrapper to call sbi_ecall for base extension
cem at kernel.org
- [PATCH V3 0/6] Add riscv tests to cover the base extension specs
cem at kernel.org
- [PATCH 1/6] riscv: Add a wrapper to call sbi_ecall for base extension
cem at kernel.org
- [PATCH 2/6] riscv: Add test to probe SBI Extension
cem at kernel.org
- [PATCH 3/6] riscv: Factor out environment variable check and report generation
cem at kernel.org
- [PATCH 4/6] riscv: Implement test for architecture ID register
cem at kernel.org
- [PATCH 5/6] riscv: Enable gen_report() to print the wrong value in case of failure
cem at kernel.org
- [PATCH 6/6] riscv: Test for specific SBI implementation ID
cem at kernel.org
- [PATCH V4 0/6] Add riscv tests to cover the base extension specs
cem at kernel.org
- [PATCH V4 1/6] riscv: Add a wrapper to call sbi_ecall for base extension
cem at kernel.org
- [PATCH V4 2/6] riscv: Add test to probe SBI Extension
cem at kernel.org
- [PATCH V4 3/6] riscv: Factor out environment variable check and report generation
cem at kernel.org
- [PATCH 4/6] riscv: Implement test for architecture ID register
cem at kernel.org
- [PATCH V4 5/6] riscv: Enable gen_report() to print the wrong value in case of failure
cem at kernel.org
- [PATCH V4 6/6] riscv: Test for specific SBI implementation ID
cem at kernel.org
Last message date:
Fri Mar 29 03:31:10 PDT 2024
Archived on: Wed May 8 04:48:06 PDT 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).