messages from 2021-06-15 16:14:28 to 2021-06-21 10:34:51 UTC [more...]
[PATCH v4 0/8] GICv3 LPI and ITS feature implementation
2021-06-21 10:03 UTC (15+ messages)
` [PATCH v4 2/8] hw/intc: GICv3 ITS register definitions added
` [PATCH v4 3/8] hw/intc: GICv3 ITS command queue framework
` [PATCH v4 4/8] hw/intc: GICv3 ITS Command processing
` [PATCH v4 6/8] hw/intc: GICv3 redistributor ITS processing
[PATCH v2] docs/system: arm: Add nRF boards description
2021-06-21 7:58 UTC (2+ messages)
[PATCH 05/26] target/arm: Use translator_use_goto_tb
2021-06-21 1:34 UTC
[PATCH v3 0/4] STM32VLDISCOVERY Machine Model
2021-06-19 15:53 UTC (11+ messages)
` [PATCH v3 1/4] stm32f100: Add the stm32f100 SoC
` [PATCH v3 2/4] stm32vldiscovery: Add the STM32VLDISCOVERY Machine
` [PATCH v3 3/4] docs/system: arm: Add stm32 boards description
` [PATCH v3 4/4] tests/boot-serial-test: Add STM32VLDISCOVERY board testcase
[PATCH] docs/system: arm: Add nRF boards description
2021-06-19 11:50 UTC (3+ messages)
[PATCH v2 02/23] linux-user/aarch64: Implement setup_sigtramp
2021-06-18 19:29 UTC (4+ messages)
` [PATCH v2 03/23] linux-user/arm: Split out v2_frame
` [PATCH v2 04/23] linux-user/arm: Force v2 frames for fdpic
` [PATCH v2 05/23] linux-user/arm: Implement setup_sigtramp
[PATCH 0/7] target/arm: Fix FPCXT_NS accesses when FPU disabled
2021-06-18 16:54 UTC (16+ messages)
` [PATCH 1/7] target/arm/translate-vfp.c: Whitespace fixes
` [PATCH 2/7] target/arm: Handle FPU being disabled in FPCXT_NS accesses
` [PATCH 3/7] target/arm: Don't NOCP fault for "
` [PATCH 4/7] target/arm: Handle writeback in VLDR/VSTR sysreg with no memory access
` [PATCH 5/7] target/arm: Factor FP context update code out into helper function
` [PATCH 6/7] target/arm: Split vfp_access_check() into A and M versions
` [PATCH 7/7] target/arm: Handle FPU check for FPCXT_NS insns via vfp_access_check_m()
[PATCH v16 00/99] arm tcg/kvm refactor and split with kvm only support
2021-06-18 16:31 UTC (11+ messages)
` [PATCH v16 43/99] target/arm: move a15 cpu model away from the TCG-only models
` [PATCH v16 63/99] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM
` [PATCH v16 93/99] meson: Introduce target-specific Kconfig
GICv3 for MTTCG
2021-06-18 15:18 UTC (7+ messages)
[PATCH v3 0/2] semihosting/next (SYS_HEAPINFO)
2021-06-18 15:01 UTC (6+ messages)
` [PATCH v3 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
` [PATCH v3 2/2] tests/tcg: port SYS_HEAPINFO to a system test
[PATCH v2] docs/system/arm: Document which architecture extensions we emulate
2021-06-18 14:55 UTC (2+ messages)
[PATCH v3 00/44] target/arm: First slice of MVE implementation
2021-06-18 14:47 UTC (52+ messages)
` [PATCH v3 01/44] target/arm: Implement MVE VLDR/VSTR (non-widening forms)
` [PATCH v3 02/44] target/arm: Implement widening/narrowing MVE VLDR/VSTR insns
` [PATCH v3 03/44] target/arm: Implement MVE VCLZ
` [PATCH v3 04/44] target/arm: Implement MVE VCLS
` [PATCH v3 05/44] target/arm: Implement MVE VREV16, VREV32, VREV64
` [PATCH v3 06/44] target/arm: Implement MVE VMVN (register)
` [PATCH v3 07/44] target/arm: Implement MVE VABS
` [PATCH v3 08/44] target/arm: Implement MVE VNEG
` [PATCH v3 09/44] tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64
` [PATCH v3 10/44] target/arm: Implement MVE VDUP
` [PATCH v3 11/44] target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEOR
` [PATCH v3 12/44] target/arm: Implement MVE VADD, VSUB, VMUL
` [PATCH v3 13/44] target/arm: Implement MVE VMULH
` [PATCH v3 14/44] target/arm: Implement MVE VRMULH
` [PATCH v3 15/44] target/arm: Implement MVE VMAX, VMIN
` [PATCH v3 16/44] target/arm: Implement MVE VABD
` [PATCH v3 17/44] target/arm: Implement MVE VHADD, VHSUB
` [PATCH v3 18/44] target/arm: Implement MVE VMULL
` [PATCH v3 19/44] target/arm: Implement MVE VMLALDAV
` [PATCH v3 20/44] target/arm: Implement MVE VMLSLDAV
` [PATCH v3 21/44] target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH
` [PATCH v3 22/44] target/arm: Implement MVE VADD (scalar)
` [PATCH v3 23/44] target/arm: Implement MVE VSUB, VMUL (scalar)
` [PATCH v3 24/44] target/arm: Implement MVE VHADD, VHSUB (scalar)
` [PATCH v3 25/44] target/arm: Implement MVE VBRSR
` [PATCH v3 26/44] target/arm: Implement MVE VPST
` [PATCH v3 27/44] target/arm: Implement MVE VQADD and VQSUB
` [PATCH v3 28/44] target/arm: Implement MVE VQDMULH and VQRDMULH (scalar)
` [PATCH v3 29/44] target/arm: Implement MVE VQDMULL scalar
` [PATCH v3 30/44] target/arm: Implement MVE VQDMULH, VQRDMULH (vector)
` [PATCH v3 31/44] target/arm: Implement MVE VQADD, VQSUB (vector)
` [PATCH v3 32/44] target/arm: Implement MVE VQSHL (vector)
` [PATCH v3 33/44] target/arm: Implement MVE VQRSHL
` [PATCH v3 34/44] target/arm: Implement MVE VSHL insn
` [PATCH v3 35/44] target/arm: Implmement MVE VRSHL
` [PATCH v3 36/44] target/arm: Implement MVE VQDMLADH and VQRDMLADH
` [PATCH v3 37/44] target/arm: Implement MVE VQDMLSDH and VQRDMLSDH
` [PATCH v3 38/44] target/arm: Implement MVE VQDMULL (vector)
` [PATCH v3 39/44] target/arm: Implement MVE VRHADD
` [PATCH v3 40/44] target/arm: Implement MVE VADC, VSBC
` [PATCH v3 41/44] target/arm: Implement MVE VCADD
` [PATCH v3 42/44] target/arm: Implement MVE VHCADD
` [PATCH v3 43/44] target/arm: Implement MVE VADDV
` [PATCH v3 44/44] target/arm: Make VMOV scalar <-> gpreg beatwise for MVE
[PATCH v3 00/13] hw/i2c: Remove confusing i2c_send_recv() API
2021-06-18 8:54 UTC (40+ messages)
` [PATCH v3 01/13] hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"
` [PATCH v3 02/13] hw/input/lm832x: Define TYPE_LM8323 in public header
` [PATCH v3 03/13] hw/display/sm501: Simplify sm501_i2c_write() logic
` [PATCH v3 04/13] hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send()
` [PATCH v3 05/13] hw/i2c/ppc4xx_i2c: Add reference to datasheet
` [PATCH v3 06/13] hw/i2c/ppc4xx_i2c: Replace i2c_send_recv() by i2c_recv() & i2c_send()
` [PATCH v3 07/13] hw/misc/auxbus: Fix MOT/classic I2C mode
` [PATCH v3 08/13] hw/misc/auxbus: Explode READ_I2C / WRITE_I2C_MOT cases
` [PATCH v3 09/13] hw/misc/auxbus: Replace 'is_write' boolean by its value
` [PATCH v3 10/13] hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send()
` [PATCH v3 11/13] hw/i2c: Remove confusing i2c_send_recv()
` [PATCH v3 12/13] hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()
` [PATCH v3 13/13] hw/i2c: Make i2c_start_transfer() direction argument a boolean
[PATCH 0/3] hw/acpi, arm: Provide and use acpi_ghes_present()
2021-06-17 12:25 UTC (5+ messages)
` [PATCH 1/3] hw/acpi: Provide stub version of acpi_ghes_record_errors()
[PATCH v4 00/15] hw/i2c: Remove confusing i2c_send_recv() API
2021-06-17 0:23 UTC (19+ messages)
` [PATCH v4 01/15] hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"
` [PATCH v4 02/15] hw/input/lm832x: Define TYPE_LM8323 in public header
` [PATCH v4 03/15] hw/display/sm501: Simplify sm501_i2c_write() logic
` [PATCH v4 04/15] hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send()
` [PATCH v4 05/15] hw/i2c/ppc4xx_i2c: Add reference to datasheet
` [PATCH v4 06/15] hw/i2c/ppc4xx_i2c: Replace i2c_send_recv() by i2c_recv() & i2c_send()
` [PATCH v4 07/15] hw/misc/auxbus: Fix MOT/classic I2C mode
` [PATCH v4 08/15] hw/misc/auxbus: Explode READ_I2C / WRITE_I2C_MOT cases
` [PATCH v4 09/15] hw/misc/auxbus: Replace 'is_write' boolean by its value
` [PATCH v4 10/15] hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send()
` [PATCH v4 11/15] hw/i2c: Remove confusing i2c_send_recv()
` [PATCH v4 12/15] hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()
` [PATCH v4 13/15] hw/i2c: Make i2c_start_transfer() direction argument a boolean
` [PATCH v4 14/15] hw/i2c: Extract i2c_do_start_transfer() from i2c_start_transfer()
` [PATCH v4 15/15] hw/i2c: Introduce i2c_start_recv() and i2c_start_send()
[PATCH] docs/system/arm: Document which architecture extensions we emulate
2021-06-16 19:19 UTC (3+ messages)
[PATCH 02/21] linux-user/aarch64: Implement setup_sigtramp
2021-06-16 17:40 UTC (8+ messages)
` [PATCH 03/21] linux-user/arm: Force v2 frames for fdpic
` [PATCH 04/21] linux-user/arm: Implement setup_sigtramp
[PATCH v2 0/2] hw/misc: DPS310 temp and pressure sensor model
2021-06-16 9:26 UTC (6+ messages)
` [PATCH v2 1/2] hw/misc: Add Infineon DPS310 "
` [PATCH v2 2/2] arm/aspeed: Add DPS310 to Witherspoon and Rainier
[PATCH 0/2] Updates docs/system/arm to include new bmc machines
2021-06-16 9:05 UTC (5+ messages)
` [PATCH 1/2] docs/system/arm: Add quanta-q7l1-bmc reference
` [PATCH 2/2] docs/system/arm: Add quanta-gbs-bmc reference
[PATCH v2 0/3] STM32VLDISCOVERY Machine Model
2021-06-15 21:53 UTC (7+ messages)
` [PATCH v2 1/3] stm32f100: Add the stm32f100 SoC
` [PATCH v2 2/3] stm32vldiscovery: Add the STM32VLDISCOVERY Machine
` [PATCH v2 3/3] docs/system: arm: Add stm32 boards description
[PATCH v2 0/2] Adds quanta-gbs-bmc machine to nuvoton boards
2021-06-15 17:51 UTC (3+ 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).