Patch Metrics

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

Patches per month: Submitted Accepted
Time-to-acceptance distribution (in days)
Show patches with: Archived = No       |   45095 patches
« 1 2 3 4450 451 »
Patch Series S/W/F Date Submitter Delegate State
[RFC] meson.build: don't bother with split-debug for windows [RFC] meson.build: don't bother with split-debug for windows --- 2025-03-14 Alex Bennée New
[PULL,8/8] tests/functional: skip vulkan test if missing vulkaninfo Untitled series #263160 --- 2025-03-13 Thomas Huth New
[PULL,3/8] tests/functional: Bump up arm_replay timeout Untitled series #263160 --- 2025-03-13 Thomas Huth Accepted
[37/37] meson: Only allow CONFIG_USER_ONLY from certain source sets accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[36/37] target/riscv: Remove ifndef CONFIG_USER_ONLY from cpu_cfg.h accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[35/37] include/qemu: Remove ifndef CONFIG_USER_ONLY from accel.h accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[34/37] include/system: Remove ifndef CONFIG_USER_ONLY accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[33/37] include/hw/s390x: Remove ifndef CONFIG_USER_ONLY in css.h accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[32/37] include/hw/intc: Remove ifndef CONFIG_USER_ONLY from armv7m_nvic.h accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[31/37] include/hw/core: Drop ifndef CONFIG_USER_ONLY from cpu.h accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[30/37] include/exec: Drop ifndef CONFIG_USER_ONLY from cpu-common.h accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[29/37] include/exec: Split out cpu-mmu-index.h accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[28/37] plugins: Move api.c, core.c to libuser_ss, libsystem_ss accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[27/37] system: Move watchpoint.c to libsystem_ss accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[26/37] hw/core: Move unconditional files to libsystem_ss, libuser_ss accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[25/37] common-user: Split out watchpoint-stub.c accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[24/37] include/system: Move exec/ramblock.h to system/ramblock.h accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[23/37] include/system: Move exec/ram_addr.h to system/ram_addr.h accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[22/37] semihosting: Move user-only implementation out-of-line accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[21/37] target/xtensa: Protect semihosting call with CONFIG_SEMIHOSTING accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[20/37] target/mips: Protect semihosting call with CONFIG_SEMIHOSTING accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[19/37] accel/tcg: Use libuser_ss and libsystem_ss accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[18/37] gdbstub: Move syscalls.c out of common_ss accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[17/37] meson: Introduce top-level libuser_ss and libsystem_ss accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[16/37] include/system: Move exec/ioport.h to system/ioport.h accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[15/37] include/system: Move exec/address-spaces.h to system/address-spaces.h accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[14/37] include/system: Move exec/memory.h to system/memory.h accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[13/37] include/exec: Split out mmap-lock.h accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[12/37] accel/tcg: Remove mmap_lock/unlock from watchpoint.c accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[11/37] accel/tcg: Implement translator_ld*_end accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[10/37] accel/tcg: Use cpu_ld*_code_mmu in translator.c accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[09/37] accel/tcg: Perform aligned atomic reads in translator_ld accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[08/37] include/exec: Inline *_code memory operations accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[07/37] include/exec: Inline *_data memory operations accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[06/37] include/exec: Inline *_data_ra memory operations accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[05/37] include/exec: Inline *_mmuidx_ra memory operations accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[04/37] include/exec: Split out cpu-ldst-common.h accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[03/37] include/exec: Use vaddr for *_mmu guest memory access routines accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[02/37] accel/tcg: Build plugin-gen.c once accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[01/37] accel/tcg: Build user-exec-stub.c once accel/tcg, codebase: Build once patches --- 2025-03-13 Richard Henderson New
[v2] nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782) [v2] nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782) --- 2025-03-12 Adhemerval Zanella Accepted
[RFC] tests/functional: skip vulkan test if mssing vulkaninfo [RFC] tests/functional: skip vulkan test if mssing vulkaninfo --- 2025-03-12 Alex Bennée Accepted
[PATCH-for-10.1,v2] target/i386: Replace MO_TE* -> MO_LE* [PATCH-for-10.1,v2] target/i386: Replace MO_TE* -> MO_LE* --- 2025-03-12 Philippe Mathieu-Daudé New
nptl: Disable asynchronous cancellation on __do_cancel (BZ 32782) nptl: Disable asynchronous cancellation on __do_cancel (BZ 32782) --- 2025-03-12 Adhemerval Zanella New
[PATCH-for-10.1,v2] hw/arm/armv7m: Expose and access System Control Space as little endian [PATCH-for-10.1,v2] hw/arm/armv7m: Expose and access System Control Space as little endian --- 2025-03-12 Philippe Mathieu-Daudé New
[PATCH-for-10.1] target/i386: Replace MO_TE -> MO_LE [PATCH-for-10.1] target/i386: Replace MO_TE -> MO_LE --- 2025-03-12 Philippe Mathieu-Daudé Superseded
[PATCH-for-10.1,2/2] target/hexagon: Replace MO_TE -> MO_LE target/hexagon: Remove use of MO_TE definition --- 2025-03-12 Philippe Mathieu-Daudé New
[PATCH-for-10.1,1/2] target/hexagon: Explode MO_TExx -> MO_TE | MO_xx target/hexagon: Remove use of MO_TE definition --- 2025-03-12 Philippe Mathieu-Daudé Superseded
[PULL,v2,14/14] hw/sd/sdhci: Remove need for SDHCI_VENDOR_IMX definition Untitled series #263062 --- 2025-03-12 Philippe Mathieu-Daudé New
[PULL,v2,00/14] Misc HW patches for 2025-03-11 --- 2025-03-12 Philippe Mathieu-Daudé New
[v3] elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263] [v3] elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263] --- 2025-03-11 Adhemerval Zanella Accepted
[PULL,14/14] hw/sd/sdhci: Remove need for SDHCI_VENDOR_FSL definition [PULL,01/14] hw/sd/sdhci: Set reset value of interrupt registers --- 2025-03-11 Philippe Mathieu-Daudé Superseded
[PULL,12/14] hw/virtio/virtio-mem: Remove CONFIG_DEVICES include [PULL,01/14] hw/sd/sdhci: Set reset value of interrupt registers --- 2025-03-11 Philippe Mathieu-Daudé Accepted
[PULL,11/14] hw/i386/fw_cfg: Check ACPI availability with acpi_builtin() [PULL,01/14] hw/sd/sdhci: Set reset value of interrupt registers --- 2025-03-11 Philippe Mathieu-Daudé Accepted
[PULL,10/14] hw/acpi: Introduce acpi_builtin() helper [PULL,01/14] hw/sd/sdhci: Set reset value of interrupt registers --- 2025-03-11 Philippe Mathieu-Daudé New
[PULL,09/14] system: Replace arch_type global by qemu_arch_available() helper [PULL,01/14] hw/sd/sdhci: Set reset value of interrupt registers --- 2025-03-11 Philippe Mathieu-Daudé New
[PULL,08/14] system: Extract target-specific globals to their own compilation unit [PULL,01/14] hw/sd/sdhci: Set reset value of interrupt registers --- 2025-03-11 Philippe Mathieu-Daudé New
[PULL,07/14] hw/xen/hvm: Fix Aarch64 typo [PULL,01/14] hw/sd/sdhci: Set reset value of interrupt registers --- 2025-03-11 Philippe Mathieu-Daudé New
[PULL,06/14] hw/net/smc91c111: Don't allow data register access to overrun buffer [PULL,01/14] hw/sd/sdhci: Set reset value of interrupt registers --- 2025-03-11 Philippe Mathieu-Daudé Accepted
[PULL,05/14] hw/net/smc91c111: Use MAX_PACKET_SIZE instead of magic numbers [PULL,01/14] hw/sd/sdhci: Set reset value of interrupt registers --- 2025-03-11 Philippe Mathieu-Daudé Accepted
[PULL,04/14] hw/net/smc91c111: Sanitize packet length on tx [PULL,01/14] hw/sd/sdhci: Set reset value of interrupt registers --- 2025-03-11 Philippe Mathieu-Daudé Accepted
[PULL,03/14] hw/net/smc91c111: Sanitize packet numbers [PULL,01/14] hw/sd/sdhci: Set reset value of interrupt registers --- 2025-03-11 Philippe Mathieu-Daudé Accepted
[PULL,00/14] Misc HW patches for 2025-03-11 --- 2025-03-11 Philippe Mathieu-Daudé New
[PULL,19/21] hw/vfio: Compile display.c once Untitled series #262964 --- 2025-03-11 Cédric Le Goater New
[PULL,18/21] hw/vfio: Compile iommufd.c once Untitled series #262964 --- 2025-03-11 Cédric Le Goater New
[PULL,17/21] hw/vfio: Compile more objects once Untitled series #262964 --- 2025-03-11 Cédric Le Goater New
[PULL,16/21] hw/vfio: Compile some common objects once Untitled series #262964 --- 2025-03-11 Cédric Le Goater New
[PULL,15/21] hw/vfio/common: Get target page size using runtime helpers Untitled series #262964 --- 2025-03-11 Cédric Le Goater Accepted
[PULL,14/21] hw/vfio/common: Include missing 'system/tcg.h' header Untitled series #262964 --- 2025-03-11 Cédric Le Goater New
[PULL,13/21] hw/vfio/spapr: Do not include <linux/kvm.h> Untitled series #262964 --- 2025-03-11 Cédric Le Goater New
[PULL,12/21] system: Declare qemu_[min/max]rampagesize() in 'system/hostmem.h' Untitled series #262964 --- 2025-03-11 Cédric Le Goater New
[v6,9/9] elf: Add glibc.rtld.seal tunable Add support for memory sealing --- 2025-03-11 Adhemerval Zanella New
[v6,8/9] linux: Add support for PT_GNU_MUTABLE Add support for memory sealing --- 2025-03-11 Adhemerval Zanella New
[v6,7/9] linux: Add memory sealing tests Add support for memory sealing --- 2025-03-11 Adhemerval Zanella New
[v6,6/9] Add --enable-memory-sealing configure option Add support for memory sealing --- 2025-03-11 Adhemerval Zanella New
[v6,5/9] elf: Add support to memory sealing Add support for memory sealing --- 2025-03-11 Adhemerval Zanella New
[v6,4/9] elf: Use RTLD_NODELETE for dependencies Add support for memory sealing --- 2025-03-11 Adhemerval Zanella New
[v6,3/9] elf: Parse gnu properties for the loader Add support for memory sealing --- 2025-03-11 Adhemerval Zanella New
[v6,2/9] elf: Parse gnu properties for statically linked binaries Add support for memory sealing --- 2025-03-11 Adhemerval Zanella New
[v6,1/9] linux: Add mseal syscall support Add support for memory sealing --- 2025-03-11 Adhemerval Zanella New
[v2] elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263] [v2] elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263] --- 2025-03-11 Adhemerval Zanella New
[PULL,59/72] hw/ppc/epapr: Do not swap ePAPR magic value Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,58/72] hw/ppc/spapr: Convert DIRTY_HPTE() macro as hpte_set_dirty() method Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,57/72] hw/ppc/spapr: Convert CLEAN_HPTE() macro as hpte_set_clean() method Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,56/72] hw/ppc/spapr: Convert HPTE_DIRTY() macro as hpte_is_dirty() method Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,55/72] hw/ppc/spapr: Convert HPTE_VALID() macro as hpte_is_valid() method Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,54/72] hw/ppc/spapr: Convert HPTE() macro as hpte_get_ptr() method Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,53/72] target/ppc: Restrict ATTN / SCV / PMINSN helpers to TCG Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,52/72] target/ppc: Make powerpc_excp() prototype public Untitled series #262960 --- 2025-03-11 Nicholas Piggin New
[PULL,51/72] target/ppc: Fix style in excp_helper.c Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,50/72] target/ppc: Restrict various common helpers to TCG Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,49/72] target/ppc: Restrict exception helpers to TCG Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,48/72] target/ppc: Remove raise_exception_ra() Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,47/72] target/ppc: Restrict powerpc_checkstop() to TCG Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,46/72] target/ppc: Ensure powerpc_mcheck_checkstop() is only called under TCG Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,45/72] target/ppc: Move ppc_ldl_code() to tcg-excp_helper.c Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,44/72] target/ppc: Move TCG specific exception handlers to tcg-excp_helper.c Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,43/72] target/ppc: Make ppc_ldl_code() declaration public Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PULL,41/72] hw/ppc/spapr: Restrict CONFER hypercall to TCG Untitled series #262960 --- 2025-03-11 Nicholas Piggin Accepted
[PATCH-for-10.0,v3,8/8] hw/vfio: Compile display.c once hw/vfio: Build various objects once --- 2025-03-11 Philippe Mathieu-Daudé Accepted
« 1 2 3 4450 451 »