1. 07a6ecf linux-user: Introduce cpu_clone_regs_parent by Richard Henderson · 5 years ago
  2. 608999d linux-user: Rename cpu_clone_regs to cpu_clone_regs_child by Richard Henderson · 5 years ago
  3. 502700d target/mips: rationalise softfloat includes by Alex Bennée · 5 years ago
  4. 4ced996 linux-user: Fix structure target_ucontext for MIPS by Aleksandar Markovic · 6 years ago
  5. 64ce541 linux-user: Handle EXCP_FPE properly for MIPS by Aleksandar Markovic · 6 years ago
  6. 1272a6c linux-user: Introduce TARGET_HAVE_ARCH_STRUCT_FLOCK by Aleksandar Markovic · 6 years ago
  7. bf91367 linux-user: Fix target_flock structure for MIPS O64 ABI by Aleksandar Markovic · 6 years ago
  8. f91005e Supply missing header guards by Markus Armbruster · 6 years ago
  9. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  10. 5a7330b target/mips: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
  11. 29a0af6 cpu: Replace ENV_GET_CPU with env_cpu by Richard Henderson · 6 years ago
  12. 33a07fa target/mips: reimplement SC instruction emulation and use cmpxchg by Leon Alrae · 6 years ago
  13. b10089a linux-user: Don't call gdb_handlesig() before queue_signal() by Peter Maydell · 6 years ago
  14. 64ea3d6 linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementations by Stefan Markovic · 6 years ago
  15. 0c1bbed linux-user: Determine the desired FPU mode from MIPS.abiflags by Stefan Markovic · 6 years ago
  16. 4d9e5a0 linux-user/mips: Recognize the R5900 CPU model by Fredrik Noring · 6 years ago
  17. a2b9a10 linux-user: Add MIPS-specific prctl() options by Stefan Markovic · 6 years ago
  18. 722ac96 elf: Don't check FCR31_NAN2008 bit for nanoMIPS by Aleksandar Markovic · 6 years ago
  19. 0b16dcd target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair by Aleksandar Rikalo · 6 years ago
  20. 977324a linux-user: Update MIPS syscall numbers up to kernel 4.18 headers by Aleksandar Markovic · 6 years ago
  21. f70c731 linux-user: move mips signal definitions to mips/target_signal.h by Laurent Vivier · 7 years ago
  22. 9850f9f linux-user: move get_sp_from_cpustate() to target_cpu.h by Laurent Vivier · 7 years ago
  23. b9acdef linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.h by Laurent Vivier · 7 years ago
  24. 5de7706 linux-user: move generic fcntl definitions to generic/fcntl.h by Laurent Vivier · 7 years ago
  25. b0a7413 linux-user: define TARGET_SO_REUSEPORT by Laurent Vivier · 7 years ago
  26. 8f553bf linux-user: update ARCH_HAS_SOCKET_TYPES use by Laurent Vivier · 7 years ago
  27. 5de33b1 linux-user: move mips socket.h definitions to mips/sockbits.h by Laurent Vivier · 7 years ago
  28. 465e237 linux-user: introduce target_sigsp() and target_save_altstack() by Laurent Vivier · 7 years ago
  29. 58908ef linux-user: move mips/mips64 cpu loop to mips directory by Laurent Vivier · 7 years ago
  30. cd71c08 linux-user: create a dummy per arch cpu_loop.c by Laurent Vivier · 7 years ago
  31. cb6ac80 linux-user: define TARGET_ARCH_HAS_SETUP_FRAME by Laurent Vivier · 7 years ago
  32. 8949bef linux-user: move mips/mips64 signal.c parts to mips directory by Laurent Vivier · 7 years ago
  33. befb744 linux-user: create a dummy per arch signal.c by Laurent Vivier · 7 years ago
  34. 45506bd linux-user: MIPS set cpu to r6 CPU if binary is R6 by YunQiang Su · 7 years ago
  35. 542ca43 linux-user: Move CPU type name selection to a function by Laurent Vivier · 7 years ago
  36. 2b74f62 linux-user: Implement ioctl cmd TIOCGPTPEER by Andreas Schwab · 7 years ago
  37. fe8ed7d linux-user: Handle ERFKILL and EHWPOISON by Richard Henderson · 8 years ago
  38. 2f2bd44 linux-user: Fix fadvise64() syscall support for Mips32 by Aleksandar Markovic · 8 years ago
  39. af83b52 linux-user: Update ioctls definitions for Mips32 by Aleksandar Markovic · 8 years ago
  40. 0444a3b linux-user: Add missing TARGET_EDQUOT error code for Mips by Aleksandar Markovic · 8 years ago
  41. 2ef4186 linux-user: Fix structure target_semid64_ds definition for Mips by Aleksandar Markovic · 8 years ago
  42. ee8e761 linux-user: Use correct target SHMLBA in shmat() by Peter Maydell · 9 years ago
  43. 3500385 linux-user: Clean up target_structs.h header guards by Markus Armbruster · 9 years ago
  44. 9c93ae1 linux-user: Clean up target_signal.h header guards by Markus Armbruster · 9 years ago
  45. 55c5063 linux-user: Clean up target_cpu.h header guards by Markus Armbruster · 9 years ago
  46. 3622634 linux-user: Clean up target_syscall.h header guards by Markus Armbruster · 9 years ago
  47. 2eb3ae2 linux-user: Support for restarting system calls for MIPS targets by Timothy E Baldwin · 9 years ago
  48. 499b5d1 linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specific by Timothy E Baldwin · 9 years ago
  49. 460c579 build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target directories by Lluís Vilanova · 9 years ago
  50. 9763af0 Add missing syscall nrs. according to more recent Linux kernels by Johan Ouwerkerk · 9 years ago
  51. 6f6a403 linux-user: Support target-to-host translation of mlockall argument by Tom Musta · 10 years ago
  52. 0903c8b linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2 by Tom Musta · 10 years ago
  53. d279279 target-mips: implement UserLocal Register by Petar Jovanovic · 11 years ago
  54. cbc14e6 linux-user: set minimum kernel version to 2.6.32 by Riku Voipio · 11 years ago
  55. 4fc4732 linux-user: sync syscall numbers upto 3.13 by Riku Voipio · 11 years ago
  56. 55a2b16 linux-user: create target_structs header to place ipc_perm and shmid_ds by Petar Jovanovic · 11 years ago
  57. 4ce6243 linux-user: Clean up handling of clone() argument order by Peter Maydell · 12 years ago
  58. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  59. d979e8e linux-user: Add syscall numbers from kernel 2.6.39.2 by Peter Maydell · 14 years ago
  60. b2e7aab linux-user: fix mips and ppc to use UID16 by Martin Mohring · 14 years ago
  61. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  62. 99a0949 Get rid of _t suffix by malc · 15 years ago
  63. 4b627a2 linux-user: update syscall list by Riku Voipio · 16 years ago
  64. 0b1bcb0 MIPS signal handling fixes. by pbrook · 16 years ago
  65. b5dc773 More efficient target register / TC accesses. by ths · 17 years ago
  66. d0dc7dc Make MIPS MT implementation more cache friendly. by ths · 17 years ago
  67. 992f48a Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) by blueswir1 · 17 years ago
  68. 540635b Code provision for n32/n64 mips userland emulation. Not functional yet. by ths · 17 years ago
  69. 198a74d Move get_sp_from_cpustate from cpu.h to target_signal.h. by ths · 17 years ago
  70. a04e134 linux-user sigaltstack() syscall, by Thayne Harbaugh. by ths · 17 years ago
  71. b9a02be Add new MIPS/Linux syscalls. by ths · 17 years ago
  72. 2601c35 Correct and update mips termbits.h. by ths · 17 years ago
  73. 637947f linux-user errno mapping, by Stuart Anderson. by ths · 18 years ago
  74. 388bb21 MIPS linux-user update. by ths · 18 years ago
  75. 6f5b89a MIPS Userland TLS register emulation, by Daniel Jacobowitz. by ths · 18 years ago
  76. c960bde correct ioctls by bellard · 19 years ago
  77. 148f505 uid32 syscalls by bellard · 19 years ago
  78. 048f6b4 mips user emulation by bellard · 19 years ago