- e4e5cb4 {linux,bsd}-user: Introduce get_task_state() by Ilya Leoshkevich · 1 year ago
- 6fad9b4 linux-user/mips: fix abort on integer overflow by Mikulas Patocka · 1 year, 5 months ago
- 121c8dd linux-user: Split out cpu/target_proc.h by Richard Henderson · 1 year, 7 months ago
- da2b71f linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h by Richard Henderson · 1 year, 7 months ago
- 2d70816 linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.h by Richard Henderson · 1 year, 7 months ago
- 6edfca9 linux-user: Split TARGET_PROT_* out of syscall_defs.h by Richard Henderson · 1 year, 8 months ago
- 492fe4e linux-user: Split TARGET_MAP_* out of syscall_defs.h by Richard Henderson · 1 year, 8 months ago
- a0f8d27 linux-user: Fix mips fp64 executables loading by Daniil Kovalev · 1 year, 11 months ago
- 450cb7e linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binaries by Philippe Mathieu-Daudé · 2 years ago
- 9f22020 linux-user: Provide MADV_* definitions by Ilya Leoshkevich · 2 years, 6 months ago
- 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
- b13e49b linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h by Serge Belyshev · 3 years, 1 month ago
- 0a3336f target/mips: Extract trap code into env->error_code by Richard Henderson · 3 years, 2 months ago
- 6f3533d target/mips: Extract break code into env->error_code by Richard Henderson · 3 years, 2 months ago
- 73c0aa6 linux-user/mips: Use force_sig_fault by Richard Henderson · 3 years, 2 months ago
- bf19bdb linux-user/mips: Improve do_break by Richard Henderson · 3 years, 2 months ago
- 87e9bf2 linux-user: Split out do_prctl and subroutines by Richard Henderson · 3 years, 2 months ago
- c1e8e3a linux-user: Remove TARGET_SIGSTKSZ by Song Gao · 3 years, 3 months ago
- f9d0707 linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ by Song Gao · 3 years, 3 months ago
- 57a0c93 linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN by Richard Henderson · 3 years, 4 months ago
- af254a2 linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS by Richard Henderson · 3 years, 4 months ago
- 52d4899 target/mips: Make mips_cpu_tlb_fill sysemu only by Richard Henderson · 3 years, 6 months ago
- 317a33b linux-user/mips: Implement setup_sigtramp by Richard Henderson · 3 years, 5 months ago
- 4f7a0a4 linux-user/mips: Tidy install_sigtramp by Richard Henderson · 3 years, 5 months ago
- 3b249d2 linux-user: Split linux-user internals out of qemu.h by Peter Maydell · 3 years, 6 months ago
- 2113aed linux-user: Split signal-related prototypes into signal-common.h by Peter Maydell · 3 years, 6 months ago
- 2fa4ad3 linux-user: update syscall.tbl to Linux v5.13 by Laurent Vivier · 3 years, 8 months ago
- e2dcdce linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13 by Laurent Vivier · 3 years, 8 months ago
- f317c0e linux-user/mips: Move errno definitions to 'target_errno_defs.h' by Philippe Mathieu-Daudé · 3 years, 8 months ago
- 8f968b6 linux-user: Extract target errno to 'target_errno_defs.h' by Philippe Mathieu-Daudé · 3 years, 8 months ago
- bc3359f linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN by Philippe Mathieu-Daudé · 3 years, 8 months ago
- ddc3e74 linux-user: Pass CPUArchState to target_restore_altstack by Richard Henderson · 3 years, 11 months ago
- 56384cf linux-user: Use target_restore_altstack in all sigreturn by Richard Henderson · 3 years, 11 months ago
- fba0874 linux-user: target: signal: Support TARGET_SS_AUTODISARM by Chen Gang · 4 years, 5 months ago
- ec63e06 linux-user: add TARGET_SO_{DOMAIN,PROTOCOL} by Jason A. Donenfeld · 4 years, 1 month ago
- 81ddae7 target/mips: Extract FPU helpers to 'fpu_helper.h' by Philippe Mathieu-Daudé · 4 years, 4 months ago
- 2e211e0 target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6 by Philippe Mathieu-Daudé · 4 years, 3 months ago
- 7a47bae target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2 by Philippe Mathieu-Daudé · 4 years, 3 months ago
- 13514fc target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6 by Philippe Mathieu-Daudé · 4 years, 3 months ago
- f395cef target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2 by Philippe Mathieu-Daudé · 4 years, 3 months ago
- 1c79145 linux user: Fix Lesser GPL version number by Chetan Pant · 4 years, 5 months ago
- ce43748 linux-user: Correct definition of stack_t by LemonBoy · 4 years, 4 months ago
- 81966c1 linux-user/mips/cpu_loop: silence the compiler warnings by Chen Qun · 4 years, 4 months ago
- 0cb113a linux-user: update syscall.tbl to Linux 5.9-rc7 by Laurent Vivier · 4 years, 5 months ago
- b6bcab3 linux-user: update mips/syscall-args-o32.c.inc to Linux 5.9-rc7 by Laurent Vivier · 4 years, 5 months ago
- c218b4e linux-user: Add missing termbits types and values definitions by Filip Bozuta · 4 years, 8 months ago
- 02e5d7d linux-user: Add strace support for printing arguments of syscalls used to lock and unlock memory by Filip Bozuta · 4 years, 7 months ago
- 3a30446 meson: linux-user by Marc-André Lureau · 6 years ago
- 5733333 linux-user,mips: update syscall-args-o32.c.inc by Laurent Vivier · 5 years ago
- ac5d3c6 linux-user,mips: move content of mips_syscall_args by Laurent Vivier · 5 years ago
- 28b7d5f linux-user: update syscall.tbl from linux 0bf999f9c5e7 by Laurent Vivier · 5 years ago
- c59716f linux-user, mips: add syscall table generation support by Laurent Vivier · 5 years ago
- 8d6d4c1 linux-user: mips: Update syscall numbers to kernel 5.5 level by Aleksandar Markovic · 5 years ago
- 07a6ecf linux-user: Introduce cpu_clone_regs_parent by Richard Henderson · 5 years ago
- 608999d linux-user: Rename cpu_clone_regs to cpu_clone_regs_child by Richard Henderson · 5 years ago
- 502700d target/mips: rationalise softfloat includes by Alex Bennée · 6 years ago
- 4ced996 linux-user: Fix structure target_ucontext for MIPS by Aleksandar Markovic · 6 years ago
- 64ce541 linux-user: Handle EXCP_FPE properly for MIPS by Aleksandar Markovic · 6 years ago
- 1272a6c linux-user: Introduce TARGET_HAVE_ARCH_STRUCT_FLOCK by Aleksandar Markovic · 6 years ago
- bf91367 linux-user: Fix target_flock structure for MIPS O64 ABI by Aleksandar Markovic · 6 years ago
- f91005e Supply missing header guards by Markus Armbruster · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 5a7330b target/mips: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
- 29a0af6 cpu: Replace ENV_GET_CPU with env_cpu by Richard Henderson · 6 years ago
- 33a07fa target/mips: reimplement SC instruction emulation and use cmpxchg by Leon Alrae · 6 years ago
- b10089a linux-user: Don't call gdb_handlesig() before queue_signal() by Peter Maydell · 6 years ago
- 64ea3d6 linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementations by Stefan Markovic · 6 years ago
- 0c1bbed linux-user: Determine the desired FPU mode from MIPS.abiflags by Stefan Markovic · 6 years ago
- 4d9e5a0 linux-user/mips: Recognize the R5900 CPU model by Fredrik Noring · 6 years ago
- a2b9a10 linux-user: Add MIPS-specific prctl() options by Stefan Markovic · 6 years ago
- 722ac96 elf: Don't check FCR31_NAN2008 bit for nanoMIPS by Aleksandar Markovic · 7 years ago
- 0b16dcd target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair by Aleksandar Rikalo · 7 years ago
- 977324a linux-user: Update MIPS syscall numbers up to kernel 4.18 headers by Aleksandar Markovic · 7 years ago
- f70c731 linux-user: move mips signal definitions to mips/target_signal.h by Laurent Vivier · 7 years ago
- 9850f9f linux-user: move get_sp_from_cpustate() to target_cpu.h by Laurent Vivier · 7 years ago
- b9acdef linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.h by Laurent Vivier · 7 years ago
- 5de7706 linux-user: move generic fcntl definitions to generic/fcntl.h by Laurent Vivier · 7 years ago
- b0a7413 linux-user: define TARGET_SO_REUSEPORT by Laurent Vivier · 7 years ago
- 8f553bf linux-user: update ARCH_HAS_SOCKET_TYPES use by Laurent Vivier · 7 years ago
- 5de33b1 linux-user: move mips socket.h definitions to mips/sockbits.h by Laurent Vivier · 7 years ago
- 465e237 linux-user: introduce target_sigsp() and target_save_altstack() by Laurent Vivier · 7 years ago
- 58908ef linux-user: move mips/mips64 cpu loop to mips directory by Laurent Vivier · 7 years ago
- cd71c08 linux-user: create a dummy per arch cpu_loop.c by Laurent Vivier · 7 years ago
- cb6ac80 linux-user: define TARGET_ARCH_HAS_SETUP_FRAME by Laurent Vivier · 7 years ago
- 8949bef linux-user: move mips/mips64 signal.c parts to mips directory by Laurent Vivier · 7 years ago
- befb744 linux-user: create a dummy per arch signal.c by Laurent Vivier · 7 years ago
- 45506bd linux-user: MIPS set cpu to r6 CPU if binary is R6 by YunQiang Su · 7 years ago
- 542ca43 linux-user: Move CPU type name selection to a function by Laurent Vivier · 7 years ago
- 2b74f62 linux-user: Implement ioctl cmd TIOCGPTPEER by Andreas Schwab · 7 years ago
- fe8ed7d linux-user: Handle ERFKILL and EHWPOISON by Richard Henderson · 8 years ago
- 2f2bd44 linux-user: Fix fadvise64() syscall support for Mips32 by Aleksandar Markovic · 8 years ago
- af83b52 linux-user: Update ioctls definitions for Mips32 by Aleksandar Markovic · 8 years ago
- 0444a3b linux-user: Add missing TARGET_EDQUOT error code for Mips by Aleksandar Markovic · 8 years ago
- 2ef4186 linux-user: Fix structure target_semid64_ds definition for Mips by Aleksandar Markovic · 8 years ago
- ee8e761 linux-user: Use correct target SHMLBA in shmat() by Peter Maydell · 9 years ago
- 3500385 linux-user: Clean up target_structs.h header guards by Markus Armbruster · 9 years ago
- 9c93ae1 linux-user: Clean up target_signal.h header guards by Markus Armbruster · 9 years ago
- 55c5063 linux-user: Clean up target_cpu.h header guards by Markus Armbruster · 9 years ago
- 3622634 linux-user: Clean up target_syscall.h header guards by Markus Armbruster · 9 years ago
- 2eb3ae2 linux-user: Support for restarting system calls for MIPS targets by Timothy E Baldwin · 9 years ago