Show patches with: Archived = No       |   74485 patches
« 1 2 ... 91 92 93744 745 »
Patch Series S/W/F Date Submitter Delegate State
[PULL,08/44] target/mips/mxu: Add Q8SLT Q8SLTU instructions [PULL,01/44] target/mips: Rework cp0_timer with clock API --- 2023-07-10 Philippe Mathieu-Daudé Accepted
[PULL,07/44] target/mips/mxu: Add S32MADD/MADDU/MSUB/MSUBU instructions [PULL,01/44] target/mips: Rework cp0_timer with clock API --- 2023-07-10 Philippe Mathieu-Daudé Accepted
[PULL,06/44] target/mips/mxu: Add LXW LXB LXH LXBU LXHU instructions [PULL,01/44] target/mips: Rework cp0_timer with clock API --- 2023-07-10 Philippe Mathieu-Daudé Accepted
[PULL,05/44] target/mips: Add support of two XBurst CPUs [PULL,01/44] target/mips: Rework cp0_timer with clock API --- 2023-07-10 Philippe Mathieu-Daudé Accepted
[PULL,04/44] target/mips: Add emulation of MXU instructions for 32-bit load/store [PULL,01/44] target/mips: Rework cp0_timer with clock API --- 2023-07-10 Philippe Mathieu-Daudé New
[PULL,03/44] hw/mips/loongson3_virt: Relax CPU restrictions for TCG [PULL,01/44] target/mips: Rework cp0_timer with clock API --- 2023-07-10 Philippe Mathieu-Daudé Accepted
[PULL,02/44] target/mips: Implement Loongson CSR instructions [PULL,01/44] target/mips: Rework cp0_timer with clock API --- 2023-07-10 Philippe Mathieu-Daudé New
[PULL,01/44] target/mips: Rework cp0_timer with clock API [PULL,01/44] target/mips: Rework cp0_timer with clock API --- 2023-07-10 Philippe Mathieu-Daudé New
[PULL,00/44] MIPS patches for 2023-07-10 --- 2023-07-10 Philippe Mathieu-Daudé New
tests/migration: Restrict initrd-stress.img to Linux tests/migration: Restrict initrd-stress.img to Linux --- 2023-07-10 Philippe Mathieu-Daudé New
[RFC,v2,11/11] hw/char/pl011: Implement TX FIFO hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-07-10 Philippe Mathieu-Daudé New
[v2,10/11] hw/char/pl011: Rename RX FIFO methods hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-07-10 Philippe Mathieu-Daudé Superseded
[v2,09/11] hw/char/pl011: Check if receiver is enabled hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-07-10 Philippe Mathieu-Daudé Superseded
[v2,08/11] hw/char/pl011: Warn when using disabled transmitter hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-07-10 Philippe Mathieu-Daudé Superseded
[v2,07/11] hw/char/pl011: Extract pl011_read_rxdata() from pl011_read() hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-07-10 Philippe Mathieu-Daudé Superseded
[v2,06/11] hw/char/pl011: Extract pl011_write_txdata() from pl011_write() hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-07-10 Philippe Mathieu-Daudé Superseded
[v2,05/11] hw/char/pl011: Split RX/TX path of pl011_reset_fifo() hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-07-10 Philippe Mathieu-Daudé Superseded
[v2,04/11] hw/char/pl011: Replace magic values by register field definitions hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-07-10 Philippe Mathieu-Daudé Superseded
[v2,03/11] hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-07-10 Philippe Mathieu-Daudé Superseded
[v2,02/11] hw/char/pl011: Display register name in trace events hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-07-10 Philippe Mathieu-Daudé Superseded
[v2,01/11] hw/char/pl011: Restrict MemoryRegionOps implementation access sizes hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-07-10 Philippe Mathieu-Daudé Superseded
[RFC,v3,20/20] hw/virtio: allow vhost-user-device to be driven by backend virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée New
[RFC,v3,19/20] hw/virtio: probe backend for specs if it supports it virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée New
[RFC,v3,18/20] hw/virtio: validate F_STANDALONE also supports other protocol features virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée New
[RFC,v3,17/20] hw/virtio: push down allocation responsibility for vhost_dev->vqs virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée New
[RFC,v3,16/20] hw/virtio: move virtq initialisation into internal helper virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée New
[RFC,v3,15/20] hw/virtio: move vhost_user_init earlier virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée New
[RFC,v3,14/20] docs/interop: define STANDALONE protocol feature for vhost-user virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée New
[RFC,v3,13/20] docs/system: add a basic enumeration of vhost-user devices virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée Superseded
[v3,12/20] hw/virtio: derive vhost-user-i2c from vhost-user-base virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée Superseded
[v3,11/20] hw/virtio: derive vhost-user-gpio from vhost-user-device virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée Superseded
[v3,10/20] hw/virtio: add config support to vhost-user-device virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée New
[v3,09/20] hw/virtio: derive vhost-user-rng from vhost-user-device virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée Superseded
[v3,08/20] virtio: add PCI stub for vhost-user-device virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée New
[v3,07/20] virtio: add vhost-user-base and a generic vhost-user-device virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée New
[v3,06/20] include/hw/virtio: document some more usage of notifiers virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée Superseded
[v3,05/20] include/hw/virtio: add kerneldoc for virtio_init virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée Superseded
[v3,04/20] include/hw/virtio: document virtio_notify_config virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée Superseded
[v3,03/20] hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX comments virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée Superseded
[v3,02/20] include/hw: document the device_class_set_parent_* fns virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée Superseded
[v3,01/20] include: attempt to document device_class_set_props virtio: add vhost-user-generic, reduce c&p and support standalone --- 2023-07-10 Alex Bennée Superseded
[for-8.1,3/3] target/arm/ptw.c: Account for FEAT_RME when applying {N}SW, SA bits target/arm: Fix ptw bugs introduced by FEAT_RME changes --- 2023-07-10 Peter Maydell Superseded
[for-8.1,2/3] target/arm: Fix S1_ptw_translate() debug path target/arm: Fix ptw bugs introduced by FEAT_RME changes --- 2023-07-10 Peter Maydell Superseded
[for-8.1,1/3] target/arm/ptw.c: Add comments to S1Translate struct fields target/arm: Fix ptw bugs introduced by FEAT_RME changes --- 2023-07-10 Peter Maydell Superseded
[PULL,23/54] hw/riscv/virt: Restrict ACLINT to TCG Untitled series #214799 --- 2023-07-10 Alistair Francis New
[PULL,21/54] target/riscv: Only build KVM guest with same wordsize as host Untitled series #214799 --- 2023-07-10 Alistair Francis New
[PULL,20/54] target/riscv: Only unify 'riscv32/64' -> 'riscv' for host cpu in meson Untitled series #214799 --- 2023-07-10 Alistair Francis New
[PULL,01/21] hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/ [PULL,01/21] hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/ --- 2023-07-10 Thomas Huth New
[v3,6/6] hw/virtio/meson: Rename softmmu_virtio_ss[] -> system_virtio_ss[] hw/virtio: Build vhost-vdpa.o once for all targets --- 2023-07-10 Philippe Mathieu-Daudé Superseded
[v3,5/6] hw/virtio: Build vhost-vdpa.o once hw/virtio: Build vhost-vdpa.o once for all targets --- 2023-07-10 Philippe Mathieu-Daudé New
[v3,4/6] hw/virtio/vhost-vdpa: Use target-agnostic qemu_target_page_mask() hw/virtio: Build vhost-vdpa.o once for all targets --- 2023-07-10 Philippe Mathieu-Daudé New
[v3,3/6] hw/virtio/vhost-vdpa: Inline TARGET_PAGE_ALIGN() macro hw/virtio: Build vhost-vdpa.o once for all targets --- 2023-07-10 Philippe Mathieu-Daudé Superseded
[v3,2/6] hw/virtio: Propagate page_mask to vhost_vdpa_section_end() hw/virtio: Build vhost-vdpa.o once for all targets --- 2023-07-10 Philippe Mathieu-Daudé Superseded
[v3,1/6] hw/virtio: Propagate page_mask to vhost_vdpa_listener_skipped_section() hw/virtio: Build vhost-vdpa.o once for all targets --- 2023-07-10 Philippe Mathieu-Daudé Superseded
[45/45] linux-user/riscv: Add syscall riscv_hwprobe linux-user: patch roundup --- 2023-07-09 Richard Henderson New
[44/45] linux-user: Drop uint and ulong linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[43/45] linux-user: Simplify target_madvise linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[42/45] linux-user: Remove can_passthrough_madvise linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[41/45] accel/tcg: Return bool from page_check_range linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[40/45] accel/tcg: Accept more page flags in page_check_range linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[39/45] linux-user: Simplify target_munmap linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[38/45] linux-user: Rename mmap_reserve to mmap_reserve_or_unmap linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[37/45] linux-user: Rewrite mmap_reserve Untitled series #214750 --- 2023-07-09 Richard Henderson Superseded
[PULL,37/37] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN linux-user: patch roundup --- 2023-07-09 Richard Henderson New
[36/45] linux-user: Use 'last' instead of 'end' in target_mmap linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[PULL,36/37] crypto: Remove AES_imc Untitled series #214756 --- 2023-07-09 Richard Henderson New
[35/45] linux-user: Use page_find_range_empty for mmap_find_vma_reserved linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[PULL,35/37] crypto: Implement aesdec_IMC with AES_imc_rot Untitled series #214752 --- 2023-07-09 Richard Henderson New
[PULL,34/37] crypto: Remove AES_shifts, AES_ishifts linux-user: patch roundup --- 2023-07-09 Richard Henderson New
[34/45] bsd-user: Use page_find_range_empty for mmap_find_vma_reserved Untitled series #214741 --- 2023-07-09 Richard Henderson Superseded
[PULL,33/37] target/riscv: Use aesdec_ISB_ISR_IMC_AK linux-user: patch roundup --- 2023-07-09 Richard Henderson New
[33/45] accel/tcg: Introduce page_find_range_empty Untitled series #214747 --- 2023-07-09 Richard Henderson Superseded
[PULL,32/37] target/riscv: Use aesenc_SB_SR_MC_AK Untitled series #214736 --- 2023-07-09 Richard Henderson New
[32/45] linux-user: Rewrite mmap_frag linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[PULL,31/37] target/riscv: Use aesdec_IMC Untitled series #214738 --- 2023-07-09 Richard Henderson New
[31/45] linux-user: Rewrite target_mprotect linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[PULL,30/37] target/riscv: Use aesdec_ISB_ISR_AK Untitled series #214753 --- 2023-07-09 Richard Henderson New
[30/45] linux-user: Widen target_mmap offset argument to off_t linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[PULL,29/37] target/riscv: Use aesenc_SB_SR_AK Untitled series #214754 --- 2023-07-09 Richard Henderson New
[29/45] linux-user: Split out target_to_host_prot linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[PULL,28/37] target/arm: Use aesdec_IMC linux-user: patch roundup --- 2023-07-09 Richard Henderson New
[28/45] linux-user: Implement MAP_FIXED_NOREPLACE Untitled series #214745 --- 2023-07-09 Richard Henderson Superseded
[PULL,27/37] target/arm: Use aesenc_MC Untitled series #214739 --- 2023-07-09 Richard Henderson New
[27/45] bsd-user: Use page_check_range_empty for MAP_EXCL linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[PULL,26/37] target/arm: Use aesdec_ISB_ISR_AK Untitled series #214746 --- 2023-07-09 Richard Henderson New
[26/45] accel/tcg: Introduce page_check_range_empty linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[PULL,25/37] target/arm: Use aesenc_SB_SR_AK linux-user: patch roundup --- 2023-07-09 Richard Henderson New
[25/45] linux-user: Populate more bits in mmap_flags_tbl Untitled series #214742 --- 2023-07-09 Richard Henderson Superseded
[PULL,24/37] target/arm: Demultiplex AESE and AESMC Untitled series #214743 --- 2023-07-09 Richard Henderson New
[24/45] linux-user: Split TARGET_PROT_* out of syscall_defs.h linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[PULL,23/37] target/i386: Use aesdec_ISB_ISR_IMC_AK Untitled series #214730 --- 2023-07-09 Richard Henderson Superseded
[23/45] linux-user: Split TARGET_MAP_* out of syscall_defs.h linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[PULL,22/37] target/i386: Use aesenc_SB_SR_MC_AK linux-user: patch roundup --- 2023-07-09 Richard Henderson New
[22/45] linux-user/strace: Expand struct flags to hold a mask Untitled series #214749 --- 2023-07-09 Richard Henderson Superseded
[PULL,21/37] target/i386: Use aesdec_IMC Untitled series #214744 --- 2023-07-09 Richard Henderson New
[21/45] linux-user: Fix formatting of mmap.c linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[PULL,20/37] target/i386: Use aesdec_ISB_ISR_AK Untitled series #214740 --- 2023-07-09 Richard Henderson New
[20/45] linux-user: Make sure initial brk(0) is page-aligned linux-user: patch roundup --- 2023-07-09 Richard Henderson Superseded
[19/45] tcg: Fix info_in_idx increment in layout_arg_by_ref Untitled series #214737 --- 2023-07-09 Richard Henderson Superseded
[PULL,19/37] target/i386: Use aesenc_SB_SR_AK linux-user: patch roundup --- 2023-07-09 Richard Henderson New
« 1 2 ... 91 92 93744 745 »