KVM-RISCV Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-02 15:57:15 to 2024-02-29 01:01:30 UTC [more...]

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-02-29  1:01 UTC  (16+ messages)
` [PATCH v4 01/15] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v4 02/15] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v4 03/15] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v4 04/15] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v4 05/15] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v4 06/15] RISC-V: KVM: No need to update the counter value during reset
` [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 v9 00/11] KVM: selftests: Add SEV and SEV-ES smoke tests
 2024-02-29  0:55 UTC  (19+ messages)
` [PATCH v9 01/11] KVM: selftests: Extend VM creation's @shape to allow control of VM subtype
` [PATCH v9 02/11] KVM: selftests: Make sparsebit structs const where appropriate
` [PATCH v9 03/11] KVM: selftests: Add a macro to iterate over a sparsebit range
` [PATCH v9 04/11] KVM: selftests: Add support for allocating/managing protected guest memory
` [PATCH v9 05/11] KVM: selftests: Add support for protected vm_vaddr_* allocations
` [PATCH v9 06/11] KVM: selftests: Explicitly ucall pool from shared memory
` [PATCH v9 07/11] KVM: selftests: Allow tagging protected memory in guest page tables
` [PATCH v9 08/11] KVM: selftests: Add library for creating and interacting with SEV guests
` [PATCH v9 09/11] KVM: selftests: Use the SEV library APIs in the intra-host migration test
` [PATCH v9 10/11] KVM: selftests: Add a basic SEV smoke test
` [PATCH v9 11/11] KVM: selftests: Add a basic SEV-ES "

[kvm-unit-tests PATCH 00/13] Enable EFI support
 2024-02-28 17:33 UTC  (15+ messages)
` [kvm-unit-tests PATCH 01/13] riscv: Call abort instead of assert on unhandled exceptions
` [kvm-unit-tests PATCH 02/13] riscv: show_regs: Prepare for EFI images
` [kvm-unit-tests PATCH 03/13] treewide: lib/stack: Fix backtrace
` [kvm-unit-tests PATCH 04/13] treewide: lib/stack: Make base_address arch specific
` [kvm-unit-tests PATCH 05/13] riscv: Import gnu-efi files
` [kvm-unit-tests PATCH 06/13] riscv: Tweak the gnu-efi imported code
` [kvm-unit-tests PATCH 07/13] riscv: Enable building for EFI
` [kvm-unit-tests PATCH 08/13] riscv: efi: Switch stack in _start
` [kvm-unit-tests PATCH 09/13] efi: Add support for obtaining the boot hartid
` [kvm-unit-tests PATCH 10/13] riscv: Refactor setup code
` [kvm-unit-tests PATCH 11/13] riscv: Enable EFI boot
` [kvm-unit-tests PATCH 12/13] riscv: efi: Add run script
` [kvm-unit-tests PATCH 13/13] riscv: efi: Use efi-direct by default

[PATCH 0/5] KVM RISC-V report few more ISA extensions through ONE_REG
 2024-02-28 13:10 UTC  (11+ messages)
` [PATCH 1/5] RISC-V: KVM: Forward SEED CSR access to user space
` [PATCH 2/5] RISC-V: KVM: Allow Ztso extension for Guest/VM
` [PATCH 3/5] KVM: riscv: selftests: Add Ztso extension to get-reg-list test
` [PATCH 4/5] RISC-V: KVM: Allow Zacas extension for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: Add Zacas extension to get-reg-list test

[kvm-unit-tests PATCH 29/32] configure: Fail on unknown arch
 2024-02-28 12:13 UTC  (4+ messages)
` [kvm-unit-tests PATCH 30/32] configure: Make arch_libdir a first-class entity

[kvm-unit-tests PATCH v5 0/8] Multi-migration support
 2024-02-26  9:08 UTC  (13+ messages)
` [kvm-unit-tests PATCH v5 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v5 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v5 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v5 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v5 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v5 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v5 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v5 8/8] migration: add a migration selftest

[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
 2024-02-26  5:47 UTC  (14+ messages)
` [PATCH v5 11/12] KVM: riscv: selftests: Change vcpu_has_ext to a common function

[PATCH v8 00/10] KVM: selftests: Add SEV smoke test
 2024-02-22 22:55 UTC  (17+ messages)
` [PATCH v8 01/10] KVM: selftests: Extend VM creation's @shape to allow control of VM subtype
` [PATCH v8 02/10] KVM: selftests: Make sparsebit structs const where appropriate
` [PATCH v8 03/10] KVM: selftests: Add a macro to iterate over a sparsebit range
` [PATCH v8 04/10] KVM: selftests: Add support for allocating/managing protected guest memory
` [PATCH v8 05/10] KVM: selftests: Add support for protected vm_vaddr_* allocations
` [PATCH v8 06/10] KVM: selftests: Explicitly ucall pool from shared memory
` [PATCH v8 07/10] KVM: selftests: Allow tagging protected memory in guest page tables
` [PATCH v8 08/10] KVM: selftests: Add library for creating and interacting with SEV guests
` [PATCH v8 09/10] KVM: selftests: Use the SEV library APIs in the intra-host migration test
` [PATCH v8 10/10] KVM: selftests: Add a basic SEV smoke test

[PATCH v1 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
 2024-02-21  5:49 UTC  (11+ messages)
` [PATCH v1 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
` [PATCH v1 2/3] RISC-V: KVM: Handle breakpoint exits for VCPU
` [PATCH v1 3/3] RISC-V: KVM: selftests: Add breakpoints test support

[kvm-unit-tests PATCH v4 0/8] Multi-migration support
 2024-02-19 12:02 UTC  (17+ messages)
` [kvm-unit-tests PATCH v4 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v4 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v4 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v4 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v4 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v4 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v4 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v4 8/8] migration: add a migration selftest

[PATCH RFC 00/20] Add Counter delegation ISA extension support
 2024-02-18 12:50 UTC  (26+ messages)
` [PATCH RFC 01/20] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH RFC 02/20] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH RFC 03/20] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH RFC 04/20] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH RFC 05/20] RISC-V: Define indirect CSR access helpers
` [PATCH RFC 06/20] RISC-V: Add Sscfg extension CSR definition
` [PATCH RFC 07/20] RISC-V: Add Ssccfg ISA extension definition and parsing
` [PATCH RFC 08/20] dt-bindings: riscv: add Ssccfg ISA extension description
` [PATCH RFC 09/20] RISC-V: Add Smcntrpmf extension parsing
` [PATCH RFC 10/20] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH RFC 11/20] RISC-V: perf: Restructure the SBI PMU code
` [PATCH RFC 12/20] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH RFC 13/20] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH RFC 14/20] RISC-V: perf: Use config2 for event to counter mapping
` [PATCH RFC 15/20] tools/perf: Add arch hooks to override perf standard events
` [PATCH RFC 16/20] tools/perf: Pass the Counter constraint values in the pmu events
` [PATCH RFC 17/20] perf: Add json file for virt machine supported events
` [PATCH RFC 18/20] tools arch uapi: Sync the uinstd.h header file for RISC-V
` [PATCH RFC 19/20] RISC-V: Add hwprobe support for Counter delegation extensions
` [PATCH RFC 20/20] tools/perf: Detect if platform supports counter delegation

[GIT PULL] KVM/riscv fixes for 6.8, take #1
 2024-02-14 17:35 UTC  (2+ messages)

[kvmtool PATCH 00/10] More ISA extensions
 2024-02-14 12:21 UTC  (11+ messages)
` [kvmtool PATCH 01/10] Sync-up header with Linux-6.8-rc4 for KVM RISC-V
` [kvmtool PATCH 02/10] kvmtool: Fix absence of __packed definition
` [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

[kvmtool PATCH 00/10] SBI debug console and few ISA extensions
 2024-02-09 16:08 UTC  (3+ messages)

[kvmtool PATCH] riscv: Fix guest poweroff when using PLIC emulation
 2024-02-09 15:55 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/8] Multi-migration support
 2024-02-09  8:44 UTC  (20+ messages)
` [kvm-unit-tests PATCH v3 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v3 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v3 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v3 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v3 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v3 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v3 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v3 8/8] migration: add a migration selftest

Announcing RISC-V support for kvm-unit-tests
 2024-02-08 17:41 UTC 

riscv glibc library
 2024-02-05  5:04 UTC 

[PATCH 0/3] RISC-V: Fix sparse warnings
 2024-02-02 15:57 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox