messages from 2023-05-30 19:48:23 to 2023-06-07 12:06:42 UTC [more...]
[PATCH 00/16] target/riscv, KVM: fixes and enhancements
2023-06-07 12:05 UTC (30+ messages)
` [PATCH 01/16] target/riscv: skip features setup for KVM CPUs
` [PATCH 02/16] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
` [PATCH 03/16] target/riscv/cpu.c: restrict 'mvendorid' value
` [PATCH 04/16] target/riscv/cpu.c: restrict 'mimpid' value
` [PATCH 05/16] target/riscv/cpu.c: restrict 'marchid' value
` [PATCH 06/16] target/riscv: use KVM scratch CPUs to init KVM properties
` [PATCH 07/16] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
` [PATCH 08/16] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
` [PATCH 09/16] linux-headers: Update to v6.4-rc1
` [PATCH 10/16] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
` [PATCH 11/16] target/riscv: add KVM specific MISA properties
` [PATCH 12/16] target/riscv/kvm.c: update KVM MISA bits
` [PATCH 13/16] target/riscv/kvm.c: add multi-letter extension KVM properties
` [PATCH 14/16] target/riscv: adapt 'riscv_isa_string' for KVM
[PATCH v2] target/riscv/vector_helper.c: Remove the check for extra tail elements
2023-06-07 9:16 UTC
[PATCH] target/riscv/vector_helper.c: Remove the check for extra tail elements
2023-06-07 3:12 UTC (3+ messages)
[PATCH] Add epmp to extensions list and rename it to smepmp
2023-06-06 20:55 UTC (4+ messages)
[PATCH 0/5] misc: Enforce .[ch].inc extension for re-included .c/.h files
2023-06-06 19:08 UTC (18+ messages)
` [PATCH 1/5] bsd-user: Rename elfcore.c -> elfcore.c.inc
` [PATCH 2/5] target/arm: Rename helper template headers as '.h.inc'
` [PATCH 3/5] target/i386: "
` [PATCH 4/5] target: Rename per-target 'helper.h' -> 'helper.h.inc'
` [PATCH 5/5] tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.inc
[PATCH 0/9] disas/riscv: Add vendor extension support
2023-06-06 17:38 UTC (2+ messages)
[RFC PATCH v2 0/9] bulk: Replace CONFIG_SOFTMMU by !CONFIG_USER_ONLY/CONFIG_SYSTEM_ONLY
2023-06-06 14:54 UTC (18+ messages)
` [RFC PATCH v2 1/9] target/tricore: Remove pointless CONFIG_SOFTMMU guard
` [RFC PATCH v2 2/9] target/i386: Check for USER_ONLY definition instead of SOFTMMU one
` [RFC PATCH v2 3/9] target/m68k: "
` [RFC PATCH v2 4/9] target/ppc: "
` [RFC PATCH v2 5/9] hw/core/cpu: "
` [RFC PATCH v2 6/9] accel/tcg: "
` [RFC PATCH v2 7/9] meson: Alias CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
` [RFC PATCH v2 8/9] meson: Replace "
` [RFC PATCH v2 9/9] meson: Replace softmmu_ss -> system_ss
[PATCH v3 0/6] Add RISC-V KVM AIA Support
2023-06-06 13:48 UTC (11+ messages)
` [PATCH v3 2/6] target/riscv: support the AIA device emulation with KVM enabled
` [PATCH v3 3/6] target/riscv: check the in-kernel irqchip support
` [PATCH v3 4/6] target/riscv: Create an KVM AIA irqchip
` [PATCH v3 5/6] target/riscv: update APLIC and IMSIC to support KVM AIA
` [PATCH v3 6/6] target/riscv: select KVM AIA in riscv virt machine
[PATCH] target/riscv: Smepmp: Return error when access permission not allowed in PMP
2023-06-06 12:53 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 00/10] accel/kvm: Spring cleaning
2023-06-06 5:32 UTC (3+ messages)
` [PATCH 01/10] sysemu/kvm: Remove unused headers
[RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
2023-06-05 14:27 UTC (11+ messages)
[PATCH 00/35] crypto: Provide aes-round.h and host accel
2023-06-05 11:01 UTC (48+ messages)
` [PATCH 01/35] tests/multiarch: Add test-aes
` [PATCH 02/35] target/arm: Move aesmc and aesimc tables to crypto/aes.c
` [PATCH 03/35] crypto/aes: Add constants for ShiftRows, InvShiftRows
` [PATCH 04/35] crypto: Add aesenc_SB_SR
` [PATCH 05/35] target/i386: Use aesenc_SB_SR
` [PATCH 06/35] target/arm: Demultiplex AESE and AESMC
` [PATCH 07/35] target/arm: Use aesenc_SB_SR
` [PATCH 08/35] target/ppc: "
` [PATCH 09/35] target/riscv: "
` [PATCH 10/35] crypto: Add aesdec_ISB_ISR
` [PATCH 11/35] target/i386: Use aesdec_ISB_ISR
` [PATCH 12/35] target/arm: "
` [PATCH 13/35] target/ppc: "
` [PATCH 14/35] target/riscv: "
` [PATCH 15/35] crypto: Add aesenc_MC
` [PATCH 16/35] target/arm: Use aesenc_MC
` [PATCH 17/35] crypto: Add aesdec_IMC
` [PATCH 18/35] target/i386: Use aesdec_IMC
` [PATCH 19/35] target/arm: "
` [PATCH 20/35] target/riscv: "
` [PATCH 21/35] crypto: Add aesenc_SB_SR_MC_AK
` [PATCH 22/35] target/i386: Use aesenc_SB_SR_MC_AK
` [PATCH 23/35] target/ppc: "
` [PATCH 24/35] target/riscv: "
` [PATCH 25/35] crypto: Add aesdec_ISB_ISR_IMC_AK
` [PATCH 26/35] target/i386: Use aesdec_ISB_ISR_IMC_AK
` [PATCH 27/35] target/riscv: "
` [PATCH 28/35] crypto: Add aesdec_ISB_ISR_AK_IMC
` [PATCH 29/35] target/ppc: Use aesdec_ISB_ISR_AK_IMC
` [PATCH 30/35] host/include/i386: Implement aes-round.h
` [PATCH 31/35] host/include/aarch64: "
` [PATCH 32/35] crypto: Remove AES_shifts, AES_ishifts
` [PATCH 33/35] crypto: Implement aesdec_IMC with AES_imc_rot
` [PATCH 34/35] crypto: Remove AES_imc
` [PATCH 35/35] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
[PATCH 0/4] target/riscv: Fix mstatus related problems
2023-06-03 13:46 UTC (22+ messages)
` [PATCH 1/4] target/riscv: Make MPV only work when MPP != PRV_M
` [PATCH 2/4] target/riscv: Remove check on mode for MPRV
` [PATCH 3/4] target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
` [PATCH 4/4] target/riscv: Remove redundant assignment to SXL
[PATCH v2 0/3] target/riscv: Fix mstatus related problems
2023-06-03 13:42 UTC (4+ messages)
` [PATCH v2 1/3] target/riscv: Make MPV only work when MPP != PRV_M
` [PATCH v2 2/3] target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
` [PATCH v2 3/3] target/riscv: Remove redundant assignment to SXL
RFC: target/riscv: Add support for Zacas extension
2023-06-03 3:28 UTC (7+ messages)
` [PATCH 1/2] target/riscv: Add Zacas ISA extension support
` [PATCH 2/2] disas/riscv: Add support for amocas.{w,d,q} instructions
` [PATCH 2/2] disas/riscv: Add support for amocas.{w, d, q} instructions
[PATCH v3 0/2] Support for print to log vector extension registers
2023-06-02 10:20 UTC (5+ messages)
` [PATCH v3 2/2] target/riscv: Add RVV registers to log
[PATCH v2 0/6] target/riscv: Add RISC-V Virtual IRQs and IRQ filtering support
2023-06-02 3:26 UTC (9+ messages)
` [PATCH v2 1/6] target/riscv: Without H-mode mask all HS mode inturrupts in mie
` [PATCH v2 2/6] target/riscv: Check for async flag in case of RISCV_EXCP_SEMIHOST
` [PATCH v2 3/6] target/riscv: Set VS* bits to one in mideleg when H-Ext is enabled
` [PATCH v2 4/6] target/riscv: Split interrupt logic from riscv_cpu_update_mip
[PATCH v7 0/3] hw/riscv/virt: pflash improvements
2023-06-02 2:11 UTC (7+ messages)
` [PATCH v7 1/3] hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
` [PATCH v7 2/3] riscv/virt: Support using pflash via -blockdev option
` [PATCH v7 3/3] docs/system: riscv: Add pflash usage details
[PATCH 0/2] bulk: Remove pointless QOM casts
2023-06-01 15:00 UTC (4+ messages)
` [PATCH 1/2] scripts: Add qom-cast-macro-clean-cocci-gen.py
` [PATCH 2/2] bulk: Remove pointless QOM casts
[PATCH v3 0/7] target/riscv: Add support for PC-relative translation
2023-06-01 5:20 UTC (2+ messages)
[PATCH v6 0/3] hw/riscv/virt: pflash improvements
2023-05-31 17:19 UTC (6+ messages)
` [PATCH v6 1/3] hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
` [PATCH v6 2/3] riscv/virt: Support using pflash via -blockdev option
` [PATCH v6 3/3] docs/system: riscv: Add pflash usage details
[PATCH v5 0/3] hw/riscv/virt: pflash improvements
2023-05-31 13:48 UTC (4+ messages)
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).