- 1c79145 linux user: Fix Lesser GPL version number by Chetan Pant · 4 years, 3 months ago
- ce43748 linux-user: Correct definition of stack_t by LemonBoy · 4 years, 3 months ago
- 81966c1 linux-user/mips/cpu_loop: silence the compiler warnings by Chen Qun · 4 years, 3 months ago
- 0cb113a linux-user: update syscall.tbl to Linux 5.9-rc7 by Laurent Vivier · 4 years, 4 months ago
- b6bcab3 linux-user: update mips/syscall-args-o32.c.inc to Linux 5.9-rc7 by Laurent Vivier · 4 years, 4 months ago
- c218b4e linux-user: Add missing termbits types and values definitions by Filip Bozuta · 4 years, 6 months ago
- 02e5d7d linux-user: Add strace support for printing arguments of syscalls used to lock and unlock memory by Filip Bozuta · 4 years, 6 months ago
- 3a30446 meson: linux-user by Marc-André Lureau · 5 years ago
- 5733333 linux-user,mips: update syscall-args-o32.c.inc by Laurent Vivier · 4 years, 11 months ago
- ac5d3c6 linux-user,mips: move content of mips_syscall_args by Laurent Vivier · 4 years, 11 months ago
- 28b7d5f linux-user: update syscall.tbl from linux 0bf999f9c5e7 by Laurent Vivier · 4 years, 11 months ago
- c59716f linux-user, mips: add syscall table generation support by Laurent Vivier · 4 years, 11 months 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 · 5 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 · 6 years ago
- 0b16dcd target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair by Aleksandar Rikalo · 6 years ago
- 977324a linux-user: Update MIPS syscall numbers up to kernel 4.18 headers by Aleksandar Markovic · 6 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
- 499b5d1 linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specific by Timothy E Baldwin · 9 years ago
- 460c579 build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target directories by Lluís Vilanova · 9 years ago
- 9763af0 Add missing syscall nrs. according to more recent Linux kernels by Johan Ouwerkerk · 9 years ago
- 6f6a403 linux-user: Support target-to-host translation of mlockall argument by Tom Musta · 10 years ago
- 0903c8b linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2 by Tom Musta · 10 years ago
- d279279 target-mips: implement UserLocal Register by Petar Jovanovic · 11 years ago
- cbc14e6 linux-user: set minimum kernel version to 2.6.32 by Riku Voipio · 11 years ago
- 4fc4732 linux-user: sync syscall numbers upto 3.13 by Riku Voipio · 11 years ago
- 55a2b16 linux-user: create target_structs header to place ipc_perm and shmid_ds by Petar Jovanovic · 11 years ago
- 4ce6243 linux-user: Clean up handling of clone() argument order by Peter Maydell · 12 years ago
- 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
- d979e8e linux-user: Add syscall numbers from kernel 2.6.39.2 by Peter Maydell · 14 years ago
- b2e7aab linux-user: fix mips and ppc to use UID16 by Martin Mohring · 14 years ago
- c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
- 99a0949 Get rid of _t suffix by malc · 15 years ago
- 4b627a2 linux-user: update syscall list by Riku Voipio · 16 years ago
- 0b1bcb0 MIPS signal handling fixes. by pbrook · 16 years ago
- b5dc773 More efficient target register / TC accesses. by ths · 17 years ago
- d0dc7dc Make MIPS MT implementation more cache friendly. by ths · 17 years ago
- 992f48a Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) by blueswir1 · 17 years ago
- 540635b Code provision for n32/n64 mips userland emulation. Not functional yet. by ths · 17 years ago
- 198a74d Move get_sp_from_cpustate from cpu.h to target_signal.h. by ths · 17 years ago
- a04e134 linux-user sigaltstack() syscall, by Thayne Harbaugh. by ths · 17 years ago
- b9a02be Add new MIPS/Linux syscalls. by ths · 17 years ago
- 2601c35 Correct and update mips termbits.h. by ths · 17 years ago
- 637947f linux-user errno mapping, by Stuart Anderson. by ths · 18 years ago
- 388bb21 MIPS linux-user update. by ths · 18 years ago
- 6f5b89a MIPS Userland TLS register emulation, by Daniel Jacobowitz. by ths · 18 years ago
- c960bde correct ioctls by bellard · 19 years ago
- 148f505 uid32 syscalls by bellard · 19 years ago
- 048f6b4 mips user emulation by bellard · 19 years ago