Show patches with: Submitter = Richard Henderson       |    State = Action Required       |   2059 patches
« 1 2 ... 18 19 20 21 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[PULL,20/39] tcg: Clarify thread safety check in tb_add_jump() - - - --- 2016-05-13 Richard Henderson New
[PULL,19/39] tcg: Init TB's direct jumps before making it visible - - - --- 2016-05-13 Richard Henderson New
[PULL,18/39] tcg: Rearrange tb_link_page() to avoid forward declaration - - - --- 2016-05-13 Richard Henderson New
[PULL,17/39] tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB - - - --- 2016-05-13 Richard Henderson New
[PULL,16/39] tcg: Clean up direct block chaining data fields - - - --- 2016-05-13 Richard Henderson New
[PULL,15/39] translate-all: Adjust 256mb testing for mips64 - - - --- 2016-05-13 Richard Henderson New
[PULL,14/39] translate-all: add missing munmap of the code_gen guard page for MIPS - - - --- 2016-05-13 Richard Henderson New
[PULL,13/39] translate-all: remove redundant setting of tcg_ctx.code_gen_buffer_size - - - --- 2016-05-13 Richard Henderson New
[PULL,12/39] tcg: Note requirement on atomic direct jump patching - - - --- 2016-05-13 Richard Henderson New
[PULL,11/39] tcg/mips: Make direct jump patching thread-safe - - - --- 2016-05-13 Richard Henderson New
[PULL,10/39] tcg/sparc: Make direct jump patching thread-safe - - - --- 2016-05-13 Richard Henderson New
[PULL,09/39] tcg/aarch64: Make direct jump patching thread-safe - - - --- 2016-05-13 Richard Henderson New
[PULL,08/39] tcg/arm: Make direct jump patching thread-safe - - - --- 2016-05-13 Richard Henderson New
[PULL,07/39] tcg/s390: Make direct jump patching thread-safe - - - --- 2016-05-13 Richard Henderson New
[PULL,06/39] tcg/i386: Make direct jump patching thread-safe - - - --- 2016-05-13 Richard Henderson New
[PULL,05/39] tcg/ppc: Make direct jump patching thread-safe - - - --- 2016-05-13 Richard Henderson New
[PULL,04/39] tci: Make direct jump patching thread-safe - - - --- 2016-05-13 Richard Henderson New
[PULL,03/39] include/qemu/osdep.h: Add macros for pointer alignment - - - --- 2016-05-13 Richard Henderson New
[PULL,02/39] include/qemu/osdep.h: Add a macro to check for alignment - - - --- 2016-05-13 Richard Henderson New
[PULL,01/39] tb: consistently use uint32_t for tb->flags - - - --- 2016-05-13 Richard Henderson New
[v3,11/11] translate-all: add tb hash bucket info to 'info jit' dump - - - --- 2016-04-22 Richard Henderson New
[PULL,for-2.6] tcg/mips: Fix type of tcg_target_reg_alloc_order[] - - - --- 2016-04-05 Richard Henderson New
[PULL,7/7] target-i386: Dump unknown opcodes with -d unimp - - - --- 2016-03-13 Richard Henderson New
[PULL,6/7] target-i386: Fix inhibit irq mask handling - - - --- 2016-03-13 Richard Henderson New
[PULL,5/7] target-i386: Use gen_nop_modrm for prefetch instructions - - - --- 2016-03-13 Richard Henderson New
[PULL,4/7] target-i386: Fix addr16 prefix - - - --- 2016-03-13 Richard Henderson New
[PULL,3/7] target-i386: Fix SMSW for 64-bit mode - - - --- 2016-03-13 Richard Henderson New
[PULL,2/7] target-i386: Fix SMSW and LMSW from/to register - - - --- 2016-03-13 Richard Henderson New
[PULL,1/7] target-i386: Avoid repeated calls to the bnd_jmp helper - - - --- 2016-03-13 Richard Henderson New
[v2] target-i386: Dump unknown opcodes with -d unimp - - - --- 2016-03-05 Richard Henderson New
[7/7] target-i386: Fix inhibit irq mask handling - - - --- 2016-03-03 Richard Henderson New
[6/7] target-i386: Use gen_nop_modrm for prefetch instructions - - - --- 2016-03-03 Richard Henderson New
[5/7] target-i386: fix addr16 prefix - - - --- 2016-03-03 Richard Henderson New
[4/7] target-i386: Dump illegal opcodes with -d unimp - - - --- 2016-03-03 Richard Henderson New
[3/7] target-i386: Fix SMSW for 64-bit mode - - - --- 2016-03-03 Richard Henderson New
[2/7] target-i386: fix smsw and lmsw from/to register - - - --- 2016-03-03 Richard Henderson New
[1/7] target-i386: avoid repeated calls to the bnd_jmp helper - - - --- 2016-03-03 Richard Henderson New
target-i386: Fix SMSW for 64-bit mode - - - --- 2016-03-01 Richard Henderson New
[3/3] target-ppc: Cleanups to rldinm, rldnm, rldimi - - - --- 2016-02-24 Richard Henderson New
[2/3] target-ppc: Use 32-bit rotate instead of deposit + 64-bit rotate - - - --- 2016-02-24 Richard Henderson New
[1/3] target-ppc: Use movcond in isel - - - --- 2016-02-24 Richard Henderson New
[v2,24/24] target-sparc: Elide duplicate updates to fprs - - - --- 2016-02-23 Richard Henderson New
[v2,23/24] target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptions - - - --- 2016-02-23 Richard Henderson New
[v2,22/24] target-sparc: Use cpu_fsr in stfsr - - - --- 2016-02-23 Richard Henderson New
[v2,21/24] target-sparc: Use explicit writes to cpu_fsr - - - --- 2016-02-23 Richard Henderson New
[v2,20/24] target-sparc: Remove helper_ldf_asi, helper_stf_asi - - - --- 2016-02-23 Richard Henderson New
[v2,19/24] target-sparc: Directly implement block and short ldf/stf asis - - - --- 2016-02-23 Richard Henderson New
[v2,18/24] target-sparc: Directly implement easy ldf/stf asis - - - --- 2016-02-23 Richard Henderson New
[v2,17/24] target-sparc: Pass TCGMemOp constants to helper_ld/st_asi - - - --- 2016-02-23 Richard Henderson New
[v2,16/24] target-sparc: Fix obvious error in ASI_M_BFILL - - - --- 2016-02-23 Richard Henderson New
[v2,15/24] target-sparc: Directly implement easy ldd/std asis - - - --- 2016-02-23 Richard Henderson New
[v2,14/24] target-sparc: Introduce gen_check_align - - - --- 2016-02-23 Richard Henderson New
[v2,13/24] target-sparc: Use QT0 to return results from ldda - - - --- 2016-02-23 Richard Henderson New
[v2,12/24] target-sparc: Directly implement easy ld/st asis - - - --- 2016-02-23 Richard Henderson New
[v2,11/24] target-sparc: Use defines from asi.h - - - --- 2016-02-23 Richard Henderson New
[v2,10/24] target-sparc: Add UA2005 defines to asi.h - - - --- 2016-02-23 Richard Henderson New
[v2,09/24] target-sparc: Import linux/arch/sparc/include/uapi/asm/asi.h - - - --- 2016-02-23 Richard Henderson New
[v2,08/24] target-sparc: Pass TCGMemOp to gen_ld/st_asi - - - --- 2016-02-23 Richard Henderson New
[v2,07/24] target-sparc: Introduce get_asi - - - --- 2016-02-23 Richard Henderson New
[v2,06/24] target-sparc: Store %asi in TB flags - - - --- 2016-02-23 Richard Henderson New
[v2,05/24] target-sparc: Unify asi handling between 32 and 64-bit - - - --- 2016-02-23 Richard Henderson New
[v2,04/24] target-sparc: Create gen_exception - - - --- 2016-02-23 Richard Henderson New
[v2,03/24] target-sparc: Store mmu index in TB flags - - - --- 2016-02-23 Richard Henderson New
[v2,02/24] target-sparc: Remove softint as a TCG global - - - --- 2016-02-23 Richard Henderson New
[v2,01/24] target-sparc: Mark more flags for helpers - - - --- 2016-02-23 Richard Henderson New
[PULL,8/8] tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c - - - --- 2016-02-23 Richard Henderson New
[PULL,7/8] scripts/clean-includes: Ignore .inc.c files - - - --- 2016-02-23 Richard Henderson New
[PULL,6/8] tcg: Rename tcg-target.c to tcg-target.inc.c - - - --- 2016-02-23 Richard Henderson New
[PULL,5/8] target-sparc: Use global registers for the register window - - 1 --- 2016-02-23 Richard Henderson New
[PULL,4/8] target-sparc: Tidy global register initialization - - - --- 2016-02-23 Richard Henderson New
[PULL,3/8] tcg: Allocate indirect_base temporaries in a different order - - - --- 2016-02-23 Richard Henderson New
[PULL,2/8] tcg: Implement indirect memory registers - - - --- 2016-02-23 Richard Henderson New
[PULL,1/8] tcg: Work around clang bug wrt enum ranges, part 2 - - - --- 2016-02-23 Richard Henderson New
[PULL,5/5] target-sparc: Use global registers for the register window - - - --- 2016-02-15 Richard Henderson New
[PULL,4/5] target-sparc: Tidy global register initialization - - - --- 2016-02-15 Richard Henderson New
[PULL,3/5] tcg: Allocate indirect_base temporaries in a different order - - - --- 2016-02-15 Richard Henderson New
[PULL,2/5] tcg: Implement indirect memory registers - - - --- 2016-02-15 Richard Henderson New
[PULL,1/5] tcg: Work around clang bug wrt enum ranges, part 2 - - - --- 2016-02-15 Richard Henderson New
[PULL,16/16] target-i386: Implement FSGSBASE - - - --- 2016-02-15 Richard Henderson New
[PULL,15/16] target-i386: Enable CR4/XCR0 features for user-mode - - - --- 2016-02-15 Richard Henderson New
[PULL,14/16] target-i386: Clear bndregs during legacy near jumps - - - --- 2016-02-15 Richard Henderson New
[PULL,13/16] target-i386: Implement BNDLDX, BNDSTX - - - --- 2016-02-15 Richard Henderson New
[PULL,12/16] target-i386: Update BNDSTATUS for exceptions raised by BOUND - - - --- 2016-02-15 Richard Henderson New
[PULL,11/16] target-i386: Implement BNDCL, BNDCU, BNDCN - - - --- 2016-02-15 Richard Henderson New
[PULL,10/16] target-i386: Implement BNDMOV - - - --- 2016-02-15 Richard Henderson New
[PULL,09/16] target-i386: Implement BNDMK - - - --- 2016-02-15 Richard Henderson New
[PULL,08/16] target-i386: Split up gen_lea_modrm - - - --- 2016-02-15 Richard Henderson New
[PULL,07/16] target-i386: Perform set/reset_inhibit_irq inline - - - --- 2016-02-15 Richard Henderson New
[PULL,06/16] target-i386: Enable control registers for MPX - - - --- 2016-02-15 Richard Henderson New
[PULL,05/16] target-i386: Implement XSAVEOPT - - - --- 2016-02-15 Richard Henderson New
[PULL,04/16] target-i386: Add XSAVE extension - - - --- 2016-02-15 Richard Henderson New
[PULL,03/16] target-i386: Rearrange processing of 0F AE - - - --- 2016-02-15 Richard Henderson New
[PULL,02/16] target-i386: Rearrange processing of 0F 01 - - - --- 2016-02-15 Richard Henderson New
[PULL,01/16] target-i386: Split fxsave/fxrstor implementation - - - --- 2016-02-15 Richard Henderson New
[v2,16/16] tcg-mips: Use mipsr6 instructions in calls - - - --- 2016-02-15 Richard Henderson New
[v2,15/16] tcg-mips: Use mipsr6 instructions in branches - - - --- 2016-02-15 Richard Henderson New
[v2,14/16] tcg-mips: Use mips64r6 instructions in constant addition - - - --- 2016-02-15 Richard Henderson New
[v2,13/16] tcg-mips: Use mips64r6 instructions in tcg_out_ldst - - - --- 2016-02-15 Richard Henderson New
[v2,12/16] tcg-mips: Improve tcg_out_movi for mips64 - - - --- 2016-02-15 Richard Henderson New
[v2,11/16] tcg-mips: Adjust calling conventions for mips64 - - - --- 2016-02-15 Richard Henderson New
« 1 2 ... 18 19 20 21 »