OSDN Git Service

e1000e: Fix tx/rx counters
[qmiga/qemu.git] / tcg /
2023-05-19 Richard HendersonMerge tag 'pull-hex-20230518-1' of https://github.com...
2023-05-18 Richard HendersonMerge tag 'migration-20230518-pull-request' of https...
2023-05-18 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-05-18 Paolo Bonzinimeson: remove static_kwargs
2023-05-17 Richard HendersonMerge tag 'linux-user-for-8.1-pull-request' of https...
2023-05-17 Richard HendersonMerge tag 'pull-tcg-20230516-3' of https://gitlab.com...
2023-05-17 Richard Hendersontcg: Split out exec/user/guest-base.h
2023-05-17 Richard Hendersontcg: Add tlb_dyn_max_bits to TCGContext
2023-05-17 Richard Hendersontcg: Add page_bits and page_mask to TCGContext
2023-05-17 Richard Hendersontcg: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/mips: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/loongarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/aarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/aarch64: Remove USE_GUEST_BASE
2023-05-17 Richard Hendersontcg/arm: Remove TARGET_LONG_BITS
2023-05-17 Richard Hendersontcg/i386: Remove TARGET_LONG_BITS, TCG_TYPE_TL
2023-05-17 Richard Hendersontcg/i386: Adjust type of tlb_mask
2023-05-17 Richard Hendersontcg/i386: Conditionalize tcg_out_extu_i32_i64
2023-05-17 Richard Hendersontcg/i386: Always enable TCG_TARGET_HAS_extr[lh]_i64_i32
2023-05-17 Richard Hendersontcg/tci: Elimnate TARGET_LONG_BITS, target_ulong
2023-05-17 Richard Hendersontcg: Split INDEX_op_qemu_{ld,st}* for guest address...
2023-05-17 Richard Hendersontcg: Remove TCGv from tcg_gen_atomic_*
2023-05-17 Richard Hendersontcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*
2023-05-16 Richard Hendersontcg: Add addr_type to TCGContext
2023-05-16 Richard Hendersonaccel/tcg: Widen plugin_gen_empty_mem_callback to i64
2023-05-16 Richard Hendersontcg: Reduce copies for plugin_gen_mem_callbacks
2023-05-16 Richard Hendersontcg: Widen tcg_gen_code pc_start argument to uint64_t
2023-05-16 Richard Hendersontcg: Widen helper_atomic_* addresses to uint64_t
2023-05-16 Richard Hendersontcg: Widen helper_{ld,st}_i128 addresses to uint64_t
2023-05-16 Richard Hendersonaccel/tcg: Widen tcg-ldst.h addresses to uint64_t
2023-05-16 Richard Hendersontcg: Widen gen_insn_data to uint64_t
2023-05-16 Richard Hendersontcg: Split out memory ops to tcg-op-ldst.c
2023-05-16 Richard Hendersontcg/sparc64: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/s390x: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/riscv: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/ppc: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/mips: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/loongarch64: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/arm: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/aarch64: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg/i386: Use atom_and_align_for_opc
2023-05-16 Richard Hendersontcg: Introduce atom_and_align_for_opc
2023-05-16 Richard Hendersontcg: Support TCG_TYPE_I128 in tcg_out_{ld,st}_helper_...
2023-05-16 Richard Hendersontcg: Merge tcg_out_helper_load_regs into caller
2023-05-16 Richard Hendersontcg: Introduce tcg_out_movext3
2023-05-16 Richard Hendersontcg: Add INDEX_op_qemu_{ld,st}_i128
2023-05-16 Richard Hendersontcg: Introduce tcg_target_has_memory_bswap
2023-05-16 Richard Hendersontcg/riscv: Support softmmu unaligned accesses
2023-05-16 Richard Hendersontcg/loongarch64: Support softmmu unaligned accesses
2023-05-16 Richard Hendersontcg/loongarch64: Check the host supports unaligned...
2023-05-16 Richard Hendersontcg/sparc64: Use standard slow path for softmmu
2023-05-16 Richard Hendersontcg/sparc64: Split out tcg_out_movi_s32
2023-05-16 Richard Hendersontcg/sparc64: Rename tcg_out_movi_imm32 to tcg_out_movi_u32
2023-05-16 Richard Hendersontarget/sparc64: Remove tcg_out_movi_s13 case from tcg_o...
2023-05-16 Richard Hendersontcg/sparc64: Rename tcg_out_movi_imm13 to tcg_out_movi_s13
2023-05-16 Richard Hendersontcg/sparc64: Allocate %g2 as a third temporary
2023-05-16 Richard Hendersontcg/s390x: Use full load/store helpers in user-only...
2023-05-16 Richard Hendersontcg/mips: Use full load/store helpers in user-only...
2023-05-16 Richard Hendersontcg/arm: Use full load/store helpers in user-only mode
2023-05-16 Richard Hendersontcg/arm: Adjust constraints on qemu_ld/st
2023-05-16 Richard Hendersontcg/riscv: Use full load/store helpers in user-only...
2023-05-16 Richard Hendersontcg/loongarch64: Use full load/store helpers in user...
2023-05-16 Richard Hendersontcg/ppc: Use full load/store helpers in user-only mode
2023-05-16 Richard Hendersontcg/aarch64: Use full load/store helpers in user-only...
2023-05-16 Richard Hendersontcg/i386: Use full load/store helpers in user-only...
2023-05-16 Richard Hendersontcg/aarch64: Detect have_lse, have_lse2 for darwin
2023-05-16 Richard Hendersontcg/aarch64: Detect have_lse, have_lse2 for linux
2023-05-16 Richard Hendersontcg/i386: Add have_atomic16
2023-05-16 Richard Hendersontcg: Add 128-bit guest memory primitives
2023-05-16 Richard Hendersontcg/tci: Use helper_{ld,st}*_mmu for user-only
2023-05-16 Richard Hendersonaccel/tcg: Implement helper_{ld,st}*_mmu for user-only
2023-05-16 Richard Hendersontcg: Unify helper_{be,le}_{ld,st}*
2023-05-16 Richard Hendersoninclude/exec/memop: Add MO_ATOM_*
2023-05-16 Richard Hendersontcg/i386: Set P_REXW in tcg_out_addi_ptr
2023-05-13 Richard HendersonMerge tag 'or1k-pull-request-20230513' of https://githu...
2023-05-11 Richard HendersonMerge tag 'pull-tcg-20230511-2' of https://gitlab.com...
2023-05-11 Richard Hendersontcg: Remove TARGET_ALIGNED_ONLY
2023-05-11 Richard Hendersontcg/s390x: Simplify constraints on qemu_ld/st
2023-05-11 Richard Hendersontcg/s390x: Use ALGFR in constructing softmmu host address
2023-05-11 Richard Hendersontcg/riscv: Simplify constraints on qemu_ld/st
2023-05-11 Richard Hendersontcg/ppc: Remove unused constraint J
2023-05-11 Richard Hendersontcg/ppc: Remove unused constraints A, B, C, D
2023-05-11 Richard Hendersontcg/ppc: Adjust constraints on qemu_ld/st
2023-05-11 Richard Hendersontcg/ppc: Reorg tcg_out_tlb_read
2023-05-11 Richard Hendersontcg/mips: Simplify constraints on qemu_ld/st
2023-05-11 Richard Hendersontcg/mips: Reorg tlb load within prepare_host_addr
2023-05-11 Richard Hendersontcg/mips: Remove MO_BSWAP handling
2023-05-11 Richard Hendersontcg/loongarch64: Simplify constraints on qemu_ld/st
2023-05-11 Richard Hendersontcg/s390x: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/riscv: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/ppc: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/mips: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/loongarch64: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/arm: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_path
2023-05-11 Richard Hendersontcg/i386: Convert tcg_out_qemu_st_slow_path
2023-05-11 Richard Hendersontcg/i386: Convert tcg_out_qemu_ld_slow_path
2023-05-11 Richard Hendersontcg: Add routines for calling slow-path helpers
2023-05-11 Richard Hendersontcg/s390x: Introduce prepare_host_addr
2023-05-11 Richard Hendersontcg/riscv: Introduce prepare_host_addr
next