1. 99033ca linux-user: Add AArch64 support by Alexander Graf · 12 years ago
  2. 4a24a75 linux-user: Allow targets to specify a minimum uname release by Peter Maydell · 12 years ago
  3. af89c7d linux-user: Add AArch64 termbits.h definitions by Alexander Graf · 12 years ago
  4. e2cea49 linux-user: Implement cpu_set_tls() and cpu_clone_regs() for AArch64 by Alexander Graf · 12 years ago
  5. 848d72c linux-user: Make sure NWFPE code is 32 bit ARM only by Peter Maydell · 12 years ago
  6. 1744aea linux-user: Add signal handling for AArch64 by Andreas Schwab · 12 years ago
  7. 0970119 linux-user: Fix up AArch64 syscall handlers by Alexander Graf · 12 years ago
  8. c790730 linux-user: Add syscall number definitions for AArch64 by Alexander Graf · 12 years ago
  9. 1861c45 linux-user: Add cpu loop for AArch64 by Peter Maydell · 12 years ago
  10. 067d983 linux-user: Don't treat AArch64 cpu names specially by Alexander Graf · 12 years ago
  11. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  12. 95c1eb1 linux-user: Return success from m68k set_thread_area syscall by Peter Maydell · 12 years ago
  13. 978fae9 linux-user/signal.c: Avoid using uninitialized data in ARM sigreturn by Peter Maydell · 12 years ago
  14. b04636f linux-user/signal.c: PPC: Silence clang uninitialized-use warning by Peter Maydell · 12 years ago
  15. b0932e0 linux-user: correct argument number for sys_mremap and sys_splice by Petar Jovanovic · 12 years ago
  16. 0ac46af linux-user: Avoid redundant ENV_GET_CPU() by Andreas Färber · 12 years ago
  17. 874ec3c Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 12 years ago
  18. a033381 linux-user: Handle compressed ISA encodings when processing MIPS exceptions by Kwok Cheung Yeung · 12 years ago
  19. b24c882 linux-user: Reset copied CPUs in cpu_copy() always by Alexander Graf · 12 years ago
  20. ddaa7e5 linux-user: Fix epoll on ARM hosts by Alexander Graf · 12 years ago
  21. 82f05b6 linux-user: Fix pipe syscall return for SPARC by Peter Maydell · 12 years ago
  22. c7819df linux-user: Fix target_stat and target_stat64 for OpenRISC by Peter Maydell · 12 years ago
  23. 6f152e9 linux-user: Use X86CPU property to retrieve CPUID family by Andreas Färber · 13 years ago
  24. db6b81d gdbstub: Change gdb_handlesig() argument to CPUState by Andreas Färber · 12 years ago
  25. 885a73f linux-user: Avoid conditional cpu_reset() by Andreas Färber · 12 years ago
  26. 24cb36a configure: Make NPTL non-optional by Peter Maydell · 12 years ago
  27. 2667e71 linux-user: Enable NPTL for x86-64 by Peter Maydell · 12 years ago
  28. bc22eb4 linux-user: Add i386 TLS setter by Alexander Graf · 12 years ago
  29. 4ce6243 linux-user: Clean up handling of clone() argument order by Peter Maydell · 12 years ago
  30. d312bbe linux-user: Add missing 'break' in i386 get_thread_area syscall by Peter Maydell · 12 years ago
  31. 1ccd937 linux-user: Enable NPTL for m68k by Peter Maydell · 12 years ago
  32. f5147c9 linux-user: Enable NPTL for SPARC targets by Peter Maydell · 12 years ago
  33. 442a59c linux-user: Enable NPTL for OpenRISC by Peter Maydell · 12 years ago
  34. dfeab06 linux-user: Move includes of target-specific headers to end of qemu.h by Peter Maydell · 12 years ago
  35. 43be134 linux-user: declare sys_futex to have 6 arguments by Petar Jovanovic · 12 years ago
  36. 51455c5 Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 12 years ago
  37. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  38. a2247f8 linux-user: Change thread_env to CPUState by Andreas Färber · 12 years ago
  39. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  40. 9b056fc linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exit by Andreas Färber · 12 years ago
  41. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  42. 8384274 linux-user: Do not ignore mmap failure from host by Jürg Billeter · 12 years ago
  43. f651e6a linux-user: improve target_to_host_sock_type conversion by Petar Jovanovic · 12 years ago
  44. 1acae9f linux-user: Fix sys_utimensat (would not compile on old glibc) by Peter Maydell · 12 years ago
  45. 167c50d linux-user: fix signal number range check by Andreas Schwab · 12 years ago
  46. 7ff7b66 linux-user: add SIOCADDRT/SIOCDELRT support by Laurent Vivier · 12 years ago
  47. 463d8e7 linux-user: handle /proc/$$ like /proc/self by Andreas Schwab · 12 years ago
  48. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  49. 60a3e17 cpu: Change cpu_exit() argument to CPUState by Andreas Färber · 12 years ago
  50. 2e59915 main: use TARGET_ARCH only for the target-specific #define by Paolo Bonzini · 12 years ago
  51. c0d472b linux-user: Drop direct use of openat etc syscalls by Peter Maydell · 12 years ago
  52. 3307e23 linux-user: Allow getdents to be provided by getdents64 by Peter Maydell · 12 years ago
  53. d2d6b85 linux-user: Fix typo in comment by Lei Li · 12 years ago
  54. 95de21a4 Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 12 years ago
  55. 1239b47 linux-user: Save the correct resume address for MIPS signal handling by Kwok Cheung Yeung · 12 years ago
  56. ea3164a linux-user: Fix MIPS ISA transitions during signal handling by Kwok Cheung Yeung · 12 years ago
  57. e24fed4 fix /proc/self/maps output by Christophe Lyon · 12 years ago
  58. 0514ef2 target-i386: Replace cpuid_*features fields with a feature word array by Eduardo Habkost · 12 years ago
  59. 7edd2cf linux-user: fix compile error due to stray colon at end of #ifdef line by Peter Maydell · 12 years ago
  60. 03903ff linux-user: fix setgroups/getgroups for non-UID16 archs by Andreas Schwab · 12 years ago
  61. 9ab709b linux-user: fix undefined shift in copy_to_user_fdset by Andreas Schwab · 12 years ago
  62. c7128c9 linux-user: change do_semop to return target errno when unsuccessful by Petar Jovanovic · 12 years ago
  63. 918fc54 elfload: use abi_llong/ullong instead of target_llong/ullong by Paolo Bonzini · 12 years ago
  64. f8fd4fc elfload: use abi_int/uint instead of target_int/uint by Paolo Bonzini · 12 years ago
  65. 1ddd592 elfload: use abi_short/ushort instead of target_short/ushort by Paolo Bonzini · 12 years ago
  66. 86cd7b2 elfload: use tswapreg consistently in elf_core_copy_regs by Paolo Bonzini · 12 years ago
  67. a29f998 elfload: fix size of registers for N32 by Paolo Bonzini · 12 years ago
  68. ca98ac8 elfload: fix size of ABI-dependent fields in core dumps by Paolo Bonzini · 12 years ago
  69. 5947c69 linux-user: pass correct host flags to eventfd2 call by Petar Jovanovic · 12 years ago
  70. abe2084 linux-user: Don't omit comma for strace of rt_sigaction() by Peter Maydell · 12 years ago
  71. e9a970a linux-user/syscall.c: Don't warn about unimplemented get_robust_list by Peter Maydell · 12 years ago
  72. a94b498 linux-user: Implement accept4 by Peter Maydell · 12 years ago
  73. a8fd1ab linux-user: Implement sendfile and sendfile64 by Peter Maydell · 12 years ago
  74. dfae8e0 linux-user: make bogus negative iovec lengths fail EINVAL by Peter Maydell · 12 years ago
  75. 63ec54d linux-user: Fix layout of usage table to account for option text by Peter Maydell · 12 years ago
  76. 0d95fda linux-user: Add more sparc syscall numbers by Dillon Amburgey · 12 years ago
  77. f2b79ce linux-user: Support setgroups syscall with no groups by Dillon Amburgey · 12 years ago
  78. bfb669f linux-user: fix futex strace of FUTEX_CLOCK_REALTIME by John Rigby · 12 years ago
  79. cce246e linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futex by John Rigby · 12 years ago
  80. d95ec14 linux-user: improve print_fcntl() by Laurent Vivier · 12 years ago
  81. ec00b51 linux-user: Add Alpha socket constants by Dillon Amburgey · 12 years ago
  82. 597e2ce mipsn32-linux-user: Configure the architecture properly by Richard Henderson · 12 years ago
  83. ff4f738 mips-linux-user: Fix n32 and n64 syscalls by Richard Henderson · 12 years ago
  84. 084d049 mips-linux-user: Save and restore fpu and dsp from sigcontext by Richard Henderson · 12 years ago
  85. ff97090 mips-linux-user: Share o32 code for n32 and n64 signals by Richard Henderson · 12 years ago
  86. 2c3c668 mips-linux-user: Delete n32 and n64 signal stubs by Richard Henderson · 12 years ago
  87. 54b2f42 target-mips: Translate breaks and traps into the appropriate signal by Meador Inge · 12 years ago
  88. 989b697 qemu-log: default to stderr for logging output by Peter Maydell · 12 years ago
  89. 0315c31 cpu: Move running field to CPUState by Andreas Färber · 12 years ago
  90. 0d34282 cpu: Move host_tid field to CPUState by Andreas Färber · 12 years ago
  91. 24537a0 qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log by Peter Maydell · 12 years ago
  92. 4fde1eb qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask by Peter Maydell · 12 years ago
  93. 59a6fa6 qemu-log: Abstract out "print usage message about valid log categories" by Peter Maydell · 12 years ago
  94. 9a7e542 qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename by Peter Maydell · 12 years ago
  95. 5e5f07e TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx by Evgeny Voevodin · 12 years ago
  96. bd4bd24 Merge branch 'for-linux-user' of https://git.gitorious.org/qemu-m68k/qemu-m68k into staging by Anthony Liguori · 12 years ago
  97. 0bc8ce9 linux-user: Restore cast to target type in get_user() by Peter Maydell · 12 years ago
  98. 5c09953 cpu: do not use object_delete by Paolo Bonzini · 12 years ago
  99. 7786812 linux-user: bsd-user: Don't reset X86CPU twice by Andreas Färber · 12 years ago
  100. c07ecc6 linux-user: correct reboot() by Laurent Vivier · 12 years ago