Show patches with: Submitter = Richard Henderson       |    State = Action Required       |   5292 patches
« 1 2 ... 27 28 2952 53 »
Patch Series S/W/F Date Submitter Delegate State
[for-6.1,v4,12/15] accel/tcg: Move breakpoint recognition outside translation tcg: breakpoint reorg --- 2021-07-19 Richard Henderson New
[for-6.1,v4,08/15] accel/tcg: Move cflags lookup into tb_find tcg: breakpoint reorg --- 2021-07-19 Richard Henderson New
[v3,13/13] accel/tcg: Encode breakpoint info into tb->cflags tcg: breakpoint reorg --- 2021-07-17 Richard Henderson New
[v3,11/13] accel/tcg: Adjust interface of TranslatorOps.breakpoint_check tcg: breakpoint reorg --- 2021-07-17 Richard Henderson New
[v3,10/13] target/riscv: Reduce riscv_tr_breakpoint_check pc advance to 2 tcg: breakpoint reorg --- 2021-07-17 Richard Henderson New
[v3,09/13] target/mips: Reduce mips_tr_breakpoint_check pc advance to 2 tcg: breakpoint reorg --- 2021-07-17 Richard Henderson New
[v3,08/13] target/avr: Advance pc in avr_tr_breakpoint_check tcg: breakpoint reorg --- 2021-07-17 Richard Henderson New
[v2,02/11] qemu/atomic: Simplify typeof_strip_qual Atomic cleanup + clang-12 build fix --- 2021-07-17 Richard Henderson New
[2/2] target/arm: Add sve-default-vector-length cpu property target/arm: Add sve-default-vector-length cpu property --- 2021-07-14 Richard Henderson New
[1/2] target/arm: Export aarch64_sve_zcr_get_valid_len target/arm: Add sve-default-vector-length cpu property --- 2021-07-14 Richard Henderson New
[PULL,02/14] target/i386: Trivial code motion and code style fix misc translator patch queue --- 2021-07-13 Richard Henderson New
[02/11] accel/tcg: Remove unused variable in cpu_exec Fixes for clang-13 plus tcg/ppc --- 2021-07-12 Richard Henderson New
[01/11] nbd/server: Remove unused variable Fixes for clang-13 plus tcg/ppc --- 2021-07-12 Richard Henderson New
[3/3] configure: Conditionally disable clang-12 -Watomic-alignment Atomic cleanup + clang-12 build fix --- 2021-07-12 Richard Henderson New
[40/41] tcg: Remove TCG_TARGET_HAS_goto_ptr tcg patch queue --- 2021-07-10 Richard Henderson New
[37/41] accel/tcg: Move tb_lookup to cpu-exec.c tcg patch queue --- 2021-07-10 Richard Henderson New
[30/41] target/sparc: Use translator_use_goto_tb tcg patch queue --- 2021-07-10 Richard Henderson New
[06/41] accel/tcg: Introduce translator_use_goto_tb tcg patch queue --- 2021-07-10 Richard Henderson New
[05/41] tcg: Move tb_phys_invalidate_count to tb_ctx tcg patch queue --- 2021-07-10 Richard Henderson New
[04/41] tcg: Bake tb_destroy() into tcg_region_tree tcg patch queue --- 2021-07-10 Richard Henderson New
[02/41] tcg: Avoid including 'trace-tcg.h' in target translate.c tcg patch queue --- 2021-07-10 Richard Henderson New
[17/17] target/riscv: Remove gen_get_gpr target/riscv: Use tcg_constant_* --- 2021-07-09 Richard Henderson New
[16/17] target/riscv: Use gpr_{src,dst} for RVV target/riscv: Use tcg_constant_* --- 2021-07-09 Richard Henderson New
[15/17] target/riscv: Use gen_arith for mulh and mulhu target/riscv: Use tcg_constant_* --- 2021-07-09 Richard Henderson New
[13/17] target/riscv: Use gpr_{src,dst} for RVD target/riscv: Use tcg_constant_* --- 2021-07-09 Richard Henderson New
[12/17] target/riscv: Use gpr_{src,dst} for RVF target/riscv: Use tcg_constant_* --- 2021-07-09 Richard Henderson New
[11/17] target/riscv: Use gpr_{src,dst} for RVB target/riscv: Use tcg_constant_* --- 2021-07-09 Richard Henderson New
[10/17] target/riscv: Use gpr_{src,dst} for RVA target/riscv: Use tcg_constant_* --- 2021-07-09 Richard Henderson New
[08/17] target/riscv: Use gpr_{src, dst} for word shift operations target/riscv: Use tcg_constant_* --- 2021-07-09 Richard Henderson New
[07/17] target/riscv: Use gpr_{src,dst} for integer load/store target/riscv: Use tcg_constant_* --- 2021-07-09 Richard Henderson New
[05/17] target/riscv: Use gpr_{src, dst} and tcg_constant_tl in gen_grevi target/riscv: Use tcg_constant_* --- 2021-07-09 Richard Henderson New
[04/17] target/riscv: Use gpr_{src, dst} in word division operations target/riscv: Use tcg_constant_* --- 2021-07-09 Richard Henderson New
[03/17] target/riscv: Use gpr_{src,dst} in shift operations target/riscv: Use tcg_constant_* --- 2021-07-09 Richard Henderson New
[02/17] target/riscv: Introduce gpr_src, gpr_dst target/riscv: Use tcg_constant_* --- 2021-07-09 Richard Henderson New
[3/4] target/openrisc: Cache constant 0 in DisasContext target/openrisc: Use tcg_constant_* --- 2021-07-08 Richard Henderson New
[v2,36/36] linux-user/xtensa: Implement setup_sigtramp linux-user: Signal trampolines and vdsos --- 2021-07-06 Richard Henderson New
[v2,35/36] linux-user/sparc: Implement setup_sigtramp linux-user: Signal trampolines and vdsos --- 2021-07-06 Richard Henderson New
[v2,22/36] linux-user/i386: Add vdso and use it for sigreturn linux-user: Signal trampolines and vdsos --- 2021-07-06 Richard Henderson New
[v2,21/36] linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not set linux-user: Signal trampolines and vdsos --- 2021-07-06 Richard Henderson New
[v2,16/36] linux-user/arm: Add vdso and use it for rt_sigreturn linux-user: Signal trampolines and vdsos --- 2021-07-06 Richard Henderson New
[v2,09/36] linux-user: Introduce imgsrc_mmap linux-user: Signal trampolines and vdsos --- 2021-07-06 Richard Henderson New
[v2,03/36] linux-user: Introduce imgsrc_read, imgsrc_read_alloc linux-user: Signal trampolines and vdsos --- 2021-07-06 Richard Henderson New
[v2,02/36] linux-user: Fix style problems in linuxload.c linux-user: Signal trampolines and vdsos --- 2021-07-06 Richard Henderson New
[v2,01/36] linux-user: Add infrastructure for a signal trampoline page linux-user: Signal trampolines and vdsos --- 2021-07-06 Richard Henderson New
[17/17] cpu: Add breakpoint tracepoints tcg: breakpoint reorg --- 2021-07-01 Richard Henderson New
[v2,05/28] target/arm: Use gen_jmp for ISB and SB accel/tcg: Introduce translator_use_goto_tb --- 2021-06-30 Richard Henderson New
[PULL,35/63] tcg: Add flags argument to bswap opcodes tcg patch queue --- 2021-06-29 Richard Henderson New
[PULL,29/63] tcg: Add tcg_gen_vec_add{sub}16_i32 tcg patch queue --- 2021-06-29 Richard Henderson New
[PULL,24/63] target/cris: Add DISAS_DBRANCH tcg patch queue --- 2021-06-29 Richard Henderson New
[PULL,19/63] target/cris: Mark helper_raise_exception noreturn tcg patch queue --- 2021-06-29 Richard Henderson New
[PULL,18/63] target/cris: Convert to TranslatorOps tcg patch queue --- 2021-06-29 Richard Henderson New
[PULL,12/63] target/avr: Convert to TranslatorOps tcg patch queue --- 2021-06-29 Richard Henderson New
[PULL,05/63] target/nios2: Convert to TranslatorOps tcg patch queue --- 2021-06-29 Richard Henderson New
target/s390x: Use explicit stores to env->cc_op target/s390x: Use explicit stores to env->cc_op --- 2021-06-29 Richard Henderson New
[PULL,4/5] pc-bios: Update the palcode-clipper image target/alpha patch queue --- 2021-06-28 Richard Henderson New
[PULL,3/5] hw/alpha: Provide a PCI-ISA bridge device node target/alpha patch queue --- 2021-06-28 Richard Henderson New
[v4,09/16] tcg/s390x: Implement andc, orc, abs, neg, not vector operations tcg/s390x: host vector support --- 2021-06-26 Richard Henderson New
[v4,06/16] tcg/s390x: Implement tcg_out_mov for vector types tcg/s390x: host vector support --- 2021-06-26 Richard Henderson New
[v2,14/29] tcg/mips: Support bswap flags in tcg_out_bswap16 tcg: bswap improvements --- 2021-06-21 Richard Henderson New
[08/26] target/cris: Use translator_use_goto_tb accel/tcg: Introduce translator_use_goto_tb --- 2021-06-21 Richard Henderson New
[05/26] target/arm: Use translator_use_goto_tb accel/tcg: Introduce translator_use_goto_tb --- 2021-06-21 Richard Henderson New
[v2,4/7] target/nios2: Add DisasContextBase to DisasContext target/nios2: Convert to TranslatorOps --- 2021-06-20 Richard Henderson New
[v2,09/11] target/cris: Move delayed branch handling to tb_stop target/cris: Convert to TranslatorOps --- 2021-06-20 Richard Henderson New
[v2,06/11] target/cris: Convert to TranslatorOps target/cris: Convert to TranslatorOps --- 2021-06-20 Richard Henderson New
[9/9] target/cris: Use tcg_gen_lookup_and_goto_ptr target/cris: Convert to TranslatorOps --- 2021-06-20 Richard Henderson New
[8/9] target/cris: Use movcond for t_gen_cc_jmp target/cris: Convert to TranslatorOps --- 2021-06-20 Richard Henderson New
[5/9] target/cris: Convert to TranslatorOps target/cris: Convert to TranslatorOps --- 2021-06-20 Richard Henderson New
[PULL,29/33] tcg/sparc: Fix temp_allocate_frame vs sparc stack bias tcg patch queue --- 2021-06-19 Richard Henderson New
[PULL,25/33] tcg/tci: Remove the qemu_ld/st_type macros tcg patch queue --- 2021-06-19 Richard Henderson New
[PULL,22/33] tcg/tci: Implement add2, sub2 tcg patch queue --- 2021-06-19 Richard Henderson New
[PULL,21/33] tcg/tci: Implement mulu2, muls2 tcg patch queue --- 2021-06-19 Richard Henderson New
[PULL,20/33] tcg/tci: Implement clz, ctz, ctpop tcg patch queue --- 2021-06-19 Richard Henderson New
[PULL,19/33] tcg/tci: Implement extract, sextract tcg patch queue --- 2021-06-19 Richard Henderson New
[PULL,18/33] tcg/tci: Implement andc, orc, eqv, nand, nor tcg patch queue --- 2021-06-19 Richard Henderson New
[PULL,17/33] tcg/tci: Implement movcond tcg patch queue --- 2021-06-19 Richard Henderson New
[PULL,16/33] tcg/tci: Implement goto_ptr tcg patch queue --- 2021-06-19 Richard Henderson New
[PULL,15/33] tcg/tci: Change encoding to uint32_t units tcg patch queue --- 2021-06-19 Richard Henderson New
[PULL,12/33] tcg/tci: Reserve r13 for a temporary tcg patch queue --- 2021-06-19 Richard Henderson New
[PULL,11/33] tcg/tci: Use ffi for calls tcg patch queue --- 2021-06-19 Richard Henderson New
[PULL,10/33] tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order tcg patch queue --- 2021-06-19 Richard Henderson New
[PULL,08/33] tcg: Build ffi data structures for helpers tcg patch queue --- 2021-06-19 Richard Henderson New
[PULL,04/33] plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb tcg patch queue --- 2021-06-19 Richard Henderson New
[PULL,02/33] tcg: Add tcg_call_flags tcg patch queue --- 2021-06-19 Richard Henderson New
[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
« 1 2 ... 27 28 2952 53 »