Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-riscv (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Fri Jun 30 2023 16:40:34 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH v4] dt-bindings: riscv: deprecate riscv,isa
,
Conor Dooley
,
2023/06/30
Re: [PATCH v4] dt-bindings: riscv: deprecate riscv,isa
,
Palmer Dabbelt
,
2023/06/30
[PATCH v6] riscv: Add support for the Zfa extension
,
Christoph Muellner
,
2023/06/30
Re: [PATCH v6] riscv: Add support for the Zfa extension
,
Richard Henderson
,
2023/06/30
[PATCH v5] riscv: Add support for the Zfa extension
,
Christoph Muellner
,
2023/06/30
Re: [PATCH v5] riscv: Add support for the Zfa extension
,
Richard Henderson
,
2023/06/30
Re: [PATCH v5] riscv: Add support for the Zfa extension
,
Richard Henderson
,
2023/06/30
Re: [PATCH v5] riscv: Add support for the Zfa extension
,
Christoph Müllner
,
2023/06/30
Re: [PATCH v5] riscv: Add support for the Zfa extension
,
Richard Henderson
,
2023/06/30
[PATCH v7 00/20] target/riscv, KVM: fixes and enhancements
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 01/20] target/riscv: skip features setup for KVM CPUs
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 02/20] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 03/20] target/riscv/cpu.c: restrict 'mvendorid' value
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 04/20] target/riscv/cpu.c: restrict 'mimpid' value
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 05/20] target/riscv/cpu.c: restrict 'marchid' value
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 06/20] target/riscv: use KVM scratch CPUs to init KVM properties
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 07/20] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 08/20] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 09/20] linux-headers: Update to v6.4-rc1
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 11/20] target/riscv/cpu: add misa_ext_info_arr[]
,
Daniel Henrique Barboza
,
2023/06/30
Re: [PATCH v7 11/20] target/riscv/cpu: add misa_ext_info_arr[]
,
Philippe Mathieu-Daudé
,
2023/06/30
Re: [PATCH v7 11/20] target/riscv/cpu: add misa_ext_info_arr[]
,
Andrew Jones
,
2023/06/30
[PATCH v7 10/20] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 12/20] target/riscv: add KVM specific MISA properties
,
Daniel Henrique Barboza
,
2023/06/30
Re: [PATCH v7 12/20] target/riscv: add KVM specific MISA properties
,
Andrew Jones
,
2023/06/30
[PATCH v7 13/20] target/riscv/kvm.c: update KVM MISA bits
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 14/20] target/riscv/kvm.c: add multi-letter extension KVM properties
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 16/20] target/riscv/cpu.c: remove priv_ver check from riscv_isa_string_ext()
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 15/20] target/riscv/cpu.c: add satp_mode properties earlier
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 17/20] target/riscv/cpu.c: create KVM mock properties
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 18/20] target/riscv: update multi-letter extension KVM properties
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 19/20] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v7 20/20] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM
,
Daniel Henrique Barboza
,
2023/06/30
Re: [PATCH v2 6/6] target/riscv: Add HS-mode virtual interrupt and IRQ filtering support.
,
Daniel Henrique Barboza
,
2023/06/30
Re: [PATCH v2 5/6] target/riscv: Add M-mode virtual interrupt and IRQ filtering support.
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v4 0/3] riscv: Add support for the Zfa extension
,
Christoph Muellner
,
2023/06/30
[PATCH v4 2/3] target/riscv: Use float64_to_int64_modulo for fcvtmod.w.d
,
Christoph Muellner
,
2023/06/30
Re: [PATCH v4 2/3] target/riscv: Use float64_to_int64_modulo for fcvtmod.w.d
,
Richard Henderson
,
2023/06/30
Re: [PATCH v4 2/3] target/riscv: Use float64_to_int64_modulo for fcvtmod.w.d
,
Christoph Müllner
,
2023/06/30
[PATCH v4 1/3] riscv: Add support for the Zfa extension
,
Christoph Muellner
,
2023/06/30
Re: [PATCH v4 1/3] riscv: Add support for the Zfa extension
,
Richard Henderson
,
2023/06/30
Re: [PATCH v4 1/3] riscv: Add support for the Zfa extension
,
Christoph Müllner
,
2023/06/30
[PATCH v4 3/3] DO NOT MERGE: tests/tcg/riscv64: Add test for fcvtmod.w.d
,
Christoph Muellner
,
2023/06/30
Re: [PATCH v4 3/3] DO NOT MERGE: tests/tcg/riscv64: Add test for fcvtmod.w.d
,
Richard Henderson
,
2023/06/30
Re: [PATCH v4 3/3] DO NOT MERGE: tests/tcg/riscv64: Add test for fcvtmod.w.d
,
Christoph Müllner
,
2023/06/30
[PATCH 0/1] linux-user: add support for big endian variants of riscv
,
Rory Bolt
,
2023/06/29
[PATCH 1/1] linux-user: add support for big endian variants of riscv
,
Rory Bolt
,
2023/06/29
Re: [PATCH 1/1] linux-user: add support for big endian variants of riscv
,
Palmer Dabbelt
,
2023/06/29
[PATCH 0/2] hw/riscv/virt: Restrict ACLINT to TCG
,
Philippe Mathieu-Daudé
,
2023/06/29
[PATCH 1/2] hw/riscv/virt: Fix 'controller' typo
,
Philippe Mathieu-Daudé
,
2023/06/29
Re: [PATCH 1/2] hw/riscv/virt: Fix 'controller' typo
,
Daniel Henrique Barboza
,
2023/06/29
Re: [PATCH 1/2] hw/riscv/virt: Fix 'controller' typo
,
Philippe Mathieu-Daudé
,
2023/06/29
[PATCH 2/2] hw/riscv/virt: Restrict ACLINT to TCG
,
Philippe Mathieu-Daudé
,
2023/06/29
Re: [PATCH 2/2] hw/riscv/virt: Restrict ACLINT to TCG
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH 0/2] accel/tcg: Remove qemu_tcg_mttcg_enabled()
,
Philippe Mathieu-Daudé
,
2023/06/29
[PATCH 1/2] target/riscv: Check for CF_PARALLEL instead of qemu_tcg_mttcg_enabled
,
Philippe Mathieu-Daudé
,
2023/06/29
Re: [PATCH 1/2] target/riscv: Check for CF_PARALLEL instead of qemu_tcg_mttcg_enabled
,
Alex Bennée
,
2023/06/29
Re: [PATCH 1/2] target/riscv: Check for CF_PARALLEL instead of qemu_tcg_mttcg_enabled
,
Philippe Mathieu-Daudé
,
2023/06/29
[PATCH 2/2] accel/tcg: Replace qemu_tcg_mttcg_enabled() by mttcg_enabled
,
Philippe Mathieu-Daudé
,
2023/06/29
Re: [PATCH 2/2] accel/tcg: Replace qemu_tcg_mttcg_enabled() by mttcg_enabled
,
Philippe Mathieu-Daudé
,
2023/06/29
[PATCH v5 1/1] target/riscv: Add RVV registers to log
,
Ivan Klokov
,
2023/06/29
Re: [PATCH v5 1/1] target/riscv: Add RVV registers to log
,
Daniel Henrique Barboza
,
2023/06/29
[PATCH v6 00/20] target/riscv, KVM: fixes and enhancements
,
Daniel Henrique Barboza
,
2023/06/28
[PATCH v6 01/20] target/riscv: skip features setup for KVM CPUs
,
Daniel Henrique Barboza
,
2023/06/28
Re: [PATCH v6 01/20] target/riscv: skip features setup for KVM CPUs
,
Andrew Jones
,
2023/06/29
[PATCH v6 02/20] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
,
Daniel Henrique Barboza
,
2023/06/28
Re: [PATCH v6 02/20] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
,
Michael Tokarev
,
2023/06/30
Re: [PATCH v6 02/20] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
,
Daniel Henrique Barboza
,
2023/06/30
Re: [PATCH v6 02/20] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
,
Michael Tokarev
,
2023/06/30
[PATCH v6 04/20] target/riscv/cpu.c: restrict 'mimpid' value
,
Daniel Henrique Barboza
,
2023/06/28
[PATCH v6 03/20] target/riscv/cpu.c: restrict 'mvendorid' value
,
Daniel Henrique Barboza
,
2023/06/28
[PATCH v6 05/20] target/riscv/cpu.c: restrict 'marchid' value
,
Daniel Henrique Barboza
,
2023/06/28
[PATCH v6 06/20] target/riscv: use KVM scratch CPUs to init KVM properties
,
Daniel Henrique Barboza
,
2023/06/28
[PATCH v6 07/20] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
,
Daniel Henrique Barboza
,
2023/06/28
[PATCH v6 08/20] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
,
Daniel Henrique Barboza
,
2023/06/28
[PATCH v6 09/20] linux-headers: Update to v6.4-rc1
,
Daniel Henrique Barboza
,
2023/06/28
[PATCH v6 11/20] target/riscv/cpu: add misa_ext_info_arr[]
,
Daniel Henrique Barboza
,
2023/06/28
Re: [PATCH v6 11/20] target/riscv/cpu: add misa_ext_info_arr[]
,
Philippe Mathieu-Daudé
,
2023/06/29
Re: [PATCH v6 11/20] target/riscv/cpu: add misa_ext_info_arr[]
,
Daniel Henrique Barboza
,
2023/06/29
Re: [PATCH v6 11/20] target/riscv/cpu: add misa_ext_info_arr[]
,
Daniel Henrique Barboza
,
2023/06/29
Re: [PATCH v6 11/20] target/riscv/cpu: add misa_ext_info_arr[]
,
Andrew Jones
,
2023/06/29
Re: [PATCH v6 11/20] target/riscv/cpu: add misa_ext_info_arr[]
,
Daniel Henrique Barboza
,
2023/06/29
Re: [PATCH v6 11/20] target/riscv/cpu: add misa_ext_info_arr[]
,
Daniel Henrique Barboza
,
2023/06/29
Re: [PATCH v6 11/20] target/riscv/cpu: add misa_ext_info_arr[]
,
Andrew Jones
,
2023/06/30
[PATCH v6 10/20] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
,
Daniel Henrique Barboza
,
2023/06/28
[PATCH v6 12/20] target/riscv: add KVM specific MISA properties
,
Daniel Henrique Barboza
,
2023/06/28
Re: [PATCH v6 12/20] target/riscv: add KVM specific MISA properties
,
Andrew Jones
,
2023/06/29
Re: [PATCH v6 12/20] target/riscv: add KVM specific MISA properties
,
Daniel Henrique Barboza
,
2023/06/29
[PATCH v6 13/20] target/riscv/kvm.c: update KVM MISA bits
,
Daniel Henrique Barboza
,
2023/06/28
[PATCH v6 14/20] target/riscv/kvm.c: add multi-letter extension KVM properties
,
Daniel Henrique Barboza
,
2023/06/28
Re: [PATCH v6 14/20] target/riscv/kvm.c: add multi-letter extension KVM properties
,
Andrew Jones
,
2023/06/29
[PATCH v6 15/20] target/riscv/cpu.c: add satp_mode properties earlier
,
Daniel Henrique Barboza
,
2023/06/28
Re: [PATCH v6 15/20] target/riscv/cpu.c: add satp_mode properties earlier
,
Philippe Mathieu-Daudé
,
2023/06/29
Re: [PATCH v6 15/20] target/riscv/cpu.c: add satp_mode properties earlier
,
Andrew Jones
,
2023/06/29
[PATCH v6 16/20] target/riscv/cpu.c: remove priv_ver check from riscv_isa_string_ext()
,
Daniel Henrique Barboza
,
2023/06/28
[PATCH v6 17/20] target/riscv/cpu.c: create KVM mock properties
,
Daniel Henrique Barboza
,
2023/06/28
Re: [PATCH v6 17/20] target/riscv/cpu.c: create KVM mock properties
,
Andrew Jones
,
2023/06/29
[PATCH v6 18/20] target/riscv: update multi-letter extension KVM properties
,
Daniel Henrique Barboza
,
2023/06/28
[PATCH v6 19/20] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper
,
Daniel Henrique Barboza
,
2023/06/28
[PATCH v6 20/20] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM
,
Daniel Henrique Barboza
,
2023/06/28
[PATCH 1/2] target/riscv: Remove redundant check in pmp_is_locked
,
Ruibo Lu
,
2023/06/28
Re: [PATCH 1/2] target/riscv: Remove redundant check in pmp_is_locked
,
Weiwei Li
,
2023/06/28
[PATCH 2/2] target/riscv: Optimize ambiguous local variable in pmp_hart_has_privs
,
Ruibo Lu
,
2023/06/28
Re: [PATCH 2/2] target/riscv: Optimize ambiguous local variable in pmp_hart_has_privs
,
Weiwei Li
,
2023/06/28
[PATCH v2 0/4] target/riscv: Misc header cleanups
,
Philippe Mathieu-Daudé
,
2023/06/28
[PATCH v2 1/4] target/riscv: Remove unused 'instmap.h' header in translate.c
,
Philippe Mathieu-Daudé
,
2023/06/28
Re: [PATCH v2 1/4] target/riscv: Remove unused 'instmap.h' header in translate.c
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v2 2/4] target/riscv: Restrict sysemu specific header to user emulation
,
Philippe Mathieu-Daudé
,
2023/06/28
Re: [PATCH v2 2/4] target/riscv: Restrict sysemu specific header to user emulation
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v2 3/4] target/riscv: Restrict 'rv128' machine to TCG accelerator
,
Philippe Mathieu-Daudé
,
2023/06/28
Re: [PATCH v2 3/4] target/riscv: Restrict 'rv128' machine to TCG accelerator
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v2 4/4] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu
,
Philippe Mathieu-Daudé
,
2023/06/28
Re: [PATCH v2 4/4] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v5 09/15] target/riscv: Add Zvkned ISA extension support
,
Max Chou
,
2023/06/27
[PATCH v5 11/15] target/riscv: Add Zvksh ISA extension support
,
Max Chou
,
2023/06/27
[PATCH v5 12/15] target/riscv: Add Zvkg ISA extension support
,
Max Chou
,
2023/06/27
[PATCH v5 10/15] target/riscv: Add Zvknh ISA extension support
,
Max Chou
,
2023/06/27
[PATCH v5 13/15] crypto: Create sm4_subword
,
Max Chou
,
2023/06/27
[PATCH v5 14/15] crypto: Add SM4 constant parameter CK
,
Max Chou
,
2023/06/27
[PATCH v5 15/15] target/riscv: Add Zvksed ISA extension support
,
Max Chou
,
2023/06/27
[PATCH v5 00/15] Add RISC-V vector cryptographic instruction set support
,
Max Chou
,
2023/06/27
[PATCH v5 01/15] target/riscv: Refactor some of the generic vector functionality
,
Max Chou
,
2023/06/27
[PATCH v5 02/15] target/riscv: Refactor vector-vector translation macro
,
Max Chou
,
2023/06/27
[PATCH v5 03/15] target/riscv: Remove redundant "cpu_vl == 0" checks
,
Max Chou
,
2023/06/27
[PATCH v5 04/15] target/riscv: Add Zvbc ISA extension support
,
Max Chou
,
2023/06/27
[PATCH v5 05/15] target/riscv: Move vector translation checks
,
Max Chou
,
2023/06/27
[PATCH v5 06/15] target/riscv: Refactor translation of vector-widening instruction
,
Max Chou
,
2023/06/27
[PATCH v5 07/15] target/riscv: Refactor some of the generic vector functionality
,
Max Chou
,
2023/06/27
[PATCH v5 08/15] target/riscv: Add Zvbb ISA extension support
,
Max Chou
,
2023/06/27
[PATCH v5 00/15] Add RISC-V vector cryptographic instruction set support
,
Max Chou
,
2023/06/27
[PATCH v6 01/15] target/riscv: Refactor some of the generic vector functionality
,
Max Chou
,
2023/06/27
[PATCH v6 02/15] target/riscv: Refactor vector-vector translation macro
,
Max Chou
,
2023/06/27
[PATCH v6 03/15] target/riscv: Remove redundant "cpu_vl == 0" checks
,
Max Chou
,
2023/06/27
[PATCH v6 04/15] target/riscv: Add Zvbc ISA extension support
,
Max Chou
,
2023/06/27
[PATCH v6 05/15] target/riscv: Move vector translation checks
,
Max Chou
,
2023/06/27
[PATCH v6 06/15] target/riscv: Refactor translation of vector-widening instruction
,
Max Chou
,
2023/06/27
[PATCH v6 07/15] target/riscv: Refactor some of the generic vector functionality
,
Max Chou
,
2023/06/27
[PATCH v6 08/15] target/riscv: Add Zvbb ISA extension support
,
Max Chou
,
2023/06/27
[PATCH v6 09/15] target/riscv: Add Zvkned ISA extension support
,
Max Chou
,
2023/06/27
Re: [PATCH v6 09/15] target/riscv: Add Zvkned ISA extension support
,
Richard Henderson
,
2023/06/28
Re: [PATCH v6 09/15] target/riscv: Add Zvkned ISA extension support
,
Max Chou
,
2023/06/29
Re: [PATCH v6 09/15] target/riscv: Add Zvkned ISA extension support
,
Richard Henderson
,
2023/06/29
[PATCH v6 10/15] target/riscv: Add Zvknh ISA extension support
,
Max Chou
,
2023/06/27
Re: [PATCH v6 10/15] target/riscv: Add Zvknh ISA extension support
,
Richard Henderson
,
2023/06/28
Re: [PATCH v6 10/15] target/riscv: Add Zvknh ISA extension support
,
Max Chou
,
2023/06/29
[PATCH v6 11/15] target/riscv: Add Zvksh ISA extension support
,
Max Chou
,
2023/06/27
[PATCH v6 12/15] target/riscv: Add Zvkg ISA extension support
,
Max Chou
,
2023/06/27
[PATCH v6 13/15] crypto: Create sm4_subword
,
Max Chou
,
2023/06/27
[PATCH v6 14/15] crypto: Add SM4 constant parameter CK
,
Max Chou
,
2023/06/27
[PATCH v6 15/15] target/riscv: Add Zvksed ISA extension support
,
Max Chou
,
2023/06/27
[PATCH v5 00/19] target/riscv, KVM: fixes and enhancements
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH v5 01/19] target/riscv: skip features setup for KVM CPUs
,
Daniel Henrique Barboza
,
2023/06/27
Re: [PATCH v5 01/19] target/riscv: skip features setup for KVM CPUs
,
Philippe Mathieu-Daudé
,
2023/06/27
Re: [PATCH v5 01/19] target/riscv: skip features setup for KVM CPUs
,
Daniel Henrique Barboza
,
2023/06/27
Re: [PATCH v5 01/19] target/riscv: skip features setup for KVM CPUs
,
Philippe Mathieu-Daudé
,
2023/06/28
[PATCH v5 02/19] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
,
Daniel Henrique Barboza
,
2023/06/27
Re: [PATCH v5 02/19] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
,
Philippe Mathieu-Daudé
,
2023/06/27
[PATCH v5 03/19] target/riscv/cpu.c: restrict 'mvendorid' value
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH v5 04/19] target/riscv/cpu.c: restrict 'mimpid' value
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH v5 05/19] target/riscv/cpu.c: restrict 'marchid' value
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH v5 06/19] target/riscv: use KVM scratch CPUs to init KVM properties
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH v5 07/19] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH v5 08/19] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH v5 09/19] linux-headers: Update to v6.4-rc1
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH v5 11/19] target/riscv/cpu: add misa_ext_info_arr[]
,
Daniel Henrique Barboza
,
2023/06/27
Re: [PATCH v5 11/19] target/riscv/cpu: add misa_ext_info_arr[]
,
Philippe Mathieu-Daudé
,
2023/06/27
Re: [PATCH v5 11/19] target/riscv/cpu: add misa_ext_info_arr[]
,
Daniel Henrique Barboza
,
2023/06/27
Re: [PATCH v5 11/19] target/riscv/cpu: add misa_ext_info_arr[]
,
Philippe Mathieu-Daudé
,
2023/06/28
Re: [PATCH v5 11/19] target/riscv/cpu: add misa_ext_info_arr[]
,
Andrew Jones
,
2023/06/28
[PATCH v5 10/19] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH v5 12/19] target/riscv: add KVM specific MISA properties
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH v5 13/19] target/riscv/kvm.c: update KVM MISA bits
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH v5 14/19] target/riscv/kvm.c: add multi-letter extension KVM properties
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH v5 15/19] target/riscv/cpu.c: remove priv_ver check from riscv_isa_string_ext()
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH v5 16/19] target/riscv/cpu.c: create KVM mock properties
,
Daniel Henrique Barboza
,
2023/06/27
Re: [PATCH v5 16/19] target/riscv/cpu.c: create KVM mock properties
,
Andrew Jones
,
2023/06/28
[PATCH v5 17/19] target/riscv: update multi-letter extension KVM properties
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH v5 18/19] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH v5 19/19] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM
,
Daniel Henrique Barboza
,
2023/06/27
[PATCH 0/2] target/riscv: Only build qemu-system-riscv$$ on rv$$ host
,
Philippe Mathieu-Daudé
,
2023/06/27
[PATCH 1/2] target/riscv: Only unify 'riscv32/64' -> 'riscv' for host cpu in meson
,
Philippe Mathieu-Daudé
,
2023/06/27
[PATCH 2/2] target/riscv: Only build KVM guest with same wordsize as host
,
Philippe Mathieu-Daudé
,
2023/06/27
Re: [PATCH 0/2] target/riscv: Only build qemu-system-riscv$$ on rv$$ host
,
Richard Henderson
,
2023/06/28
Re: [PATCH 0/2] target/riscv: Only build qemu-system-riscv$$ on rv$$ host
,
Philippe Mathieu-Daudé
,
2023/06/28
[PATCH v6 0/3] Implement the watchdog timer of HiFive 1 rev b.
,
Tommy Wu
,
2023/06/27
[PATCH v6 1/3] hw/misc: sifive_e_aon: Support the watchdog timer of HiFive 1 rev b.
,
Tommy Wu
,
2023/06/27
[PATCH v6 2/3] hw/riscv: sifive_e: Support the watchdog timer of HiFive 1 rev b.
,
Tommy Wu
,
2023/06/27
Re: [PATCH v6 2/3] hw/riscv: sifive_e: Support the watchdog timer of HiFive 1 rev b.
,
Philippe Mathieu-Daudé
,
2023/06/28
[PATCH v6 3/3] tests/qtest: sifive-e-aon-watchdog-test.c: Add QTest of watchdog of sifive_e
,
Tommy Wu
,
2023/06/27
[RFC PATCH] target/riscv: Add Zihintntl extension ISA string to DTS
,
Jason Chien
,
2023/06/27
[PATCH] target/riscv: Set the correct exception for implict G-stage translation fail
,
Jason Chien
,
2023/06/27
Re: [PATCH] target/riscv: Set the correct exception for implict G-stage translation fail
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH 00/16] target/riscv: Allow building without TCG (KVM-only so far)
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH 01/16] target/riscv: Remove unused 'instmap.h' header in translate.c
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH 02/16] target/riscv: Restrict KVM-specific fields from ArchCPU
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH 03/16] target/riscv: Restrict sysemu specific header to user emulation
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH 04/16] target/riscv: Restrict 'rv128' machine to TCG accelerator
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH 05/16] target/riscv: Move sysemu-specific files to target/riscv/sysemu/
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH 06/16] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH 07/16] target/riscv: Move TCG-specific files to target/riscv/tcg/
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH 08/16] target/riscv: Move TCG-specific cpu_get_tb_cpu_state() to tcg/cpu.c
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH 09/16] target/riscv: Expose some 'trigger' prototypes from debug.c
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH 10/16] target/riscv: Extract TCG-specific code from debug.c
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH 11/16] target/riscv: Move sysemu-specific debug files to target/riscv/sysemu/
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH 12/16] target/riscv: Expose riscv_cpu_pending_to_irq() from cpu_helper.c
,
Philippe Mathieu-Daudé
,
2023/06/26
[RFC PATCH 13/16] target/riscv: Move TCG/sysemu-specific code to tcg/sysemu/cpu_helper.c
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH 14/16] target/riscv: Move sysemu-specific code to sysemu/cpu_helper.c
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH 15/16] target/riscv: Restrict TCG-specific prototype declarations
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH 16/16] gitlab-ci.d/crossbuilds: Add KVM riscv64 cross-build jobs
,
Philippe Mathieu-Daudé
,
2023/06/26
Re: [PATCH 00/16] target/riscv: Allow building without TCG (KVM-only so far)
,
Daniel Henrique Barboza
,
2023/06/27
Re: [PATCH 00/16] target/riscv: Allow building without TCG (KVM-only so far)
,
Philippe Mathieu-Daudé
,
2023/06/27
[PATCH v4 00/19] target/riscv, KVM: fixes and enhancements
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 01/19] target/riscv: skip features setup for KVM CPUs
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 02/19] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 06/19] target/riscv: use KVM scratch CPUs to init KVM properties
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 04/19] target/riscv/cpu.c: restrict 'mimpid' value
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 03/19] target/riscv/cpu.c: restrict 'mvendorid' value
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 05/19] target/riscv/cpu.c: restrict 'marchid' value
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 07/19] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 08/19] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 10/19] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 12/19] target/riscv: add KVM specific MISA properties
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 11/19] target/riscv/cpu: add misa_ext_info_arr[]
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 09/19] linux-headers: Update to v6.4-rc1
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 13/19] target/riscv/kvm.c: update KVM MISA bits
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 15/19] target/riscv/cpu.c: remove priv_ver check from riscv_isa_string_ext()
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 17/19] target/riscv: update multi-letter extension KVM properties
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 18/19] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 14/19] target/riscv/kvm.c: add multi-letter extension KVM properties
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v4 16/19] target/riscv/cpu.c: create KVM mock properties
,
Daniel Henrique Barboza
,
2023/06/26
Re: [PATCH v4 16/19] target/riscv/cpu.c: create KVM mock properties
,
Andrew Jones
,
2023/06/27
[PATCH v4 19/19] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM
,
Daniel Henrique Barboza
,
2023/06/26
Is it possible to boot a riscv32 guest on riscv64 host using KVM?
,
Philippe Mathieu-Daudé
,
2023/06/26
Re: Is it possible to boot a riscv32 guest on riscv64 host using KVM?
,
Anup Patel
,
2023/06/27
Re: Is it possible to boot a riscv32 guest on riscv64 host using KVM?
,
Philippe Mathieu-Daudé
,
2023/06/27
[PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Conor Dooley
,
2023/06/26
Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Rob Herring
,
2023/06/26
Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Jessica Clarke
,
2023/06/26
Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Anup Patel
,
2023/06/26
Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Conor Dooley
,
2023/06/26
Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Palmer Dabbelt
,
2023/06/26
Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Anup Patel
,
2023/06/27
Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Palmer Dabbelt
,
2023/06/27
Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Palmer Dabbelt
,
2023/06/28
Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Anup Patel
,
2023/06/28
Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Palmer Dabbelt
,
2023/06/28
Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Anup Patel
,
2023/06/29
Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Stefan O'Rear
,
2023/06/26
Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Atish Patra
,
2023/06/27
Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Conor Dooley
,
2023/06/27
Re: [PATCH v3] dt-bindings: riscv: deprecate riscv,isa
,
Conor Dooley
,
2023/06/30
How to enable Zicsr extension support on qemu-riscv32?
,
Tommy Murphy
,
2023/06/25
Re: How to enable Zicsr extension support on qemu-riscv32?
,
Daniel Henrique Barboza
,
2023/06/25
Re: How to enable Zicsr extension support on qemu-riscv32?
,
Tommy Murphy
,
2023/06/25
Re: How to enable Zicsr extension support on qemu-riscv32?
,
Daniel Henrique Barboza
,
2023/06/26
Re: How to enable Zicsr extension support on qemu-riscv32?
,
Tommy Murphy
,
2023/06/26
[PATCH v2] target/riscv: Restrict KVM-specific fields from ArchCPU
,
Philippe Mathieu-Daudé
,
2023/06/24
Re: [PATCH v2] target/riscv: Restrict KVM-specific fields from ArchCPU
,
Daniel Henrique Barboza
,
2023/06/25
Re: [PATCH v2] target/riscv: Restrict KVM-specific fields from ArchCPU
,
Philippe Mathieu-Daudé
,
2023/06/26
[PATCH qemu v3] fdt_load_addr is getting assigned as the result of riscv_compute_fdt_addr(), which is an uint64_t.
,
~rlakshmibai
,
2023/06/23
[PATCH v4 00/17] Add RISC-V vector cryptographic instruction set support
,
Max Chou
,
2023/06/22
[PATCH v4 01/17] target/riscv: Refactor some of the generic vector functionality
,
Max Chou
,
2023/06/22
[PATCH v4 02/17] target/riscv: Refactor vector-vector translation macro
,
Max Chou
,
2023/06/22
[PATCH v4 03/17] target/riscv: Remove redundant "cpu_vl == 0" checks
,
Max Chou
,
2023/06/22
[PATCH v4 04/17] target/riscv: Add Zvbc ISA extension support
,
Max Chou
,
2023/06/22
[PATCH v4 05/17] target/riscv: Move vector translation checks
,
Max Chou
,
2023/06/22
[PATCH v4 06/17] target/riscv: Refactor translation of vector-widening instruction
,
Max Chou
,
2023/06/22
[PATCH v4 07/17] target/riscv: Refactor some of the generic vector functionality
,
Max Chou
,
2023/06/22
[PATCH v4 08/17] tcg: Fix temporary variable in tcg_gen_gvec_andcs
,
Max Chou
,
2023/06/22
Re: [PATCH v4 08/17] tcg: Fix temporary variable in tcg_gen_gvec_andcs
,
Daniel Henrique Barboza
,
2023/06/22
Re: [PATCH v4 08/17] tcg: Fix temporary variable in tcg_gen_gvec_andcs
,
Richard Henderson
,
2023/06/23
[PATCH v4 09/17] target/riscv: Add Zvbb ISA extension support
,
Max Chou
,
2023/06/22
Re: [PATCH v4 09/17] target/riscv: Add Zvbb ISA extension support
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v4 11/17] target/riscv: Add Zvknh ISA extension support
,
Max Chou
,
2023/06/22
Re: [PATCH v4 11/17] target/riscv: Add Zvknh ISA extension support
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v4 13/17] target/riscv: Add Zvkg ISA extension support
,
Max Chou
,
2023/06/22
Re: [PATCH v4 13/17] target/riscv: Add Zvkg ISA extension support
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v4 12/17] target/riscv: Add Zvksh ISA extension support
,
Max Chou
,
2023/06/22
Re: [PATCH v4 12/17] target/riscv: Add Zvksh ISA extension support
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v4 10/17] target/riscv: Add Zvkned ISA extension support
,
Max Chou
,
2023/06/22
Re: [PATCH v4 10/17] target/riscv: Add Zvkned ISA extension support
,
Daniel Henrique Barboza
,
2023/06/22
Re: [PATCH v4 10/17] target/riscv: Add Zvkned ISA extension support
,
Richard Henderson
,
2023/06/23
Re: [PATCH v4 10/17] target/riscv: Add Zvkned ISA extension support
,
Max Chou
,
2023/06/26
[PATCH v4 14/17] crypto: Create sm4_subword
,
Max Chou
,
2023/06/22
[PATCH v4 15/17] crypto: Add SM4 constant parameter CK
,
Max Chou
,
2023/06/22
[PATCH v4 16/17] target/riscv: Add Zvksed ISA extension support
,
Max Chou
,
2023/06/22
[PATCH v4 17/17] target/riscv: Expose Zvk* and Zvb[b, c] cpu properties
,
Max Chou
,
2023/06/22
Re: [PATCH v4 17/17] target/riscv: Expose Zvk* and Zvb[b,c] cpu properties
,
Daniel Henrique Barboza
,
2023/06/22
Re: [PATCH v4 17/17] target/riscv: Expose Zvk* and Zvb[b,c] cpu properties
,
Max Chou
,
2023/06/26
[PATCH v3 00/19] target/riscv, KVM: fixes and enhancements
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v3 01/19] target/riscv: skip features setup for KVM CPUs
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v3 02/19] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v3 03/19] target/riscv/cpu.c: restrict 'mvendorid' value
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v3 04/19] target/riscv/cpu.c: restrict 'mimpid' value
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v3 08/19] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v3 05/19] target/riscv/cpu.c: restrict 'marchid' value
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v3 10/19] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v3 07/19] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v3 13/19] target/riscv/kvm.c: update KVM MISA bits
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v3 12/19] target/riscv: add KVM specific MISA properties
,
Daniel Henrique Barboza
,
2023/06/22
Re: [PATCH v3 12/19] target/riscv: add KVM specific MISA properties
,
Andrew Jones
,
2023/06/23
Re: [PATCH v3 12/19] target/riscv: add KVM specific MISA properties
,
Daniel Henrique Barboza
,
2023/06/23
Re: [PATCH v3 12/19] target/riscv: add KVM specific MISA properties
,
Andrew Jones
,
2023/06/24
Re: [PATCH v3 12/19] target/riscv: add KVM specific MISA properties
,
Daniel Henrique Barboza
,
2023/06/25
Re: [PATCH v3 12/19] target/riscv: add KVM specific MISA properties
,
Andrew Jones
,
2023/06/26
[PATCH v3 11/19] target/riscv/cpu: add misa_ext_info_arr[]
,
Daniel Henrique Barboza
,
2023/06/22
Re: [PATCH v3 11/19] target/riscv/cpu: add misa_ext_info_arr[]
,
Andrew Jones
,
2023/06/23
[PATCH v3 09/19] linux-headers: Update to v6.4-rc1
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v3 14/19] target/riscv/kvm.c: add multi-letter extension KVM properties
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v3 06/19] target/riscv: use KVM scratch CPUs to init KVM properties
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v3 15/19] target/riscv/cpu.c: remove priv_ver check from riscv_isa_string_ext()
,
Daniel Henrique Barboza
,
2023/06/22
Re: [PATCH v3 15/19] target/riscv/cpu.c: remove priv_ver check from riscv_isa_string_ext()
,
Andrew Jones
,
2023/06/23
[PATCH v3 16/19] target/riscv/cpu.c: create KVM mock properties
,
Daniel Henrique Barboza
,
2023/06/22
Re: [PATCH v3 16/19] target/riscv/cpu.c: create KVM mock properties
,
Andrew Jones
,
2023/06/23
Re: [PATCH v3 16/19] target/riscv/cpu.c: create KVM mock properties
,
Daniel Henrique Barboza
,
2023/06/23
Re: [PATCH v3 16/19] target/riscv/cpu.c: create KVM mock properties
,
Andrew Jones
,
2023/06/24
Re: [PATCH v3 16/19] target/riscv/cpu.c: create KVM mock properties
,
Daniel Henrique Barboza
,
2023/06/26
[PATCH v3 17/19] target/riscv: update multi-letter extension KVM properties
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v3 18/19] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v3 19/19] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM
,
Daniel Henrique Barboza
,
2023/06/22
RISCV vector cryptography support
,
Sivachandran S
,
2023/06/22
Re: RISCV vector cryptography support
,
Daniel Henrique Barboza
,
2023/06/22
Re: RISCV vector cryptography support
,
Sivachandran S
,
2023/06/26
[PATCH v4 1/1] target/riscv: Add RVV registers to log
,
Ivan Klokov
,
2023/06/22
Re: [PATCH v4 1/1] target/riscv: Add RVV registers to log
,
Daniel Henrique Barboza
,
2023/06/22
[PATCH v4 0/6] Add RISC-V KVM AIA Support
,
Yong-Xuan Wang
,
2023/06/21
[PATCH v4 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support placeholder
,
Yong-Xuan Wang
,
2023/06/21
Re: [PATCH v4 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support placeholder
,
Daniel Henrique Barboza
,
2023/06/30
Re: [PATCH v4 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support placeholder
,
Cornelia Huck
,
2023/06/30
[PATCH v4 2/6] target/riscv: support the AIA device emulation with KVM enabled
,
Yong-Xuan Wang
,
2023/06/21
Re: [PATCH v4 2/6] target/riscv: support the AIA device emulation with KVM enabled
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v4 3/6] target/riscv: check the in-kernel irqchip support
,
Yong-Xuan Wang
,
2023/06/21
[PATCH v4 4/6] target/riscv: Create an KVM AIA irqchip
,
Yong-Xuan Wang
,
2023/06/21
Re: [PATCH v4 4/6] target/riscv: Create an KVM AIA irqchip
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v4 5/6] target/riscv: update APLIC and IMSIC to support KVM AIA
,
Yong-Xuan Wang
,
2023/06/21
Re: [PATCH v4 5/6] target/riscv: update APLIC and IMSIC to support KVM AIA
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH v4 6/6] target/riscv: select KVM AIA in riscv virt machine
,
Yong-Xuan Wang
,
2023/06/21
Re: [PATCH v4 6/6] target/riscv: select KVM AIA in riscv virt machine
,
Daniel Henrique Barboza
,
2023/06/30
[PATCH qemu v2] change the fdt_load_addr variable datatype to handle 64-bit DRAM address
,
~rlakshmibai
,
2023/06/20
Re: [PATCH qemu v2] change the fdt_load_addr variable datatype to handle 64-bit DRAM address
,
Daniel Henrique Barboza
,
2023/06/22
RE: [PATCH qemu v2] change the fdt_load_addr variable datatype to handle 64-bit DRAM address
,
Lakshmi Bai Raja Subramanian
,
2023/06/23
[PATCH qemu] fdt_load_addr is getting overflowed when there is no DRAM at lower 32 bit address space. To support pure 64-bit DRAM address, fdt_load_addr variable's data type is changed to uint64_t instead of uint32_t.
,
~rlakshmibai
,
2023/06/20
[PATCH] target/riscv/cpu.c: fix veyron-v1 CPU properties
,
Daniel Henrique Barboza
,
2023/06/20
Re: [PATCH] target/riscv/cpu.c: fix veyron-v1 CPU properties
,
Alistair Francis
,
2023/06/20
Re: [PATCH] target/riscv/cpu.c: fix veyron-v1 CPU properties
,
LIU Zhiwei
,
2023/06/20
Re: [PATCH] target/riscv/cpu.c: fix veyron-v1 CPU properties
,
Alistair Francis
,
2023/06/21
[PATCH v3 00/37] crypto: Provide aes-round.h and host accel
,
Richard Henderson
,
2023/06/20
[PATCH v3 01/37] util: Add cpuinfo-ppc.c
,
Richard Henderson
,
2023/06/20
[PATCH v3 02/37] tests/multiarch: Add test-aes
,
Richard Henderson
,
2023/06/20
[PATCH v3 03/37] target/arm: Move aesmc and aesimc tables to crypto/aes.c
,
Richard Henderson
,
2023/06/20
[PATCH v3 04/37] crypto/aes: Add constants for ShiftRows, InvShiftRows
,
Richard Henderson
,
2023/06/20
[PATCH v3 05/37] crypto: Add aesenc_SB_SR_AK
,
Richard Henderson
,
2023/06/20
Re: [PATCH v3 05/37] crypto: Add aesenc_SB_SR_AK
,
Daniel P . Berrangé
,
2023/06/21
Re: [PATCH v3 05/37] crypto: Add aesenc_SB_SR_AK
,
Max Chou
,
2023/06/29
Re: [PATCH v3 05/37] crypto: Add aesenc_SB_SR_AK
,
Richard Henderson
,
2023/06/29
[PATCH v3 06/37] target/i386: Use aesenc_SB_SR_AK
,
Richard Henderson
,
2023/06/20
[PATCH v3 07/37] target/arm: Demultiplex AESE and AESMC
,
Richard Henderson
,
2023/06/20
[PATCH v3 08/37] target/arm: Use aesenc_SB_SR_AK
,
Richard Henderson
,
2023/06/20
[PATCH v3 09/37] target/ppc: Use aesenc_SB_SR_AK
,
Richard Henderson
,
2023/06/20
[PATCH v3 14/37] target/ppc: Use aesdec_ISB_ISR_AK
,
Richard Henderson
,
2023/06/20
[PATCH v3 10/37] target/riscv: Use aesenc_SB_SR_AK
,
Richard Henderson
,
2023/06/20
[PATCH v3 11/37] crypto: Add aesdec_ISB_ISR_AK
,
Richard Henderson
,
2023/06/20
Re: [PATCH v3 11/37] crypto: Add aesdec_ISB_ISR_AK
,
Daniel P . Berrangé
,
2023/06/21
[PATCH v3 12/37] target/i386: Use aesdec_ISB_ISR_AK
,
Richard Henderson
,
2023/06/20
[PATCH v3 13/37] target/arm: Use aesdec_ISB_ISR_AK
,
Richard Henderson
,
2023/06/20
[PATCH v3 16/37] crypto: Add aesenc_MC
,
Richard Henderson
,
2023/06/20
Re: [PATCH v3 16/37] crypto: Add aesenc_MC
,
Daniel P . Berrangé
,
2023/06/21
[PATCH v3 15/37] target/riscv: Use aesdec_ISB_ISR_AK
,
Richard Henderson
,
2023/06/20
[PATCH v3 17/37] target/arm: Use aesenc_MC
,
Richard Henderson
,
2023/06/20
[PATCH v3 18/37] crypto: Add aesdec_IMC
,
Richard Henderson
,
2023/06/20
Re: [PATCH v3 18/37] crypto: Add aesdec_IMC
,
Daniel P . Berrangé
,
2023/06/21
[PATCH v3 19/37] target/i386: Use aesdec_IMC
,
Richard Henderson
,
2023/06/20
[PATCH v3 20/37] target/arm: Use aesdec_IMC
,
Richard Henderson
,
2023/06/20
[PATCH v3 21/37] target/riscv: Use aesdec_IMC
,
Richard Henderson
,
2023/06/20
[PATCH v3 22/37] crypto: Add aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/06/20
Re: [PATCH v3 22/37] crypto: Add aesenc_SB_SR_MC_AK
,
Daniel P . Berrangé
,
2023/06/21
[PATCH v3 24/37] target/ppc: Use aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/06/20
[PATCH v3 26/37] crypto: Add aesdec_ISB_ISR_IMC_AK
,
Richard Henderson
,
2023/06/20
Re: [PATCH v3 26/37] crypto: Add aesdec_ISB_ISR_IMC_AK
,
Daniel P . Berrangé
,
2023/06/21
[PATCH v3 23/37] target/i386: Use aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/06/20
[PATCH v3 27/37] target/i386: Use aesdec_ISB_ISR_IMC_AK
,
Richard Henderson
,
2023/06/20
[PATCH v3 25/37] target/riscv: Use aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/06/20
[PATCH v3 29/37] crypto: Add aesdec_ISB_ISR_AK_IMC
,
Richard Henderson
,
2023/06/20
Re: [PATCH v3 29/37] crypto: Add aesdec_ISB_ISR_AK_IMC
,
Daniel P . Berrangé
,
2023/06/21
[PATCH v3 28/37] target/riscv: Use aesdec_ISB_ISR_IMC_AK
,
Richard Henderson
,
2023/06/20
[PATCH v3 30/37] target/ppc: Use aesdec_ISB_ISR_AK_IMC
,
Richard Henderson
,
2023/06/20
[PATCH v3 31/37] crypto: Remove AES_shifts, AES_ishifts
,
Richard Henderson
,
2023/06/20
Re: [PATCH v3 31/37] crypto: Remove AES_shifts, AES_ishifts
,
Daniel P . Berrangé
,
2023/06/21
[PATCH v3 35/37] host/include/i386: Implement aes-round.h
,
Richard Henderson
,
2023/06/20
[PATCH v3 32/37] crypto: Implement aesdec_IMC with AES_imc_rot
,
Richard Henderson
,
2023/06/20
Re: [PATCH v3 32/37] crypto: Implement aesdec_IMC with AES_imc_rot
,
Daniel P . Berrangé
,
2023/06/21
[PATCH v3 36/37] host/include/aarch64: Implement aes-round.h
,
Richard Henderson
,
2023/06/20
[PATCH v3 34/37] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
,
Richard Henderson
,
2023/06/20
Re: [PATCH v3 34/37] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
,
Daniel P . Berrangé
,
2023/06/21
[PATCH v3 37/37] host/include/ppc: Implement aes-round.h
,
Richard Henderson
,
2023/06/20
[PATCH v3 33/37] crypto: Remove AES_imc
,
Richard Henderson
,
2023/06/20
Re: [PATCH v3 33/37] crypto: Remove AES_imc
,
Daniel P . Berrangé
,
2023/06/21
Re: [PATCH v3 00/37] crypto: Provide aes-round.h and host accel
,
Richard Henderson
,
2023/06/22
[PATCH] target/riscv: Remove unuseful KVM stubs
,
Philippe Mathieu-Daudé
,
2023/06/20
Re: [PATCH] target/riscv: Remove unuseful KVM stubs
,
Philippe Mathieu-Daudé
,
2023/06/29
Re: [PATCH] target/riscv: Remove unuseful KVM stubs
,
Daniel Henrique Barboza
,
2023/06/30
Re: [PATCH v4 6/6] hw/riscv: Enable TPM backends
,
Guenter Roeck
,
2023/06/19
Re: [PATCH v4 6/6] hw/riscv: Enable TPM backends
,
Guenter Roeck
,
2023/06/21
CFP open for RISC-V MC at Linux Plumbers Conference 2023
,
Atish Patra
,
2023/06/19
Re: CFP open for RISC-V MC at Linux Plumbers Conference 2023
,
Drew Fustini
,
2023/06/27
Re: CFP open for RISC-V MC at Linux Plumbers Conference 2023
,
Atish Patra
,
2023/06/27
[PATCH] linux-user/riscv: Add syscall riscv_hwprobe
,
Robbin Ehn
,
2023/06/19
Re: [PATCH] linux-user/riscv: Add syscall riscv_hwprobe
,
Alistair Francis
,
2023/06/22
Re: [PATCH] linux-user/riscv: Add syscall riscv_hwprobe
,
Robbin Ehn
,
2023/06/27
[PATCH 0/1] hw/riscv/virt.c: check for 'ssaia' with KVM AIA
,
Daniel Henrique Barboza
,
2023/06/16
[PATCH 1/1] hw/riscv/virt.c: check for 'ssaia' with KVM AIA
,
Daniel Henrique Barboza
,
2023/06/16
Re: [PATCH v3 00/19] Add RISC-V vector cryptographic instruction set support
,
Daniel Henrique Barboza
,
2023/06/16
Re: [PATCH v3 00/19] Add RISC-V vector cryptographic instruction set support
,
Max Chou
,
2023/06/16
[PATCH] hw/riscv/virt.c: fix typo in 'aia' description
,
Daniel Henrique Barboza
,
2023/06/15
Re: [PATCH] hw/riscv/virt.c: fix typo in 'aia' description
,
Philippe Mathieu-Daudé
,
2023/06/15
Re: [PATCH] hw/riscv/virt.c: fix typo in 'aia' description
,
Weiwei Li
,
2023/06/15
Re: [PATCH] hw/riscv/virt.c: fix typo in 'aia' description
,
Michael Tokarev
,
2023/06/18
[PATCH v2 0/6] target/riscv: Add support for BF16 extensions
,
Weiwei Li
,
2023/06/15
[PATCH v2 6/6] target/riscv: Add disas support for BF16 extensions
,
Weiwei Li
,
2023/06/15
[PATCH v2 1/6] target/riscv: Add properties for BF16 extensions
,
Weiwei Li
,
2023/06/15
Re: [PATCH v2 1/6] target/riscv: Add properties for BF16 extensions
,
Rob Bradford
,
2023/06/15
Re: [PATCH v2 1/6] target/riscv: Add properties for BF16 extensions
,
Weiwei Li
,
2023/06/15
Re: [PATCH v2 1/6] target/riscv: Add properties for BF16 extensions
,
Rob Bradford
,
2023/06/15
[PATCH v2 3/6] target/riscv: Add support for Zvfbfmin extension
,
Weiwei Li
,
2023/06/15
[PATCH v2 4/6] target/riscv: Add support for Zvfbfwma extension
,
Weiwei Li
,
2023/06/15
[PATCH v2 5/6] target/riscv: Expose properties for BF16 extensions
,
Weiwei Li
,
2023/06/15
[PATCH v2 2/6] target/riscv: Add support for Zfbfmin extension
,
Weiwei Li
,
2023/06/15
[PATCH 0/2] target/riscv: Fix the xlen for data address when MPRV=1
,
Weiwei Li
,
2023/06/13
[PATCH 1/2] target/riscv: Add additional xlen for address when MPRV=1
,
Weiwei Li
,
2023/06/13
Re: [PATCH 1/2] target/riscv: Add additional xlen for address when MPRV=1
,
Daniel Henrique Barboza
,
2023/06/14
[PATCH 2/2] target/riscv: update cur_pmbase/pmmask based on mode affected by MPRV
,
Weiwei Li
,
2023/06/13
Re: [PATCH 2/2] target/riscv: update cur_pmbase/pmmask based on mode affected by MPRV
,
Daniel Henrique Barboza
,
2023/06/14
Re: [PATCH 0/2] target/riscv: Fix the xlen for data address when MPRV=1
,
Alistair Francis
,
2023/06/22
[PATCH v2 00/18] target/riscv, KVM: fixes and enhancements
,
Daniel Henrique Barboza
,
2023/06/13
[PATCH v2 01/18] target/riscv: skip features setup for KVM CPUs
,
Daniel Henrique Barboza
,
2023/06/13
[PATCH v2 02/18] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
,
Daniel Henrique Barboza
,
2023/06/13
[PATCH v2 03/18] target/riscv/cpu.c: restrict 'mvendorid' value
,
Daniel Henrique Barboza
,
2023/06/13
Re: [PATCH v2 03/18] target/riscv/cpu.c: restrict 'mvendorid' value
,
Alistair Francis
,
2023/06/21
[PATCH v2 04/18] target/riscv/cpu.c: restrict 'mimpid' value
,
Daniel Henrique Barboza
,
2023/06/13
Re: [PATCH v2 04/18] target/riscv/cpu.c: restrict 'mimpid' value
,
Alistair Francis
,
2023/06/21
[PATCH v2 05/18] target/riscv/cpu.c: restrict 'marchid' value
,
Daniel Henrique Barboza
,
2023/06/13
Re: [PATCH v2 05/18] target/riscv/cpu.c: restrict 'marchid' value
,
Alistair Francis
,
2023/06/21
[PATCH v2 06/18] target/riscv: use KVM scratch CPUs to init KVM properties
,
Daniel Henrique Barboza
,
2023/06/13
[PATCH v2 07/18] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
,
Daniel Henrique Barboza
,
2023/06/13
[PATCH v2 08/18] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
,
Daniel Henrique Barboza
,
2023/06/13
Re: [PATCH v2 08/18] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
,
Alistair Francis
,
2023/06/21
[PATCH v2 09/18] linux-headers: Update to v6.4-rc1
,
Daniel Henrique Barboza
,
2023/06/13
Re: [PATCH v2 09/18] linux-headers: Update to v6.4-rc1
,
Alistair Francis
,
2023/06/21
[PATCH v2 10/18] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
,
Daniel Henrique Barboza
,
2023/06/13
Re: [PATCH v2 10/18] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
,
Alistair Francis
,
2023/06/21
[PATCH v2 11/18] target/riscv/cpu: add misa_ext_infos[]
,
Daniel Henrique Barboza
,
2023/06/13
Re: [PATCH v2 11/18] target/riscv/cpu: add misa_ext_infos[]
,
Andrew Jones
,
2023/06/19
[PATCH v2 12/18] target/riscv: add KVM specific MISA properties
,
Daniel Henrique Barboza
,
2023/06/13
Re: [PATCH v2 12/18] target/riscv: add KVM specific MISA properties
,
Andrew Jones
,
2023/06/19
[PATCH v2 13/18] target/riscv/kvm.c: update KVM MISA bits
,
Daniel Henrique Barboza
,
2023/06/13
Re: [PATCH v2 13/18] target/riscv/kvm.c: update KVM MISA bits
,
Andrew Jones
,
2023/06/19
[PATCH v2 14/18] target/riscv/kvm.c: add multi-letter extension KVM properties
,
Daniel Henrique Barboza
,
2023/06/13
Re: [PATCH v2 14/18] target/riscv/kvm.c: add multi-letter extension KVM properties
,
Andrew Jones
,
2023/06/19
[PATCH v2 15/18] target/riscv: make riscv_isa_string_ext() KVM compatible
,
Daniel Henrique Barboza
,
2023/06/13
Re: [PATCH v2 15/18] target/riscv: make riscv_isa_string_ext() KVM compatible
,
Andrew Jones
,
2023/06/19
Re: [PATCH v2 15/18] target/riscv: make riscv_isa_string_ext() KVM compatible
,
Daniel Henrique Barboza
,
2023/06/20
Re: [PATCH v2 15/18] target/riscv: make riscv_isa_string_ext() KVM compatible
,
Andrew Jones
,
2023/06/21
Re: [PATCH v2 15/18] target/riscv: make riscv_isa_string_ext() KVM compatible
,
Andrew Jones
,
2023/06/21
Re: [PATCH v2 15/18] target/riscv: make riscv_isa_string_ext() KVM compatible
,
Daniel Henrique Barboza
,
2023/06/21
[PATCH v2 16/18] target/riscv: update multi-letter extension KVM properties
,
Daniel Henrique Barboza
,
2023/06/13
[PATCH v2 17/18] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper
,
Daniel Henrique Barboza
,
2023/06/13
Re: [PATCH v2 17/18] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper
,
Andrew Jones
,
2023/06/19
[PATCH v2 18/18] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM
,
Daniel Henrique Barboza
,
2023/06/13
Re: [PATCH v2 18/18] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM
,
Andrew Jones
,
2023/06/19
[PATCH v3 0/9] bulk: Replace CONFIG_SOFTMMU by !CONFIG_USER_ONLY/CONFIG_SYSTEM_ONLY
,
Philippe Mathieu-Daudé
,
2023/06/13
[PATCH v3 1/9] target/i386: Simplify i386_tr_init_disas_context()
,
Philippe Mathieu-Daudé
,
2023/06/13
Re: [PATCH v3 1/9] target/i386: Simplify i386_tr_init_disas_context()
,
Richard Henderson
,
2023/06/14
[PATCH v3 2/9] target/tricore: Remove pointless CONFIG_SOFTMMU guard
,
Philippe Mathieu-Daudé
,
2023/06/13
Re: [PATCH v3 2/9] target/tricore: Remove pointless CONFIG_SOFTMMU guard
,
Bastian Koppelmann
,
2023/06/13
[PATCH v3 3/9] target/m68k: Check for USER_ONLY definition instead of SOFTMMU one
,
Philippe Mathieu-Daudé
,
2023/06/13
[PATCH v3 4/9] target/ppc: Check for USER_ONLY definition instead of SOFTMMU one
,
Philippe Mathieu-Daudé
,
2023/06/13
Re: [PATCH v3 4/9] target/ppc: Check for USER_ONLY definition instead of SOFTMMU one
,
Nicholas Piggin
,
2023/06/14
[PATCH v3 5/9] hw/core/cpu: Check for USER_ONLY definition instead of SOFTMMU one
,
Philippe Mathieu-Daudé
,
2023/06/13
[PATCH v3 6/9] accel/tcg: Check for USER_ONLY definition instead of SOFTMMU one
,
Philippe Mathieu-Daudé
,
2023/06/13
[PATCH v3 7/9] meson: Alias CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
,
Philippe Mathieu-Daudé
,
2023/06/13
Re: [PATCH v3 7/9] meson: Alias CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
,
Richard Henderson
,
2023/06/14
[PATCH v3 8/9] meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
,
Philippe Mathieu-Daudé
,
2023/06/13
Re: [PATCH v3 8/9] meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
,
Richard Henderson
,
2023/06/14
[PATCH v3 9/9] meson: Replace softmmu_ss -> system_ss
,
Philippe Mathieu-Daudé
,
2023/06/13
Re: [PATCH v3 0/9] bulk: Replace CONFIG_SOFTMMU by !CONFIG_USER_ONLY/CONFIG_SYSTEM_ONLY
,
Nicholas Piggin
,
2023/06/14
[PATCH v2 0/8] disas/riscv: Add vendor extension support
,
Christoph Muellner
,
2023/06/12
[PATCH v2 1/8] target/riscv: Use xl instead of mxl for disassemble
,
Christoph Muellner
,
2023/06/12
[PATCH v2 6/8] disas/riscv: Provide infrastructure for vendor extensions
,
Christoph Muellner
,
2023/06/12
[PATCH v2 3/8] disas/riscv: Move types/constants to new header file
,
Christoph Muellner
,
2023/06/12
[PATCH v2 5/8] disas/riscv: Encapsulate opcode_data into decode
,
Christoph Muellner
,
2023/06/12
[PATCH v2 2/8] target/riscv: Factor out extension tests to cpu_cfg.h
,
Christoph Muellner
,
2023/06/12
Re: [PATCH v2 2/8] target/riscv: Factor out extension tests to cpu_cfg.h
,
LIU Zhiwei
,
2023/06/12
Re: [PATCH v2 2/8] target/riscv: Factor out extension tests to cpu_cfg.h
,
Daniel Henrique Barboza
,
2023/06/14
Re: [PATCH v2 2/8] target/riscv: Factor out extension tests to cpu_cfg.h
,
Weiwei Li
,
2023/06/15
[PATCH v2 4/8] disas/riscv: Make rv_op_illegal a shared enum value
,
Christoph Muellner
,
2023/06/12
[PATCH v2 7/8] disas/riscv: Add support for XVentanaCondOps
,
Christoph Muellner
,
2023/06/12
Re: [PATCH v2 7/8] disas/riscv: Add support for XVentanaCondOps
,
Daniel Henrique Barboza
,
2023/06/14
[PATCH v2 8/8] disas/riscv: Add support for XThead* instructions
,
Christoph Muellner
,
2023/06/12
Re: [PATCH v2 8/8] disas/riscv: Add support for XThead* instructions
,
Weiwei Li
,
2023/06/15
Re: [PATCH v2 8/8] disas/riscv: Add support for XThead* instructions
,
Christoph Müllner
,
2023/06/26
Re: [PATCH v2 0/8] disas/riscv: Add vendor extension support
,
Alistair Francis
,
2023/06/21
Re: [PATCH 9/9] disas/riscv: Add support for XThead* instructions
,
Alistair Francis
,
2023/06/11
Re: [PATCH 8/9] disas/riscv: Add support for XVentanaCondOps
,
Alistair Francis
,
2023/06/11
Re: [PATCH 6/9] target/riscv/cpu: Share RISCVCPUConfig with disassembler
,
Alistair Francis
,
2023/06/11
Re: [PATCH 6/9] target/riscv/cpu: Share RISCVCPUConfig with disassembler
,
LIU Zhiwei
,
2023/06/12
Re: [PATCH 6/9] target/riscv/cpu: Share RISCVCPUConfig with disassembler
,
Christoph Müllner
,
2023/06/12
Re: [PATCH 6/9] target/riscv/cpu: Share RISCVCPUConfig with disassembler
,
LIU Zhiwei
,
2023/06/12
Re: [PATCH 6/9] target/riscv/cpu: Share RISCVCPUConfig with disassembler
,
Christoph Müllner
,
2023/06/12
Re: [PATCH 6/9] target/riscv/cpu: Share RISCVCPUConfig with disassembler
,
LIU Zhiwei
,
2023/06/12
Re: [PATCH 5/9] disas/riscv: Encapsulate opcode_data into decode
,
Alistair Francis
,
2023/06/11
Re: [PATCH 4/9] disas/riscv: Make rv_op_illegal a shared enum value
,
Alistair Francis
,
2023/06/11
Re: [PATCH 4/9] disas/riscv: Make rv_op_illegal a shared enum value
,
LIU Zhiwei
,
2023/06/12
Re: [PATCH 2/9] target/riscv: Factor out RISCVCPUConfig from cpu.h
,
Alistair Francis
,
2023/06/11
Re: [PATCH 2/9] target/riscv: Factor out RISCVCPUConfig from cpu.h
,
LIU Zhiwei
,
2023/06/12
[PATCH] target/riscv: Fix initialized value for cur_pmmask
,
Weiwei Li
,
2023/06/10
Re: [PATCH] target/riscv: Fix initialized value for cur_pmmask
,
LIU Zhiwei
,
2023/06/11
Re: [PATCH] target/riscv: Fix initialized value for cur_pmmask
,
Alistair Francis
,
2023/06/11
Re: [PATCH 1/2] target/riscv: Add a function to refresh the dynamic CSRs xml.
,
Tommy Wu
,
2023/06/09
Re: [PATCH 1/2] target/riscv: Add a function to refresh the dynamic CSRs xml.
,
Alistair Francis
,
2023/06/11
[PATCH] hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only.
,
Tommy Wu
,
2023/06/09
Re: [PATCH] hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only.
,
Alistair Francis
,
2023/06/11
Re: [PATCH] hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only.
,
Anup Patel
,
2023/06/11
Re: [PATCH] hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only.
,
Alistair Francis
,
2023/06/12
Re: [PATCH] hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only.
,
Peter Maydell
,
2023/06/19
Re: [PATCH] hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only.
,
Alistair Francis
,
2023/06/21
[PATCH v2 00/38] crypto: Provide aes-round.h and host accel
,
Richard Henderson
,
2023/06/08
[PATCH v2 01/38] tcg/ppc: Define _CALL_AIX for clang on ppc64(be)
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 01/38] tcg/ppc: Define _CALL_AIX for clang on ppc64(be)
,
Daniel Henrique Barboza
,
2023/06/12
[PATCH v2 02/38] util: Add cpuinfo-ppc.c
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 02/38] util: Add cpuinfo-ppc.c
,
Daniel Henrique Barboza
,
2023/06/12
Re: [PATCH v2 02/38] util: Add cpuinfo-ppc.c
,
Philippe Mathieu-Daudé
,
2023/06/19
Re: [PATCH v2 02/38] util: Add cpuinfo-ppc.c
,
Richard Henderson
,
2023/06/19
[PATCH v2 04/38] target/arm: Move aesmc and aesimc tables to crypto/aes.c
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 04/38] target/arm: Move aesmc and aesimc tables to crypto/aes.c
,
Daniel P . Berrangé
,
2023/06/19
[PATCH v2 03/38] tests/multiarch: Add test-aes
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 03/38] tests/multiarch: Add test-aes
,
Alex Bennée
,
2023/06/12
Re: [PATCH v2 03/38] tests/multiarch: Add test-aes
,
Richard Henderson
,
2023/06/13
[PATCH v2 06/38] crypto: Add aesenc_SB_SR_AK
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 06/38] crypto: Add aesenc_SB_SR_AK
,
Daniel P . Berrangé
,
2023/06/19
Re: [PATCH v2 06/38] crypto: Add aesenc_SB_SR_AK
,
Richard Henderson
,
2023/06/19
[PATCH v2 08/38] target/arm: Demultiplex AESE and AESMC
,
Richard Henderson
,
2023/06/08
[PATCH v2 05/38] crypto/aes: Add constants for ShiftRows, InvShiftRows
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 05/38] crypto/aes: Add constants for ShiftRows, InvShiftRows
,
Daniel P . Berrangé
,
2023/06/19
Re: [PATCH v2 05/38] crypto/aes: Add constants for ShiftRows, InvShiftRows
,
Ard Biesheuvel
,
2023/06/29
Re: [PATCH v2 05/38] crypto/aes: Add constants for ShiftRows, InvShiftRows
,
Richard Henderson
,
2023/06/29
[PATCH v2 11/38] target/riscv: Use aesenc_SB_SR_AK
,
Richard Henderson
,
2023/06/08
[PATCH v2 09/38] target/arm: Use aesenc_SB_SR_AK
,
Richard Henderson
,
2023/06/08
[PATCH v2 07/38] target/i386: Use aesenc_SB_SR_AK
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 07/38] target/i386: Use aesenc_SB_SR_AK
,
Philippe Mathieu-Daudé
,
2023/06/19
Re: [PATCH v2 07/38] target/i386: Use aesenc_SB_SR_AK
,
Philippe Mathieu-Daudé
,
2023/06/19
[PATCH v2 10/38] target/ppc: Use aesenc_SB_SR_AK
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 10/38] target/ppc: Use aesenc_SB_SR_AK
,
Daniel Henrique Barboza
,
2023/06/12
Re: [PATCH v2 10/38] target/ppc: Use aesenc_SB_SR_AK
,
Philippe Mathieu-Daudé
,
2023/06/19
[PATCH v2 12/38] crypto: Add aesdec_ISB_ISR_AK
,
Richard Henderson
,
2023/06/08
[PATCH v2 13/38] target/i386: Use aesdec_ISB_ISR_AK
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 13/38] target/i386: Use aesdec_ISB_ISR_AK
,
Philippe Mathieu-Daudé
,
2023/06/19
[PATCH v2 14/38] target/arm: Use aesdec_ISB_ISR_AK
,
Richard Henderson
,
2023/06/08
[PATCH v2 18/38] target/arm: Use aesenc_MC
,
Richard Henderson
,
2023/06/08
[PATCH v2 15/38] target/ppc: Use aesdec_ISB_ISR_AK
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 15/38] target/ppc: Use aesdec_ISB_ISR_AK
,
Daniel Henrique Barboza
,
2023/06/12
Re: [PATCH v2 15/38] target/ppc: Use aesdec_ISB_ISR_AK
,
Philippe Mathieu-Daudé
,
2023/06/19
[PATCH v2 17/38] crypto: Add aesenc_MC
,
Richard Henderson
,
2023/06/08
[PATCH v2 19/38] crypto: Add aesdec_IMC
,
Richard Henderson
,
2023/06/08
[PATCH v2 20/38] target/i386: Use aesdec_IMC
,
Richard Henderson
,
2023/06/08
[PATCH v2 16/38] target/riscv: Use aesdec_ISB_ISR_AK
,
Richard Henderson
,
2023/06/08
[PATCH v2 25/38] target/ppc: Use aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 25/38] target/ppc: Use aesenc_SB_SR_MC_AK
,
Daniel Henrique Barboza
,
2023/06/12
[PATCH v2 31/38] target/ppc: Use aesdec_ISB_ISR_AK_IMC
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 31/38] target/ppc: Use aesdec_ISB_ISR_AK_IMC
,
Daniel Henrique Barboza
,
2023/06/12
Re: [PATCH v2 31/38] target/ppc: Use aesdec_ISB_ISR_AK_IMC
,
Philippe Mathieu-Daudé
,
2023/06/19
[PATCH v2 21/38] target/arm: Use aesdec_IMC
,
Richard Henderson
,
2023/06/08
[PATCH v2 32/38] crypto: Remove AES_shifts, AES_ishifts
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 32/38] crypto: Remove AES_shifts, AES_ishifts
,
Philippe Mathieu-Daudé
,
2023/06/19
[PATCH v2 27/38] crypto: Add aesdec_ISB_ISR_IMC_AK
,
Richard Henderson
,
2023/06/08
[PATCH v2 22/38] target/riscv: Use aesdec_IMC
,
Richard Henderson
,
2023/06/08
[PATCH v2 24/38] target/i386: Use aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/06/08
[PATCH v2 23/38] crypto: Add aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/06/08
[PATCH v2 34/38] crypto: Remove AES_imc
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 34/38] crypto: Remove AES_imc
,
Philippe Mathieu-Daudé
,
2023/06/19
[PATCH v2 38/38] host/include/ppc: Implement aes-round.h
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 38/38] host/include/ppc: Implement aes-round.h
,
Daniel Henrique Barboza
,
2023/06/12
[PATCH v2 28/38] target/i386: Use aesdec_ISB_ISR_IMC_AK
,
Richard Henderson
,
2023/06/08
[PATCH v2 35/38] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 35/38] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
,
Philippe Mathieu-Daudé
,
2023/06/19
[PATCH v2 26/38] target/riscv: Use aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/06/08
[PATCH v2 29/38] target/riscv: Use aesdec_ISB_ISR_IMC_AK
,
Richard Henderson
,
2023/06/08
[PATCH v2 30/38] crypto: Add aesdec_ISB_ISR_AK_IMC
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 30/38] crypto: Add aesdec_ISB_ISR_AK_IMC
,
Philippe Mathieu-Daudé
,
2023/06/19
[PATCH v2 33/38] crypto: Implement aesdec_IMC with AES_imc_rot
,
Richard Henderson
,
2023/06/08
Re: [PATCH v2 33/38] crypto: Implement aesdec_IMC with AES_imc_rot
,
Philippe Mathieu-Daudé
,
2023/06/20
[PATCH v2 36/38] host/include/i386: Implement aes-round.h
,
Richard Henderson
,
2023/06/08
[PATCH v2 37/38] host/include/aarch64: Implement aes-round.h
,
Richard Henderson
,
2023/06/08
Re: [PATCH 3/9] disas/riscv: Move types/constants to new header file
,
LIU Zhiwei
,
2023/06/08
Re: [PATCH 3/9] disas/riscv: Move types/constants to new header file
,
Alistair Francis
,
2023/06/11
Re: [PATCH v1] dt-bindings: riscv: deprecate riscv,isa
,
Rob Herring
,
2023/06/08
Re: [PATCH v1] dt-bindings: riscv: deprecate riscv,isa
,
Conor Dooley
,
2023/06/08
Re: [PATCH v1] dt-bindings: riscv: deprecate riscv,isa
,
Conor Dooley
,
2023/06/12
Re: [PATCH v1] dt-bindings: riscv: deprecate riscv,isa
,
Rob Herring
,
2023/06/13
Re: [PATCH v1] dt-bindings: riscv: deprecate riscv,isa
,
Conor Dooley
,
2023/06/13
Re: [PATCH v4 1/3] hw/misc: sifive_e_aon: Support the watchdog timer of HiFive 1 rev b.
,
Tommy Wu
,
2023/06/08
[PATCH v2] dt-bindings: riscv: deprecate riscv,isa
,
Conor Dooley
,
2023/06/08
Re: [PATCH v2] dt-bindings: riscv: deprecate riscv,isa
,
Rob Herring
,
2023/06/08
Re: [PATCH v2] dt-bindings: riscv: deprecate riscv,isa
,
Conor Dooley
,
2023/06/08
Re: [PATCH v2] dt-bindings: riscv: deprecate riscv,isa
,
Rob Herring
,
2023/06/09
Re: [PATCH v2] dt-bindings: riscv: deprecate riscv,isa
,
Conor Dooley
,
2023/06/09
Re: [PATCH v2] dt-bindings: riscv: deprecate riscv,isa
,
Palmer Dabbelt
,
2023/06/22
Re: [PATCH v2] dt-bindings: riscv: deprecate riscv,isa
,
Conor Dooley
,
2023/06/22
Re: [PATCH v2] dt-bindings: riscv: deprecate riscv,isa
,
Palmer Dabbelt
,
2023/06/22
[PATCH v5 0/3] Implement the watchdog timer of HiFive 1 rev b.
,
Tommy Wu
,
2023/06/08
[PATCH v5 1/3] hw/misc: sifive_e_aon: Support the watchdog timer of HiFive 1 rev b.
,
Tommy Wu
,
2023/06/08
Re: [PATCH v5 1/3] hw/misc: sifive_e_aon: Support the watchdog timer of HiFive 1 rev b.
,
Alistair Francis
,
2023/06/21
[PATCH v5 2/3] hw/riscv: sifive_e: Support the watchdog timer of HiFive 1 rev b.
,
Tommy Wu
,
2023/06/08
Re: [PATCH v5 2/3] hw/riscv: sifive_e: Support the watchdog timer of HiFive 1 rev b.
,
Alistair Francis
,
2023/06/21
[PATCH v5 3/3] tests/qtest: sifive-e-aon-watchdog-test.c: Add QTest of watchdog of sifive_e
,
Tommy Wu
,
2023/06/08
Re: [PATCH v5 3/3] tests/qtest: sifive-e-aon-watchdog-test.c: Add QTest of watchdog of sifive_e
,
Alistair Francis
,
2023/06/21
Re: [PATCH v5 0/3] Implement the watchdog timer of HiFive 1 rev b.
,
Alistair Francis
,
2023/06/21
Re: [PATCH v5 0/3] Implement the watchdog timer of HiFive 1 rev b.
,
Tommy Wu
,
2023/06/27
[PATCH v2 0/5] misc: Enforce .[ch].inc extension for re-included .c/.h files
,
Philippe Mathieu-Daudé
,
2023/06/08
[PATCH v2 1/5] hw/remote/proxy: Remove dubious 'event_notifier-posix.c' include
,
Philippe Mathieu-Daudé
,
2023/06/08
Re: [PATCH v2 1/5] hw/remote/proxy: Remove dubious 'event_notifier-posix.c' include
,
Philippe Mathieu-Daudé
,
2023/06/08
[PATCH v2 2/5] tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.inc
,
Philippe Mathieu-Daudé
,
2023/06/08
[PATCH v2 3/5] target/arm: Rename helper template headers as '.h.inc'
,
Philippe Mathieu-Daudé
,
2023/06/08
[PATCH v2 4/5] target/i386: Rename helper template headers as '.h.inc'
,
Philippe Mathieu-Daudé
,
2023/06/08
[PATCH v2 5/5] target: Bulk rename 'helper.h' -> 'helper.h.inc' for all targets
,
Philippe Mathieu-Daudé
,
2023/06/08
Re: [PATCH v2 5/5] target: Bulk rename 'helper.h' -> 'helper.h.inc' for all targets
,
Philippe Mathieu-Daudé
,
2023/06/08
Re: [PATCH 7/9] disas/riscv: Provide infrastructure for vendor extensions
,
LIU Zhiwei
,
2023/06/08
Re: [PATCH 7/9] disas/riscv: Provide infrastructure for vendor extensions
,
Christoph Müllner
,
2023/06/12
Re: [PATCH 7/9] disas/riscv: Provide infrastructure for vendor extensions
,
Alistair Francis
,
2023/06/11
Re: [PATCH v5 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines
,
Paolo Bonzini
,
2023/06/08
[RFC v3] linux-user/riscv: Add syscall riscv_hwprobe
,
Robbin Ehn
,
2023/06/08
Re: [RFC v3] linux-user/riscv: Add syscall riscv_hwprobe
,
Palmer Dabbelt
,
2023/06/15
Re: [RFC v3] linux-user/riscv: Add syscall riscv_hwprobe
,
Robbin Ehn
,
2023/06/19
[PATCH v4 0/4] target/riscv: Add Smrnmi support.
,
Tommy Wu
,
2023/06/08
[PATCH v4 1/4] target/riscv: Add Smrnmi cpu extension.
,
Tommy Wu
,
2023/06/08
Re: [PATCH v4 1/4] target/riscv: Add Smrnmi cpu extension.
,
Andrew Jones
,
2023/06/08
Re: [PATCH v4 1/4] target/riscv: Add Smrnmi cpu extension.
,
Alistair Francis
,
2023/06/12
[PATCH v4 2/4] target/riscv: Add Smrnmi CSRs.
,
Tommy Wu
,
2023/06/08
Re: [PATCH v4 2/4] target/riscv: Add Smrnmi CSRs.
,
Alistair Francis
,
2023/06/12
[PATCH v4 3/4] target/riscv: Handle Smrnmi interrupt and exception.
,
Tommy Wu
,
2023/06/08
[PATCH v4 4/4] target/riscv: Add Smrnmi mnret instruction.
,
Tommy Wu
,
2023/06/08
Re: [PATCH v4 0/4] target/riscv: Add Smrnmi support.
,
Andrew Jones
,
2023/06/08
Re: [PATCH v3 1/4] target/riscv: Add Smrnmi cpu extension.
,
Tommy Wu
,
2023/06/08
[PATCH] target/riscv/vector_helper.c: clean up reference of MTYPE
,
Xiao Wang
,
2023/06/08
Re: [PATCH] target/riscv/vector_helper.c: clean up reference of MTYPE
,
Daniel Henrique Barboza
,
2023/06/09
Re: [PATCH] target/riscv/vector_helper.c: clean up reference of MTYPE
,
Alistair Francis
,
2023/06/11
Re: [PATCH] target/riscv/vector_helper.c: clean up reference of MTYPE
,
LIU Zhiwei
,
2023/06/11
Re: [PATCH 16/16] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM
,
Andrew Jones
,
2023/06/07
Re: [PATCH 16/16] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM
,
Daniel Henrique Barboza
,
2023/06/07
Re: [PATCH 16/16] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM
,
Andrew Jones
,
2023/06/08
Re: [PATCH 15/16] target/riscv: update multi-letter extension KVM properties
,
Andrew Jones
,
2023/06/07
Re: [PATCH 14/16] target/riscv: adapt 'riscv_isa_string' for KVM
,
Andrew Jones
,
2023/06/07
Re: [PATCH 14/16] target/riscv: adapt 'riscv_isa_string' for KVM
,
Daniel Henrique Barboza
,
2023/06/13
Re: [PATCH 14/16] target/riscv: adapt 'riscv_isa_string' for KVM
,
Daniel Henrique Barboza
,
2023/06/13
Re: [PATCH 12/16] target/riscv/kvm.c: update KVM MISA bits
,
Andrew Jones
,
2023/06/07
Re: [PATCH 13/16] target/riscv/kvm.c: add multi-letter extension KVM properties
,
Andrew Jones
,
2023/06/07
Re: [PATCH 13/16] target/riscv/kvm.c: add multi-letter extension KVM properties
,
Daniel Henrique Barboza
,
2023/06/07
Re: [PATCH 13/16] target/riscv/kvm.c: add multi-letter extension KVM properties
,
Andrew Jones
,
2023/06/08
Re: [PATCH 13/16] target/riscv/kvm.c: add multi-letter extension KVM properties
,
Daniel Henrique Barboza
,
2023/06/12
Re: [PATCH 11/16] target/riscv: add KVM specific MISA properties
,
Andrew Jones
,
2023/06/07
[PATCH v2] target/riscv/vector_helper.c: Remove the check for extra tail elements
,
Xiao Wang
,
2023/06/07
Re: [PATCH v2] target/riscv/vector_helper.c: Remove the check for extra tail elements
,
Daniel Henrique Barboza
,
2023/06/07
Re: [PATCH v2] target/riscv/vector_helper.c: Remove the check for extra tail elements
,
Weiwei Li
,
2023/06/07
Re: [PATCH v2] target/riscv/vector_helper.c: Remove the check for extra tail elements
,
Alistair Francis
,
2023/06/11
Re: [PATCH 0/9] disas/riscv: Add vendor extension support
,
Daniel Henrique Barboza
,
2023/06/06
Re: [PATCH 0/9] disas/riscv: Add vendor extension support
,
Christoph Müllner
,
2023/06/12
Re: [PATCH 10/16] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
,
Andrew Jones
,
2023/06/06
Re: [PATCH 08/16] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
,
Andrew Jones
,
2023/06/06
Re: [PATCH 07/16] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
,
Andrew Jones
,
2023/06/06
Re: [PATCH 07/16] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
,
Alistair Francis
,
2023/06/12
Re: [PATCH 06/16] target/riscv: use KVM scratch CPUs to init KVM properties
,
Andrew Jones
,
2023/06/06
Re: [PATCH 06/16] target/riscv: use KVM scratch CPUs to init KVM properties
,
Alistair Francis
,
2023/06/12
Re: [PATCH 05/16] target/riscv/cpu.c: restrict 'marchid' value
,
Andrew Jones
,
2023/06/06
Re: [PATCH 04/16] target/riscv/cpu.c: restrict 'mimpid' value
,
Andrew Jones
,
2023/06/06
[PATCH 0/5] misc: Enforce .[ch].inc extension for re-included .c/.h files
,
Philippe Mathieu-Daudé
,
2023/06/06
[PATCH 1/5] bsd-user: Rename elfcore.c -> elfcore.c.inc
,
Philippe Mathieu-Daudé
,
2023/06/06
Re: [PATCH 1/5] bsd-user: Rename elfcore.c -> elfcore.c.inc
,
Richard Henderson
,
2023/06/06
Re: [PATCH 1/5] bsd-user: Rename elfcore.c -> elfcore.c.inc
,
Warner Losh
,
2023/06/06
Re: [PATCH 1/5] bsd-user: Rename elfcore.c -> elfcore.c.inc
,
Philippe Mathieu-Daudé
,
2023/06/06
[PATCH 2/5] target/arm: Rename helper template headers as '.h.inc'
,
Philippe Mathieu-Daudé
,
2023/06/06
Re: [PATCH 2/5] target/arm: Rename helper template headers as '.h.inc'
,
Richard Henderson
,
2023/06/06
Re: [PATCH 2/5] target/arm: Rename helper template headers as '.h.inc'
,
Philippe Mathieu-Daudé
,
2023/06/06
Re: [PATCH 2/5] target/arm: Rename helper template headers as '.h.inc'
,
Peter Maydell
,
2023/06/06
Re: [PATCH 2/5] target/arm: Rename helper template headers as '.h.inc'
,
Richard Henderson
,
2023/06/06
[PATCH 3/5] target/i386: Rename helper template headers as '.h.inc'
,
Philippe Mathieu-Daudé
,
2023/06/06
Re: [PATCH 3/5] target/i386: Rename helper template headers as '.h.inc'
,
Richard Henderson
,
2023/06/06
[PATCH 4/5] target: Rename per-target 'helper.h' -> 'helper.h.inc'
,
Philippe Mathieu-Daudé
,
2023/06/06
Re: [PATCH 4/5] target: Rename per-target 'helper.h' -> 'helper.h.inc'
,
Richard Henderson
,
2023/06/06
Re: [PATCH 4/5] target: Rename per-target 'helper.h' -> 'helper.h.inc'
,
Philippe Mathieu-Daudé
,
2023/06/08
[PATCH 5/5] tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.inc
,
Philippe Mathieu-Daudé
,
2023/06/06
Re: [PATCH 5/5] tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.inc
,
Richard Henderson
,
2023/06/06
Re: [PATCH 5/5] tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.inc
,
Alex Bennée
,
2023/06/06
Re: [PATCH 0/5] misc: Enforce .[ch].inc extension for re-included .c/.h files
,
Alex Bennée
,
2023/06/06
Re: [PATCH v3 6/6] target/riscv: select KVM AIA in riscv virt machine
,
Daniel Henrique Barboza
,
2023/06/06
Re: [PATCH v3 5/6] target/riscv: update APLIC and IMSIC to support KVM AIA
,
Daniel Henrique Barboza
,
2023/06/06
Re: [PATCH v3 4/6] target/riscv: Create an KVM AIA irqchip
,
Daniel Henrique Barboza
,
2023/06/06
Re: [PATCH v3 4/6] target/riscv: Create an KVM AIA irqchip
,
Yong-Xuan Wang
,
2023/06/09
[PATCH] target/riscv/vector_helper.c: Remove the check for extra tail elements
,
Xiao Wang
,
2023/06/06
Re: [PATCH] target/riscv/vector_helper.c: Remove the check for extra tail elements
,
Daniel Henrique Barboza
,
2023/06/06
RE: [PATCH] target/riscv/vector_helper.c: Remove the check for extra tail elements
,
Wang, Xiao W
,
2023/06/06
Re: [PATCH 03/16] target/riscv/cpu.c: restrict 'mvendorid' value
,
Andrew Jones
,
2023/06/06
Re: [PATCH 03/16] target/riscv/cpu.c: restrict 'mvendorid' value
,
Daniel Henrique Barboza
,
2023/06/06
Re: [PATCH 03/16] target/riscv/cpu.c: restrict 'mvendorid' value
,
Alistair Francis
,
2023/06/11
Re: [PATCH 03/16] target/riscv/cpu.c: restrict 'mvendorid' value
,
Daniel Henrique Barboza
,
2023/06/12
Re: [PATCH 03/16] target/riscv/cpu.c: restrict 'mvendorid' value
,
Alistair Francis
,
2023/06/13
Re: [PATCH 02/16] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
,
Andrew Jones
,
2023/06/06
Re: [PATCH 02/16] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
,
Daniel Henrique Barboza
,
2023/06/06
Re: [PATCH 02/16] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
,
Alistair Francis
,
2023/06/11
[PATCH] Add epmp to extensions list and rename it to smepmp
,
Himanshu Chauhan
,
2023/06/06
Re: [PATCH] Add epmp to extensions list and rename it to smepmp
,
Daniel Henrique Barboza
,
2023/06/06
Re: [PATCH] Add epmp to extensions list and rename it to smepmp
,
Loïc Lefort
,
2023/06/06
Re: [PATCH] Add epmp to extensions list and rename it to smepmp
,
Daniel Henrique Barboza
,
2023/06/06
Re: [PATCH] Add epmp to extensions list and rename it to smepmp
,
Alistair Francis
,
2023/06/11
Re: [PATCH 01/10] sysemu/kvm: Remove unused headers
,
Philippe Mathieu-Daudé
,
2023/06/06
[RFC PATCH v2 0/9] bulk: Replace CONFIG_SOFTMMU by !CONFIG_USER_ONLY/CONFIG_SYSTEM_ONLY
,
Philippe Mathieu-Daudé
,
2023/06/05
[RFC PATCH v2 1/9] target/tricore: Remove pointless CONFIG_SOFTMMU guard
,
Philippe Mathieu-Daudé
,
2023/06/05
Re: [RFC PATCH v2 1/9] target/tricore: Remove pointless CONFIG_SOFTMMU guard
,
Richard Henderson
,
2023/06/06
[RFC PATCH v2 2/9] target/i386: Check for USER_ONLY definition instead of SOFTMMU one
,
Philippe Mathieu-Daudé
,
2023/06/05
Re: [RFC PATCH v2 2/9] target/i386: Check for USER_ONLY definition instead of SOFTMMU one
,
Richard Henderson
,
2023/06/06
[RFC PATCH v2 3/9] target/m68k: Check for USER_ONLY definition instead of SOFTMMU one
,
Philippe Mathieu-Daudé
,
2023/06/05
Re: [RFC PATCH v2 3/9] target/m68k: Check for USER_ONLY definition instead of SOFTMMU one
,
Richard Henderson
,
2023/06/06
[RFC PATCH v2 4/9] target/ppc: Check for USER_ONLY definition instead of SOFTMMU one
,
Philippe Mathieu-Daudé
,
2023/06/05
Re: [RFC PATCH v2 4/9] target/ppc: Check for USER_ONLY definition instead of SOFTMMU one
,
Richard Henderson
,
2023/06/06
[RFC PATCH v2 5/9] hw/core/cpu: Check for USER_ONLY definition instead of SOFTMMU one
,
Philippe Mathieu-Daudé
,
2023/06/05
Re: [RFC PATCH v2 5/9] hw/core/cpu: Check for USER_ONLY definition instead of SOFTMMU one
,
Richard Henderson
,
2023/06/06
[RFC PATCH v2 6/9] accel/tcg: Check for USER_ONLY definition instead of SOFTMMU one
,
Philippe Mathieu-Daudé
,
2023/06/05
Re: [RFC PATCH v2 6/9] accel/tcg: Check for USER_ONLY definition instead of SOFTMMU one
,
Richard Henderson
,
2023/06/06
[RFC PATCH v2 7/9] meson: Alias CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
,
Philippe Mathieu-Daudé
,
2023/06/05
[RFC PATCH v2 8/9] meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
,
Philippe Mathieu-Daudé
,
2023/06/05
[RFC PATCH v2 9/9] meson: Replace softmmu_ss -> system_ss
,
Philippe Mathieu-Daudé
,
2023/06/05
Re: [RFC PATCH v2 9/9] meson: Replace softmmu_ss -> system_ss
,
Richard Henderson
,
2023/06/06
Re: [RFC PATCH v2 0/9] bulk: Replace CONFIG_SOFTMMU by !CONFIG_USER_ONLY/CONFIG_SYSTEM_ONLY
,
Philippe Mathieu-Daudé
,
2023/06/05
Re: [PATCH v3 3/6] target/riscv: check the in-kernel irqchip support
,
Daniel Henrique Barboza
,
2023/06/05
Re: [PATCH v3 2/6] target/riscv: support the AIA device emulation with KVM enabled
,
Daniel Henrique Barboza
,
2023/06/05
Re: [PATCH v3 2/6] target/riscv: support the AIA device emulation with KVM enabled
,
Yong-Xuan Wang
,
2023/06/12
Re: [PATCH v3 2/6] target/riscv: support the AIA device emulation with KVM enabled
,
Daniel Henrique Barboza
,
2023/06/14
[PATCH] target/riscv: Smepmp: Return error when access permission not allowed in PMP
,
Himanshu Chauhan
,
2023/06/05
Re: [PATCH] target/riscv: Smepmp: Return error when access permission not allowed in PMP
,
Weiwei Li
,
2023/06/05
[PATCH v2] target/riscv: Smepmp: Return error when access permission not allowed in PMP
,
Himanshu Chauhan
,
2023/06/05
Re: [PATCH v2] target/riscv: Smepmp: Return error when access permission not allowed in PMP
,
Weiwei Li
,
2023/06/05
Re: [PATCH] target/riscv: Smepmp: Return error when access permission not allowed in PMP
,
Richard Henderson
,
2023/06/05
[PATCH v3] target/riscv: Smepmp: Return error when access permission not allowed in PMP
,
Himanshu Chauhan
,
2023/06/05
Re: [PATCH v3] target/riscv: Smepmp: Return error when access permission not allowed in PMP
,
Weiwei Li
,
2023/06/05
Re: [PATCH v3] target/riscv: Smepmp: Return error when access permission not allowed in PMP
,
Daniel Henrique Barboza
,
2023/06/06
Re: [PATCH v3] target/riscv: Smepmp: Return error when access permission not allowed in PMP
,
Alistair Francis
,
2023/06/11
[PATCH v2 0/3] target/riscv: Fix mstatus related problems
,
Weiwei Li
,
2023/06/03
[PATCH v2 1/3] target/riscv: Make MPV only work when MPP != PRV_M
,
Weiwei Li
,
2023/06/03
[PATCH v2 3/3] target/riscv: Remove redundant assignment to SXL
,
Weiwei Li
,
2023/06/03
[PATCH v2 2/3] target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
,
Weiwei Li
,
2023/06/03
Re: [PATCH v2 0/3] target/riscv: Fix mstatus related problems
,
Alistair Francis
,
2023/06/21
[PATCH 00/35] crypto: Provide aes-round.h and host accel
,
Richard Henderson
,
2023/06/02
[PATCH 01/35] tests/multiarch: Add test-aes
,
Richard Henderson
,
2023/06/02
[PATCH 02/35] target/arm: Move aesmc and aesimc tables to crypto/aes.c
,
Richard Henderson
,
2023/06/02
Re: [PATCH 02/35] target/arm: Move aesmc and aesimc tables to crypto/aes.c
,
Ard Biesheuvel
,
2023/06/03
Re: [PATCH 02/35] target/arm: Move aesmc and aesimc tables to crypto/aes.c
,
Richard Henderson
,
2023/06/03
Re: [PATCH 02/35] target/arm: Move aesmc and aesimc tables to crypto/aes.c
,
Philippe Mathieu-Daudé
,
2023/06/05
Re: [PATCH 02/35] target/arm: Move aesmc and aesimc tables to crypto/aes.c
,
Philippe Mathieu-Daudé
,
2023/06/05
[PATCH 03/35] crypto/aes: Add constants for ShiftRows, InvShiftRows
,
Richard Henderson
,
2023/06/02
Re: [PATCH 03/35] crypto/aes: Add constants for ShiftRows, InvShiftRows
,
Philippe Mathieu-Daudé
,
2023/06/05
[PATCH 04/35] crypto: Add aesenc_SB_SR
,
Richard Henderson
,
2023/06/02
Re: [PATCH 04/35] crypto: Add aesenc_SB_SR
,
Ard Biesheuvel
,
2023/06/03
Re: [PATCH 04/35] crypto: Add aesenc_SB_SR
,
Richard Henderson
,
2023/06/03
[PATCH 05/35] target/i386: Use aesenc_SB_SR
,
Richard Henderson
,
2023/06/02
[PATCH 07/35] target/arm: Use aesenc_SB_SR
,
Richard Henderson
,
2023/06/02
[PATCH 06/35] target/arm: Demultiplex AESE and AESMC
,
Richard Henderson
,
2023/06/02
Re: [PATCH 06/35] target/arm: Demultiplex AESE and AESMC
,
Philippe Mathieu-Daudé
,
2023/06/05
[PATCH 12/35] target/arm: Use aesdec_ISB_ISR
,
Richard Henderson
,
2023/06/02
[PATCH 08/35] target/ppc: Use aesenc_SB_SR
,
Richard Henderson
,
2023/06/02
[PATCH 09/35] target/riscv: Use aesenc_SB_SR
,
Richard Henderson
,
2023/06/02
[PATCH 10/35] crypto: Add aesdec_ISB_ISR
,
Richard Henderson
,
2023/06/02
[PATCH 11/35] target/i386: Use aesdec_ISB_ISR
,
Richard Henderson
,
2023/06/02
[PATCH 14/35] target/riscv: Use aesdec_ISB_ISR
,
Richard Henderson
,
2023/06/02
[PATCH 15/35] crypto: Add aesenc_MC
,
Richard Henderson
,
2023/06/02
[PATCH 17/35] crypto: Add aesdec_IMC
,
Richard Henderson
,
2023/06/02
[PATCH 22/35] target/i386: Use aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/06/02
[PATCH 20/35] target/riscv: Use aesdec_IMC
,
Richard Henderson
,
2023/06/02
[PATCH 23/35] target/ppc: Use aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/06/02
[PATCH 27/35] target/riscv: Use aesdec_ISB_ISR_IMC_AK
,
Richard Henderson
,
2023/06/02
[PATCH 25/35] crypto: Add aesdec_ISB_ISR_IMC_AK
,
Richard Henderson
,
2023/06/02
[PATCH 31/35] host/include/aarch64: Implement aes-round.h
,
Richard Henderson
,
2023/06/02
Re: [PATCH 31/35] host/include/aarch64: Implement aes-round.h
,
Ard Biesheuvel
,
2023/06/03
Re: [PATCH 31/35] host/include/aarch64: Implement aes-round.h
,
Richard Henderson
,
2023/06/03
[PATCH 30/35] host/include/i386: Implement aes-round.h
,
Richard Henderson
,
2023/06/02
[PATCH 32/35] crypto: Remove AES_shifts, AES_ishifts
,
Richard Henderson
,
2023/06/02
[PATCH 33/35] crypto: Implement aesdec_IMC with AES_imc_rot
,
Richard Henderson
,
2023/06/02
[PATCH 16/35] target/arm: Use aesenc_MC
,
Richard Henderson
,
2023/06/02
[PATCH 13/35] target/ppc: Use aesdec_ISB_ISR
,
Richard Henderson
,
2023/06/02
[PATCH 19/35] target/arm: Use aesdec_IMC
,
Richard Henderson
,
2023/06/02
[PATCH 21/35] crypto: Add aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/06/02
[PATCH 26/35] target/i386: Use aesdec_ISB_ISR_IMC_AK
,
Richard Henderson
,
2023/06/02
[PATCH 34/35] crypto: Remove AES_imc
,
Richard Henderson
,
2023/06/02
[PATCH 35/35] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
,
Richard Henderson
,
2023/06/02
[PATCH 18/35] target/i386: Use aesdec_IMC
,
Richard Henderson
,
2023/06/02
[PATCH 24/35] target/riscv: Use aesenc_SB_SR_MC_AK
,
Richard Henderson
,
2023/06/02
[PATCH 28/35] crypto: Add aesdec_ISB_ISR_AK_IMC
,
Richard Henderson
,
2023/06/02
[PATCH 29/35] target/ppc: Use aesdec_ISB_ISR_AK_IMC
,
Richard Henderson
,
2023/06/02
Re: [PATCH 00/35] crypto: Provide aes-round.h and host accel
,
Ard Biesheuvel
,
2023/06/03
Re: [PATCH 00/35] crypto: Provide aes-round.h and host accel
,
Ard Biesheuvel
,
2023/06/04
[RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
,
Robbin Ehn
,
2023/06/02
Re: [RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
,
Andrew Jones
,
2023/06/02
Re: [RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
,
Robbin Ehn
,
2023/06/02
Re: [RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
,
Andrew Jones
,
2023/06/02
Re: [RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
,
Richard Henderson
,
2023/06/02
Re: [RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
,
Robbin Ehn
,
2023/06/05
Re: [RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
,
Richard Henderson
,
2023/06/02
Re: [RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
,
Andrew Jones
,
2023/06/03
Re: [RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
,
Richard Henderson
,
2023/06/03
Re: [RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
,
Richard Henderson
,
2023/06/02
Re: [RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
,
Robbin Ehn
,
2023/06/05
RFC: target/riscv: Add support for Zacas extension
,
Rob Bradford
,
2023/06/02
[PATCH 1/2] target/riscv: Add Zacas ISA extension support
,
Rob Bradford
,
2023/06/02
Re: [PATCH 1/2] target/riscv: Add Zacas ISA extension support
,
Weiwei Li
,
2023/06/02
Re: [PATCH 1/2] target/riscv: Add Zacas ISA extension support
,
Rob Bradford
,
2023/06/20
Re: [PATCH 1/2] target/riscv: Add Zacas ISA extension support
,
Weiwei Li
,
2023/06/02
Re: [PATCH 1/2] target/riscv: Add Zacas ISA extension support
,
Richard Henderson
,
2023/06/02
[PATCH 2/2] disas/riscv: Add support for amocas.{w,d,q} instructions
,
Rob Bradford
,
2023/06/02
Re: [PATCH 2/2] disas/riscv: Add support for amocas.{w, d, q} instructions
,
Rob Bradford
,
2023/06/02
Re: [PATCH 01/16] target/riscv: skip features setup for KVM CPUs
,
Alistair Francis
,
2023/06/02
Re: [PATCH 01/16] target/riscv: skip features setup for KVM CPUs
,
Andrew Jones
,
2023/06/02
Re: [PATCH v3 2/2] target/riscv: Add RVV registers to log
,
Alistair Francis
,
2023/06/01
Re: [PATCH v3 2/2] target/riscv: Add RVV registers to log
,
Philippe Mathieu-Daudé
,
2023/06/02
Re: [PATCH v3 0/2] Support for print to log vector extension registers
,
Alistair Francis
,
2023/06/01
Re: [PATCH v2 4/6] target/riscv: Split interrupt logic from riscv_cpu_update_mip.
,
Alistair Francis
,
2023/06/01
Re: [PATCH v2 3/6] target/riscv: Set VS* bits to one in mideleg when H-Ext is enabled
,
Alistair Francis
,
2023/06/01
Re: [PATCH v2 2/6] target/riscv: Check for async flag in case of RISCV_EXCP_SEMIHOST.
,
Alistair Francis
,
2023/06/01
Re: [PATCH v2 1/6] target/riscv: Without H-mode mask all HS mode inturrupts in mie.
,
Alistair Francis
,
2023/06/01
[PATCH 0/2] bulk: Remove pointless QOM casts
,
Philippe Mathieu-Daudé
,
2023/06/01
[PATCH 1/2] scripts: Add qom-cast-macro-clean-cocci-gen.py
,
Philippe Mathieu-Daudé
,
2023/06/01
[PATCH 2/2] bulk: Remove pointless QOM casts
,
Philippe Mathieu-Daudé
,
2023/06/01
Re: [PATCH 0/2] bulk: Remove pointless QOM casts
,
Richard Henderson
,
2023/06/01
Re: [PATCH 4/4] target/riscv: Remove redundant assignment to SXL
,
Alistair Francis
,
2023/06/01
Re: [PATCH 4/4] target/riscv: Remove redundant assignment to SXL
,
LIU Zhiwei
,
2023/06/12
Re: [PATCH 3/4] target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
,
Alistair Francis
,
2023/06/01
Re: [PATCH 3/4] target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
,
LIU Zhiwei
,
2023/06/11
Re: [PATCH 3/4] target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
,
Weiwei Li
,
2023/06/11
Re: [PATCH 3/4] target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
,
LIU Zhiwei
,
2023/06/11
Re: [PATCH 3/4] target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
,
Weiwei Li
,
2023/06/12
Re: [PATCH 3/4] target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
,
LIU Zhiwei
,
2023/06/12
Re: [PATCH 3/4] target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
,
Weiwei Li
,
2023/06/12
Re: [PATCH 2/4] target/riscv: Remove check on mode for MPRV
,
Alistair Francis
,
2023/06/01
Re: [PATCH 2/4] target/riscv: Remove check on mode for MPRV
,
Weiwei Li
,
2023/06/01
Re: [PATCH 2/4] target/riscv: Remove check on mode for MPRV
,
Alistair Francis
,
2023/06/01
Re: [PATCH 2/4] target/riscv: Remove check on mode for MPRV
,
Weiwei Li
,
2023/06/01
Re: [PATCH 2/4] target/riscv: Remove check on mode for MPRV
,
Richard Henderson
,
2023/06/02
Re: [PATCH 2/4] target/riscv: Remove check on mode for MPRV
,
Weiwei Li
,
2023/06/03
Re: [PATCH 1/4] target/riscv: Make MPV only work when MPP != PRV_M
,
Alistair Francis
,
2023/06/01
Re: [PATCH 1/4] target/riscv: Make MPV only work when MPP != PRV_M
,
LIU Zhiwei
,
2023/06/11
Re: [PATCH 1/4] target/riscv: Make MPV only work when MPP != PRV_M
,
Weiwei Li
,
2023/06/11
Re: [PATCH 1/4] target/riscv: Make MPV only work when MPP != PRV_M
,
LIU Zhiwei
,
2023/06/11
Re: [PATCH v3 0/7] target/riscv: Add support for PC-relative translation
,
Alistair Francis
,
2023/06/01
[PATCH v7 0/3] hw/riscv/virt: pflash improvements
,
Sunil V L
,
2023/06/01
[PATCH v7 1/3] hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
,
Sunil V L
,
2023/06/01
[PATCH v7 2/3] riscv/virt: Support using pflash via -blockdev option
,
Sunil V L
,
2023/06/01
Re: [PATCH v7 2/3] riscv/virt: Support using pflash via -blockdev option
,
Alistair Francis
,
2023/06/01
[PATCH v7 3/3] docs/system: riscv: Add pflash usage details
,
Sunil V L
,
2023/06/01
Re: [PATCH v7 3/3] docs/system: riscv: Add pflash usage details
,
Alistair Francis
,
2023/06/01
Re: [PATCH v7 0/3] hw/riscv/virt: pflash improvements
,
Alistair Francis
,
2023/06/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc