messages from 2025-05-07 17:27:03 to 2025-05-29 13:30:40 UTC [more...]
[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-05-29 12:43 UTC (30+ messages)
` [PATCH v8 01/14] riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v8 02/14] riscv: sbi: remove useless parenthesis
` [PATCH v8 03/14] riscv: sbi: add new SBI error mappings
` [PATCH v8 04/14] riscv: sbi: add FWFT extension interface
` [PATCH v8 05/14] riscv: sbi: add SBI FWFT extension calls
` [PATCH v8 06/14] riscv: misaligned: request misaligned exception from SBI
` [PATCH v8 07/14] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v8 08/14] riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNED
` [PATCH v8 09/14] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v8 10/14] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v8 11/14] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v8 12/14] RISC-V: KVM: add SBI extension reset callback
` [PATCH v8 13/14] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v8 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCH v3 0/9] Add SBI v3.0 PMU enhancements
2025-05-29 10:24 UTC (19+ messages)
` [PATCH v3 1/9] drivers/perf: riscv: Add SBI v3.0 flag
` [PATCH v3 2/9] drivers/perf: riscv: Add raw event v2 support
` [PATCH v3 3/9] RISC-V: KVM: Add support for Raw event v2
` [PATCH v3 4/9] drivers/perf: riscv: Implement PMU event info function
` [PATCH v3 5/9] drivers/perf: riscv: Export "
` [PATCH v3 6/9] KVM: Add a helper function to validate vcpu gpa range
` [PATCH v3 7/9] RISC-V: KVM: Use the new gpa range validate helper function
` [PATCH v3 8/9] RISC-V: KVM: Implement get event info function
` [PATCH v3 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0
[PATCH v4] RISC-V: KVM: add KVM_CAP_RISCV_USERSPACE_SBI
2025-05-27 6:58 UTC (6+ messages)
[GIT PULL] KVM/riscv changes for 6.16
2025-05-26 20:22 UTC (2+ messages)
[PATCH] RISC-V: KVM: lock the correct mp_state during reset
2025-05-24 15:58 UTC (2+ messages)
[PATCH v3 0/2] RISC-V: KVM: VCPU reset fixes
2025-05-24 9:59 UTC (12+ messages)
` [PATCH v3 1/2] RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESET
` [PATCH v3 2/2] RISC-V: KVM: add KVM_CAP_RISCV_USERSPACE_SBI
[PATCH 0/3] riscv: Add double trap testing
2025-05-23 7:53 UTC (4+ messages)
` [PATCH 1/3] lib/riscv: export FWFT functions
` [PATCH 2/3] lib/riscv: clear SDT when entering exception handling
` [PATCH 3/3] riscv: Add ISA double trap extension testing
[PATCH v2 0/5] Enable hstateen bits lazily for the KVM RISC-V Guests
2025-05-22 20:35 UTC (6+ messages)
` [PATCH v2 1/5] RISC-V: KVM: Lazy enable hstateen IMSIC & ISEL bit
` [PATCH v2 2/5] RISC-V: KVM: Add a hstateen lazy enabler helper function
` [PATCH v2 3/5] RISC-V: KVM: Support lazy enabling of siselect and aia bits
` [PATCH v2 4/5] RISC-V: KVM: Enable envcfg and sstateen bits lazily
` [PATCH v2 5/5] RISC-V: KVM: Remove the boot time enabling of hstateen bits
[PATCH v7 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-05-22 6:49 UTC (20+ messages)
` [PATCH v7 01/14] riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v7 02/14] riscv: sbi: remove useless parenthesis
` [PATCH v7 03/14] riscv: sbi: add new SBI error mappings
` [PATCH v7 04/14] riscv: sbi: add FWFT extension interface
` [PATCH v7 05/14] riscv: sbi: add SBI FWFT extension calls
` [PATCH v7 06/14] riscv: misaligned: request misaligned exception from SBI
` [PATCH v7 07/14] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v7 08/14] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v7 09/14] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v7 10/14] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v7 11/14] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v7 12/14] RISC-V: KVM: add SBI extension reset callback
` [PATCH v7 13/14] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v7 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script
2025-05-21 6:20 UTC (41+ messages)
` [kvm-unit-tests PATCH v3 01/16] scripts: unittests.cfg: Rename 'extra_params' to 'qemu_params'
` [kvm-unit-tests PATCH v3 02/16] scripts: Add 'test_args' test definition parameter
` [kvm-unit-tests PATCH v3 03/16] configure: Export TARGET unconditionally
` [kvm-unit-tests PATCH v3 04/16] run_tests.sh: Document --probe-maxsmp argument
` [kvm-unit-tests PATCH v3 05/16] scripts: Document environment variables
` [kvm-unit-tests PATCH v3 06/16] scripts: Refuse to run the tests if not configured for qemu
` [kvm-unit-tests PATCH v3 07/16] scripts: Use an associative array for qemu argument names
` [kvm-unit-tests PATCH v3 08/16] scripts: Add 'kvmtool_params' to test definition
` [kvm-unit-tests PATCH v3 09/16] scripts: Add support for kvmtool
` [kvm-unit-tests PATCH v3 10/16] scripts: Add default arguments "
` [kvm-unit-tests PATCH v3 11/16] scripts: Add KVMTOOL environment variable for kvmtool binary path
` [kvm-unit-tests PATCH v3 12/16] scripts: Detect kvmtool failure in premature_failure()
` [kvm-unit-tests PATCH v3 13/16] scripts: Do not probe for maximum number of VCPUs when using kvmtool
` [kvm-unit-tests PATCH v3 14/16] scripts/mkstandalone: Export $TARGET
` [kvm-unit-tests PATCH v3 15/16] scripts: Add 'disabled_if' test definition parameter for kvmtool to use
` [kvm-unit-tests PATCH v3 16/16] scripts: Enable kvmtool
[PATCH v4 0/3] Move duplicated instructions macros into asm/insn.h
2025-05-19 12:44 UTC (6+ messages)
` [PATCH v4 1/3] riscv: Fix typo EXRACT -> EXTRACT
` [PATCH v4 2/3] riscv: Strengthen duplicate and inconsistent definition of RV_X()
` [PATCH v4 3/3] riscv: Move all duplicate insn parsing macros into asm/insn.h
[PATCH v3] RISC-V: KVM: Remove scounteren initialization
2025-05-16 23:53 UTC (5+ messages)
[kvmtool PATCH v3 00/10] Add SBI system suspend and cpu-type option
2025-05-16 13:54 UTC (2+ messages)
[PATCH v2] RISC-V: KVM: Remove scounteren initialization
2025-05-15 22:06 UTC
[PATCH] RISC-V: KVM: Disable instret/cycle for VU mode by default
2025-05-15 5:40 UTC (4+ messages)
[PATCH v5 0/6] KVM: lockdep improvements
2025-05-14 9:35 UTC (11+ messages)
` [PATCH v5 1/6] locking/mutex: implement mutex_trylock_nested
` [PATCH v5 2/6] locking/mutex: implement mutex_lock_killable_nest_lock
` [PATCH v5 3/6] KVM: add kvm_lock_all_vcpus and kvm_trylock_all_vcpus
` [PATCH v5 4/6] x86: KVM: SVM: use kvm_lock_all_vcpus instead of a custom implementation
` [PATCH v5 5/6] KVM: arm64: use kvm_trylock_all_vcpus when locking all vCPUs
` [PATCH v5 6/6] RISC-V: KVM: "
[PATCH v6 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-05-12 18:00 UTC (25+ 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 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
[PATCH 0/5] Enable hstateen bits lazily for the KVM RISC-V Guests
2025-05-12 10:25 UTC (13+ messages)
` [PATCH 1/5] RISC-V: KVM: Lazy enable hstateen IMSIC & ISEL bit
` [PATCH 4/5] RISC-V: KVM: Enable envcfg and sstateen bits lazily
[PATCH v2 0/2] VCPU reset fixes
2025-05-11 13:43 UTC (11+ messages)
` [PATCH v2 1/2] KVM: RISC-V: reset smstateen in a better place
` [PATCH v2 2/2] RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESET
[GIT PULL] KVM/riscv fixes for 6.15 take #1
2025-05-10 15:09 UTC (2+ messages)
Public Review : RISC-V Supervisor Binary Interface (SBI) version v3.0
2025-05-10 0:27 UTC
[PATCH v3 0/3] Move duplicated instructions macros into asm/insn.h
2025-05-09 11:29 UTC (5+ messages)
` [PATCH v3 1/3] riscv: Fix typo EXRACT -> EXTRACT
` [PATCH v3 2/3] riscv: Strengthen duplicate and inconsistent definition of RV_X()
` [PATCH v3 3/3] riscv: Move all duplicate insn parsing macros into asm/insn.h
[PATCH 0/5] KVM: RISC-V: VCPU reset fixes
2025-05-08 13:11 UTC (9+ messages)
` [PATCH 2/5] KVM: RISC-V: refactor sbi reset request
` [PATCH 3/5] KVM: RISC-V: remove unnecessary SBI reset state
[PATCH v2 0/3] Move duplicated instructions macros into asm/insn.h
2025-05-08 8:22 UTC (4+ messages)
` [PATCH v2 1/3] riscv: Fix typo EXRACT -> EXTRACT
` [PATCH v2 2/3] riscv: Strengthen duplicate and inconsistent definition of RV_X()
` [PATCH v2 3/3] riscv: Move all duplicate insn parsing macros into asm/insn.h
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;
as well as URLs for NNTP newsgroup(s).