Current Team Memberships

Show patches with: State = Action Required       |    Archived = No       |   5333 patches
« 1 2 ... 51 52 53 54 »
Patch Series S/W/F Date Submitter Delegate State
[PULL,40/51] tcg: take tb_ctx out of TCGContext tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,38/51] exec-all: rename tb_free to tb_remove tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,37/51] translate-all: use a binary search tree to track TBs in TBContext tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,36/51] tcg: Remove CF_IGNORE_ICOUNT tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,34/51] cpu-exec: lookup/generate TB outside exclusive region during step_atomic tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,33/51] tcg: check CF_PARALLEL instead of parallel_cpus tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,26/51] target/arm: check CF_PARALLEL instead of parallel_cpus tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,23/51] tcg: Add CPUState cflags_next_tb tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,22/51] tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,20/51] qom: Introduce CPUClass.tcg_initialize tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,19/51] tcg: Remove TCGV_EQUAL* tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,18/51] tcg: Remove GET_TCGV_* and MAKE_TCGV_* tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,17/51] tcg: Introduce temp_tcgv_{i32,i64,ptr} tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,16/51] tcg: Introduce tcgv_{i32, i64, ptr}_{arg, temp} tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,15/51] tcg: Push tcg_ctx into tcg_gen_callN tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,14/51] tcg: Push tcg_ctx into generator functions tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,08/51] tcg: Introduce temp_arg, export temp_idx tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,06/51] tcg: Add temp_global bit to TCGTemp tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,05/51] tcg: Introduce arg_temp tcg queued patches --- 2017-10-25 Richard Henderson New
[PULL,01/51] tcg: Merge opcode arguments into TCGOp tcg queued patches --- 2017-10-25 Richard Henderson New
[v7,22/52] tcg: Use pointers in TCGOp->args tcg queued patches --- 2017-10-20 Richard Henderson New
[v7,21/52] tcg: Use offsets not indices for TCGv_* tcg queued patches --- 2017-10-20 Richard Henderson New
[v5,9/9] disas: Add capstone as submodule Support the Capstone disassembler --- 2017-10-17 Richard Henderson New
[v6,38/50] translate-all: use a binary search tree to track TBs in TBContext tcg tb_lock removal --- 2017-10-16 Richard Henderson New
[v6,24/50] tcg: Add CPUState step_next_tb tcg tb_lock removal --- 2017-10-16 Richard Henderson New
[v6,23/50] hack dump tb->flags and tb->cflags tcg tb_lock removal --- 2017-10-16 Richard Henderson New
[v6,21/50] tcg: Use pointers in TCGOp->args tcg tb_lock removal --- 2017-10-16 Richard Henderson New
[v6,19/50] target/alpha: Avoid translate_init unless tcg_enabled tcg tb_lock removal --- 2017-10-16 Richard Henderson New
[v6,18/50] tcg: Reserve temporary index 0 tcg tb_lock removal --- 2017-10-16 Richard Henderson New
[v6,17/50] tcg: Introduce index_arg tcg tb_lock removal --- 2017-10-16 Richard Henderson New
[v6,13/50] tcg: Export temp_idx tcg tb_lock removal --- 2017-10-16 Richard Henderson New
[v6,08/50] tcg: Introduce temp_arg tcg tb_lock removal --- 2017-10-16 Richard Henderson New
[PULL,v2,20/20] tcg/mips: delete commented out extern keyword. Queued TCG patches --- 2017-10-10 Richard Henderson New
[PULL,v2,19/20] tcg: define TCG_HIGHWATER Queued TCG patches --- 2017-10-10 Richard Henderson New
[PULL,v2,18/20] util: move qemu_real_host_page_size/mask to osdep.h Queued TCG patches --- 2017-10-10 Richard Henderson New
[PULL,v2,17/20] tcg: take .helpers out of TCGContext Queued TCG patches --- 2017-10-10 Richard Henderson New
[PULL,v2,15/20] exec-all: extract tb->tc_* into a separate struct tc_tb Queued TCG patches --- 2017-10-10 Richard Henderson New
[PULL,v2,12/20] exec-all: introduce TB_PAGE_ADDR_FMT Queued TCG patches --- 2017-10-10 Richard Henderson New
[PULL,v2,10/20] exec-all: bring tb->invalid into tb->cflags Queued TCG patches --- 2017-10-10 Richard Henderson New
[PULL,v2,09/20] tcg: consolidate TB lookups in tb_lookup__cpu_state Queued TCG patches --- 2017-10-10 Richard Henderson New
[PULL,v2,08/20] tcg: remove addr argument from lookup_tb_ptr Queued TCG patches --- 2017-10-10 Richard Henderson New
[PULL,v2,04/20] translate-all: make have_tb_lock static Queued TCG patches --- 2017-10-10 Richard Henderson New
[PULL,v2,02/20] tcg: fix corruption of code_time profiling counter upon tb_flush Queued TCG patches --- 2017-10-10 Richard Henderson New
[PULL,v2,01/20] cputlb: bring back tlb_flush_count under !TLB_DEBUG Queued TCG patches --- 2017-10-10 Richard Henderson New
[PULL,18/23] tcg: allocate optimizer temps with tcg_malloc Queued TCG patches --- 2017-10-10 Richard Henderson New
[v2,4/4] linux-user/sh4: Reduce TARGET_VIRT_ADDR_SPACE_BITS to 31 linux-user fixes for va mapping --- 2017-10-05 Richard Henderson New
[v2,3/4] linux-user: Tidy and enforce reserved_va initialization linux-user fixes for va mapping --- 2017-10-05 Richard Henderson New
[v2,2/4] tcg: Fix off-by-one in assert in page_set_flags linux-user fixes for va mapping --- 2017-10-05 Richard Henderson New
[v2,1/4] linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guests linux-user fixes for va mapping --- 2017-10-05 Richard Henderson New
[v1,10/12] target/arm: Decode aa64 armv8.3 fcmla ARM v8.1 simd + v8.3 complex insns --- 2017-10-04 Richard Henderson New
[v1,09/12] target/arm: Decode aa64 armv8.3 fcadd ARM v8.1 simd + v8.3 complex insns --- 2017-10-04 Richard Henderson New
[v1,08/12] target/arm: Add ARM_FEATURE_V8_FCMA ARM v8.1 simd + v8.3 complex insns --- 2017-10-04 Richard Henderson New
[v1,06/12] target/arm: Decode aa32 armv8.1 three same ARM v8.1 simd + v8.3 complex insns --- 2017-10-04 Richard Henderson New
[v1,02/12] target/arm: Add ARM_FEATURE_V8_1_SIMD ARM v8.1 simd + v8.3 complex insns --- 2017-10-04 Richard Henderson New
[v1,01/12] HACK: use objdump disas ARM v8.1 simd + v8.3 complex insns --- 2017-10-04 Richard Henderson New
[v3,9/9] disas: Add capstone as submodule Support the Capstone disassembler --- 2017-09-26 Richard Henderson New
[PULL,11/17] tcg: Remove tcg_regset_set32 TCG queued patches --- 2017-09-17 Richard Henderson New
[PULL,10/17] tcg: Remove tcg_regset_{or, and, andnot, not} TCG queued patches --- 2017-09-17 Richard Henderson New
[PULL,09/17] tcg: Remove tcg_regset_set TCG queued patches --- 2017-09-17 Richard Henderson New
[PULL,08/17] tcg: Remove tcg_regset_clear TCG queued patches --- 2017-09-17 Richard Henderson New
[PULL,07/17] tcg: Add tcg_op_supported TCG queued patches --- 2017-09-17 Richard Henderson New
[PULL,04/17] accel/tcg: move tcg-runtime to accel/tcg/ TCG queued patches --- 2017-09-17 Richard Henderson New
[PULL,03/17] accel/tcg: move user-exec to accel/tcg/ TCG queued patches --- 2017-09-17 Richard Henderson New
[PULL,02/17] accel/tcg: move softmmu_template.h to accel/tcg/ TCG queued patches --- 2017-09-17 Richard Henderson New
[v3,6/6] tcg/aarch64: Add vector operations TCG vectorization and example conversion --- 2017-09-16 Richard Henderson New
[v3,5/6] tcg/i386: Add vector operations TCG vectorization and example conversion --- 2017-09-16 Richard Henderson New
[v3,2/6] tcg: Add vector expanders TCG vectorization and example conversion --- 2017-09-16 Richard Henderson New
[v3,1/6] tcg: Add types and operations for host vectors TCG vectorization and example conversion --- 2017-09-16 Richard Henderson New
[10/10] target/mips: Support Capstone in disas_set_info Support the Capstone disassembler --- 2017-09-14 Richard Henderson New
[09/10] target/sparc: Support Capstone in disas_set_info Support the Capstone disassembler --- 2017-09-14 Richard Henderson New
[08/10] target/s390x: Support Capstone in disas_set_info Support the Capstone disassembler --- 2017-09-14 Richard Henderson New
[07/10] target/ppc: Support Capstone in disas_set_info Support the Capstone disassembler --- 2017-09-14 Richard Henderson New
[06/10] target/arm: Support Capstone in disas_set_info Support the Capstone disassembler --- 2017-09-14 Richard Henderson New
[05/10] target/i386: Support Capstone in disas_set_info Support the Capstone disassembler --- 2017-09-14 Richard Henderson New
[04/10] disas: Support the Capstone disassembler library Support the Capstone disassembler --- 2017-09-14 Richard Henderson New
[v2,16/16] tcg/aarch64: Add vector operations TCG vectorization and example conversion --- 2017-09-12 Richard Henderson New
[v2,12/16] tcg: Remove tcg_regset_set TCG vectorization and example conversion --- 2017-09-12 Richard Henderson New
[v2,09/16] tcg/i386: Add vector operations TCG vectorization and example conversion --- 2017-09-12 Richard Henderson New
[v2,08/16] target/arm: Use vector infrastructure for aa64 add/sub/logic TCG vectorization and example conversion --- 2017-09-12 Richard Henderson New
[v2,06/16] tcg: Add vector infrastructure and ops for add/sub/logic TCG vectorization and example conversion --- 2017-09-12 Richard Henderson New
[v2,05/16] tcg: Add INDEX_op_invalid TCG vectorization and example conversion --- 2017-09-12 Richard Henderson New
[v2,04/16] tcg: Add tcg_op_supported TCG vectorization and example conversion --- 2017-09-12 Richard Henderson New
[v2,03/16] tcg: Add operations for host vectors TCG vectorization and example conversion --- 2017-09-12 Richard Henderson New
[v2,02/16] tcg: Add types for host vectors TCG vectorization and example conversion --- 2017-09-12 Richard Henderson New
[v2,01/16] tcg: Add expanders for out-of-line vector helpers TCG vectorization and example conversion --- 2017-09-12 Richard Henderson New
[PULL,23/23] tcg/ppc: Use constant pool for movi tcg constant pools and USE_DIRECT_JUMP cleanup --- 2017-09-07 Richard Henderson New
[PULL,22/23] tcg/ppc: Look for shifted constants tcg constant pools and USE_DIRECT_JUMP cleanup --- 2017-09-07 Richard Henderson New
[PULL,21/23] tcg/ppc: Change TCG_REG_RA to TCG_REG_TB tcg constant pools and USE_DIRECT_JUMP cleanup --- 2017-09-07 Richard Henderson New
[PULL,20/23] tcg/arm: Use constant pool for call tcg constant pools and USE_DIRECT_JUMP cleanup --- 2017-09-07 Richard Henderson New
[PULL,19/23] tcg/arm: Use constant pool for movi tcg constant pools and USE_DIRECT_JUMP cleanup --- 2017-09-07 Richard Henderson New
[PULL,18/23] tcg/arm: Extract INSN_NOP tcg constant pools and USE_DIRECT_JUMP cleanup --- 2017-09-07 Richard Henderson New
[PULL,17/23] tcg/arm: Code rearrangement tcg constant pools and USE_DIRECT_JUMP cleanup --- 2017-09-07 Richard Henderson New
[PULL,16/23] tcg/arm: Tighten tlb indexing offset test tcg constant pools and USE_DIRECT_JUMP cleanup --- 2017-09-07 Richard Henderson New
[PULL,15/23] tcg/arm: Improve tlb load for armv7 tcg constant pools and USE_DIRECT_JUMP cleanup --- 2017-09-07 Richard Henderson New
[PULL,14/23] tcg/sparc: Use constant pool for movi tcg constant pools and USE_DIRECT_JUMP cleanup --- 2017-09-07 Richard Henderson New
[PULL,13/23] tcg/sparc: Introduce TCG_REG_TB tcg constant pools and USE_DIRECT_JUMP cleanup --- 2017-09-07 Richard Henderson New
[PULL,12/23] tcg/aarch64: Use constant pool for movi tcg constant pools and USE_DIRECT_JUMP cleanup --- 2017-09-07 Richard Henderson New
[PULL,11/23] tcg/s390: Use constant pool for cmpi tcg constant pools and USE_DIRECT_JUMP cleanup --- 2017-09-07 Richard Henderson New
[PULL,10/23] tcg/s390: Use constant pool for xori tcg constant pools and USE_DIRECT_JUMP cleanup --- 2017-09-07 Richard Henderson New
[PULL,09/23] tcg/s390: Use constant pool for ori tcg constant pools and USE_DIRECT_JUMP cleanup --- 2017-09-07 Richard Henderson New
« 1 2 ... 51 52 53 54 »

Bundling

Create bundle: