Show patches with: Archived = No       |   73870 patches
« 1 2 ... 99 100 101738 739 »
Patch Series S/W/F Date Submitter Delegate State
[v3,23/48] tcg: Split helper-gen.h tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,22/48] tcg: Split tcg_gen_callN tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,21/48] tcg: Move temp_idx and tcgv_i32_temp debug out of line tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,20/48] tcg: Pass TCGHelperInfo to tcg_gen_callN tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,19/48] tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.h tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,18/48] tcg: Remove outdated comments in helper-head.h tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,17/48] target/hexagon: Include helper-gen.h where needed tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,16/48] target/arm: Include helper-gen.h in translator.h tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,15/48] tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,14/48] tcg: Move TCGv, dup_const_tl definitions to tcg-op.h tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,13/48] tcg: Split out tcg/oversized-guest.h tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,12/48] target/arm: Fix test of TCG_OVERSIZED_GUEST tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,11/48] tcg: Split out tcg-target-reg-bits.h tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,10/48] *: Add missing includes of tcg/tcg.h tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,09/48] *: Add missing includes of tcg/debug-assert.h tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,08/48] *: Add missing includes of qemu/error-report.h tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,07/48] tcg: Add tlb_fast_offset to TCGContext tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,06/48] tcg: Widen CPUTLBEntry comparators to 64-bits tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,05/48] tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,04/48] tcg/sparc64: Remove TARGET_LONG_BITS, TCG_TYPE_TL tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,03/48] tcg/s390x: Remove TARGET_LONG_BITS, TCG_TYPE_TL tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,02/48] tcg/riscv: Remove TARGET_LONG_BITS, TCG_TYPE_TL tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,01/48] tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TL tcg: Build once for system, once for user --- 2023-05-31 Richard Henderson Superseded
[v3,20/20] target/arm: Enable FEAT_LSE2 for -cpu max target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson Superseded
[v3,19/20] tests/tcg/multiarch: Adjust sigbus.c target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson Superseded
[v3,18/20] tests/tcg/aarch64: Use stz2g in mte-7.c target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson Superseded
[v3,17/20] target/arm: Move mte check for store-exclusive target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson Superseded
[v3,16/20] target/arm: Relax ordered/atomic alignment checks for LSE2 target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson Superseded
[v3,15/20] target/arm: Add SCTLR.nAA to TBFLAG_A64 target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson New
[v3,14/20] target/arm: Check alignment in helper_mte_check target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson Superseded
[v3,13/20] target/arm: Pass single_memop to gen_mte_checkN target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson New
[v3,12/20] target/arm: Pass memop to gen_mte_check1* target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson New
[v3,11/20] target/arm: Hoist finalize_memop out of do_fp_{ld, st} target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson New
[v3,10/20] target/arm: Hoist finalize_memop out of do_gpr_{ld, st} target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson New
[v3,09/20] target/arm: Load/store integer pair with one tcg operation target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson Superseded
[v3,08/20] target/arm: Sink gen_mte_check1 into load/store_exclusive target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson New
[v3,07/20] target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld, st}r target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson Superseded
[v3,06/20] target/arm: Use tcg_gen_qemu_st_i128 for STZG, STZ2G target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson New
[v3,05/20] target/arm: Use tcg_gen_qemu_{st, ld}_i128 for do_fp_{st, ld} target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson New
[v3,04/20] target/arm: Use tcg_gen_qemu_ld_i128 for LDXP target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson Superseded
[v3,03/20] target/arm: Introduce finalize_memop_{atom,pair} target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson New
[v3,02/20] target/arm: Add feature test for FEAT_LSE2 target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson Superseded
[v3,01/20] target/arm: Add commentary for CPUARMState.exclusive_high target/arm: Implement FEAT_LSE2 --- 2023-05-30 Richard Henderson Superseded
[PULL,27/27] tests/decode: Add tests for various named-field cases [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson New
[PULL,26/27] scripts/decodetree: Implement named field support [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson New
[PULL,25/27] scripts/decodetree: Implement a topological sort [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson Accepted
[PULL,24/27] scripts/decodetree: Pass lvalue-formatter function to str_extract() [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson New
[PULL,23/27] docs: Document decodetree named field syntax [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson Accepted
[PULL,22/27] tests/decode: Convert tests to meson [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson Accepted
[PULL,21/27] decodetree: Do not remove output_file from /dev [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson Accepted
[PULL,20/27] decodetree: Diagnose empty pattern group [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson New
[PULL,19/27] decodetree: Fix recursion in prop_format and build_tree [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson New
[PULL,18/27] decodetree: Add --test-for-error [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson Accepted
[PULL,17/27] tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITS [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson Accepted
[PULL,16/27] accel/tcg: Add aarch64 store_atom_insert_al16 [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson Accepted
[PULL,15/27] accel/tcg: Add aarch64 lse2 load_atom_extract_al16_or_al8 [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson Accepted
[PULL,14/27] accel/tcg: Add x86_64 load_atom_extract_al16_or_al8 [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson Accepted
[PULL,13/27] accel/tcg: Extract store_atom_insert_al16 to host header [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson New
[PULL,12/27] accel/tcg: Extract load_atom_extract_al16_or_al8 to host header [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson New
[PULL,11/27] tcg/s390x: Support 128-bit load/store [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson Accepted
[PULL,10/27] tcg/ppc: Support 128-bit load/store [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson New
[PULL,09/27] tcg/aarch64: Support 128-bit load/store [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson New
[PULL,08/27] tcg/aarch64: Simplify constraints on qemu_ld/st [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson Accepted
[PULL,07/27] tcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2 [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson Accepted
[PULL,06/27] tcg/aarch64: Rename temporaries [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson Accepted
[PULL,05/27] tcg/i386: Support 128-bit load/store [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson New
[PULL,04/27] qemu/atomic128: Add x86_64 atomic128-ldst.h [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson Accepted
[PULL,03/27] meson: Split test for __int128_t type from __int128_t arithmetic [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson New
[PULL,02/27] accel/tcg: Fix check for page writeability in load_atomic16_or_exit [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson New
[PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret [PULL,01/27] tcg: Fix register move type in tcg_out_ld_helper_ret --- 2023-05-30 Richard Henderson Accepted
[PULL,00/27] tcg patch queue --- 2023-05-30 Richard Henderson New
[1/1] tests/avocado: update firmware to enable sbsa-ref/max [1/1] tests/avocado: update firmware to enable sbsa-ref/max --- 2023-05-30 Marcin Juszkiewicz New
[PULL,v2,00/21] target-arm queue --- 2023-05-30 Peter Maydell Not Applicable
[PULL,21/21] docs: sbsa: correct graphics card name [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Accepted
[PULL,20/21] hw/arm/sbsa-ref: add GIC node into DT [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Accepted
[PULL,19/21] Update copyright dates to 2023 [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Accepted
[PULL,18/21] arm/Kconfig: Make TCG dependence explicit [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Not Applicable
[PULL,17/21] arm/Kconfig: Keep Kconfig default entries in default.mak as documentation [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Accepted
[PULL,16/21] target/arm: Explain why we need to select ARM_V7M [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Accepted
[PULL,15/21] target/arm: Explicitly select short-format FSR for M-profile [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Accepted
[PULL,14/21] tests/qtest: Run arm-specific tests only if the required machine is available [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Accepted
[PULL,13/21] hw/arm/xlnx-zynqmp: fix unsigned error when checking the RPUs number [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Accepted
[PULL,12/21] hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop. [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Accepted
[PULL,11/21] hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2 [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Not Applicable
[PULL,10/21] hw/arm/smmuv3: Add stage-2 support in iova notifier [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Accepted
[PULL,09/21] hw/arm/smmuv3: Add CMDs related to stage-2 [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Not Applicable
[PULL,08/21] hw/arm/smmuv3: Add VMID to TLB tagging [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Not Applicable
[PULL,07/21] hw/arm/smmuv3: Make TLB lookup work for stage-2 [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Accepted
[PULL,06/21] hw/arm/smmuv3: Parse STE config for stage-2 [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Not Applicable
[PULL,05/21] hw/arm/smmuv3: Add page table walk for stage-2 [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Not Applicable
[PULL,04/21] hw/arm/smmuv3: Refactor stage-1 PTW [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Not Applicable
[PULL,03/21] hw/arm/smmuv3: Update translation config to hold stage-2 [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Not Applicable
[PULL,02/21] hw/arm/smmuv3: Add missing fields for IDR0 [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Accepted
[PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards [PULL,01/21] fsl-imx6: Add SNVS support for i.MX6 boards --- 2023-05-30 Peter Maydell Not Applicable
[PULL,00/21] target-arm queue --- 2023-05-30 Peter Maydell Not Applicable
[v14,07/10] tb-stats: reset the tracked TBs on a tb_flush Untitled series #210922 --- 2023-05-30 Fei Wu New
[v13,07/10] tb-stats: reset the tracked TBs on a tb_flush Untitled series #210865 --- 2023-05-29 Fei Wu Superseded
[PULL,08/10] target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRF Untitled series #210843 --- 2023-05-28 Daniel Henrique Barboza Accepted
[4/4] target/arm: Use float64_to_int32_modulo for FJCVTZS fpu: Add float64_to_int{32,64}_modulo --- 2023-05-27 Richard Henderson Superseded
[3/4] target/alpha: Use float64_to_int64_modulo for CVTTQ fpu: Add float64_to_int{32,64}_modulo --- 2023-05-27 Richard Henderson Superseded
« 1 2 ... 99 100 101738 739 »