Show patches with: Submitter = Richard Henderson       |    State = Action Required       |    Archived = No       |   5409 patches
« 1 2 ... 29 30 3154 55 »
Patch Series S/W/F Date Submitter Delegate State
[15/15] RFC accel/tcg: Defer some unaligned accesses to memory subsystem accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[14/15] softmmu/memory: Support some unaligned access accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[13/15] softmmu/memory: Disallow short writes accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[12/15] hw/scsi/megasas: Improve megasas_queue_ops min_access_size accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[11/15] hw/scsi/megasas: Fix megasas_mmio_ops sizes accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[10/15] hw/pci-host/q35: Improve blackhole_ops accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[09/15] hw/net/e1000e: Fix impl.min_access_size accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[08/15] hw/net/e1000e: Fix size of io operations accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[07/15] softmmu/memory: Simplify access_with_adjusted_size interface accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[06/15] softmmu/memory: Inline memory_region_dispatch_read1 accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[05/15] accel/tcg: Handle page span access before i/o access accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[04/15] accel/tcg: Don't test for watchpoints for code read accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[03/15] accel/tcg: Use byte ops for unaligned loads accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[02/15] accel/tcg: Extract load_helper_unaligned from load_helper accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[01/15] NOTFORMERGE q800: test case for do_unaligned_access issue accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[10/12] linux-user: Add gen-vdso tool linux-user: Load a vdso for x86_64 and hppa --- 2021-06-19 Richard Henderson New
[09/12] linux-user: Load vdso image if available linux-user: Load a vdso for x86_64 and hppa --- 2021-06-19 Richard Henderson New
[v2,10/23] linux-user/i386: Implement setup_sigtramp linux-user: Move signal trampolines to new page --- 2021-06-18 Richard Henderson New
[v2,05/23] linux-user/arm: Implement setup_sigtramp linux-user: Move signal trampolines to new page --- 2021-06-18 Richard Henderson New
[v2,04/23] linux-user/arm: Force v2 frames for fdpic linux-user: Move signal trampolines to new page --- 2021-06-18 Richard Henderson New
[v2,03/23] linux-user/arm: Split out v2_frame linux-user: Move signal trampolines to new page --- 2021-06-18 Richard Henderson New
[v2,02/23] linux-user/aarch64: Implement setup_sigtramp linux-user: Move signal trampolines to new page --- 2021-06-18 Richard Henderson New
[PULL,6/8] include/qemu/lockable: Use _Generic instead of QEMU_GENERIC configure: Change to -std=gnu11 --- 2021-06-16 Richard Henderson New
[03/21] linux-user/arm: Force v2 frames for fdpic linux-user: Move signal trampolines to new page --- 2021-06-16 Richard Henderson New
[1/5] target/s390x: Expose load_psw and get_psw_mask to cpu.h linux-user/s390x: Fix psw.mask handling in signals --- 2021-06-15 Richard Henderson New
[11/28] tcg/ppc: Use power10 byte-reverse instructions tcg: bswap improvements --- 2021-06-14 Richard Henderson New
[10/28] tcg/ppc: Support bswap flags tcg: bswap improvements --- 2021-06-14 Richard Henderson New
[09/28] tcg/ppc: Split out tcg_out_bswap64 tcg: bswap improvements --- 2021-06-14 Richard Henderson New
[04/28] tcg/arm: Support bswap flags tcg: bswap improvements --- 2021-06-14 Richard Henderson New
[01/28] tcg: Add flags argument to bswap opcodes tcg: bswap improvements --- 2021-06-14 Richard Henderson New
[PULL,29/34] tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/ tcg patch queue --- 2021-06-11 Richard Henderson New
[PULL,16/34] tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h tcg patch queue --- 2021-06-11 Richard Henderson New
[PULL,15/34] tcg: Introduce tcg_max_ctxs tcg patch queue --- 2021-06-11 Richard Henderson New
[PULL,14/34] accel/tcg: Pass down max_cpus to tcg_init tcg patch queue --- 2021-06-11 Richard Henderson New
[PULL,13/34] accel/tcg: Use MiB in tcg_init_machine tcg patch queue --- 2021-06-11 Richard Henderson New
[PULL,12/34] accel/tcg: Merge tcg_exec_init into tcg_init_machine tcg patch queue --- 2021-06-11 Richard Henderson New
[PULL,11/34] tcg: Create tcg_init tcg patch queue --- 2021-06-11 Richard Henderson New
[PULL,09/34] accel/tcg: Move alloc_code_gen_buffer to tcg/region.c tcg patch queue --- 2021-06-11 Richard Henderson New
[PULL,07/34] tcg: Split out region.c tcg patch queue --- 2021-06-11 Richard Henderson New
[PULL,05/34] tcg: Split out tcg_region_initial_alloc tcg patch queue --- 2021-06-11 Richard Henderson New
[PULL,02/34] meson: Split out fpu/meson.build tcg patch queue --- 2021-06-11 Richard Henderson New
[PULL,01/34] meson: Split out tcg/meson.build tcg patch queue --- 2021-06-11 Richard Henderson New
[6/8] include/qemu/lockable: Use _Generic instead of QEMU_GENERIC configure: Change to -std=gnu11 --- 2021-06-11 Richard Henderson New
tcg: Introduce tcg_remove_ops_after tcg: Introduce tcg_remove_ops_after --- 2021-06-04 Richard Henderson New
[PULL,15/15] tcg/arm: Implement TCG_TARGET_HAS_rotv_vec tcg patch queue --- 2021-06-04 Richard Henderson New
[PULL,14/15] tcg/arm: Implement TCG_TARGET_HAS_roti_vec tcg patch queue --- 2021-06-04 Richard Henderson New
[PULL,13/15] tcg/arm: Implement TCG_TARGET_HAS_shv_vec tcg patch queue --- 2021-06-04 Richard Henderson New
[PULL,12/15] tcg/arm: Implement TCG_TARGET_HAS_bitsel_vec tcg patch queue --- 2021-06-04 Richard Henderson New
[PULL,11/15] tcg/arm: Implement TCG_TARGET_HAS_minmax_vec tcg patch queue --- 2021-06-04 Richard Henderson New
[PULL,10/15] tcg/arm: Implement TCG_TARGET_HAS_sat_vec tcg patch queue --- 2021-06-04 Richard Henderson New
[PULL,09/15] tcg/arm: Implement TCG_TARGET_HAS_mul_vec tcg patch queue --- 2021-06-04 Richard Henderson New
[PULL,08/15] tcg/arm: Implement TCG_TARGET_HAS_shi_vec tcg patch queue --- 2021-06-04 Richard Henderson New
[PULL,07/15] tcg/arm: Implement andc, orc, abs, neg, not vector operations tcg patch queue --- 2021-06-04 Richard Henderson New
[PULL,06/15] tcg/arm: Implement minimal vector operations tcg patch queue --- 2021-06-04 Richard Henderson New
[PULL,02/15] tcg/arm: Add host vector framework tcg patch queue --- 2021-06-04 Richard Henderson New
[PULL,01/15] tcg: Change parameters for tcg_target_const_match tcg patch queue --- 2021-06-04 Richard Henderson New
[3/3] target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16 target/arm: Decode fixes for aarch64 --- 2021-06-04 Richard Henderson New
[PULL,28/29] tests/fp: Enable more tests softfloat patch queue --- 2021-06-03 Richard Henderson New
[PULL,27/29] softfloat: Convert modrem operations to FloatParts softfloat patch queue --- 2021-06-03 Richard Henderson New
[PULL,26/29] softfloat: Move floatN_log2 to softfloat-parts.c.inc softfloat patch queue --- 2021-06-03 Richard Henderson New
[PULL,21/29] softfloat: Convert floatx80 float conversions to FloatParts softfloat patch queue --- 2021-06-03 Richard Henderson New
[PULL,10/29] softfloat: Reduce FloatFmt softfloat patch queue --- 2021-06-03 Richard Henderson New
[PULL,09/29] softfloat: Split out parts_uncanon_normal softfloat patch queue --- 2021-06-03 Richard Henderson New
[PULL,08/29] softfloat: Move sqrt_float to softfloat-parts.c.inc softfloat patch queue --- 2021-06-03 Richard Henderson New
[PULL,07/29] softfloat: Move scalbn_decomposed to softfloat-parts.c.inc softfloat patch queue --- 2021-06-03 Richard Henderson New
[PULL,06/29] softfloat: Move compare_floats to softfloat-parts.c.inc softfloat patch queue --- 2021-06-03 Richard Henderson New
[PULL,05/29] softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag) softfloat patch queue --- 2021-06-03 Richard Henderson New
[PULL,04/29] softfloat: Move minmax_flags to softfloat-parts.c.inc softfloat patch queue --- 2021-06-03 Richard Henderson New
[PULL,03/29] softfloat: Move uint_to_float to softfloat-parts.c.inc softfloat patch queue --- 2021-06-03 Richard Henderson New
[PULL,02/29] softfloat: Move int_to_float to softfloat-parts.c.inc softfloat patch queue --- 2021-06-03 Richard Henderson New
[PULL,01/29] softfloat: Move round_to_uint_and_pack to softfloat-parts.c.inc softfloat patch queue --- 2021-06-03 Richard Henderson New
[v7,21/27] tcg/tci: Implement mulu2, muls2 TCI fixes and cleanups --- 2021-06-01 Richard Henderson New
[v7,20/27] tcg/tci: Implement clz, ctz, ctpop TCI fixes and cleanups --- 2021-06-01 Richard Henderson New
[v7,08/27] tcg: Build ffi data structures for helpers TCI fixes and cleanups --- 2021-06-01 Richard Henderson New
[v7,07/27] tcg: Add tcg_call_func TCI fixes and cleanups --- 2021-06-01 Richard Henderson New
[v7,06/27] tcg: Store the TCGHelperInfo in the TCGOp for call TCI fixes and cleanups --- 2021-06-01 Richard Henderson New
[v7,02/27] tcg: Add tcg_call_flags TCI fixes and cleanups --- 2021-06-01 Richard Henderson New
[11/11] target/mips: Drop denormal operand to update_msacsr softfloat: Improve denormal handling --- 2021-05-27 Richard Henderson New
[10/11] target/mips: Do not check MSACSR_FS_MASK in update_msacsr softfloat: Improve denormal handling --- 2021-05-27 Richard Henderson New
[09/11] target/mips: Drop inline markers from msa_helper.c softfloat: Improve denormal handling --- 2021-05-27 Richard Henderson New
[08/11] target/rx: Fix setting of FPSW.CE softfloat: Improve denormal handling --- 2021-05-27 Richard Henderson New
[07/11] target/rx: Use FloatRoundMode in helper_set_fpsw softfloat: Improve denormal handling --- 2021-05-27 Richard Henderson New
[06/11] target/rx: Handle the FPSW.DN bit in helper_set_fpsw softfloat: Improve denormal handling --- 2021-05-27 Richard Henderson New
[05/11] target/i386: Use float_flag_inorm_denormal softfloat: Improve denormal handling --- 2021-05-27 Richard Henderson New
[04/11] softfloat: Introduce float_flag_result_denormal softfloat: Improve denormal handling --- 2021-05-27 Richard Henderson New
[03/11] softfloat: Introduce float_flag_inorm_denormal softfloat: Improve denormal handling --- 2021-05-27 Richard Henderson New
[02/11] softfloat: Rename float_flag_output_denormal to float_flag_oflush_denormal softfloat: Improve denormal handling --- 2021-05-27 Richard Henderson New
[01/11] softfloat: Rename float_flag_input_denormal to float_flag_iflush_denormal softfloat: Improve denormal handling --- 2021-05-27 Richard Henderson New
[PULL,31/31] hw/core: Constify TCGCPUOps tcg patch queue --- 2021-05-26 Richard Henderson New
[PULL,30/31] target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed tcg patch queue --- 2021-05-26 Richard Henderson New
[PULL,29/31] cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps tcg patch queue --- 2021-05-26 Richard Henderson New
[PULL,28/31] cpu: Move CPUClass::get_memory_mapping to SysemuCPUOps tcg patch queue --- 2021-05-26 Richard Henderson New
[PULL,27/31] cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps tcg patch queue --- 2021-05-26 Richard Henderson New
[PULL,26/31] cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOps tcg patch queue --- 2021-05-26 Richard Henderson New
[PULL,25/31] cpu: Move CPUClass::write_elf* to SysemuCPUOps tcg patch queue --- 2021-05-26 Richard Henderson New
[PULL,24/31] cpu: Move CPUClass::get_crash_info to SysemuCPUOps tcg patch queue --- 2021-05-26 Richard Henderson New
[PULL,23/31] cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps tcg patch queue --- 2021-05-26 Richard Henderson New
[PULL,22/31] cpu: Move CPUClass::vmsd to SysemuCPUOps tcg patch queue --- 2021-05-26 Richard Henderson New
[PULL,21/31] cpu: Introduce SysemuCPUOps structure tcg patch queue --- 2021-05-26 Richard Henderson New
[PULL,19/31] cpu: Rename CPUClass vmsd -> legacy_vmsd tcg patch queue --- 2021-05-26 Richard Henderson New
« 1 2 ... 29 30 3154 55 »