Show patches with: none      |   280730 patches
« 1 2 3 42807 2808 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v6,23/23] bsd-user: Add stubs for vadvise(), sbrk() and sstk() bsd-user: Implement mmap related system calls for FreeBSD. - 1 - --- 2023-09-25 Karim Taha New
[v6,22/23] bsd-user: Implement shmat(2) and shmdt(2) bsd-user: Implement mmap related system calls for FreeBSD. - - - --- 2023-09-25 Karim Taha New
[v6,21/23] bsd-user: Implement shmctl(2) bsd-user: Implement mmap related system calls for FreeBSD. - 1 - --- 2023-09-25 Karim Taha New
[v6,20/23] bsd-user: Implement shm_unlink(2) and shmget(2) bsd-user: Implement mmap related system calls for FreeBSD. - 2 - --- 2023-09-25 Karim Taha New
[v6,19/23] bsd-user: Implement shm_open(2) bsd-user: Implement mmap related system calls for FreeBSD. - 1 - --- 2023-09-25 Karim Taha New
[v6,18/23] bsd-user: Implement do_obreak function bsd-user: Implement mmap related system calls for FreeBSD. - 1 - --- 2023-09-25 Karim Taha New
[v6,17/23] bsd-user: Implement mincore(2) bsd-user: Implement mmap related system calls for FreeBSD. - 1 - --- 2023-09-25 Karim Taha New
[v6,16/23] bsd-user: Implment madvise(2) to match the linux-user implementation. bsd-user: Implement mmap related system calls for FreeBSD. - 1 - --- 2023-09-25 Karim Taha New
[v6,15/23] bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minherit(2) bsd-user: Implement mmap related system calls for FreeBSD. - 1 - --- 2023-09-25 Karim Taha New
[v6,14/23] bsd-user: Implement msync(2) bsd-user: Implement mmap related system calls for FreeBSD. - 2 - --- 2023-09-25 Karim Taha New
[v6,13/23] bsd-user: Implement mprotect(2) bsd-user: Implement mmap related system calls for FreeBSD. - 2 - --- 2023-09-25 Karim Taha New
[v6,12/23] bsd-user: Implement mmap(2) and munmap(2) bsd-user: Implement mmap related system calls for FreeBSD. - 2 - --- 2023-09-25 Karim Taha New
[v6,11/23] bsd-user: Introduce bsd-mem.h to the source tree bsd-user: Implement mmap related system calls for FreeBSD. - 2 - --- 2023-09-25 Karim Taha New
[v6,10/23] bsd-user: Implement shmid_ds conversion between host and target. bsd-user: Implement mmap related system calls for FreeBSD. - 1 - --- 2023-09-25 Karim Taha New
[v6,09/23] bsd-user: Implement ipc_perm conversion between host and target. bsd-user: Implement mmap related system calls for FreeBSD. - 1 - --- 2023-09-25 Karim Taha New
[v6,08/23] bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.c bsd-user: Implement mmap related system calls for FreeBSD. - 2 - --- 2023-09-25 Karim Taha New
[v6,07/23] bsd-user: Add bsd-mem.c to meson.build bsd-user: Implement mmap related system calls for FreeBSD. - 2 - --- 2023-09-25 Karim Taha New
[v6,06/23] bsd-user: Implement shm_rename(2) system call bsd-user: Implement mmap related system calls for FreeBSD. - 2 - --- 2023-09-25 Karim Taha New
[v6,05/23] bsd-user: Implement shm_open2(2) system call bsd-user: Implement mmap related system calls for FreeBSD. - 1 - --- 2023-09-25 Karim Taha New
[v6,04/23] bsd-user: Introduce freebsd/os-misc.h to the source tree bsd-user: Implement mmap related system calls for FreeBSD. - 2 - --- 2023-09-25 Karim Taha New
[v6,03/23] bsd-user: Declarations for ipc_perm and shmid_ds conversion functions bsd-user: Implement mmap related system calls for FreeBSD. - 2 - --- 2023-09-25 Karim Taha New
[v6,02/23] bsd-user: Implement struct target_shmid_ds bsd-user: Implement mmap related system calls for FreeBSD. - 2 - --- 2023-09-25 Karim Taha New
[v6,01/23] bsd-user: Implement struct target_ipc_perm bsd-user: Implement mmap related system calls for FreeBSD. - 2 - --- 2023-09-25 Karim Taha New
[v5,28/28] bsd-user: Implement pdfork(2) system call. bsd-user: Implement freebsd process related system calls. 1 1 - --- 2023-09-25 Karim Taha New
[v5,27/28] bsd-user: Implement rfork(2) system call. bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,26/28] bsd-user: Implement fork(2) and vfork(2) system calls. bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,25/28] bsd-user: Implement pdgetpid(2) and the undocumented setugid. bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,24/28] bsd-user: Implement setloginclass(2) and getloginclass(2) system calls. bsd-user: Implement freebsd process related system calls. - 1 - --- 2023-09-25 Karim Taha New
[v5,23/28] bsd-user: Implement wait4(2) and wait6(2) system calls. bsd-user: Implement freebsd process related system calls. - 1 - --- 2023-09-25 Karim Taha New
[v5,22/28] bsd-user: Implement execve(2) and fexecve(2) system calls. bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,21/28] bsd-user: Implement procctl(2) along with necessary conversion functions. bsd-user: Implement freebsd process related system calls. - 1 - --- 2023-09-25 Karim Taha New
[v5,20/28] bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve. bsd-user: Implement freebsd process related system calls. - 1 - --- 2023-09-25 Karim Taha New
[v5,19/28] bsd-user: Implement get_filename_from_fd. bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,18/28] bsd-user: Implement getpriority(2) and setpriority(2). bsd-user: Implement freebsd process related system calls. - 1 - --- 2023-09-25 Karim Taha New
[v5,17/28] bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2). bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,16/28] bsd-user: Implement get/set[resuid/resgid/sid] and issetugid. bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,15/28] bsd-user: Implement several get/set system calls: bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,14/28] bsd-user: Implement getrlimit(2) and setrlimit(2) bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,13/28] bsd-user: Implement getrusage(2). bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,12/28] bsd-user: Implement umask(2), setlogin(2) and getlogin(2) bsd-user: Implement freebsd process related system calls. - 1 - --- 2023-09-25 Karim Taha New
[v5,11/28] bsd-user: Implement getgroups(2) and setgroups(2) system calls. bsd-user: Implement freebsd process related system calls. - 1 - --- 2023-09-25 Karim Taha New
[v5,10/28] bsd-user: Get number of cpus. bsd-user: Implement freebsd process related system calls. - 1 - --- 2023-09-25 Karim Taha New
[v5,09/28] bsd-user: Implement host_to_target_waitstatus conversion. bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,08/28] bsd-user: Implement host_to_target_rusage and host_to_target_wrusage. bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,07/28] bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion. bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,06/28] bsd-user: Implement target_to_host_resource conversion function bsd-user: Implement freebsd process related system calls. - 1 - --- 2023-09-25 Karim Taha New
[v5,05/28] bsd-user: add extern declarations for bsd-proc.c conversion functions bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,04/28] bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h. bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,03/28] bsd-user: Implement host_to_target_siginfo. bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,02/28] bsd-user: Define procctl(2) related structs bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v5,01/28] bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix RLIM_INFINI… bsd-user: Implement freebsd process related system calls. - 2 - --- 2023-09-25 Karim Taha New
[v4,19/19] target/riscv/cpu: move priv spec functions to tcg-cpu.c riscv: split TCG/KVM accelerators from cpu.c - 3 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,18/19] target/riscv/cpu.c: export isa_edata_arr[] riscv: split TCG/KVM accelerators from cpu.c - 2 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,17/19] target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c riscv: split TCG/KVM accelerators from cpu.c - 2 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,16/19] target/riscv/cpu.c: make misa_ext_cfgs[] 'const' riscv: split TCG/KVM accelerators from cpu.c - 2 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,15/19] target/riscv/tcg: introduce tcg_cpu_instance_init() riscv: split TCG/KVM accelerators from cpu.c - 2 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,14/19] target/riscv/cpu.c: export set_misa() riscv: split TCG/KVM accelerators from cpu.c - 3 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,13/19] target/riscv/kvm: do not use riscv_cpu_add_misa_properties() riscv: split TCG/KVM accelerators from cpu.c - 2 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,12/19] target/riscv: move KVM only files to kvm subdir riscv: split TCG/KVM accelerators from cpu.c - 3 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,11/19] target/riscv: introduce KVM AccelCPUClass riscv: split TCG/KVM accelerators from cpu.c - 3 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,10/19] target/riscv: remove kvm-stub.c riscv: split TCG/KVM accelerators from cpu.c - 1 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,09/19] target/riscv: make riscv_add_satp_mode_properties() public riscv: split TCG/KVM accelerators from cpu.c - 3 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,08/19] target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c riscv: split TCG/KVM accelerators from cpu.c - 3 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,07/19] target/riscv/cpu.c: mark extensions arrays as 'const' riscv: split TCG/KVM accelerators from cpu.c - 3 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,06/19] target/riscv: move 'host' CPU declaration to kvm.c riscv: split TCG/KVM accelerators from cpu.c - 4 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,05/19] target/riscv/cpu.c: add .instance_post_init() riscv: split TCG/KVM accelerators from cpu.c - 2 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,04/19] target/riscv: move riscv_tcg_ops to tcg-cpu.c riscv: split TCG/KVM accelerators from cpu.c - 4 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,03/19] target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c riscv: split TCG/KVM accelerators from cpu.c - 3 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,02/19] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn() riscv: split TCG/KVM accelerators from cpu.c - 2 - --- 2023-09-25 Daniel Henrique Barboza New
[v4,01/19] target/riscv: introduce TCG AccelCPUClass riscv: split TCG/KVM accelerators from cpu.c - 3 - --- 2023-09-25 Daniel Henrique Barboza New
[v3,4/4] target/ppc: Add migration support for BHRB Add BHRB Facility Support - - - --- 2023-09-25 Glenn Miles New
[v3,3/4] target/ppc: Add clrbhrb and mfbhrbe instructions Add BHRB Facility Support - - - --- 2023-09-25 Glenn Miles New
[v3,2/4] target/ppc: Add recording of taken branches to BHRB Add BHRB Facility Support - - - --- 2023-09-25 Glenn Miles New
[v3,1/4] target/ppc: Add new hflags to support BHRB Add BHRB Facility Support - - - --- 2023-09-25 Glenn Miles New
[19/19] hw/cxl: Add tunneled command support to mailbox for switch cci/mctp. QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[18/19] hw/cxl: Add dummy security state get QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[17/19] hw/cxl/type3: Cleanup multiple CXL_TYPE3() calls in read/write functions QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[16/19] hw/cxl: Add support for device sanitation QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[15/19] hw/cxl/mbox: Wire up interrupts for background completion QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[14/19] hw/cxl/mbox: Add support for background operations QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[13/19] hw/cxl/mbox: Add Get Background Operation Status Command QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[12/19] hw/cxl: Implement Physical Ports status retrieval QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[11/19] hw/pci-bridge/cxl_downstream: Set default link width and link speed QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[10/19] hw/cxl: Add a switch mailbox CCI function QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[09/19] hw/cxl/mbox: Add Physical Switch Identify command. QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[08/19] docs: cxl: Add example commandline for MCTP CXL CCIs QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[07/19] hw/cxl/mbox: Add Information and Status / Identify command QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[06/19] hw/cxl/i2c_mctp_cxl: Initial device emulation QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[05/19] hw/pci-bridge/cxl_upstream: Move defintion of device to header. QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[04/19] hw/cxl/mbox: Generalize the CCI command processing QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[03/19] hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceState QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[02/19] hw/cxl/mbox: Split mailbox command payload into separate input and output QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[01/19] hw/cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constant QEMU: CXL mailbox rework and features - - - --- 2023-09-25 Jonathan Cameron New
[v2] ui/vnc: fix handling of VNC_FEATURE_XVP [v2] ui/vnc: fix handling of VNC_FEATURE_XVP - 1 - --- 2023-09-25 Paolo Bonzini New
hw/cxl: Fix local variable shadowing of cap_hdrs hw/cxl: Fix local variable shadowing of cap_hdrs - - - --- 2023-09-25 Jonathan Cameron New
[5/5] linux-user/syscall.c: clean up local variable shadowing in xattr syscalls linux-user: clean up local variable shadowing - - - --- 2023-09-25 Laurent Vivier New
[4/5] linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpu linux-user: clean up local variable shadowing - - - --- 2023-09-25 Laurent Vivier New
[3/5] linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm() linux-user: clean up local variable shadowing - - - --- 2023-09-25 Laurent Vivier New
[2/5] linux-user/mmap.c: clean up local variable shadowing linux-user: clean up local variable shadowing - - - --- 2023-09-25 Laurent Vivier New
[1/5] linux-user/flatload: clean up local variable shadowing linux-user: clean up local variable shadowing - - - --- 2023-09-25 Laurent Vivier New
« 1 2 3 42807 2808 »