1. 30038fd target-sparc: Change fpr representation to doubles. by Richard Henderson · 13 years ago
  2. 1386d4c linux-user: Fix broken "-version" option by Peter Maydell · 13 years ago
  3. ca8a277 linux-user: Remove unused code by Stefan Weil · 13 years ago
  4. 11ddeea Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 13 years ago
  5. b2bedb2 Remove blanks before \n in output strings by Stefan Weil · 14 years ago
  6. 5a61cb6 Fix include statements for qemu-common.h by Stefan Weil · 14 years ago
  7. fc9c541 introduce environment variables for all qemu-user options by Johannes Schauer · 14 years ago
  8. a790ae3 linux-user: Implement setxattr/getxattr/removexattr syscalls by An-Cheng Huang · 14 years ago
  9. 94c1961 linux-user: Verify MIPS syscall arguments by An-Cheng Huang · 14 years ago
  10. 29fb0f2 linux-user: Fix MIPS indirect syscall handling by An-Cheng Huang · 14 years ago
  11. ff7a981 linux-user: Exit with an error if we couldn't set up gdbserver by Peter Maydell · 14 years ago
  12. 97cc756 linux-user: Implement new ARM 64 bit cmpxchg kernel helper by Dr. David Alan Gilbert · 14 years ago
  13. 70afc34 linux-user: Fix initialization of the heap contents when allocating new pages by Cédric VINCENT · 14 years ago
  14. 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 14 years ago
  15. cb9c626 linux-user: Correct a few missuses of host addresses by Edgar E. Iglesias · 14 years ago
  16. 22a78d6 microblaze-user: Deliver SIGFPE on div by zero by Edgar E. Iglesias · 14 years ago
  17. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  18. d5ab971 Avoid allocating TCG resources in non-TCG mode by Jan Kiszka · 14 years ago
  19. 4b5dfd8 user: Restore debug usage message for '-d ?' in user mode emulation by Peter Maydell · 14 years ago
  20. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
  21. 81773a5 Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 14 years ago
  22. cf973e4 set ELF_HWCAP for SPARC and SPARC64 by Artyom Tarasenko · 14 years ago
  23. 6fea2ea linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64 by Peter Maydell · 14 years ago
  24. 48e515d linux-user: make MIPS and ARM eabi use same argument reordering by Riku Voipio · 14 years ago
  25. c3edf34 linux-user: correct syscall 123 on sh4 by Riku Voipio · 14 years ago
  26. e22b701 mips: rlimit codes are not the same by Wesley W. Terpstra · 14 years ago
  27. 95b33b2 mips: rlimit incorrectly converts values by Wesley W. Terpstra · 14 years ago
  28. e6e5bd2 mips: null pointer deref should segfault by Wesley W. Terpstra · 14 years ago
  29. 7c2f615 mips: missing syscall returns wrong errno by Wesley W. Terpstra · 14 years ago
  30. 053ebb2 mips: sigaltstack args by Wesley W. Terpstra · 14 years ago
  31. 8f04eeb linux-user/syscall.c: Enforce pselect6 sigset size restrictions by Peter Maydell · 14 years ago
  32. 163a05a linux-user: Implement prlimit64 syscall by Peter Maydell · 14 years ago
  33. d979e8e linux-user: Add syscall numbers from kernel 2.6.39.2 by Peter Maydell · 14 years ago
  34. 12b81b7 linux-user: Add support for even more FB ioctls by Cédric VINCENT · 14 years ago
  35. 774750c linux-user: Add support for more VT ioctls by Cédric VINCENT · 14 years ago
  36. e6fe18f linux-user: Add support for KD...LED ioctls by Cédric VINCENT · 14 years ago
  37. 1dfdcaa user: Fix -d debug logging for usermode emulation by Edgar E. Iglesias · 14 years ago
  38. cd59dd8 Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 14 years ago
  39. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  40. bfcedc5 linux-user: Fix sync_file_range on 32bit mips by Riku Voipio · 14 years ago
  41. c7b016b linux-user/signal.c: Remove unused fenab by Peter Maydell · 14 years ago
  42. 2aec3a2 linux-user/signal.c: Remove only-ever-set variable fpu_save_addr by Peter Maydell · 14 years ago
  43. 5945cfc linux-user: Bump do_syscall() up to 8 syscall arguments by Peter Maydell · 14 years ago
  44. 3002fa8 flatload: memp was a write-only variable by Juan Quintela · 14 years ago
  45. e773035 flatload: end_code was only used in a debug message by Juan Quintela · 14 years ago
  46. bc088ba linux-user: syscall should use sanitized arg1 by Juan Quintela · 14 years ago
  47. 1add869 syscall: really return ret code by Juan Quintela · 14 years ago
  48. 331c23b linuxload: id_change was a write only variable by Juan Quintela · 14 years ago
  49. 14322ba linux-user: Define AT_RANDOM to support target stack protection mechanism. by Laurent ALFONSI · 14 years ago
  50. 055e090 linux-user: add pselect6 syscall support by Mike Frysinger · 14 years ago
  51. 4d1de87 linux-user: Fix the computation of the requested heap size by vincent · 14 years ago
  52. 00faf08 linux-user: Don't use MAP_FIXED in do_brk() by Peter Maydell · 14 years ago
  53. f3ed1f5 linux-user: Handle images where lowest vaddr is not page aligned by Peter Maydell · 14 years ago
  54. b947527 linux-user: Fix the load of ELF files that have no "useful" symbol by Cédric VINCENT · 14 years ago
  55. 9a826d7 Don't translate pointer when in restore_sigcontext by Mike McCormack · 14 years ago
  56. c235d73 Command line support for altering the log file location by Matthew Fernandez · 14 years ago
  57. 4482939 Merge remote branch 'rth/axp-next' into alpha-merge by Edgar E. Iglesias · 14 years ago
  58. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  59. 07b6c13 target-alpha: Tidy exception constants. by Richard Henderson · 14 years ago
  60. 129d8aa target-alpha: Rationalize internal processor registers. by Richard Henderson · 14 years ago
  61. 05c8a1e Merge branch 's390-next' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 14 years ago
  62. dcfd14b Delete unused tb_invalidate_page_range by Blue Swirl · 14 years ago
  63. a4c075f s390x: s390x-linux-user support by Ulrich Hecht · 16 years ago
  64. 67bd9ed linux-user: Replace deprecated function by Stefan Weil · 14 years ago
  65. 5ba1854 Fix spelling in comments (intruction -> instruction) by Stefan Weil · 14 years ago
  66. 8186e78 Fix typo in comment (truely -> truly) by Stefan Weil · 14 years ago
  67. 1301f32 Fix typos in comments (neccessary -> necessary) by Stefan Weil · 14 years ago
  68. 0c58751 Fix typo in comment (dieing -> dying) by Stefan Weil · 14 years ago
  69. cd18f05 Don't zero out buffer in sched_getaffinity by Mike McCormack · 14 years ago
  70. e95d3bf Fix buffer overrun in sched_getaffinity by Mike McCormack · 14 years ago
  71. 6f11f01 linux-user: Fix compilation for "old" linux versions by Stefan Weil · 14 years ago
  72. 0c866a7 linux-user: untie syscalls from UID16 by Riku Voipio · 14 years ago
  73. 42a39fb linux-user: add s390x to llseek list by Alexander Graf · 14 years ago
  74. 86fcd94 linux-user: add ioctl(SIOCGIWNAME, ...) support. by Laurent Vivier · 14 years ago
  75. 059c2f2 linux-user: convert ioctl(SIOCGIFCONF, ...) result. by Laurent Vivier · 14 years ago
  76. 608e559 linux-user: improve traces by Laurent Vivier · 14 years ago
  77. 05098a9 [v2] linux-user: bigger default stack by Riku Voipio · 14 years ago
  78. 7cb4db8 linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PC by Peter Maydell · 14 years ago
  79. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  80. d2fbca9 unicore32: necessary modifications for other files to support unicore32 by Guan Xuetao · 14 years ago
  81. 8b5d487 unicore32: add necessry headers in linux-user/unicore32 for unicore32 support by Guan Xuetao · 14 years ago
  82. 2e42d52 microblaze: Correct ec mask in debug print by Edgar E. Iglesias · 14 years ago
  83. 30cb4cd linux-user: Fix unlock_user() call in return from poll() by Peter Maydell · 14 years ago
  84. 0c1592d linux-user: Fix large seeks by 32 bit guest on 64 bit host by Peter Maydell · 14 years ago
  85. 4e65571 linux-user: fix compile failure if !CONFIG_USE_GUEST_BASE by Peter Maydell · 14 years ago
  86. 80f5ce7 linux-user: correct core dump format by Laurent Vivier · 14 years ago
  87. 3b6edd1 linux-user: Support the epoll syscalls by Peter Maydell · 14 years ago
  88. d2ee72a linux-user: in linux-user/strace.c, tswap() is useless by Laurent Vivier · 14 years ago
  89. 4de596c linux-user: add rmdir() strace by Laurent Vivier · 14 years ago
  90. 005e1a0 linux-user/arm: fix compilation failures using softfloat's struct types by Peter Maydell · 14 years ago
  91. 898b1be linux-user: fix for loopmount ioctl by Martin Mohring · 14 years ago
  92. 8d9016c linux-user: fix build errors for mmap2-only ports by Mike Frysinger · 14 years ago
  93. 737de1d linux-user: implement sched_{g,s}etaffinity by Mike Frysinger · 14 years ago
  94. c3109ba linux-user/FLAT: allow targets to override FLAT processing by Mike Frysinger · 14 years ago
  95. 82a3959 linux-user/FLAT: fix auto-stack sizing by Mike Frysinger · 14 years ago
  96. 906c1b8 linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in strace by Mike Frysinger · 14 years ago
  97. d8035d4 linux-user: add ppoll syscall support by Mike Frysinger · 14 years ago
  98. 1af02e8 linux-user/elfload: add FDPIC support by Mike Frysinger · 14 years ago
  99. 73160d9 linux-user: fix sizeof handling for getsockopt by Mike Frysinger · 14 years ago
  100. 8d79de6 linux-user: Fix possible realloc memory leak by Stefan Weil · 14 years ago