Show patches with: State = Action Required       |    Archived = No       |   23602 patches
« 1 2 ... 87 88 89236 237 »
Patch Series S/W/F Date Submitter Delegate State
[v6,55/82] target/arm: Implement SVE2 saturating multiply-add (indexed) target/arm: Implement SVE2 --- 2021-04-30 Richard Henderson New
[v6,53/82] target/arm: Implement SVE2 integer multiply-add (indexed) target/arm: Implement SVE2 --- 2021-04-30 Richard Henderson New
[v6,01/82] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2 target/arm: Implement SVE2 --- 2021-04-30 Richard Henderson New
[v3,30/30] target/ppc: Implement prefixed integer store instructions Base for adding PowerPC 64-bit instructions --- 2021-04-30 Richard Henderson New
[v3,28/30] target/ppc: Implement prefixed integer load instructions Base for adding PowerPC 64-bit instructions --- 2021-04-30 Richard Henderson New
[v3,26/30] target/ppc: Implement PNOP Base for adding PowerPC 64-bit instructions --- 2021-04-30 Richard Henderson New
[v3,25/30] target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI Base for adding PowerPC 64-bit instructions --- 2021-04-30 Richard Henderson New
[v3,24/30] target/ppc: Move page crossing check to ppc_tr_translate_insn Base for adding PowerPC 64-bit instructions --- 2021-04-30 Richard Henderson New
[v3,23/30] target/ppc: Add infrastructure for prefixed insns Base for adding PowerPC 64-bit instructions --- 2021-04-30 Richard Henderson New
[v3,17/30] target/ppc: Remove DisasContext.exception Base for adding PowerPC 64-bit instructions --- 2021-04-30 Richard Henderson New
[v3,16/30] target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN Base for adding PowerPC 64-bit instructions --- 2021-04-30 Richard Henderson New
[v3,15/30] target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE Base for adding PowerPC 64-bit instructions --- 2021-04-30 Richard Henderson New
[v3,14/30] target/ppc: Introduce gen_icount_io_start Base for adding PowerPC 64-bit instructions --- 2021-04-30 Richard Henderson New
[v3,13/30] target/ppc: Remove unnecessary gen_io_end calls Base for adding PowerPC 64-bit instructions --- 2021-04-30 Richard Henderson New
[v3,12/30] target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXIT Base for adding PowerPC 64-bit instructions --- 2021-04-30 Richard Henderson New
[v3,09/30] target/ppc: Remove special case for POWERPC_EXCP_TRAP Base for adding PowerPC 64-bit instructions --- 2021-04-30 Richard Henderson New
[v3,05/30] target/ppc: Add cia field to DisasContext Base for adding PowerPC 64-bit instructions --- 2021-04-30 Richard Henderson New
[v3,6/8] hw/intc: GICv3 redistributor ITS processing GICv3 LPI and ITS feature implementation --- 2021-04-29 Shashi Mallela New
[v3,5/8] hw/intc: GICv3 ITS Feature enablement GICv3 LPI and ITS feature implementation --- 2021-04-29 Shashi Mallela New
[v3,3/8] hw/intc: GICv3 ITS command queue framework GICv3 LPI and ITS feature implementation --- 2021-04-29 Shashi Mallela New
[v3,2/8] hw/intc: GICv3 ITS register definitions added GICv3 LPI and ITS feature implementation --- 2021-04-29 Shashi Mallela New
[v2,14/15] linux-user/s390x: Clean up signal.c linux-user/s390x: some signal fixes --- 2021-04-28 Richard Henderson New
[v2,09/15] linux-user/s390x: Clean up single-use gotos in signal.c linux-user/s390x: some signal fixes --- 2021-04-28 Richard Henderson New
[3/3] linux-user/s390x: Handle vector regs in signal stack linux-user/s390x: some signal fixes --- 2021-04-28 Richard Henderson New
[2/3] linux-user/s390x: Clean up signal.c linux-user/s390x: some signal fixes --- 2021-04-28 Richard Henderson New
[1/3] linux-user/s390x: Fix sigframe types linux-user/s390x: some signal fixes --- 2021-04-28 Richard Henderson New
[v2,14/15] target/ppc: Implement prefixed integer store instructions Untitled series #123144 --- 2021-04-27 Luis Fernando Fujita Pires New
[v2,13/15] target/ppc: Move D/DS/X-form integer stores to decodetree Untitled series #123144 --- 2021-04-27 Luis Fernando Fujita Pires New
[v2,12/15] target/ppc: Implement prefixed integer load instructions Untitled series #123144 --- 2021-04-27 Luis Fernando Fujita Pires New
[v2,11/15] target/ppc: Move D/DS/X-form integer loads to decodetree Untitled series #123144 --- 2021-04-27 Luis Fernando Fujita Pires New
[v2,10/15] target/ppc: Implement PNOP Untitled series #123144 --- 2021-04-27 Luis Fernando Fujita Pires New
[v2,09/15] target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI Untitled series #123144 --- 2021-04-27 Luis Fernando Fujita Pires New
[v2,08/15] target/ppc: Add infrastructure for prefixed insns Untitled series #123144 --- 2021-04-27 Luis Fernando Fujita Pires New
[v2,07/15] target/ppc: Use translator_loop_temp_check Untitled series #123144 --- 2021-04-27 Luis Fernando Fujita Pires New
[v2,06/15] target/ppc: Mark helper_raise_exception* as noreturn Untitled series #123144 --- 2021-04-27 Luis Fernando Fujita Pires New
[v2,05/15] target/ppc: Tidy exception vs exit_tb Untitled series #123144 --- 2021-04-27 Luis Fernando Fujita Pires New
[v2,04/15] target/ppc: Move DISAS_NORETURN setting into gen_exception* Untitled series #123144 --- 2021-04-27 Luis Fernando Fujita Pires New
[v2,03/15] target/ppc: Split out decode_legacy Untitled series #123144 --- 2021-04-27 Luis Fernando Fujita Pires New
[v2,02/15] target/ppc: Add cia field to DisasContext Untitled series #123144 --- 2021-04-27 Luis Fernando Fujita Pires New
[v2,24/25] linux-user/sparc: Implement sparc64 rt signals linux-user/sparc: Implement rt signals --- 2021-04-26 Richard Henderson New
[v2,21/25] linux-user/sparc: Minor corrections to do_sigreturn linux-user/sparc: Implement rt signals --- 2021-04-26 Richard Henderson New
[v2,11/25] linux-user/sparc: Merge sparc64/ into sparc/ linux-user/sparc: Implement rt signals --- 2021-04-26 Richard Henderson New
[v2,09/25] linux-user/sparc: Merge sparc64 target_structs.h linux-user/sparc: Implement rt signals --- 2021-04-26 Richard Henderson New
[v2,05/25] linux-user/sparc: Include TARGET_STACK_BIAS in get_sp_from_cpustate linux-user/sparc: Implement rt signals --- 2021-04-26 Richard Henderson New
[v2,04/25] linux-user: Pass CPUArchState to target_restore_altstack linux-user/sparc: Implement rt signals --- 2021-04-26 Richard Henderson New
[v2,01/25] linux-user: Split out target_restore_altstack linux-user/sparc: Implement rt signals --- 2021-04-26 Richard Henderson New
[8/8] linux-user/sparc64: Implement signals linux-user/sparc64: Implement signals --- 2021-04-25 Richard Henderson New
[7/8] linux-user/sparc64: Include TARGET_STACK_BIAS in get_sp_from_cpustate linux-user/sparc64: Implement signals --- 2021-04-25 Richard Henderson New
[5/8] linux-user/sparc64: Move sparc64 code out of sparc32 signal.c linux-user/sparc64: Implement signals --- 2021-04-25 Richard Henderson New
[v2,6/7] linux-user/alpha: Share code for TARGET_NR_sigaction linux-user: sigaction fixes/cleanups --- 2021-04-22 Richard Henderson New
[v2,5/7] linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORER linux-user: sigaction fixes/cleanups --- 2021-04-22 Richard Henderson New
[v2,3/7] linux-user: Pass ka_restorer to do_sigaction linux-user: sigaction fixes/cleanups --- 2021-04-22 Richard Henderson New
[v2,2/7] linux-user/alpha: Rename the sigaction restorer field linux-user: sigaction fixes/cleanups --- 2021-04-22 Richard Henderson New
[2/2] linux-user: Clean up sigaction ka_restorer linux-user: sigaction fixes/cleanups --- 2021-04-22 Richard Henderson New
[PATCH-for-6.0] net: tap: fix crash on hotplug [PATCH-for-6.0] net: tap: fix crash on hotplug --- 2021-04-21 Cole Robinson New
[v5,22/31] target/arm: Enforce alignment for VLDn (all lanes) target/arm: enforce alignment --- 2021-04-19 Richard Henderson New
[v5,14/31] target/arm: Adjust gen_aa32_{ld, st}_i64 for align+endianness target/arm: enforce alignment --- 2021-04-19 Richard Henderson New
[v5,11/31] target/arm: Adjust gen_aa32_{ld, st}_i32 for align+endianness target/arm: enforce alignment --- 2021-04-19 Richard Henderson New
[v5,10/31] target/arm: Add ALIGN_MEM to TBFLAG_ANY target/arm: enforce alignment --- 2021-04-19 Richard Henderson New
[v5,07/31] target/arm: Use cpu_abort in assert_hflags_rebuild_correctly target/arm: enforce alignment --- 2021-04-19 Richard Henderson New
[v5,06/31] target/arm: Move mode specific TB flags to tb->cs_base target/arm: enforce alignment --- 2021-04-19 Richard Henderson New
[v1,25/25] tests/tcg/tricore: Add muls test testing/next (hexagon/tricore/test cc) --- 2021-04-19 Alex Bennée New
[v1,24/25] tests/tcg/tricore: Add msub test testing/next (hexagon/tricore/test cc) --- 2021-04-19 Alex Bennée New
[v1,22/25] tests/tcg/tricore: Add ftoi test testing/next (hexagon/tricore/test cc) --- 2021-04-19 Alex Bennée New
[v1,21/25] tests/tcg/tricore: Add fmul test testing/next (hexagon/tricore/test cc) --- 2021-04-19 Alex Bennée New
[v1,20/25] tests/tcg/tricore: Add fadd test testing/next (hexagon/tricore/test cc) --- 2021-04-19 Alex Bennée New
[v1,18/25] tests/tcg/tricore: Add clz test testing/next (hexagon/tricore/test cc) --- 2021-04-19 Alex Bennée New
[v1,11/11] target/arm: Enable BFloat16 extensions target/arm: Implement BFloat16 --- 2021-04-16 Richard Henderson New
[v1,10/11] target/arm: Implement bfloat widening fma (indexed) target/arm: Implement BFloat16 --- 2021-04-16 Richard Henderson New
[v1,09/11] target/arm: Implement bfloat widening fma (vector) target/arm: Implement BFloat16 --- 2021-04-16 Richard Henderson New
[v1,08/11] target/arm: Implement bfloat16 matrix multiply accumulate target/arm: Implement BFloat16 --- 2021-04-16 Richard Henderson New
[v1,07/11] target/arm: Implement bfloat16 dot product (indexed) target/arm: Implement BFloat16 --- 2021-04-16 Richard Henderson New
[v1,06/11] target/arm: Implement bfloat16 dot product (vector) target/arm: Implement BFloat16 --- 2021-04-16 Richard Henderson New
[v1,05/11] fpu: Add float_round_to_odd_inf target/arm: Implement BFloat16 --- 2021-04-16 Richard Henderson New
[v1,04/11] target/arm: Implement vector float32 to bfloat16 conversion target/arm: Implement BFloat16 --- 2021-04-16 Richard Henderson New
[v1,03/11] target/arm: Implement scalar float32 to bfloat16 conversion target/arm: Implement BFloat16 --- 2021-04-16 Richard Henderson New
[v1,02/11] target/arm: Unify unallocated path in disas_fp_1src target/arm: Implement BFloat16 --- 2021-04-16 Richard Henderson New
[v5,80/81] target/arm: Implement integer matrix multiply accumulate target/arm: Implement SVE2 --- 2021-04-16 Richard Henderson New
[v5,49/81] target/arm: Pass separate addend to FCMLA helpers target/arm: Implement SVE2 --- 2021-04-16 Richard Henderson New
[v5,48/81] target/arm: Pass separate addend to {U, S}DOT helpers target/arm: Implement SVE2 --- 2021-04-16 Richard Henderson New
[v4,06/30] target/arm: Move mode specific TB flags to tb->cs_base target/arm: enforce alignment --- 2021-04-16 Richard Henderson New
[v5,9/9] target/arm: Remove log2_esize parameter to gen_mte_checkN target/arm mte fixes --- 2021-04-16 Richard Henderson New
[v5,4/9] test/tcg/aarch64: Add mte-5 target/arm mte fixes --- 2021-04-16 Richard Henderson New
[v5,3/3] tests/qtest: Add test for Aspeed HACE hw/misc: Model ASPEED hash and crypto engine --- 2021-04-09 Joel Stanley New
[v5,2/3] aspeed: Integrate HACE hw/misc: Model ASPEED hash and crypto engine --- 2021-04-09 Joel Stanley New
[v5,1/3] hw: Model ASPEED's Hash and Crypto Engine hw/misc: Model ASPEED hash and crypto engine --- 2021-04-09 Joel Stanley New
[RFC] scripts/checkpatch: fix uninitialised value check [RFC] scripts/checkpatch: fix uninitialised value check --- 2021-04-08 Alex Bennée New
[24/24] arm/aspeed: Add DPS310 to witherspoon Untitled series #117957 --- 2021-04-07 Cédric Le Goater New
[23/24] arm/aspeed: Add DPS310 to rainier Untitled series #117957 --- 2021-04-07 Cédric Le Goater New
[22/24] hw/misc: Add Infineon DPS310 sensor model Untitled series #117957 --- 2021-04-07 Cédric Le Goater New
[20/24] aspeed: Emulate the AST2600A3 Untitled series #117957 --- 2021-04-07 Cédric Le Goater New
[08/24] tests/qtest: Add test for Aspeed HACE Untitled series #117957 --- 2021-04-07 Cédric Le Goater New
[06/24] hw: Model ASPEED's Hash and Crypto Engine Untitled series #117957 --- 2021-04-07 Cédric Le Goater New
[v4,01/12] accel/tcg: Preserve PAGE_ANON when changing page permissions target/arm mte fixes --- 2021-04-06 Richard Henderson New
[RFC] scripts/tracetool: don't barf validating TCG types [RFC] scripts/tracetool: don't barf validating TCG types --- 2021-04-06 Alex Bennée New
trace_FOO_tcg bit-rotted? trace_FOO_tcg bit-rotted? --- 2021-04-06 Alex Bennée New
[PULL,11/11] gitlab-ci.yml: Test the dtrace backend in one of the jobs rc2 fixes (check-tcg, gitlab, gdbstub) --- 2021-04-06 Alex Bennée New
[PULL,08/11] docs/system/gdb.rst: Add some more heading structure rc2 fixes (check-tcg, gitlab, gdbstub) --- 2021-04-06 Alex Bennée New
[PULL,05/11] tests/tcg/i386: expand .data sections for system tests rc2 fixes (check-tcg, gitlab, gdbstub) --- 2021-04-06 Alex Bennée New
[PULL,03/11] tests/tcg: add concept of container_hosts rc2 fixes (check-tcg, gitlab, gdbstub) --- 2021-04-06 Alex Bennée New
« 1 2 ... 87 88 89236 237 »