Show patches with: Submitter = Richard Henderson       |    State = Action Required       |    Archived = No       |   5310 patches
« 1 2 ... 49 50 5153 54 »
Patch Series S/W/F Date Submitter Delegate State
[v2,02/27] fpu/softfloat: Don't set Invalid for float-to-int(MAXINT) softfloat patch roundup --- 2018-05-12 Richard Henderson New
[v2,01/27] fpu/softfloat: int_to_float ensure r fully initialised softfloat patch roundup --- 2018-05-12 Richard Henderson New
[v4,11/11] target/arm: Fix sqrt_f16 exception raising target/arm: Fixups for ARM_FEATURE_V8_FP16 --- 2018-05-12 Richard Henderson New
[v4,10/11] target/arm: Implement FMOV (immediate) for fp16 target/arm: Fixups for ARM_FEATURE_V8_FP16 --- 2018-05-12 Richard Henderson New
[v4,09/11] target/arm: Implement FCSEL for fp16 target/arm: Fixups for ARM_FEATURE_V8_FP16 --- 2018-05-12 Richard Henderson New
[v4,08/11] target/arm: Implement FCMP for fp16 target/arm: Fixups for ARM_FEATURE_V8_FP16 --- 2018-05-12 Richard Henderson New
[v4,03/11] target/arm: Implement FCVT (scalar, integer) for fp16 target/arm: Fixups for ARM_FEATURE_V8_FP16 --- 2018-05-12 Richard Henderson New
[PULL,13/13] target/openrisc: Merge disas_openrisc_insn openrisc: Covert to decodetree.py --- 2018-05-11 Richard Henderson New
[5/9] target/riscv: Honor CPU_DUMP_FPU Honor CPU_DUMP_FPU --- 2018-05-11 Richard Henderson New
[4/9] target/riscv: Introduce cpu_riscv_get_fcsr Honor CPU_DUMP_FPU --- 2018-05-11 Richard Henderson New
[v3,04/11] target/arm: Implement FCVT (scalar, fixed-point) for fp16 target/arm: Fixups for ARM_FEATURE_V8_FP16 --- 2018-05-11 Richard Henderson New
[19/19] fpu/softfloat: Pass FloatClass to pickNaNMulAdd softfloat: Clean up NaN handling --- 2018-05-11 Richard Henderson New
[18/19] fpu/softfloat: Pass FloatClass to pickNaN softfloat: Clean up NaN handling --- 2018-05-11 Richard Henderson New
[17/19] fpu/softfloat: Introduce SNAN_BIT_IS_ONE softfloat: Clean up NaN handling --- 2018-05-11 Richard Henderson New
[07/19] fpu/softfloat: Replace float_class_msnan with parts_silence_nan softfloat: Clean up NaN handling --- 2018-05-11 Richard Henderson New
[06/19] fpu/softfloat: Replace float_class_dnan with parts_default_nan softfloat: Clean up NaN handling --- 2018-05-11 Richard Henderson New
[04/19] fpu/softfloat: Canonicalize NaN fraction softfloat: Clean up NaN handling --- 2018-05-11 Richard Henderson New
[01/19] fpu/softfloat: Merge NO_SIGNALING_NANS definitions softfloat: Clean up NaN handling --- 2018-05-11 Richard Henderson New
[PULL,28/28] target/riscv: convert to TranslatorOps Bulk target patches --- 2018-05-09 Richard Henderson New
[PULL,25/28] target/openrisc: convert to TranslatorOps Bulk target patches --- 2018-05-09 Richard Henderson New
[PULL,23/28] target/s390x: convert to TranslatorOps Bulk target patches --- 2018-05-09 Richard Henderson New
[PULL,20/28] target/mips: convert to TranslatorOps Bulk target patches --- 2018-05-09 Richard Henderson New
[PULL,15/28] target/sparc: convert to TranslatorOps Bulk target patches --- 2018-05-09 Richard Henderson New
[PULL,11/28] translator: merge max_insns into DisasContextBase Bulk target patches --- 2018-05-09 Richard Henderson New
[PULL,08/28] target/arm: avoid integer overflow in next_page PC check Bulk target patches --- 2018-05-09 Richard Henderson New
[PULL,2/2] tcg: Limit the number of ops in a TB tcg-next patches --- 2018-05-09 Richard Henderson New
[v3,09/10] target/arm: Implement CAS and CASP target/arm: Implement v8.1-Atomics --- 2018-05-08 Richard Henderson New
[v3,07/10] target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode target/arm: Implement v8.1-Atomics --- 2018-05-08 Richard Henderson New
[v3,06/10] target/riscv: Use new atomic min/max expanders target/arm: Implement v8.1-Atomics --- 2018-05-08 Richard Henderson New
[v3,04/10] tcg: Introduce atomic helpers for integer min/max target/arm: Implement v8.1-Atomics --- 2018-05-08 Richard Henderson New
[v3,01/10] tcg: Introduce helpers for integer min/max target/arm: Implement v8.1-Atomics --- 2018-05-08 Richard Henderson New
[v2,07/14] target/arm: Implement FCVT (scalar, fixed-point) for fp16 target/arm: Fixups for ARM_FEATURE_V8_FP16 --- 2018-05-02 Richard Henderson New
[v2,03/14] target/arm: Fix float16 to/from int16 target/arm: Fixups for ARM_FEATURE_V8_FP16 --- 2018-05-02 Richard Henderson New
[v2,02/14] target/arm: Implement vector shifted FCVT for fp16 target/arm: Fixups for ARM_FEATURE_V8_FP16 --- 2018-05-02 Richard Henderson New
[v2,01/14] target/arm: Implement vector shifted SCVF/UCVF for fp16 target/arm: Fixups for ARM_FEATURE_V8_FP16 --- 2018-05-02 Richard Henderson New
[PULL,5/5] tcg: workaround branch instruction overflow in tcg_out_qemu_ld/st TCG queued patches --- 2018-05-02 Richard Henderson New
[PULL,4/5] tcg: Improve TCGv_ptr support TCG queued patches --- 2018-05-02 Richard Henderson New
[PULL,3/5] tcg: Allow wider vectors for cmp and mul TCG queued patches --- 2018-05-02 Richard Henderson New
[1/2] target/arm: Tidy conditions in handle_vec_simd_shri target/arm: Coverity fixups --- 2018-05-01 Richard Henderson New
[1/2] fpu: Check for inf/x before x/0 softfloat fixes --- 2018-04-17 Richard Henderson New
[PULL,for-2.12,1/1] icount: fix cpu_restore_state_from_tb for non-tb-exit cases tcg patch queue --- 2018-04-10 Richard Henderson New
[PULL,for-2.12,1/1] Update seabios-hppa target/hppa: seabios-hppa update --- 2018-04-06 Richard Henderson New
[2/2] target/riscv: Mark MSTATUS_FS dirty RISC-V: Mark FP status dirty --- 2018-03-28 Richard Henderson New
[1/2] target/riscv: Split out mstatus_fs from tb_flags during translation RISC-V: Mark FP status dirty --- 2018-03-28 Richard Henderson New
[PULL,1/1] scripts/decodetree: Fix insnmask not marked as global in main() decodetree: fix 16-bit insns --- 2018-03-26 Richard Henderson New
tcg: fix cpu_io_recompile tcg: fix cpu_io_recompile --- 2018-03-16 Richard Henderson New
linux-user: Allocate extra space for brk in PIE executable linux-user: Allocate extra space for brk in PIE executable --- 2018-03-16 Richard Henderson New
[PULL,v2,1/3] tcg: Improve tcg_gen_muli_i32/i64 tcg queued patches --- 2018-03-15 Richard Henderson New
[v3,10/16] target/arm: Add ARM_FEATURE_V8_FCMA ARM v8.1 simd + v8.3 complex insns --- 2018-02-28 Richard Henderson New
[v3,08/16] target/arm: Decode aa32 armv8.1 two reg and a scalar ARM v8.1 simd + v8.3 complex insns --- 2018-02-28 Richard Henderson New
[v3,05/16] target/arm: Decode aa64 armv8.1 three same extra ARM v8.1 simd + v8.3 complex insns --- 2018-02-28 Richard Henderson New
[v3,04/16] target/arm: Decode aa64 armv8.1 scalar three same extra ARM v8.1 simd + v8.3 complex insns --- 2018-02-28 Richard Henderson New
[v3,03/16] target/arm: Refactor disas_simd_indexed size checks ARM v8.1 simd + v8.3 complex insns --- 2018-02-28 Richard Henderson New
[v3,02/16] target/arm: Refactor disas_simd_indexed decode ARM v8.1 simd + v8.3 complex insns --- 2018-02-28 Richard Henderson New
[v3,01/16] target/arm: Add ARM_FEATURE_V8_RDM ARM v8.1 simd + v8.3 complex insns --- 2018-02-28 Richard Henderson New
[RISU,3/3] Add arm and thumb vqrdml[as]h, vcadd, vcmla ARM additions for v8.1-simd and v8.3-compnum --- 2018-02-28 Richard Henderson New
[RISU,2/3] Add aa64 fcadd + fcmla ARM additions for v8.1-simd and v8.3-compnum --- 2018-02-28 Richard Henderson New
[RISU,1/3] Add aa64 sqrdml[as]h ARM additions for v8.1-simd and v8.3-compnum --- 2018-02-28 Richard Henderson New
[07/19] target/hppa: Convert arithmetic/logical insns target/hppa: Convert to decodetree.py --- 2018-02-17 Richard Henderson New
[v2,67/67] target/arm: Implement SVE floating-point unary operations target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,66/67] target/arm: Implement SVE floating-point round to integral value target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,65/67] target/arm: Implement SVE floating-point convert to integer target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,64/67] target/arm: Implement SVE floating-point convert precision target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,61/67] target/arm: Implement SVE Floating Point Unary Operations - Unpredicated Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,58/67] target/arm: Implement SVE floating-point arithmetic with immediate target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,55/67] target/arm: Implement SVE gather loads target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,54/67] target/arm: Implement SVE prefetches target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,52/67] target/arm: Implement SVE store vector/predicate register target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,51/67] target/arm: Implement SVE load and broadcast element target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,49/67] target/arm: Implement SVE FP Multiply-Add Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,48/67] target/arm: Implement SVE floating-point arithmetic (predicated) target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,47/67] target/arm: Implement SVE integer convert to floating-point target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,46/67] target/arm: Implement SVE load and broadcast quadword target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,45/67] target/arm: Implement SVE Memory Contiguous Store Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,44/67] target/arm: Implement SVE Memory Contiguous Load Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,43/67] target/arm: Implement SVE Floating Point Arithmetic - Unpredicated Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,42/67] target/arm: Implement SVE Integer Wide Immediate - Unpredicated Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,41/67] target/arm: Implement FDUP/DUP target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,39/67] target/arm: Implement SVE Predicate Count Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,32/67] target/arm: Implement SVE copy to vector (predicated) target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,28/67] target/arm: Implement SVE Permute - Predicates Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,27/67] target/arm: Implement SVE Permute - Unpredicated Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,25/67] target/arm: Implement SVE Integer Wide Immediate - Predicated Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,24/67] target/arm: Implement SVE Bitwise Immediate Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,22/67] target/arm: Implement SVE floating-point trig select coefficient target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,21/67] target/arm: Implement SVE floating-point exponential accelerator target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,20/67] target/arm: Implement SVE Compute Vector Address Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,19/67] target/arm: Implement SVE Bitwise Shift - Unpredicated Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,18/67] target/arm: Implement SVE Stack Allocation Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,16/67] target/arm: Implement SVE Integer Arithmetic - Unpredicated Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,08/67] target/arm: Implement SVE Predicate Misc Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,07/67] target/arm: Implement SVE Predicate Logical Operations Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,05/67] target/arm: Implement SVE load vector/predicate target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,04/67] target/arm: Implement SVE Bitwise Logical - Unpredicated Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,01/67] target/arm: Enable SVE for aarch64-linux-user target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[2/2] tcg: Add missing tcg_can_emit_vec_op check in tcg_gen_gvec_2s tcg: tcg_can_emit_vec_op cleanup+fix --- 2018-02-17 Richard Henderson New
[1/2] tcg: Fold unspecified opcode test into tcg_can_emit_vec_op tcg: tcg_can_emit_vec_op cleanup+fix --- 2018-02-17 Richard Henderson New
[v3,5/5] aarch64-linux-user: Add support for SVE signal frame records target/arm: linux-user changes for sve --- 2018-02-16 Richard Henderson New
[v3,4/5] aarch64-linux-user: Add support for EXTRA signal frame records target/arm: linux-user changes for sve --- 2018-02-16 Richard Henderson New
[v3,1/5] linux-user: Implement aarch64 PR_SVE_SET/GET_VL target/arm: linux-user changes for sve --- 2018-02-16 Richard Henderson New
« 1 2 ... 49 50 5153 54 »