Show patches with: State = Action Required       |   23849 patches
« 1 2 3 4238 239 »
Patch Series S/W/F Date Submitter Delegate State
hw/misc/npcm_clk: fix buffer-overflow hw/misc/npcm_clk: fix buffer-overflow --- 2025-02-24 Pierrick Bouvier New
[v4,24/24] target/m68k: Implement FPIAR target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,23/24] target/m68k: Make vmstate variables static target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,22/24] tests/tcg/m68k: Add packed decimal tests target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,21/24] target/m68k: Implement packed decimal real loads and stores target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,20/24] target/m68k: Merge gen_store_fp, gen_store_mode_fp target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,19/24] target/m68k: Merge gen_load_fp, gen_load_mode_fp target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,18/24] target/m68k: Move gen_addr_fault into gen_{load, store}_mode_fp target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,17/24] target/m68k: Split gen_ea_mode_fp for load/store target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,16/24] target/m68k: Remove env argument to gen_ea_mode_fp target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,15/24] target/m68k: Remove env argument to gen_store_mode target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,14/24] target/m68k: Remove env argument to gen_load_mode target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,13/24] target/m68k: Remove env argument to gen_lea_mode target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,12/24] target/m68k: Remove env argument to gen_lea_indexed target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,11/24] target/m68k: Split gen_ea_mode for load/store target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,10/24] target/m68k: Move pre-dec/post-inc to gen_lea_mode target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,09/24] target/m68k: Use OS_UNSIZED in LEA, PEA, JMP target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,08/24] target/m68k: Use g_assert_not_reached in gen_lea_mode and gen_ea_mode target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,07/24] target/m68k: Merge gen_ea into SRC_EA and DEST_EA target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,06/24] target/m68k: Introduce M68K_FEATURE_FPU_PACKED_DECIMAL target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,05/24] target/m68k: Update FPSR for FMOVECR target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,04/24] target/m68k: Update FPSR.EXC target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,03/24] target/m68k: Keep FPSR up-to-date target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,02/24] target/m68k: Restore fp rounding mode on vm load target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v4,01/24] target/m68k: Add FPSR exception bit defines target/m68k: fpu improvements --- 2025-02-24 Richard Henderson New
[v2,12/12] fpu: Build only once fpu: Remove remaining target ifdefs and build only once --- 2025-02-24 Peter Maydell New
[v2,11/12] fpu: Don't compile-time disable hardfloat for PPC targets fpu: Remove remaining target ifdefs and build only once --- 2025-02-24 Peter Maydell New
[v2,10/12] fpu: Always decide snan_bit_is_one() at runtime fpu: Remove remaining target ifdefs and build only once --- 2025-02-24 Peter Maydell New
[v2,09/12] fpu: Always decide no_signaling_nans() at runtime fpu: Remove remaining target ifdefs and build only once --- 2025-02-24 Peter Maydell New
[v2,08/12] fpu: Move m68k_denormal fmt flag into floatx80_behaviour fpu: Remove remaining target ifdefs and build only once --- 2025-02-24 Peter Maydell New
[v2,07/12] fpu: Make floatx80 invalid encoding settable at runtime fpu: Remove remaining target ifdefs and build only once --- 2025-02-24 Peter Maydell New
[v2,06/12] fpu: Pass float_status to floatx80_invalid_encoding() fpu: Remove remaining target ifdefs and build only once --- 2025-02-24 Peter Maydell New
[v2,05/12] fpu: Make targets specify whether floatx80 Inf can have Int bit clear fpu: Remove remaining target ifdefs and build only once --- 2025-02-24 Peter Maydell New
[v2,04/12] fpu: Pass float_status to floatx80_is_infinity() fpu: Remove remaining target ifdefs and build only once --- 2025-02-24 Peter Maydell New
[v2,03/12] target/i386: Avoid using floatx80_infinity global const fpu: Remove remaining target ifdefs and build only once --- 2025-02-24 Peter Maydell New
[v2,02/12] target/m68k: Avoid using floatx80_infinity global const fpu: Remove remaining target ifdefs and build only once --- 2025-02-24 Peter Maydell New
[v2,01/12] fpu: Make targets specify floatx80 default Inf at runtime fpu: Remove remaining target ifdefs and build only once --- 2025-02-24 Peter Maydell New
[4/4] target/arm: Rename vfp_helper.c to vfp_fpscr.c target/arm: Move vfp_helper.c TCG code into tcg/ subdir --- 2025-02-21 Peter Maydell New
[3/4] target/arm: Move softfloat specific FPCR/FPSR handling to tcg/ target/arm: Move vfp_helper.c TCG code into tcg/ subdir --- 2025-02-21 Peter Maydell New
[2/4] target/arm: Move FPSCR get/set helpers to tcg/vfp_helper.c target/arm: Move vfp_helper.c TCG code into tcg/ subdir --- 2025-02-21 Peter Maydell New
[1/4] target/arm: Move TCG-only VFP code into tcg/ subdir target/arm: Move vfp_helper.c TCG code into tcg/ subdir --- 2025-02-21 Peter Maydell New
[Stable-9.2.2,10/14] hw/net/smc91c111: Ignore attempt to pop from empty RX fifo Untitled series #261542 --- 2025-02-21 Michael Tokarev New
[RFC] MAINTAINERS: remove widely sanctioned entities [RFC] MAINTAINERS: remove widely sanctioned entities --- 2025-02-21 Alex Bennée New
[RFC] hw/display: add blocklist for known bad drivers [RFC] hw/display: add blocklist for known bad drivers --- 2025-02-21 Alex Bennée New
tests/functional: Bump some arm test timeouts tests/functional: Bump some arm test timeouts --- 2025-02-21 Peter Maydell New
[RFC,2/2] target/arm/kvm-rme: Add DMA remapping for the shared memory region arm: Add DMA remapping for CCA --- 2025-02-20 Jean-Philippe Brucker New
[RFC,1/2] system/memory: Allow creating IOMMU mappings from RAM discard populate notifiers arm: Add DMA remapping for CCA --- 2025-02-20 Jean-Philippe Brucker New
[v2,9/9] hw/char/sh_serial: Return correct number of empty RX FIFO elements hw/char: Improve RX FIFO depth uses --- 2025-02-20 Philippe Mathieu-Daudé New
[v2,8/9] hw/char/mcf_uart: Really use RX FIFO depth hw/char: Improve RX FIFO depth uses --- 2025-02-20 Philippe Mathieu-Daudé New
[v2,7/9] hw/char/mcf_uart: Use FIFO_DEPTH definition instead of magic values hw/char: Improve RX FIFO depth uses --- 2025-02-20 Philippe Mathieu-Daudé New
[v2,6/9] hw/char/imx_serial: Really use RX FIFO depth hw/char: Improve RX FIFO depth uses --- 2025-02-20 Philippe Mathieu-Daudé New
[v2,5/9] hw/char/bcm2835_aux: Really use RX FIFO depth hw/char: Improve RX FIFO depth uses --- 2025-02-20 Philippe Mathieu-Daudé New
[v2,4/9] hw/char/pl011: Really use RX FIFO depth hw/char: Improve RX FIFO depth uses --- 2025-02-20 Philippe Mathieu-Daudé New
[v2,3/9] hw/char/pl011: Improve RX flow tracing events hw/char: Improve RX FIFO depth uses --- 2025-02-20 Philippe Mathieu-Daudé New
[v2,2/9] hw/char/pl011: Simplify a bit pl011_can_receive() hw/char: Improve RX FIFO depth uses --- 2025-02-20 Philippe Mathieu-Daudé New
[v2,1/9] hw/char/pl011: Warn when using disabled receiver hw/char: Improve RX FIFO depth uses --- 2025-02-20 Philippe Mathieu-Daudé New
[v2,3/3] tests/functional: Allow running TCG plugins tests on non-Linux/BSD hosts tests/functional: Allow running TCG plugins tests on macOS --- 2025-02-20 Philippe Mathieu-Daudé New
[v2,2/3] tests/functional: Introduce the dso_suffix() helper tests/functional: Allow running TCG plugins tests on macOS --- 2025-02-20 Philippe Mathieu-Daudé New
[v2,1/3] plugins: add explicit dependency in functional tests tests/functional: Allow running TCG plugins tests on macOS --- 2025-02-20 Philippe Mathieu-Daudé New
[4/9] hw/char/pl011: Really use RX FIFO depth hw/char: Improve RX FIFO depth uses --- 2025-02-19 Philippe Mathieu-Daudé New
[1/2] tests/functional: Introduce the dso_suffix() helper tests/functional: Allow running TCG plugins tests on macOS --- 2025-02-19 Philippe Mathieu-Daudé New
[4/4] tests/functional: expand tests to cover virgl testing/next (aarch64 virt gpu tests) --- 2025-02-19 Alex Bennée New
[3/4] tests/functional: ensure we have a GPU device for tests testing/next (aarch64 virt gpu tests) --- 2025-02-19 Alex Bennée New
[2/4] tests/functional: factor out common code in gpu test testing/next (aarch64 virt gpu tests) --- 2025-02-19 Alex Bennée New
[1/4] tests/functional: move aarch64 GPU test into own file testing/next (aarch64 virt gpu tests) --- 2025-02-19 Alex Bennée New
[RFC] tests/functional: Generic method to check required devices availability [RFC] tests/functional: Generic method to check required devices availability --- 2025-02-19 Philippe Mathieu-Daudé New
[PULL,v3,00/28] tcg patch queue --- 2025-02-18 Richard Henderson New
[v3,00/28] tcg patch queue --- 2025-02-18 Richard Henderson New
[8/8] meson: Remove support for Xen on 32-bit ARM hosts Untitled series #261233 --- 2025-02-18 Philippe Mathieu-Daudé New
[6/8] hw/xen/xen-bus: Reduce included headers Untitled series #261233 --- 2025-02-18 Philippe Mathieu-Daudé New
[PULL,v2.5,00/27] tcg patch queue --- 2025-02-17 Richard Henderson New
[PULL,v2,25/27] target/sparc: fake UltraSPARC T1 PCR and PIC registers tcg patch queue --- 2025-02-17 Richard Henderson New
[PULL,v2,24/27] target/sparc: Fix gdbstub incorrectly handling registers f32-f62 tcg patch queue --- 2025-02-17 Richard Henderson New
[PULL,v2,22/27] linux-user: Move TARGET_SA_RESTORER out of generic/signal.h tcg patch queue --- 2025-02-17 Richard Henderson New
[PULL,v2,15/27] tcg: Introduce the 'z' constraint for a hardware zero register tcg patch queue --- 2025-02-17 Richard Henderson New
[PULL,v2,14/27] include/exec: Use uintptr_t in CPUTLBEntry tcg patch queue --- 2025-02-17 Richard Henderson New
[PULL,v2,13/27] include/exec: Change vaddr to uintptr_t tcg patch queue --- 2025-02-17 Richard Henderson New
[PULL,v2,12/27] target/loongarch: Use VADDR_PRIx for logging pc_next tcg patch queue --- 2025-02-17 Richard Henderson New
[PULL,v2,09/27] tcg: Replace addr{lo, hi}_reg with addr_reg in TCGLabelQemuLdst tcg patch queue --- 2025-02-17 Richard Henderson New
[PULL,v2,04/27] tcg: Merge INDEX_op_qemu_*_{a32,a64}_* tcg patch queue --- 2025-02-17 Richard Henderson New
[PULL,v2,02/27] tcg: Remove TCG_OVERSIZED_GUEST tcg patch queue --- 2025-02-17 Richard Henderson New
[PULL,v2,01/27] tcg: Remove last traces of TCG_TARGET_NEED_POOL_LABELS tcg patch queue --- 2025-02-17 Richard Henderson New
[5/5] accel/tcg: Move cpu_memory_rw_debug() user implementation to user-exec.c accel/tcg: Clean cpu_memory_rw_debug() up --- 2025-02-17 Philippe Mathieu-Daudé New
[4/5] accel/tcg: Avoid using lock_user() in cpu_memory_rw_debug() accel/tcg: Clean cpu_memory_rw_debug() up --- 2025-02-17 Philippe Mathieu-Daudé New
[3/5] accel/tcg: Take mmap lock in the whole cpu_memory_rw_debug() function accel/tcg: Clean cpu_memory_rw_debug() up --- 2025-02-17 Philippe Mathieu-Daudé New
[2/5] accel/tcg: Include missing bswap headers in user-exec.c accel/tcg: Clean cpu_memory_rw_debug() up --- 2025-02-17 Philippe Mathieu-Daudé New
[1/5] accel/accel-cpu-target.h: Include missing 'cpu.h' header accel/tcg: Clean cpu_memory_rw_debug() up --- 2025-02-17 Philippe Mathieu-Daudé New
[v3,162/162] tcg: Remove tcg_out_op tcg: Convert to TCGOutOp structures --- 2025-02-16 Richard Henderson New
[v3,161/162] tcg: Convert qemu_st{2} to TCGOutOpLdSt{2} tcg: Convert to TCGOutOp structures --- 2025-02-16 Richard Henderson New
[v3,160/162] tcg: Convert qemu_ld{2} to TCGOutOpLoad{2} tcg: Convert to TCGOutOp structures --- 2025-02-16 Richard Henderson New
[v3,159/162] tcg: Merge INDEX_op_{ld,st}_{i32,i64,i128} tcg: Convert to TCGOutOp structures --- 2025-02-16 Richard Henderson New
[v3,158/162] tcg: Remove INDEX_op_qemu_st8_* tcg: Convert to TCGOutOp structures --- 2025-02-16 Richard Henderson New
[v3,157/162] tcg: Stash MemOp size in TCGOP_FLAGS tcg: Convert to TCGOutOp structures --- 2025-02-16 Richard Henderson New
[v3,156/162] tcg: Merge INDEX_op_st*_{i32,i64} tcg: Convert to TCGOutOp structures --- 2025-02-16 Richard Henderson New
[v3,155/162] tcg: Convert st to TCGOutOpStore tcg: Convert to TCGOutOp structures --- 2025-02-16 Richard Henderson New
[v3,154/162] tcg: Merge INDEX_op_ld*_{i32,i64} tcg: Convert to TCGOutOp structures --- 2025-02-16 Richard Henderson New
[v3,153/162] tcg: Convert ld to TCGOutOpLoad tcg: Convert to TCGOutOp structures --- 2025-02-16 Richard Henderson New
[v3,152/162] tcg: Assign TCGOP_TYPE in liveness_pass_2 tcg: Convert to TCGOutOp structures --- 2025-02-16 Richard Henderson New
[v3,151/162] tcg: Formalize tcg_out_goto_ptr tcg: Convert to TCGOutOp structures --- 2025-02-16 Richard Henderson New
[v3,150/162] tcg: Formalize tcg_out_br tcg: Convert to TCGOutOp structures --- 2025-02-16 Richard Henderson New
« 1 2 3 4238 239 »