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