messages from 2025-04-12 13:46:07 to 2025-05-07 15:48:53 UTC [more...]
[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script
2025-05-07 15:12 UTC
[PATCH 0/5] Enable hstateen bits lazily for the KVM RISC-V Guests
2025-05-07 14:36 UTC (9+ messages)
` [PATCH 1/5] RISC-V: KVM: Lazy enable hstateen IMSIC & ISEL bit
` [PATCH 2/5] RISC-V: KVM: Add a hstateen lazy enabler helper function
` [PATCH 3/5] RISC-V: KVM: Support lazy enabling of siselect and aia bits
` [PATCH 4/5] RISC-V: KVM: Enable envcfg and sstateen bits lazily
` [PATCH 5/5] RISC-V: KVM: Remove the boot time enabling of hstateen bits
[PATCH 0/5] KVM: RISC-V: VCPU reset fixes
2025-05-07 12:01 UTC (30+ messages)
` [PATCH 1/5] KVM: RISC-V: refactor vector state reset
` [PATCH 2/5] KVM: RISC-V: refactor sbi reset request
` [PATCH 3/5] KVM: RISC-V: remove unnecessary SBI reset state
` [PATCH 4/5] KVM: RISC-V: reset VCPU state when becoming runnable
` [PATCH 5/5] KVM: RISC-V: reset smstateen CSRs
[PATCH] RISC-V: KVM: Remove experimental tag for RISC-V
2025-05-07 6:38 UTC (2+ messages)
[PATCH 0/3] Move duplicated instructions macros into asm/insn.h
2025-05-06 8:05 UTC (13+ messages)
` [PATCH 1/3] riscv: Fix typo EXRACT -> EXTRACT
` [PATCH 2/3] riscv: Strengthen duplicate and inconsistent definition of RV_X()
` [PATCH 3/3] riscv: Move all duplicate insn parsing macros into asm/insn.h
[PATCH 0/2] Add KVM selftest runner
2025-05-05 23:26 UTC (9+ messages)
` [PATCH 1/2] KVM: selftests: Add default testfiles for KVM selftests runner
` [PATCH 2/2] KVM: selftests: Create KVM selftest runner
[PATCH] MAINTAINERS: Update Atish's email address
2025-05-05 21:27 UTC
[PATCH v4 0/5] KVM: lockdep improvements
2025-05-03 10:08 UTC (14+ messages)
` [PATCH v4 1/5] locking/mutex: implement mutex_trylock_nested
` [PATCH v4 2/5] arm64: KVM: use mutex_trylock_nest_lock when locking all vCPUs
` [PATCH v4 3/5] RISC-V: KVM: switch to kvm_trylock/unlock_all_vcpus
` [PATCH v4 4/5] locking/mutex: implement mutex_lock_killable_nest_lock
` [PATCH v4 5/5] x86: KVM: SEV: implement kvm_lock_all_vcpus and use it
[PATCH 00/10] KVM: selftests: Convert to kernel-style types
2025-05-02 9:11 UTC (13+ messages)
` [PATCH 01/10] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH 02/10] KVM: selftests: Use gpa_t instead of vm_paddr_t
` [PATCH 03/10] KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
` [PATCH 04/10] KVM: selftests: Use u64 instead of uint64_t
` [PATCH 05/10] KVM: selftests: Use s64 instead of int64_t
` [PATCH 06/10] KVM: selftests: Use u32 instead of uint32_t
` [PATCH 07/10] KVM: selftests: Use s32 instead of int32_t
` [PATCH 08/10] KVM: selftests: Use u16 instead of uint16_t
` [PATCH 09/10] KVM: selftests: Use s16 instead of int16_t
` [PATCH 10/10] KVM: selftests: Use u8 instead of uint8_t
[GIT PULL] KVM/riscv fixes for 6.15 take #1
2025-05-02 6:52 UTC
[PATCH v5 00/21] Add Counter delegation ISA extension support
2025-04-23 0:17 UTC (8+ messages)
` [PATCH v5 01/21] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH v5 11/21] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v5 20/21] tools/perf: Pass the Counter constraint values in the pmu events
[PATCH v3 0/3] RISC-V KVM selftests improvements
2025-05-01 13:36 UTC (5+ messages)
` [PATCH v3 1/3] KVM: riscv: selftests: Align the trap information wiht pt_regs
` [PATCH v3 2/3] KVM: riscv: selftests: Decode stval to identify exact exception type
` [PATCH v3 3/3] KVM: riscv: selftests: Add vector extension tests
[kvmtool PATCH v3 00/10] Add SBI system suspend and cpu-type option
2025-05-01 13:13 UTC (12+ messages)
` [kvmtool PATCH v3 01/10] Sync-up headers with Linux-6.14 kernel
` [kvmtool PATCH v3 02/10] riscv: Add Svvptc extension support
` [kvmtool PATCH v3 03/10] riscv: Add Zabha "
` [kvmtool PATCH v3 04/10] riscv: Add Ziccrse "
` [kvmtool PATCH v3 05/10] riscv: Add SBI system suspend support
` [kvmtool PATCH v3 06/10] riscv: Make system suspend time configurable
` [kvmtool PATCH v3 07/10] riscv: Fix no params with nodefault segfault
` [kvmtool PATCH v3 08/10] riscv: Include single-letter extensions in isa_info_arr[]
` [kvmtool PATCH v3 09/10] riscv: Add cpu-type command-line option
` [kvmtool PATCH v3 10/10] riscv: Allow including extensions in the min CPU type using command-line
[PATCH v3 0/4] KVM: lockdep improvements
2025-04-30 20:30 UTC (6+ messages)
` [PATCH v3 1/4] arm64: KVM: use mutex_trylock_nest_lock when locking all vCPUs
` [PATCH v3 2/4] RISC-V: KVM: switch to kvm_lock/unlock_all_vcpus
` [PATCH v3 3/4] locking/mutex: implement mutex_lock_killable_nest_lock
` [PATCH v3 4/4] x86: KVM: SEV: implement kvm_lock_all_vcpus and use it
[PATCH v2 0/3] RISC-V KVM selftests improvements
2025-04-30 7:22 UTC (10+ messages)
` [PATCH v2 1/3] KVM: riscv: selftests: Align the trap information wiht pt_regs
` [PATCH v2 2/3] KVM: riscv: selftests: Decode stval to identify exact exception type
` [PATCH v2 3/3] KVM: riscv: selftests: Add vector extension tests
[PATCH 0/3] RISC-V KVM selftests improvements
2025-04-29 9:15 UTC (15+ messages)
` [PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling
` [PATCH 2/3] KVM: riscv: selftests: Decode stval to identify exact exception type
` [PATCH 3/3] KVM: riscv: selftests: Add vector extension tests
[kvmtool PATCH v2 00/10] Add SBI system suspend and cpu-type option
2025-04-26 6:20 UTC (15+ messages)
` [kvmtool PATCH v2 01/10] Sync-up headers with Linux-6.14 kernel
` [kvmtool PATCH v2 02/10] riscv: Add Svvptc extension support
` [kvmtool PATCH v2 03/10] riscv: Add Zabha "
` [kvmtool PATCH v2 04/10] riscv: Add Ziccrse "
` [kvmtool PATCH v2 05/10] riscv: Add SBI system suspend support
` [kvmtool PATCH v2 06/10] riscv: Make system suspend time configurable
` [kvmtool PATCH v2 07/10] riscv: Fix no params with nodefault segfault
` [kvmtool PATCH v2 08/10] riscv: Include single-letter extensions in isa_info_arr[]
` [kvmtool PATCH v2 09/10] riscv: Add cpu-type command-line option
` [kvmtool PATCH v2 10/10] riscv: Allow including extensions in the min CPU type using command-line
[PATCH v6 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-04-25 7:46 UTC (17+ messages)
` [PATCH v6 01/14] riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v6 02/14] riscv: sbi: remove useless parenthesis
` [PATCH v6 03/14] riscv: sbi: add new SBI error mappings
` [PATCH v6 04/14] riscv: sbi: add FWFT extension interface
` [PATCH v6 05/14] riscv: sbi: add SBI FWFT extension calls
` [PATCH v6 06/14] riscv: misaligned: request misaligned exception from SBI
` [PATCH v6 07/14] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v6 08/14] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v6 09/14] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v6 10/14] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v6 11/14] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v6 12/14] RISC-V: KVM: add SBI extension reset callback
` [PATCH v6 13/14] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v6 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[kvmtool PATCH 00/10] Add SBI system suspend and cpu-type option
2025-04-24 15:17 UTC (20+ messages)
` [kvmtool PATCH 02/10] riscv: Add Svvptc extension support
` [kvmtool PATCH 03/10] riscv: Add Zabha "
` [kvmtool PATCH 04/10] riscv: Add Ziccrse "
` [kvmtool PATCH 08/10] riscv: Include single-letter extensions in isa_info_arr[]
` [kvmtool PATCH 09/10] riscv: Add cpu-type command-line option
` [kvmtool PATCH 10/10] riscv: Allow including extensions in the min CPU type using command-line
[PATCH v5 00/13] riscv: add SBI FWFT misaligned exception delegation support
2025-04-24 13:04 UTC (24+ messages)
` [PATCH v5 01/13] riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v5 02/13] riscv: sbi: add new SBI error mappings
` [PATCH v5 03/13] riscv: sbi: add FWFT extension interface
` [PATCH v5 04/13] riscv: sbi: add SBI FWFT extension calls
` [PATCH v5 05/13] riscv: misaligned: request misaligned exception from SBI
` [PATCH v5 06/13] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v5 07/13] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v5 08/13] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v5 09/13] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v5 10/13] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v5 11/13] RISC-V: KVM: add SBI extension reset callback
` [PATCH v5 12/13] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v5 13/13] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCH v2 0/4] KVM: extract lock_all_vcpus/unlock_all_vcpus
2025-04-17 9:53 UTC (6+ messages)
` [PATCH v2 2/4] KVM: x86: move sev_lock/unlock_vcpus_for_migration to kvm_main.c
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