Patch Metrics

There are 37093 patches submitted by members of this team, and 9179 of those have been accepted upstream.

Patches per month: Submitted Accepted
Time-to-acceptance distribution (in days)

Current Members

Show patches with: State = Action Required       |    Archived = No       |   13432 patches
« 1 2 ... 57 58 59134 135 »
Patch Series S/W/F Date Submitter Delegate State
blogposts: add post about the new check-tcg infrastructure blogposts: add post about the new check-tcg infrastructure --- 2018-06-26 Alex Bennée New
[01/13] target/ppc: Add do_unaligned_access hook target/ppc improve atomic operations --- 2018-06-26 Richard Henderson New
[02/13] target/ppc: Use atomic load for LQ and LQARX target/ppc improve atomic operations --- 2018-06-26 Richard Henderson New
[04/13] target/ppc: Use atomic cmpxchg for STQCX target/ppc improve atomic operations --- 2018-06-26 Richard Henderson New
[05/13] target/ppc: Remove POWERPC_EXCP_STCX target/ppc improve atomic operations --- 2018-06-26 Richard Henderson New
[09/13] target/ppc: Split out gen_st_atomic target/ppc improve atomic operations --- 2018-06-26 Richard Henderson New
[v6,01/35] target/arm: Implement SVE Memory Contiguous Load Group target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,03/35] target/arm: Implement SVE Memory Contiguous Store Group target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,04/35] target/arm: Implement SVE load and broadcast quadword target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,05/35] target/arm: Implement SVE integer convert to floating-point target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,06/35] target/arm: Implement SVE floating-point arithmetic (predicated) target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,07/35] target/arm: Implement SVE FP Multiply-Add Group target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,08/35] target/arm: Implement SVE Floating Point Accumulating Reduction Group target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,09/35] target/arm: Implement SVE load and broadcast element target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,10/35] target/arm: Implement SVE store vector/predicate register target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,11/35] target/arm: Implement SVE scatter stores target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,12/35] target/arm: Implement SVE prefetches target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,13/35] target/arm: Implement SVE gather loads target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,15/35] target/arm: Implement SVE scatter store vector immediate target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,16/35] target/arm: Implement SVE floating-point compare vectors target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,17/35] target/arm: Implement SVE floating-point arithmetic with immediate target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,18/35] target/arm: Implement SVE Floating Point Multiply Indexed Group target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,19/35] target/arm: Implement SVE FP Fast Reduction Group target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,20/35] target/arm: Implement SVE Floating Point Unary Operations - Unpredicated Group target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,21/35] target/arm: Implement SVE FP Compare with Zero Group target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,22/35] target/arm: Implement SVE floating-point trig multiply-add coefficient target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,23/35] target/arm: Implement SVE floating-point convert precision target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,24/35] target/arm: Implement SVE floating-point convert to integer target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,25/35] target/arm: Implement SVE floating-point round to integral value target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,26/35] target/arm: Implement SVE floating-point unary operations target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,27/35] target/arm: Implement SVE MOVPRFX target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,28/35] target/arm: Implement SVE floating-point complex add target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,29/35] target/arm: Implement SVE fp complex multiply add target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,31/35] target/arm: Implement SVE fp complex multiply add (indexed) target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,32/35] target/arm: Implement SVE dot product (vectors) target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,33/35] target/arm: Implement SVE dot product (indexed) target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v6,35/35] target/arm: Implement ARMv8.2-DotProd target/arm SVE patches --- 2018-06-27 Richard Henderson New
[v3,12/23] target/openrisc: Remove indirect function calls for mmu target/openrisc improvements --- 2018-06-28 Richard Henderson New
[v3,13/23] target/openrisc: Merge mmu_helper.c into mmu.c target/openrisc improvements --- 2018-06-28 Richard Henderson New
[v3,19/23] target/openrisc: Increase the TLB size target/openrisc improvements --- 2018-06-28 Richard Henderson New
[v3,20/23] target/openrisc: Reorg tlb lookup target/openrisc improvements --- 2018-06-28 Richard Henderson New
[v3,22/23] linux-user: Implement signals for openrisc target/openrisc improvements --- 2018-06-28 Richard Henderson New
[v3,23/23] linux-user: Fix struct sigaltstack for openrisc target/openrisc improvements --- 2018-06-28 Richard Henderson New
[v2,5/6] i2c: Add Actions Semi OWL family S900 I2C driver Add Actions Semi S900 I2C support --- 2018-06-28 Manivannan Sadhasivam New
[1/6] target/arm: Fix SVE signed division vs x86 overflow exception target/arm SVE updates --- 2018-06-29 Richard Henderson New
[5/6] target/arm: Add ID_ISAR6 target/arm SVE updates --- 2018-06-29 Richard Henderson New
[v2,16/21] docker: add env parser to docker.py build step Travis, Code Coverage and Cross Build updates --- 2018-06-29 Alex Bennée New
[v2,18/21] docker: add special handling for FROM:debian-%-user targets Travis, Code Coverage and Cross Build updates --- 2018-06-29 Alex Bennée New
[v2,21/21] .shippable.yml: add linux-user cross-build for ppc-softmmu Travis, Code Coverage and Cross Build updates --- 2018-06-29 Alex Bennée New
[1/2] target/arm: Always return ARMASIdx_NS when num_ases == 1 Fix qemu-system-aarch64 crash --- 2018-06-30 Richard Henderson New
[v3,3/6] arm64: dts: actions: Add pinctrl definition for S900 I2C controller Untitled series #12737 --- 2018-06-30 Manivannan Sadhasivam New
[v3,4/6] arm64: dts: actions: Enable I2C1 and I2C2 in Bubblegum-96 board Untitled series #12736 --- 2018-06-30 Manivannan Sadhasivam New
[v3,5/6] i2c: Add Actions Semiconductor Owl family S900 I2C driver [v3,1/6] dt-bindings: i2c: Add binding for Actions Semiconductor Owl I2C controller --- 2018-06-30 Manivannan Sadhasivam New
[v4,2/6] arm64: dts: actions: Add pinctrl definition for S900 I2C controller Untitled series #12748 --- 2018-07-01 Manivannan Sadhasivam New
[v3,19/20] docker: add special rule for deboostrapped images Travis, Code Coverage and Cross Build updates --- 2018-07-02 Alex Bennée New
[PULL,v2,13/25] target/openrisc: Merge mmu_helper.c into mmu.c [PULL,v2,01/25] target/openrisc: Fix mtspr shadow gprs --- 2018-07-02 Stafford Horne New
[PULL,v2,23/25] linux-user: Fix struct sigaltstack for openrisc [PULL,v2,01/25] target/openrisc: Fix mtspr shadow gprs --- 2018-07-02 Stafford Horne New
[PULL,5/6] accel/tcg: Avoid caching overwritten tlb entries tcg queued patches --- 2018-07-02 Richard Henderson New
[PULL,11/20] docker: filter out linux-user builds for mingw Travis, Code Coverage and Cross Build updates --- 2018-07-03 Alex Bennée New
[PULL,20/20] docker: add linux-user powered cross builder for QEMU Travis, Code Coverage and Cross Build updates --- 2018-07-03 Alex Bennée New
[2/7] target/ppc: Honor fpscr_ze semantics and tidy fdiv target/ppc fp cleanups --- 2018-07-03 Richard Henderson New
[3/7] target/ppc: Tidy helper_fmul target/ppc fp cleanups --- 2018-07-03 Richard Henderson New
[4/7] target/ppc: Tidy helper_fadd, helper_fsub target/ppc fp cleanups --- 2018-07-03 Richard Henderson New
[5/7] target/ppc: Tidy helper_fsqrt target/ppc fp cleanups --- 2018-07-03 Richard Henderson New
[7/7] target/ppc: Use non-arithmetic conversions for fp load/store target/ppc fp cleanups --- 2018-07-03 Richard Henderson New
scripts/qemu-binfmt-conf.sh: allow clearing of entries scripts/qemu-binfmt-conf.sh: allow clearing of entries --- 2018-07-03 Alex Bennée New
[COMMITTED] posix: Fix bug-regex33 after regex sync [COMMITTED] posix: Fix bug-regex33 after regex sync --- 2018-07-04 Adhemerval Zanella Netto New
[ARM] PR85434: Prevent spilling of stack protector guard's address on ARM [ARM] PR85434: Prevent spilling of stack protector guard's address on ARM --- 2018-07-05 Thomas Preudhomme New
[PULL,v3,05/20] .gitignore: add .gcov files Travis, Code Coverage and Cross Build updates --- 2018-07-05 Alex Bennée New
[PULL,v3,08/20] build-system: add clean-coverage target Travis, Code Coverage and Cross Build updates --- 2018-07-05 Alex Bennée New
[PULL,v3,16/20] docker: drop QEMU build-dep from bootstrap Travis, Code Coverage and Cross Build updates --- 2018-07-05 Alex Bennée New
[RFC,for,3.0] tests/tpm-emu: double the timeout [RFC,for,3.0] tests/tpm-emu: double the timeout --- 2018-07-06 Alex Bennée New
[for,3.0,02/10] docker: debian-tricore add git tools various docker fixes --- 2018-07-09 Alex Bennée New
[for,3.0,09/10] docker: add test-unit runner various docker fixes --- 2018-07-09 Alex Bennée New
[for,3.0,10/10] docker: add expansion for docker-test-FOO to Makefile.include various docker fixes --- 2018-07-09 Alex Bennée New
qat: fix checks for 3gpp algorithms vs bit mode qat: fix checks for 3gpp algorithms vs bit mode --- 2018-07-11 Dmitry Eremin-Solenikov New
[AArch64] Add early clobber for the store_exclusive patterns. [AArch64] Add early clobber for the store_exclusive patterns. --- 2018-07-12 Ramana Radhakrishnan New
[v2,for,3.0,07/16] docker: gracefully skip check_qemu various docker fixes --- 2018-07-13 Alex Bennée New
[v3,for,3.0,09/18] docker: disable debian-powerpc-user-cross docker fixes (and one tcg test tweak) --- 2018-07-17 Alex Bennée New
[v3,for,3.0,13/18] docker: add --hint to docker.py check docker fixes (and one tcg test tweak) --- 2018-07-17 Alex Bennée New
[RFC,1/2] env: Drop error messages when loading environment [RFC,1/2] env: Drop error messages when loading environment --- 2018-07-17 Sam Protsenko New
[RFC,2/2] env: Add prefix to error messages when loading env [RFC,1/2] env: Drop error messages when loading environment --- 2018-07-17 Sam Protsenko New
[RFC,01/10] docker: rename docker-amd64 to docker-host docker on non-x86 hosts --- 2018-07-18 Alex Bennée New
[RFC,02/10] docker: change docker-image to docker-all-images target docker on non-x86 hosts --- 2018-07-18 Alex Bennée New
[RFC,03/10] docker: add a placeholder for handling non-x86 hosts docker on non-x86 hosts --- 2018-07-18 Alex Bennée New
[RFC,04/10] docker: don't include docker-arm64-cross on aarch64 hosts docker on non-x86 hosts --- 2018-07-18 Alex Bennée New
[RFC,05/10] docker: fall-back to binfmt_misc debian-mips64el-user-cross on non-x86 docker on non-x86 hosts --- 2018-07-18 Alex Bennée New
[RFC,06/10] docker: fall-back to binfmt_misc debian-ppc64el-user-cross on non-x86 docker on non-x86 hosts --- 2018-07-18 Alex Bennée New
[RFC,07/10] docker: fall-back to binfmt_misc debian-s390x-user-cross on non-x86 docker on non-x86 hosts --- 2018-07-18 Alex Bennée New
[RFC,08/10] docker: disable additional non-x86 images docker on non-x86 hosts --- 2018-07-18 Alex Bennée New
[RFC,09/10] tests: tcg skip docker images we can't build docker on non-x86 hosts --- 2018-07-18 Alex Bennée New
[RFC,10/10] tests/tcg: debian-mips64el-user-cross fallback docker on non-x86 hosts --- 2018-07-18 Alex Bennée New
[RFC] env: Fix errors printing on env loading [RFC] env: Fix errors printing on env loading --- 2018-07-18 Sam Protsenko New
synquacer: Enable optional OP-TEE support synquacer: Enable optional OP-TEE support --- 2018-07-19 Sumit Garg New
tcg/aarch64: limit mul_vec size tcg/aarch64: limit mul_vec size --- 2018-07-19 Alex Bennée New
[v2] backlight: pwm_bl: Fix uninitialized variable [v2] backlight: pwm_bl: Fix uninitialized variable --- 2018-07-19 Daniel Thompson New
[v5,3/6] arm64: dts: actions: Add Actions Semiconductor S900 I2C controller nodes Untitled series #13358 --- 2018-07-19 Manivannan Sadhasivam New
[RFC,v2] env: Fix errors printing on env loading [RFC,v2] env: Fix errors printing on env loading --- 2018-07-19 Sam Protsenko New
[PULL,for-3.0,1/1] tcg/aarch64: limit mul_vec size tcg-next pull --- 2018-07-20 Richard Henderson New
synquacer: Enable optional OP-TEE support synquacer: Enable optional OP-TEE support --- 2018-07-20 Sumit Garg New
« 1 2 ... 57 58 59134 135 »