Current Team Memberships

Show patches with: Archived = No       |   23215 patches
« 1 2 ... 38 39 40232 233 »
Patch Series S/W/F Date Submitter Delegate State
[v2,15/33] linux-user: Remove qemu_host_page_size from main linux-user: Improve host and guest page size handling --- 2023-09-01 Richard Henderson Superseded
[v2,14/33] softmmu/physmem: Remove HOST_PAGE_ALIGN linux-user: Improve host and guest page size handling --- 2023-09-01 Richard Henderson Superseded
[v2,13/33] softmmu/physmem: Remove qemu_host_page_size linux-user: Improve host and guest page size handling --- 2023-09-01 Richard Henderson Superseded
[v2,12/33] hw/tpm: Remove HOST_PAGE_ALIGN from tpm_ppi_init linux-user: Improve host and guest page size handling --- 2023-09-01 Richard Henderson Superseded
[v2,11/33] migration: Remove qemu_host_page_size linux-user: Improve host and guest page size handling --- 2023-09-01 Richard Henderson New
[v2,10/33] linux-user: Remove HOST_PAGE_ALIGN from mmap.c linux-user: Improve host and guest page size handling --- 2023-09-01 Richard Henderson Superseded
[v2,09/33] linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.c linux-user: Improve host and guest page size handling --- 2023-09-01 Richard Henderson Superseded
[v2,08/33] linux-user: Remove qemu_host_page_{size, mask} from mmap.c linux-user: Improve host and guest page size handling --- 2023-09-01 Richard Henderson Superseded
[v2,07/33] linux-user/arm: Remove qemu_host_page_size from init_guest_commpage linux-user: Improve host and guest page size handling --- 2023-09-01 Richard Henderson Superseded
[v2,06/33] linux-user/nios2: Remove qemu_host_page_size from init_guest_commpage linux-user: Improve host and guest page size handling --- 2023-09-01 Richard Henderson Superseded
[v2,05/33] linux-user/hppa: Simplify init_guest_commpage linux-user: Improve host and guest page size handling --- 2023-09-01 Richard Henderson Superseded
[v2,04/33] linux-user: Remove qemu_host_page_size from create_elf_tables linux-user: Improve host and guest page size handling --- 2023-09-01 Richard Henderson Superseded
[v2,03/33] linux-user: Remove qemu_host_page_{size, mask} in probe_guest_base linux-user: Improve host and guest page size handling --- 2023-09-01 Richard Henderson Superseded
[v2,02/33] linux-user: Adjust SVr4 NULL page mapping linux-user: Improve host and guest page size handling --- 2023-09-01 Richard Henderson Superseded
[v2,01/33] accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect linux-user: Improve host and guest page size handling --- 2023-09-01 Richard Henderson Superseded
[v3,5/5] target/arm: Enable SCTLR_EL1.TIDCP for user-only target/arm: Implement cortex-a710 --- 2023-08-31 Richard Henderson Superseded
[v3,4/5] target/arm: Implement FEAT_TIDCP1 target/arm: Implement cortex-a710 --- 2023-08-31 Richard Henderson Superseded
[v3,3/5] target/arm: Implement HCR_EL2.TIDCP target/arm: Implement cortex-a710 --- 2023-08-31 Richard Henderson Superseded
[v3,2/5] target/arm: Implement cortex-a710 target/arm: Implement cortex-a710 --- 2023-08-31 Richard Henderson Superseded
[v3,1/5] target/arm: Implement RMR_ELx target/arm: Implement cortex-a710 --- 2023-08-31 Richard Henderson Superseded
[2/2] target/arm: Use tcg_gen_gvec_cmpi for compare vs 0 tcg: Add gvec compare with immediate and scalar operand --- 2023-08-31 Richard Henderson Superseded
[1/2] tcg: Add gvec compare with immediate and scalar operand tcg: Add gvec compare with immediate and scalar operand --- 2023-08-31 Richard Henderson New
[2/2] target/i386: Use i128 for 128 and 256-bit loads and stores tcg: Streamline vector load/store --- 2023-08-31 Richard Henderson New
[1/2] tcg: Add tcg_gen_{ld,st}_i128 tcg: Streamline vector load/store --- 2023-08-31 Richard Henderson New
[4/4] tcg: Eliminate duplicate env store operations tcg: Optimize loads and stores to env --- 2023-08-31 Richard Henderson Superseded
[3/4] tcg: Optimize env memory operations tcg: Optimize loads and stores to env --- 2023-08-31 Richard Henderson New
[2/4] tcg/optimize: Pipe OptContext into reset_ts tcg: Optimize loads and stores to env --- 2023-08-31 Richard Henderson Superseded
[1/4] tcg: Don't free vector results tcg: Optimize loads and stores to env --- 2023-08-31 Richard Henderson New
linux-user: Fixes for zero_bss linux-user: Fixes for zero_bss --- 2023-08-30 Richard Henderson Superseded
[v5,12/12] linux-user/aarch64: Add ESR signal frame for PACFAIL Implement Most ARMv8.3 Pointer Authentication Features --- 2023-08-29 Richard Henderson New
[v5,11/12] linux-user/aarch64: Fix normal SIGILL si_code Implement Most ARMv8.3 Pointer Authentication Features --- 2023-08-29 Richard Henderson New
[v5,10/12] linux-user/aarch64: Add ESR signal frame for SIGSEGV, SIGBUS Implement Most ARMv8.3 Pointer Authentication Features --- 2023-08-29 Richard Henderson New
[v5,09/12] target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINE Implement Most ARMv8.3 Pointer Authentication Features --- 2023-08-29 Richard Henderson New
[v5,08/12] targer/arm: Inform helpers whether a PAC instruction is 'combined' Implement Most ARMv8.3 Pointer Authentication Features --- 2023-08-29 Richard Henderson New
[v5,07/12] target/arm: Implement FEAT_Pauth2 Implement Most ARMv8.3 Pointer Authentication Features --- 2023-08-29 Richard Henderson New
[v5,06/12] target/arm: Implement FEAT_EPAC Implement Most ARMv8.3 Pointer Authentication Features --- 2023-08-29 Richard Henderson New
[v5,05/12] target/arm: Implement FEAT_PACQARMA3 Implement Most ARMv8.3 Pointer Authentication Features --- 2023-08-29 Richard Henderson Accepted
[v5,04/12] target/arm: Don't change pauth features when changing algorithm Implement Most ARMv8.3 Pointer Authentication Features --- 2023-08-29 Richard Henderson Superseded
[v5,03/12] target/arm: Add feature detection for FEAT_Pauth2 and extensions Implement Most ARMv8.3 Pointer Authentication Features --- 2023-08-29 Richard Henderson New
[v5,02/12] target/arm: Add ID_AA64ISAR2_EL1 Implement Most ARMv8.3 Pointer Authentication Features --- 2023-08-29 Richard Henderson New
[v5,01/12] tests/tcg/aarch64: Adjust pauth tests for FEAT_FPAC Implement Most ARMv8.3 Pointer Authentication Features --- 2023-08-29 Richard Henderson New
[v5,20/20] linux-user/s390x: Add vdso linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson New
[v5,19/20] linux-user/s390x: Rename __SIGNAL_FRAMESIZE to STACK_FRAME_OVERHEAD linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson Superseded
[v5,18/20] linux-user/ppc: Add vdso linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson Superseded
[v5,17/20] linux-user/loongarch64: Add vdso linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson Superseded
[v5,16/20] linux-user/riscv: Add vdso linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson New
[v5,15/20] linux-user/hppa: Add vdso linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson Superseded
[v5,14/20] linux-user/arm: Add vdso linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson New
[v5,13/20] linux-user/aarch64: Add vdso linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson New
[v5,12/20] linux-user/x86_64: Add vdso linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson New
[v5,11/20] linux-user/i386: Add vdso linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson Superseded
[v5,10/20] linux-user: Add build-vdso.sh tool linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson New
[v5,09/20] linux-user: Add gen-vdso tool linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson Superseded
[v5,08/20] linux-user: Load vdso image if available linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson Superseded
[v5,07/20] linux-user: Replace bprm->fd with bprm->src.fd linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson Superseded
[v5,06/20] linux-user: Use ImageSource in load_symbols linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson Superseded
[v5,05/20] linux-user: Use ImageSource in load_elf_image linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson Superseded
[v5,04/20] linux-user: Do not clobber bprm_buf swapping ehdr linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson Superseded
[v5,03/20] linux-user: Tidy loader_exec linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson Superseded
[v5,02/20] linux-user: Introduce imgsrc_read, imgsrc_read_alloc linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson Superseded
[v5,01/20] tests/docker: Update docker-loongarch-cross toolchain linux-user: Implement VDSOs --- 2023-08-29 Richard Henderson Superseded
[v2,0/5] tcg patch queue --- 2023-08-29 Richard Henderson New
[PULL,4/4] tcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32 [PULL,1/4] softmmu: Assert data in bounds in iotlb_to_section --- 2023-08-29 Richard Henderson New
[PULL,3/4] tcg: Remove vecop_list check from tcg_gen_not_vec [PULL,1/4] softmmu: Assert data in bounds in iotlb_to_section --- 2023-08-29 Richard Henderson Accepted
[PULL,2/4] softmmu: Use async_run_on_cpu in tcg_commit [PULL,1/4] softmmu: Assert data in bounds in iotlb_to_section --- 2023-08-29 Richard Henderson New
[PULL,1/4] softmmu: Assert data in bounds in iotlb_to_section [PULL,1/4] softmmu: Assert data in bounds in iotlb_to_section --- 2023-08-29 Richard Henderson New
[PULL,0/4] tcg patch queue --- 2023-08-29 Richard Henderson New
tcg: Remove vecop_list check from tcg_gen_not_vec tcg: Remove vecop_list check from tcg_gen_not_vec --- 2023-08-28 Richard Henderson Superseded
[10/10] accel/tcg: Introduce do_st16_mmio_leN plugin and tcg cleanups to cputlb.c. --- 2023-08-28 Richard Henderson Superseded
[09/10] accel/tcg: Introduce do_ld16_mmio_beN plugin and tcg cleanups to cputlb.c. --- 2023-08-28 Richard Henderson Superseded
[08/10] accel/tcg: Merge io_writex into do_st_mmio_leN plugin and tcg cleanups to cputlb.c. --- 2023-08-28 Richard Henderson Superseded
[07/10] accel/tcg: Merge io_readx into do_ld_mmio_beN plugin and tcg cleanups to cputlb.c. --- 2023-08-28 Richard Henderson Superseded
[06/10] accel/tcg: Replace direct use of io_readx/io_writex in do_{ld, st}_1 plugin and tcg cleanups to cputlb.c. --- 2023-08-28 Richard Henderson Superseded
[05/10] accel/tcg: Merge cpu_transaction_failed into io_failed plugin and tcg cleanups to cputlb.c. --- 2023-08-28 Richard Henderson Superseded
[04/10] plugin: Simplify struct qemu_plugin_hwaddr plugin and tcg cleanups to cputlb.c. --- 2023-08-28 Richard Henderson Superseded
[03/10] accel/tcg: Use CPUTLBEntryFull.phys_addr in io_failed plugin and tcg cleanups to cputlb.c. --- 2023-08-28 Richard Henderson Superseded
[02/10] accel/tcg: Split out io_prepare and io_failed plugin and tcg cleanups to cputlb.c. --- 2023-08-28 Richard Henderson Superseded
[01/10] accel/tcg: Simplify tlb_plugin_lookup plugin and tcg cleanups to cputlb.c. --- 2023-08-28 Richard Henderson Superseded
[3/3] softmmu: Remove cpu_reloading_memory_map as unused softmmu: Use async_run_on_cpu in tcg_commit --- 2023-08-26 Richard Henderson New
[2/3] softmmu: Use async_run_on_cpu in tcg_commit softmmu: Use async_run_on_cpu in tcg_commit --- 2023-08-26 Richard Henderson New
[1/3] softmmu: Assert data in bounds in iotlb_to_section softmmu: Use async_run_on_cpu in tcg_commit --- 2023-08-26 Richard Henderson Superseded
[v2,00/48] tcg patch queue --- 2023-08-24 Richard Henderson New
[2/2] target/sh4: Disable decode_gusa when plugins enabled target/sh4: Disable decode_gusa when plugins enabled --- 2023-08-24 Richard Henderson Superseded
[1/2] accel/tcg: Add plugin_enabled to DisasContextBase target/sh4: Disable decode_gusa when plugins enabled --- 2023-08-24 Richard Henderson New
[13/13] linux-user: Track shm regions with an interval tree linux-user patch queue --- 2023-08-24 Richard Henderson Superseded
[12/13] linux-user: Fix shmdt linux-user patch queue --- 2023-08-24 Richard Henderson Superseded
[11/13] linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat, shmdt} linux-user patch queue --- 2023-08-24 Richard Henderson Superseded
[10/13] linux-user: Move shmat and shmdt implementations to mmap.c linux-user patch queue --- 2023-08-24 Richard Henderson Superseded
[09/13] linux-user: Remove ELF_START_MMAP and image_info.start_mmap linux-user patch queue --- 2023-08-24 Richard Henderson Superseded
[08/13] linux-user: Emulate the Anonymous: keyword in /proc/self/smaps linux-user patch queue --- 2023-08-24 Richard Henderson Superseded
[07/13] linux-user: Show heap address in /proc/pid/maps linux-user patch queue --- 2023-08-24 Richard Henderson Superseded
[06/13] linux-user: Adjust brk for load_bias linux-user patch queue --- 2023-08-24 Richard Henderson Superseded
[05/13] linux-user: Use walk_memory_regions for open_self_maps linux-user patch queue --- 2023-08-24 Richard Henderson Superseded
[04/13] util/selfmap: Use dev_t and ino_t in MapInfo linux-user patch queue --- 2023-08-24 Richard Henderson Superseded
[03/13] linux-user: Emulate /proc/cpuinfo for Alpha linux-user patch queue --- 2023-08-24 Richard Henderson Superseded
[02/13] linux-user: Emulate /proc/cpuinfo on aarch64 and arm linux-user patch queue --- 2023-08-24 Richard Henderson Superseded
[01/13] linux-user: Split out cpu/target_proc.h linux-user patch queue --- 2023-08-24 Richard Henderson Superseded
[PULL,48/48] tcg: spelling fixes [PULL,01/48] accel/kvm: Widen pc/saved_insn for kvm_sw_breakpoint --- 2023-08-23 Richard Henderson Accepted
[PULL,47/48] docs/devel/tcg-ops: fix missing newlines in "Host vector operations" [PULL,01/48] accel/kvm: Widen pc/saved_insn for kvm_sw_breakpoint --- 2023-08-23 Richard Henderson Accepted
[PULL,46/48] target/cris: Fix a typo in gen_swapr() [PULL,01/48] accel/kvm: Widen pc/saved_insn for kvm_sw_breakpoint --- 2023-08-23 Richard Henderson New
« 1 2 ... 38 39 40232 233 »

Bundling

Create bundle: