1. 3f15067 Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging by Peter Maydell · 11 years ago
  2. cbc14e6 linux-user: set minimum kernel version to 2.6.32 by Riku Voipio · 11 years ago
  3. 27b95bf target-ppc: Add Store Quadword Conditional by Tom Musta · 11 years ago
  4. b51910b linux-user: correct handling of break exception for MIPS by Petar Jovanovic · 11 years ago
  5. 974a196 linux-user: translate signal number on return from sigtimedwait by Petar Jovanovic · 11 years ago
  6. f19e00d linux-user: Implement sendmmsg syscall by Alexander Graf · 11 years ago
  7. 76ca310 linux-user: Fix getresuid, getresgid if !USE_UID16 by Peter Maydell · 11 years ago
  8. cd98d39 linux-user: Don't use UID16 on AArch64 by Andreas Schwab · 11 years ago
  9. 8a3ae91 linux-user: AArch64: Implement SA_RESTORER for signal handlers by Michael Matz · 11 years ago
  10. 4cf2348 linux-user/signal.c: Fix AArch64 big-endian FP register restore by Peter Maydell · 11 years ago
  11. 105a060 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140220' into staging by Peter Maydell · 11 years ago
  12. 2ea5a2c linux-user: AArch64: Fix exclusive store of the zero register by Janne Grunau · 11 years ago
  13. 69d4c70 linux-user: Fix error handling in target_to_host_semarray() by Peter Maydell · 11 years ago
  14. fff8c53 linux-user: Implement BLKPG ioctl by Andreas Färber · 11 years ago
  15. 501bb4b linux-user: Fix error handling in lock_iovec() by Peter Maydell · 11 years ago
  16. 3a5d30b linux-user/signal.c: Don't pass sigaction uninitialised sa_flags by Peter Maydell · 11 years ago
  17. 6afafa8 linux-user/elfload.c: Avoid calling g_free() on uninitialized data by Peter Maydell · 11 years ago
  18. 4fc4732 linux-user: sync syscall numbers upto 3.13 by Riku Voipio · 11 years ago
  19. 62dc90c linux-user: refactor do_socketcall() by Michael Tokarev · 11 years ago
  20. 8cfc114 linux-user: Fix trampoline code for CRIS by Stefan Weil · 11 years ago
  21. a39ca6a linux-user: fixed recvfrom() addrlen by Pavel Zbitskiy · 11 years ago
  22. fe54b24 linux-user: fixed getsockopt() optlen by Pavel Zbitskiy · 11 years ago
  23. 19a894b linux-user: fixed s390x clone() argument order by Pavel Zbitskiy · 11 years ago
  24. f0116c5 linux-user: Remove regs parameter of load_elf_binary and load_flt_binary by Will Newton · 11 years ago
  25. b9d36eb linux-user: Support the accept4 socketcall by André Hentschel · 11 years ago
  26. 666eb03 Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 11 years ago
  27. e0ee138 linux-user: AArch64: Use correct values for FPSR/FPCR in sigcontext by Will Newton · 11 years ago
  28. 1b69f00 linux-user: AArch64: define TARGET_CLONE_BACKWARDS by Claudio Fontana · 11 years ago
  29. fa2ef21 target-arm: A64: support for ld/st/cl exclusive by Michael Matz · 11 years ago
  30. 03d05e2 target-arm: Widen exclusive-access support struct fields to 64 bits by Peter Maydell · 11 years ago
  31. e4fe830 target-arm: Widen thread-local register state fields to 64 bits by Peter Maydell · 11 years ago
  32. 0d9e61c linux-user: Use macro TARGET_NSIG_WORDS where possible by Stefan Weil · 11 years ago
  33. d356312 target-arm: Clean up handling of AArch64 PSTATE by Peter Maydell · 11 years ago
  34. cdac7a7 Merge remote-tracking branch 'rth/auxv-2' into staging by Anthony Liguori · 11 years ago
  35. 0b959cf linux-user: Use qemu_getauxval for AT_EXECFD by Richard Henderson · 11 years ago
  36. 664d2c4 util: Use qemu_getauxval in linux qemu_cache_utils_init by Richard Henderson · 12 years ago
  37. b6a3e69 osdep: Create qemu_getauxval and qemu_init_auxval by Richard Henderson · 12 years ago
  38. a292678 linux-user: pass correct parameter to do_shmctl() by Petar Jovanovic · 11 years ago
  39. 55a2b16 linux-user: create target_structs header to place ipc_perm and shmid_ds by Petar Jovanovic · 11 years ago
  40. 9721cf2 flatload: fix non-GOT relocations by Corey J. Boyle · 11 years ago
  41. f4f1e10 linux-user: Implement handling of 5 POSIX timer syscalls. by Erik de Castro Lopo · 11 years ago
  42. 905bba1 linux-user: Add target struct defs needed for POSIX timer syscalls. by Erik de Castro Lopo · 11 years ago
  43. 20d155b linux-user: Fix stat64 syscall for SPARC64 by Stefan Weil · 11 years ago
  44. 51fb256 cpu: Drop cpu_model_str from CPU_COMMON by Andreas Färber · 12 years ago
  45. 30ba0ee cpu: Move cpu_copy() into linux-user by Andreas Färber · 12 years ago
  46. 53d09b7 linux-user: Handle SOCK_CLOEXEC/NONBLOCK if unavailable on host by Edgar E. Iglesias · 11 years ago
  47. 89aaf1a [v2] linux-user: implement m68k atomic syscalls by Riku Voipio · 12 years ago
  48. 1308c46 linux-user: Check type of microMIPS break instruction by Kwok Cheung Yeung · 11 years ago
  49. dbf4f79 linux-user: correct how SOL_SOCKET is converted from target to host and back by Petar Jovanovic · 11 years ago
  50. 03cfd8f linux-user: add support of binfmt_misc 'O' flag by Laurent Vivier · 11 years ago
  51. 0d78b3b linux-user: add some IPV6 commands in setsockop() by Laurent Vivier · 11 years ago
  52. bd00c74 linux-user: allow use of TIOCGSID by Laurent Vivier · 11 years ago
  53. f57d419 linux-user: Add setsockopt(SO_ATTACH_FILTER) by Laurent Vivier · 11 years ago
  54. de6b993 linux-user: convert /proc/net/route when endianess differs by Laurent Vivier · 11 years ago
  55. 868e34d mips-linux-user: Adjust names in mips_syscall_args by Richard Henderson · 12 years ago
  56. 8070e7b alpha-linux-user: Fix umount syscall numbers by Richard Henderson · 12 years ago
  57. 6f20f55 *-user: Improve documentation for lock_user function by Stefan Weil · 11 years ago
  58. 41d1af4 *-user: Fix typo in comment (ulocking -> unlocking) by Stefan Weil · 11 years ago
  59. 99033ca linux-user: Add AArch64 support by Alexander Graf · 11 years ago
  60. 4a24a75 linux-user: Allow targets to specify a minimum uname release by Peter Maydell · 11 years ago
  61. af89c7d linux-user: Add AArch64 termbits.h definitions by Alexander Graf · 11 years ago
  62. e2cea49 linux-user: Implement cpu_set_tls() and cpu_clone_regs() for AArch64 by Alexander Graf · 11 years ago
  63. 848d72c linux-user: Make sure NWFPE code is 32 bit ARM only by Peter Maydell · 11 years ago
  64. 1744aea linux-user: Add signal handling for AArch64 by Andreas Schwab · 11 years ago
  65. 0970119 linux-user: Fix up AArch64 syscall handlers by Alexander Graf · 11 years ago
  66. c790730 linux-user: Add syscall number definitions for AArch64 by Alexander Graf · 11 years ago
  67. 1861c45 linux-user: Add cpu loop for AArch64 by Peter Maydell · 11 years ago
  68. 067d983 linux-user: Don't treat AArch64 cpu names specially by Alexander Graf · 11 years ago
  69. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  70. 95c1eb1 linux-user: Return success from m68k set_thread_area syscall by Peter Maydell · 12 years ago
  71. 978fae9 linux-user/signal.c: Avoid using uninitialized data in ARM sigreturn by Peter Maydell · 12 years ago
  72. b04636f linux-user/signal.c: PPC: Silence clang uninitialized-use warning by Peter Maydell · 12 years ago
  73. b0932e0 linux-user: correct argument number for sys_mremap and sys_splice by Petar Jovanovic · 12 years ago
  74. 0ac46af linux-user: Avoid redundant ENV_GET_CPU() by Andreas Färber · 12 years ago
  75. 874ec3c Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 12 years ago
  76. a033381 linux-user: Handle compressed ISA encodings when processing MIPS exceptions by Kwok Cheung Yeung · 12 years ago
  77. b24c882 linux-user: Reset copied CPUs in cpu_copy() always by Alexander Graf · 12 years ago
  78. ddaa7e5 linux-user: Fix epoll on ARM hosts by Alexander Graf · 12 years ago
  79. 82f05b6 linux-user: Fix pipe syscall return for SPARC by Peter Maydell · 12 years ago
  80. c7819df linux-user: Fix target_stat and target_stat64 for OpenRISC by Peter Maydell · 12 years ago
  81. 6f152e9 linux-user: Use X86CPU property to retrieve CPUID family by Andreas Färber · 13 years ago
  82. db6b81d gdbstub: Change gdb_handlesig() argument to CPUState by Andreas Färber · 12 years ago
  83. 885a73f linux-user: Avoid conditional cpu_reset() by Andreas Färber · 12 years ago
  84. 24cb36a configure: Make NPTL non-optional by Peter Maydell · 12 years ago
  85. 2667e71 linux-user: Enable NPTL for x86-64 by Peter Maydell · 12 years ago
  86. bc22eb4 linux-user: Add i386 TLS setter by Alexander Graf · 12 years ago
  87. 4ce6243 linux-user: Clean up handling of clone() argument order by Peter Maydell · 12 years ago
  88. d312bbe linux-user: Add missing 'break' in i386 get_thread_area syscall by Peter Maydell · 12 years ago
  89. 1ccd937 linux-user: Enable NPTL for m68k by Peter Maydell · 12 years ago
  90. f5147c9 linux-user: Enable NPTL for SPARC targets by Peter Maydell · 12 years ago
  91. 442a59c linux-user: Enable NPTL for OpenRISC by Peter Maydell · 12 years ago
  92. dfeab06 linux-user: Move includes of target-specific headers to end of qemu.h by Peter Maydell · 12 years ago
  93. 43be134 linux-user: declare sys_futex to have 6 arguments by Petar Jovanovic · 12 years ago
  94. 51455c5 Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 12 years ago
  95. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  96. a2247f8 linux-user: Change thread_env to CPUState by Andreas Färber · 12 years ago
  97. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  98. 9b056fc linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exit by Andreas Färber · 12 years ago
  99. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  100. 8384274 linux-user: Do not ignore mmap failure from host by Jürg Billeter · 12 years ago