1. 5947c69 linux-user: pass correct host flags to eventfd2 call by Petar Jovanovic · 12 years ago
  2. abe2084 linux-user: Don't omit comma for strace of rt_sigaction() by Peter Maydell · 12 years ago
  3. e9a970a linux-user/syscall.c: Don't warn about unimplemented get_robust_list by Peter Maydell · 12 years ago
  4. a94b498 linux-user: Implement accept4 by Peter Maydell · 12 years ago
  5. a8fd1ab linux-user: Implement sendfile and sendfile64 by Peter Maydell · 12 years ago
  6. dfae8e0 linux-user: make bogus negative iovec lengths fail EINVAL by Peter Maydell · 12 years ago
  7. 63ec54d linux-user: Fix layout of usage table to account for option text by Peter Maydell · 12 years ago
  8. 0d95fda linux-user: Add more sparc syscall numbers by Dillon Amburgey · 12 years ago
  9. f2b79ce linux-user: Support setgroups syscall with no groups by Dillon Amburgey · 12 years ago
  10. bfb669f linux-user: fix futex strace of FUTEX_CLOCK_REALTIME by John Rigby · 12 years ago
  11. cce246e linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futex by John Rigby · 12 years ago
  12. d95ec14 linux-user: improve print_fcntl() by Laurent Vivier · 12 years ago
  13. ec00b51 linux-user: Add Alpha socket constants by Dillon Amburgey · 12 years ago
  14. 597e2ce mipsn32-linux-user: Configure the architecture properly by Richard Henderson · 12 years ago
  15. ff4f738 mips-linux-user: Fix n32 and n64 syscalls by Richard Henderson · 12 years ago
  16. 084d049 mips-linux-user: Save and restore fpu and dsp from sigcontext by Richard Henderson · 12 years ago
  17. ff97090 mips-linux-user: Share o32 code for n32 and n64 signals by Richard Henderson · 12 years ago
  18. 2c3c668 mips-linux-user: Delete n32 and n64 signal stubs by Richard Henderson · 12 years ago
  19. 54b2f42 target-mips: Translate breaks and traps into the appropriate signal by Meador Inge · 12 years ago
  20. 989b697 qemu-log: default to stderr for logging output by Peter Maydell · 12 years ago
  21. 0315c31 cpu: Move running field to CPUState by Andreas Färber · 12 years ago
  22. 0d34282 cpu: Move host_tid field to CPUState by Andreas Färber · 12 years ago
  23. 24537a0 qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log by Peter Maydell · 12 years ago
  24. 4fde1eb qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask by Peter Maydell · 12 years ago
  25. 59a6fa6 qemu-log: Abstract out "print usage message about valid log categories" by Peter Maydell · 12 years ago
  26. 9a7e542 qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename by Peter Maydell · 12 years ago
  27. 5e5f07e TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx by Evgeny Voevodin · 12 years ago
  28. bd4bd24 Merge branch 'for-linux-user' of https://git.gitorious.org/qemu-m68k/qemu-m68k into staging by Anthony Liguori · 12 years ago
  29. 0bc8ce9 linux-user: Restore cast to target type in get_user() by Peter Maydell · 12 years ago
  30. 5c09953 cpu: do not use object_delete by Paolo Bonzini · 12 years ago
  31. 7786812 linux-user: bsd-user: Don't reset X86CPU twice by Andreas Färber · 12 years ago
  32. c07ecc6 linux-user: correct reboot() by Laurent Vivier · 12 years ago
  33. 1b09aeb linux-user: correct setsockopt() by Laurent Vivier · 12 years ago
  34. 910ee4e linux-user: correct print_timeval() swap tv_sec and tv_usec by Laurent Vivier · 12 years ago
  35. 79dd77d linux-user: correct msgrcv() by Laurent Vivier · 12 years ago
  36. 9468a5d alpha-linux-user: Correct select by Laurent Vivier · 12 years ago
  37. 2ba7f73 alpha-linux-user: Translate fcntl l_type by Laurent Vivier · 12 years ago
  38. 02e079c Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf by Blue Swirl · 12 years ago
  39. 837d1f9 Merge branch 's390-reorg' of git://repo.or.cz/qemu/rth by Blue Swirl · 12 years ago
  40. d256587 alpha-linux-user: Fix sigaction by Richard Henderson · 12 years ago
  41. 658f2dc linux-user: Rewrite __get_user/__put_user with __builtin_choose_expr by Richard Henderson · 12 years ago
  42. 314992b linux-user: fix mips 32-on-64 prealloc case by Alexander Graf · 12 years ago
  43. 61993a6 PPC: linux-user: Calculate context pointer explicitly by Samuel Seay · 12 years ago
  44. beb526b PPC: fix segfault in signal handling code by Samuel Seay · 12 years ago
  45. d5a103c target-s390: Reorg exception handling by Richard Henderson · 12 years ago
  46. 586b0be linux-user/syscall.c: remove forward declarations by John Spencer · 12 years ago
  47. 27dd773 Merge remote-tracking branch 'bonzini/header-dirs' into staging by Anthony Liguori · 12 years ago
  48. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  49. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  50. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  51. cb9c377 janitor: add guards to headers by Paolo Bonzini · 12 years ago
  52. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  53. c56dc77 linux-user/syscall.c: remove wrong forward decl of setgroups() by John Spencer · 12 years ago
  54. 1c97e30 Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  55. 24c35a5 linux-user: Merge pread/pwrite into pread64/pwrite64 by Peter Maydell · 12 years ago
  56. ee9baa0 user: Rename qemu-types.h to qemu-user-types.h by Eduardo Habkost · 12 years ago
  57. 89e0e9c user: Move *-user/qemu-types.h to main directory by Eduardo Habkost · 12 years ago
  58. 853c324 target-mips: Add ASE DSP resources access check by Jia Liu · 12 years ago
  59. 41a05a4 Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoipio/qemu by Aurelien Jarno · 12 years ago
  60. d7dce49 microblaze: Update PC before simulating syscall by Edgar E. Iglesias · 13 years ago
  61. a5b3bdc microblaze: Support setting of TLS ptr by Edgar E. Iglesias · 13 years ago
  62. 20132b9 target-sparc: Don't compute full flags value so often by Richard Henderson · 12 years ago
  63. ae017a5 linux-user: register align p{read, write}64 by Alexander Graf · 12 years ago
  64. 4a1def4 linux-user: ppc: mark as long long aligned by Alexander Graf · 12 years ago
  65. 885c1d1 linux-user: If loading fails, print error as string, not number by Peter Maydell · 13 years ago
  66. a05c640 linux-user: Fix siginfo handling by Richard Henderson · 12 years ago
  67. b7fb231 alpha-linux-user: Fix sigaltstack structure definition by Richard Henderson · 12 years ago
  68. 3d21d29 linux-user: Implement gethostname by Richard Henderson · 12 years ago
  69. f287b2c linux-user: Perform more checks on iovec lists by Richard Henderson · 12 years ago
  70. 1bdd7c7 linux-user: fix multi-threaded /proc/self/maps by Alexander Graf · 13 years ago
  71. 229d337 linux-user: fix statfs by Alexander Graf · 12 years ago
  72. 048d361 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Aurelien Jarno · 12 years ago
  73. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  74. 900cfbc linux-user: remove two unchecked uses of strdup by Jim Meyering · 12 years ago
  75. 3988475 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  76. 97fe81d Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  77. ad11ad7 linux-user: Remove redundant null check and replace free by g_free by Stefan Weil · 12 years ago
  78. 62724cc linux-user: Use memcpy in get_user/put_user. by Richard Henderson · 13 years ago
  79. e916cbf Drop cpu_list_id macro by Peter Maydell · 12 years ago
  80. 7b1532e linux-user: Remove #if 0'd cpu_get_real_ticks() definition by Peter Maydell · 13 years ago
  81. 097b8cb linux-user: Clarify "Unable to reserve guest address space" error by Peter Maydell · 13 years ago
  82. 333858b linux-user: fix emulation of getdents by Dmitry V. Levin · 13 years ago
  83. 42644ce linux-user: arg_table need not have global scope by Jim Meyering · 13 years ago
  84. 0d07fe4 linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failure by Jim Meyering · 13 years ago
  85. 3a1363a linux-user: ARM: Ignore immediate value for svc in thumb mode by Alexander Graf · 13 years ago
  86. 806d102 linux-user: Use init_guest_space when -R and -B are specified by Meador Inge · 13 years ago
  87. dce1040 linux-user: Factor out guest space probing into a function by Meador Inge · 13 years ago
  88. cd8e407 flatload: fix bss clearing by Mike Frysinger · 13 years ago
  89. aebf5bc linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_type by Jing Huang · 13 years ago
  90. 920394d linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket option by Jing Huang · 13 years ago
  91. ca61906 linux-user: pass sockaddr from host to target by Jing Huang · 13 years ago
  92. dd6e957 linux-user: Move target_to_host_errno_table[] setup out of ioctl loop by Peter Maydell · 13 years ago
  93. 5f72307 linux-user: Fix SNDCTL_DSP_MAP{IN, OUT}BUF ioctl definitions by Peter Maydell · 13 years ago
  94. c8b0bf5 linux-user: Fix incorrect TARGET_BLKBSZGET, TARGET_BLKBSZSET by Peter Maydell · 13 years ago
  95. d48813d unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runable by Guan Xuetao · 13 years ago
  96. 8954bae sparc: fix expression with uninitialized initial value by Blue Swirl · 13 years ago
  97. 95c0982 alpha-linux-user: Fix the getpriority syscall by Richard Henderson · 13 years ago
  98. 0229f5a alpha-linux-user: Properly handle the non-rt sigprocmask syscall. by Richard Henderson · 13 years ago
  99. 0e14197 alpha-linux-user: Fix a3 error return with v0 error bypass. by Richard Henderson · 13 years ago
  100. e7ea6cb linux-user: Translate pipe2 flags; add to strace by Richard Henderson · 13 years ago