Show patches with: Archived = No       |   81143 patches
« 1 2 ... 227 228 229811 812 »
Patch Series S/W/F Date Submitter Delegate State
[v3,7/8] accel/tcg: Move PageDesc tree into tb-maint.c for system accel/tcg: Rewrite user-only vma tracking --- 2022-12-09 Richard Henderson Superseded
[v3,6/8] accel/tcg: Use interval tree for user-only page tracking accel/tcg: Rewrite user-only vma tracking --- 2022-12-09 Richard Henderson Superseded
[v3,5/8] accel/tcg: Move page_{get,set}_flags to user-exec.c accel/tcg: Rewrite user-only vma tracking --- 2022-12-09 Richard Henderson Superseded
[v3,4/8] accel/tcg: Use interval tree for TARGET_PAGE_DATA_SIZE accel/tcg: Rewrite user-only vma tracking --- 2022-12-09 Richard Henderson Superseded
[v3,3/8] accel/tcg: Use interval tree for TBs in user-only mode accel/tcg: Rewrite user-only vma tracking --- 2022-12-09 Richard Henderson Superseded
[v3,2/8] accel/tcg: Rename page_flush_tb accel/tcg: Rewrite user-only vma tracking --- 2022-12-09 Richard Henderson Superseded
[v3,1/8] util: Add interval-tree.c accel/tcg: Rewrite user-only vma tracking --- 2022-12-09 Richard Henderson Superseded
[v4,27/27] tcg/s390x: Avoid the constant pool in tcg_out_movi tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,26/27] tcg/s390x: Cleanup tcg_out_movi tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,25/27] tcg/s390x: Tighten constraints for 64-bit compare tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,24/27] tcg/s390x: Implement ctpop operation tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,23/27] tcg/s390x: Use tgen_movcond_int in tgen_clz tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,22/27] tcg/s390x: Support SELGR instruction in movcond tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,21/27] tcg/s390x: Generalize movcond implementation tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,20/27] tcg/s390x: Create tgen_cmp2 to simplify movcond tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,19/27] tcg/s390x: Support MIE3 logical operations tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,18/27] tcg/s390x: Tighten constraints for and_i64 tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,17/27] tcg/s390x: Tighten constraints for or_i64 and xor_i64 tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,16/27] tcg/s390x: Issue XILF directly for xor_i32 tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,15/27] tcg/s390x: Support MIE2 MGRK instruction tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,14/27] tcg/s390x: Support MIE2 multiply single instructions tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,13/27] tcg/s390x: Distinguish RIE formats tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,12/27] tcg/s390x: Distinguish RRF-a and RRF-c formats tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,11/27] tcg/s390x: Use LARL+AGHI for odd addresses tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,10/27] tcg/s390x: Remove DISTINCT_OPERANDS facility check tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,09/27] tcg/s390x: Remove FAST_BCR_SER facility check tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,08/27] tcg/s390x: Check for load-on-condition facility at startup tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,07/27] tcg/s390x: Check for general-instruction-extension facility at startup tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,06/27] tcg/s390x: Check for extended-immediate facility at startup tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,05/27] tcg/s390x: Check for long-displacement facility at startup tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,04/27] tcg/s390x: Remove USE_LONG_BRANCHES tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,03/27] tcg/s390x: Always set TCG_TARGET_HAS_direct_jump tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,02/27] tcg/s390x: Remove TCG_REG_TB tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
[v4,01/27] tcg/s390x: Use register pair allocation for div and mulu2 tcg/s390x: misc patches --- 2022-12-09 Richard Henderson Superseded
scripts/archive-source: Use more portable argument with tar command scripts/archive-source: Use more portable argument with tar command --- 2022-12-08 Philippe Mathieu-Daudé New
[RFC,PATCH-for-8.0] hw: Avoid using inlined functions with external linkage [RFC,PATCH-for-8.0] hw: Avoid using inlined functions with external linkage --- 2022-12-08 Philippe Mathieu-Daudé New
mailmap: Fix Stefan Weil author email mailmap: Fix Stefan Weil author email --- 2022-12-08 Philippe Mathieu-Daudé Accepted
[PATCH-for-8.0,v2,4/4] target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guard target/cpu: System/User cleanups around hwaddr/vaddr --- 2022-12-08 Philippe Mathieu-Daudé Superseded
[PATCH-for-8.0,v2,3/4] target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu target/cpu: System/User cleanups around hwaddr/vaddr --- 2022-12-08 Philippe Mathieu-Daudé New
[PATCH-for-8.0,v2,2/4] gdbstub: Use vaddr type for generic insert/remove_breakpoint() API target/cpu: System/User cleanups around hwaddr/vaddr --- 2022-12-08 Philippe Mathieu-Daudé Superseded
[PATCH-for-8.0,v2,1/4] cputlb: Restrict SavedIOTLB to system emulation target/cpu: System/User cleanups around hwaddr/vaddr --- 2022-12-08 Philippe Mathieu-Daudé Superseded
[PATCH-for-8.0,4/4] target/sparc: Cleanup around sparc_cpu_do_unaligned_access() target/cpu: System/User cleanups around hwaddr/vaddr --- 2022-12-07 Philippe Mathieu-Daudé New
[PATCH-for-8.0,3/4] target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu target/cpu: System/User cleanups around hwaddr/vaddr --- 2022-12-07 Philippe Mathieu-Daudé Superseded
[PATCH-for-8.0,2/4] gdbstub: Use vaddr type for generic insert/remove_breakpoint() API target/cpu: System/User cleanups around hwaddr/vaddr --- 2022-12-07 Philippe Mathieu-Daudé New
[PATCH-for-8.0,1/4] cputlb: Restrict SavedIOTLB to system emulation target/cpu: System/User cleanups around hwaddr/vaddr --- 2022-12-07 Philippe Mathieu-Daudé New
[8/8] tcg/loongarch64: Reorg goto_tb implementation tcg/loongarch64: Reorg goto_tb and cleanups --- 2022-12-06 Richard Henderson New
[7/8] tcg/loongarch64: Use tcg_pcrel_diff in tcg_out_ldst tcg/loongarch64: Reorg goto_tb and cleanups --- 2022-12-06 Richard Henderson Superseded
[6/8] tcg/loongarch64: Implement movcond tcg/loongarch64: Reorg goto_tb and cleanups --- 2022-12-06 Richard Henderson Superseded
[5/8] tcg/loongarch64: Improve setcond expansion tcg/loongarch64: Reorg goto_tb and cleanups --- 2022-12-06 Richard Henderson Superseded
[4/8] tcg/loongarch64: Introduce tcg_out_addi tcg/loongarch64: Reorg goto_tb and cleanups --- 2022-12-06 Richard Henderson Superseded
[3/8] tcg/loongarch64: Update tcg-insn-defs.c.inc tcg/loongarch64: Reorg goto_tb and cleanups --- 2022-12-06 Richard Henderson Superseded
[2/8] tcg/loongarch64: Optimize immediate loading tcg/loongarch64: Reorg goto_tb and cleanups --- 2022-12-06 Richard Henderson Superseded
[1/8] target/loongarch: Enable the disassembler for host tcg tcg/loongarch64: Reorg goto_tb and cleanups --- 2022-12-06 Richard Henderson Superseded
[22/22] tcg/riscv: Implement direct branch for goto_tb tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson New
[21/22] tcg/riscv: Introduce OPC_NOP tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson New
[20/22] tcg/arm: Implement direct branch for goto_tb tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[19/22] tcg/sparc64: Reorg goto_tb implementation tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[18/22] tcg/sparc64: Remove USE_REG_TB tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[17/22] tcg/ppc: Reorg goto_tb implementation tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[16/22] tcg/aarch64: Reorg goto_tb implementation tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[15/22] tcg: Remove TCG_TARGET_HAS_direct_jump tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson New
[14/22] tcg: Always define tb_target_set_jmp_target tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[13/22] tcg: Move tb_target_set_jmp_target declaration to tcg.h tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[12/22] tcg: Change tb_target_set_jmp_target arguments tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[11/22] tcg: Add TranslationBlock.jmp_insn_offset tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[10/22] tcg: Add gen_tb to TCGContext tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[09/22] tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[08/22] tcg: Split out tcg_out_goto_tb tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[07/22] tcg: Introduce get_jmp_target_addr tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson New
[06/22] tcg: Introduce set_jmp_insn_offset tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[05/22] tcg: Replace asserts on tcg_jmp_insn_offset tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson New
[04/22] tcg/sparc64: Remove unused goto_tb code for indirect jump tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[03/22] tcg/ppc: Remove unused goto_tb code for indirect jump tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[02/22] tcg/i386: Remove unused goto_tb code for indirect jump tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[01/22] tcg: Split out tcg_out_exit_tb tcg: exit_tb tidy, goto_tb reorg --- 2022-12-06 Richard Henderson Superseded
[v2,23/51] target/i386: Always completely initialize TranslateFault Untitled series #194439 --- 2022-12-05 Juan Quintela New
[v2,16/51] include/hw: VM state takes precedence in virtio_device_should_start Untitled series #194439 --- 2022-12-05 Juan Quintela New
[v2,15/51] hw/virtio: generalise CHR_EVENT_CLOSED handling Untitled series #194439 --- 2022-12-05 Juan Quintela New
[v2,14/51] hw/virtio: add started_vu status field to vhost-user-gpio Untitled series #194439 --- 2022-12-05 Juan Quintela New
[v2,12/51] tests/qtests: override "force-legacy" for gpio virtio-mmio tests Untitled series #194439 --- 2022-12-05 Juan Quintela New
[v2,08/51] hw/display/qxl: Assert memory slot fits in preallocated MemoryRegion Untitled series #194439 --- 2022-12-05 Juan Quintela New
[v2,07/51] hw/display/qxl: Avoid buffer overrun in qxl_phys2virt (CVE-2022-4144) Untitled series #194439 --- 2022-12-05 Juan Quintela New
[v2,06/51] hw/display/qxl: Pass requested buffer size to qxl_phys2virt() Untitled series #194439 --- 2022-12-05 Juan Quintela New
[v2,05/51] hw/display/qxl: Document qxl_phys2virt() Untitled series #194439 --- 2022-12-05 Juan Quintela New
[v2,04/51] hw/display/qxl: Have qxl_log_command Return early if no log_cmd handler Untitled series #194439 --- 2022-12-05 Juan Quintela New
[v2,03/51] replay: Fix declaration of replay_read_next_clock Untitled series #194439 --- 2022-12-05 Juan Quintela New
[03/32] hw/isa/piix4: Correct IRQRC[A:D] reset values [01/32] hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition --- 2022-12-04 Bernhard Beschow Superseded
[02/32] hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader [01/32] hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition --- 2022-12-04 Bernhard Beschow Superseded
[01/32] hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition [01/32] hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition --- 2022-12-04 Bernhard Beschow Superseded
[2/2] meson: Set avx512f option to auto Use a more portable way to enable target specific functions --- 2022-12-04 Richard Henderson New
[1/2] util/bufferiszero: Use __attribute__((target)) for avx2/avx512 Use a more portable way to enable target specific functions --- 2022-12-04 Richard Henderson Superseded
configure: Add --enable-lto configure: Add --enable-lto --- 2022-12-04 Richard Henderson New
target/riscv: Set pc_succ_insn for !rvc illegal insn target/riscv: Set pc_succ_insn for !rvc illegal insn --- 2022-12-03 Richard Henderson Accepted
[RFC,for,8.0] configure: repeat ourselves for the benefit of CI [RFC,for,8.0] configure: repeat ourselves for the benefit of CI --- 2022-12-02 Alex Bennée Superseded
[RFC,for,8.0] backends/vhost-user: relax the ioeventfd check [RFC,for,8.0] backends/vhost-user: relax the ioeventfd check --- 2022-12-02 Alex Bennée New
[v3,13/13] tcg/s390x: Implement ctpop operation tcg/s390x: misc patches --- 2022-12-02 Richard Henderson New
[v3,12/13] tcg/s390x: Use tgen_movcond_int in tgen_clz tcg/s390x: misc patches --- 2022-12-02 Richard Henderson New
[v3,11/13] tcg/s390x: Support SELGR instruction in movcond tcg/s390x: misc patches --- 2022-12-02 Richard Henderson New
[v3,10/13] tcg/s390x: Generalize movcond implementation tcg/s390x: misc patches --- 2022-12-02 Richard Henderson New
[v3,09/13] tcg/s390x: Create tgen_cmp2 to simplify movcond tcg/s390x: misc patches --- 2022-12-02 Richard Henderson New
« 1 2 ... 227 228 229811 812 »