1. 20d155b linux-user: Fix stat64 syscall for SPARC64 by Stefan Weil · 11 years ago
  2. 51fb256 cpu: Drop cpu_model_str from CPU_COMMON by Andreas Färber · 12 years ago
  3. 30ba0ee cpu: Move cpu_copy() into linux-user by Andreas Färber · 12 years ago
  4. 53d09b7 linux-user: Handle SOCK_CLOEXEC/NONBLOCK if unavailable on host by Edgar E. Iglesias · 11 years ago
  5. 89aaf1a [v2] linux-user: implement m68k atomic syscalls by Riku Voipio · 12 years ago
  6. 1308c46 linux-user: Check type of microMIPS break instruction by Kwok Cheung Yeung · 11 years ago
  7. dbf4f79 linux-user: correct how SOL_SOCKET is converted from target to host and back by Petar Jovanovic · 11 years ago
  8. 03cfd8f linux-user: add support of binfmt_misc 'O' flag by Laurent Vivier · 12 years ago
  9. 0d78b3b linux-user: add some IPV6 commands in setsockop() by Laurent Vivier · 12 years ago
  10. bd00c74 linux-user: allow use of TIOCGSID by Laurent Vivier · 12 years ago
  11. f57d419 linux-user: Add setsockopt(SO_ATTACH_FILTER) by Laurent Vivier · 12 years ago
  12. de6b993 linux-user: convert /proc/net/route when endianess differs by Laurent Vivier · 12 years ago
  13. 868e34d mips-linux-user: Adjust names in mips_syscall_args by Richard Henderson · 12 years ago
  14. 8070e7b alpha-linux-user: Fix umount syscall numbers by Richard Henderson · 12 years ago
  15. 6f20f55 *-user: Improve documentation for lock_user function by Stefan Weil · 11 years ago
  16. 41d1af4 *-user: Fix typo in comment (ulocking -> unlocking) by Stefan Weil · 11 years ago
  17. 99033ca linux-user: Add AArch64 support by Alexander Graf · 11 years ago
  18. 4a24a75 linux-user: Allow targets to specify a minimum uname release by Peter Maydell · 11 years ago
  19. af89c7d linux-user: Add AArch64 termbits.h definitions by Alexander Graf · 11 years ago
  20. e2cea49 linux-user: Implement cpu_set_tls() and cpu_clone_regs() for AArch64 by Alexander Graf · 11 years ago
  21. 848d72c linux-user: Make sure NWFPE code is 32 bit ARM only by Peter Maydell · 11 years ago
  22. 1744aea linux-user: Add signal handling for AArch64 by Andreas Schwab · 11 years ago
  23. 0970119 linux-user: Fix up AArch64 syscall handlers by Alexander Graf · 11 years ago
  24. c790730 linux-user: Add syscall number definitions for AArch64 by Alexander Graf · 11 years ago
  25. 1861c45 linux-user: Add cpu loop for AArch64 by Peter Maydell · 11 years ago
  26. 067d983 linux-user: Don't treat AArch64 cpu names specially by Alexander Graf · 11 years ago
  27. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  28. 95c1eb1 linux-user: Return success from m68k set_thread_area syscall by Peter Maydell · 12 years ago
  29. 978fae9 linux-user/signal.c: Avoid using uninitialized data in ARM sigreturn by Peter Maydell · 12 years ago
  30. b04636f linux-user/signal.c: PPC: Silence clang uninitialized-use warning by Peter Maydell · 12 years ago
  31. b0932e0 linux-user: correct argument number for sys_mremap and sys_splice by Petar Jovanovic · 12 years ago
  32. 0ac46af linux-user: Avoid redundant ENV_GET_CPU() by Andreas Färber · 12 years ago
  33. 874ec3c Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 12 years ago
  34. a033381 linux-user: Handle compressed ISA encodings when processing MIPS exceptions by Kwok Cheung Yeung · 12 years ago
  35. b24c882 linux-user: Reset copied CPUs in cpu_copy() always by Alexander Graf · 12 years ago
  36. ddaa7e5 linux-user: Fix epoll on ARM hosts by Alexander Graf · 12 years ago
  37. 82f05b6 linux-user: Fix pipe syscall return for SPARC by Peter Maydell · 12 years ago
  38. c7819df linux-user: Fix target_stat and target_stat64 for OpenRISC by Peter Maydell · 12 years ago
  39. 6f152e9 linux-user: Use X86CPU property to retrieve CPUID family by Andreas Färber · 13 years ago
  40. db6b81d gdbstub: Change gdb_handlesig() argument to CPUState by Andreas Färber · 12 years ago
  41. 885a73f linux-user: Avoid conditional cpu_reset() by Andreas Färber · 12 years ago
  42. 24cb36a configure: Make NPTL non-optional by Peter Maydell · 12 years ago
  43. 2667e71 linux-user: Enable NPTL for x86-64 by Peter Maydell · 12 years ago
  44. bc22eb4 linux-user: Add i386 TLS setter by Alexander Graf · 12 years ago
  45. 4ce6243 linux-user: Clean up handling of clone() argument order by Peter Maydell · 12 years ago
  46. d312bbe linux-user: Add missing 'break' in i386 get_thread_area syscall by Peter Maydell · 12 years ago
  47. 1ccd937 linux-user: Enable NPTL for m68k by Peter Maydell · 12 years ago
  48. f5147c9 linux-user: Enable NPTL for SPARC targets by Peter Maydell · 12 years ago
  49. 442a59c linux-user: Enable NPTL for OpenRISC by Peter Maydell · 12 years ago
  50. dfeab06 linux-user: Move includes of target-specific headers to end of qemu.h by Peter Maydell · 12 years ago
  51. 43be134 linux-user: declare sys_futex to have 6 arguments by Petar Jovanovic · 12 years ago
  52. 51455c5 Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 12 years ago
  53. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  54. a2247f8 linux-user: Change thread_env to CPUState by Andreas Färber · 12 years ago
  55. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  56. 9b056fc linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exit by Andreas Färber · 12 years ago
  57. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  58. 8384274 linux-user: Do not ignore mmap failure from host by Jürg Billeter · 12 years ago
  59. f651e6a linux-user: improve target_to_host_sock_type conversion by Petar Jovanovic · 12 years ago
  60. 1acae9f linux-user: Fix sys_utimensat (would not compile on old glibc) by Peter Maydell · 12 years ago
  61. 167c50d linux-user: fix signal number range check by Andreas Schwab · 12 years ago
  62. 7ff7b66 linux-user: add SIOCADDRT/SIOCDELRT support by Laurent Vivier · 12 years ago
  63. 463d8e7 linux-user: handle /proc/$$ like /proc/self by Andreas Schwab · 12 years ago
  64. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  65. 60a3e17 cpu: Change cpu_exit() argument to CPUState by Andreas Färber · 12 years ago
  66. 2e59915 main: use TARGET_ARCH only for the target-specific #define by Paolo Bonzini · 12 years ago
  67. c0d472b linux-user: Drop direct use of openat etc syscalls by Peter Maydell · 12 years ago
  68. 3307e23 linux-user: Allow getdents to be provided by getdents64 by Peter Maydell · 12 years ago
  69. d2d6b85 linux-user: Fix typo in comment by Lei Li · 12 years ago
  70. 95de21a Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 12 years ago
  71. 1239b47 linux-user: Save the correct resume address for MIPS signal handling by Kwok Cheung Yeung · 12 years ago
  72. ea3164a linux-user: Fix MIPS ISA transitions during signal handling by Kwok Cheung Yeung · 12 years ago
  73. e24fed4 fix /proc/self/maps output by Christophe Lyon · 12 years ago
  74. 0514ef2 target-i386: Replace cpuid_*features fields with a feature word array by Eduardo Habkost · 12 years ago
  75. 7edd2cf linux-user: fix compile error due to stray colon at end of #ifdef line by Peter Maydell · 12 years ago
  76. 03903ff linux-user: fix setgroups/getgroups for non-UID16 archs by Andreas Schwab · 12 years ago
  77. 9ab709b linux-user: fix undefined shift in copy_to_user_fdset by Andreas Schwab · 12 years ago
  78. c7128c9 linux-user: change do_semop to return target errno when unsuccessful by Petar Jovanovic · 12 years ago
  79. 918fc54 elfload: use abi_llong/ullong instead of target_llong/ullong by Paolo Bonzini · 12 years ago
  80. f8fd4fc elfload: use abi_int/uint instead of target_int/uint by Paolo Bonzini · 12 years ago
  81. 1ddd592 elfload: use abi_short/ushort instead of target_short/ushort by Paolo Bonzini · 12 years ago
  82. 86cd7b2 elfload: use tswapreg consistently in elf_core_copy_regs by Paolo Bonzini · 12 years ago
  83. a29f998 elfload: fix size of registers for N32 by Paolo Bonzini · 12 years ago
  84. ca98ac8 elfload: fix size of ABI-dependent fields in core dumps by Paolo Bonzini · 12 years ago
  85. 5947c69 linux-user: pass correct host flags to eventfd2 call by Petar Jovanovic · 12 years ago
  86. abe2084 linux-user: Don't omit comma for strace of rt_sigaction() by Peter Maydell · 12 years ago
  87. e9a970a linux-user/syscall.c: Don't warn about unimplemented get_robust_list by Peter Maydell · 12 years ago
  88. a94b498 linux-user: Implement accept4 by Peter Maydell · 12 years ago
  89. a8fd1ab linux-user: Implement sendfile and sendfile64 by Peter Maydell · 12 years ago
  90. dfae8e0 linux-user: make bogus negative iovec lengths fail EINVAL by Peter Maydell · 12 years ago
  91. 63ec54d linux-user: Fix layout of usage table to account for option text by Peter Maydell · 12 years ago
  92. 0d95fda linux-user: Add more sparc syscall numbers by Dillon Amburgey · 12 years ago
  93. f2b79ce linux-user: Support setgroups syscall with no groups by Dillon Amburgey · 12 years ago
  94. bfb669f linux-user: fix futex strace of FUTEX_CLOCK_REALTIME by John Rigby · 12 years ago
  95. cce246e linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futex by John Rigby · 12 years ago
  96. d95ec14 linux-user: improve print_fcntl() by Laurent Vivier · 12 years ago
  97. ec00b51 linux-user: Add Alpha socket constants by Dillon Amburgey · 12 years ago
  98. 597e2ce mipsn32-linux-user: Configure the architecture properly by Richard Henderson · 12 years ago
  99. ff4f738 mips-linux-user: Fix n32 and n64 syscalls by Richard Henderson · 12 years ago
  100. 084d049 mips-linux-user: Save and restore fpu and dsp from sigcontext by Richard Henderson · 12 years ago