1. e9d49d5 linux-user/syscall: Replace g_malloc0 + memcpy with g_memdup by Thomas Huth · 9 years ago
  2. d1c002b linux-user: Remove type casts to union type by Stefan Weil · 10 years ago
  3. c78d65e linux-user: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 10 years ago
  4. 4a7428c s/cpu_get_real_ticks/cpu_get_host_ticks/ by Christopher Covington · 10 years ago
  5. a0577d2 target-tilegx: Use TILEGX_EXCP_SIGNAL instead of TILEGX_EXCP_SEGV by Richard Henderson · 9 years ago
  6. dd8070d target-tilegx: Decode ill pseudo-instructions by Chen Gang · 9 years ago
  7. bf0f60a linux-user/tilegx: Implement tilegx signal features by Chen Gang · 9 years ago
  8. de2fdd5 linux-user/syscall_defs.h: Sync the latest si_code from Linux kernel by Chen Gang · 10 years ago
  9. 86abac0 linux-user: assert that target_mprotect cannot fail by Paolo Bonzini · 10 years ago
  10. d0924a2 linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target openrisc by Chen Gang · 10 years ago
  11. 08703b9 linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table for by Chen Gang · 10 years ago
  12. 0f0426f linux-user: add name_to_handle_at/open_by_handle_at by Laurent Vivier · 10 years ago
  13. 93b4eff linux-user: Return target error number in do_fork() by Timothy E Baldwin · 10 years ago
  14. ee10458 linux-user: fix cmsg conversion in case of multiple headers by Jonathan Neuschäfer · 10 years ago
  15. 59baae9 linux-user: remove MAX_ARG_PAGES limit by Stefan Brüns · 10 years ago
  16. 84646ee linux-user: remove unused image_info members by Stefan Brüns · 10 years ago
  17. ba02577 linux-user: Treat --foo options the same as -foo by Meador Inge · 10 years ago
  18. 4d1275c linux-user: use EXIT_SUCCESS and EXIT_FAILURE by Riku Voipio · 9 years ago
  19. 138940b linux-user: Add proper error messages for bad options by Meador Inge · 10 years ago
  20. daaf8c8 linux-user: Add -help by Meador Inge · 10 years ago
  21. d03f9c3 linux-user: Exit 0 when -h is used by Meador Inge · 10 years ago
  22. 4ecd4d1 ppc: Rename ELF_MACHINE to be PPC specific by Peter Crosthwaite · 10 years ago
  23. b597c3f arm: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  24. d276a60 linux-user: elfload: Provide default for elf_check_arch by Peter Crosthwaite · 10 years ago
  25. 75be901 linux_user: elfload: Default ELF_MACHINE to ELF_ARCH by Peter Crosthwaite · 10 years ago
  26. 6bb9a0a target-ppc: Fix SRR0 when taking unaligned exceptions by Anton Blanchard · 10 years ago
  27. 0583b23 target-tilegx: Handle atomic instructions by Richard Henderson · 10 years ago
  28. 9b9dc7a target-tilegx: Generate SEGV properly by Richard Henderson · 10 years ago
  29. 704eff6 linux-user: Conditionalize syscalls which are not defined in tilegx by Chen Gang · 10 years ago
  30. b16189b linux-user: Support tilegx architecture in linux-user by Chen Gang · 10 years ago
  31. 2cb154b linux-user: tilegx: Add architecture related features by Chen Gang · 10 years ago
  32. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  33. 67cc32e typofixes - v4 by Veres Lajos · 10 years ago
  34. 8cb7675 linux-user: Fix warnings caused by missing 'static' attribute by Stefan Weil · 10 years ago
  35. 8abae4d maint: remove unused include for assert.h by Daniel P. Berrange · 10 years ago
  36. b6af097 maint: remove / fix many doubled words by Daniel P. Berrange · 10 years ago
  37. 8fd19e6 exec: make mmap_lock/mmap_unlock globally available by Paolo Bonzini · 10 years ago
  38. 677ef62 replace spinlock by QemuMutex. by KONRAD Frederic · 10 years ago
  39. 7090376 linux-user: call rcu_(un)register_thread on pthread_(exit|create) by Emilio G. Cota · 10 years ago
  40. 8012c84 target-arm: Wire up HLT 0xf000 as the A64 semihosting instruction by Peter Maydell · 10 years ago
  41. b76f21a linux-user: remove useless macros GUEST_BASE and RESERVED_VA by Laurent Vivier · 10 years ago
  42. 4cbea59 linux-user: remove --enable-guest-base/--disable-guest-base by Laurent Vivier · 10 years ago
  43. f01a361 linux-user: Fix MIPS N64 trap and break instruction bug by Andrew Bennett · 10 years ago
  44. ea3e984 cpu-exec: Purge all uses of ENV_GET_CPU() by Peter Crosthwaite · 10 years ago
  45. f7ec7f7 gdbstub: Change gdbserver_fork() to accept cpu instead of env by Peter Crosthwaite · 10 years ago
  46. bbd77c1 translate-all: Change tb_flush() env argument to cpu by Peter Crosthwaite · 10 years ago
  47. 7d6b1da linux-user, ppc: mftbl can be used by user application by Laurent Vivier · 10 years ago
  48. 45c874e linux-user: ioctl() command type is int by Laurent Vivier · 10 years ago
  49. 1d085f6 linux-user: fix the breakpoint inheritance in spawned threads by Thierry Bultel · 10 years ago
  50. 876e23c linux-user: use __get_user and __put_user in cmsg conversions by Peter Maydell · 10 years ago
  51. c2aeb25 linux-user: Fix length handling in host_to_target_cmsg by Peter Maydell · 10 years ago
  52. 79cb1f1 linux-user: Use abi_ulong for TARGET_ELF_PAGESTART by Yongbok Kim · 10 years ago
  53. 8be656b linux-user: Allocate thunk size dynamically by Alexander Graf · 10 years ago
  54. e42fd94 linux-user: Add HWCAP for SH4 by Richard Henderson · 10 years ago
  55. 91c45a3 linux-user: Default sh4 to sh7785 by Richard Henderson · 10 years ago
  56. f809c60 target-i386: use memory API to implement SMRAM by Paolo Bonzini · 10 years ago
  57. 3586533 translate-all: remove unnecessary argument to tb_invalidate_phys_range by Paolo Bonzini · 10 years ago
  58. 1652b97 exec: move functions to translate-all.h by Paolo Bonzini · 10 years ago
  59. c498d8e s390x: Common access to floating point registers by Eric Farman · 10 years ago
  60. d82322e linux-user/arm: Correct TARGET_NR_timerfd to TARGET_NR_timerfd_create by Timothy Baldwin · 10 years ago
  61. 52a53af linux-user/elfload: use QTAILQ_FOREACH instead of open-coding it by Emilio G. Cota · 10 years ago
  62. 02f4035 linux-user, bsd-user: Remove two calls to cpu_exec_init_all by Fam Zheng · 10 years ago
  63. a59629f rcu: do not create thread in pthread_atfork callback by Paolo Bonzini · 10 years ago
  64. 61c7480 linux-user: fix broken cpu_copy() by Leon Alrae · 10 years ago
  65. 17644b3 linux-user: fix emulation of splice syscall by Andreas Schwab · 10 years ago
  66. 92bed46 linux-user/main.c: Remove redundant end_exclusive() in arm_kernel_cmpxchg64_helper() by Chen Gang S · 10 years ago
  67. b8d4328 linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUs by Mikhail Ilyin · 10 years ago
  68. 2994fd9 cpu: Make cpu_init() return QOM CPUState object by Eduardo Habkost · 10 years ago
  69. 0856579 Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging" by Peter Maydell · 10 years ago
  70. 696da41 linux-user: Check for cpu_init() errors by Eduardo Habkost · 10 years ago
  71. 1ab2aea linux-user: correct stat structure in MIPS N32 by Leon Alrae · 10 years ago
  72. aa5e03d linux-user: wrong TARGET_SI_PAD_SIZE value for some targets. by Maxim Ostapenko · 10 years ago
  73. dec0473 linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to failure return in default case by Chen Gang S · 10 years ago
  74. a86b3c6 linux-user/main.c: Use TARGET_SIG* instead of SIG* by Chen Gang S · 10 years ago
  75. 71ec7ce linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead of target_vec[i].iov_base by Chen Gang S · 10 years ago
  76. 7eff518 linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code block by Chen Gang S · 10 years ago
  77. 30b8b68 linux-user: support target-to-host SCM_CREDENTIALS by Alex Suykov · 10 years ago
  78. 1669add linux-user: Fix broken m68k signal handling on 64 bit hosts by Peter Maydell · 10 years ago
  79. ec355f1 mips64-linux-user: Fix definition of struct sigaltstack by Ed Swierk · 10 years ago
  80. 9c6bf9c linux-user: Fix ioctl cmd type mismatch on 64-bit targets by Ed Swierk · 10 years ago
  81. 9501801 linux-user: translate resource also for prlimit64 by Felix Janda · 10 years ago
  82. f6c7a05 linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_user by Peter Maydell · 10 years ago
  83. f7e61b2 linux-user/main.c: Mark end_exclusive() as possibly unused by Peter Maydell · 10 years ago
  84. b040bc9 linux-user/main.c: Call cpu_exec_start/end on all target archs by Peter Maydell · 10 years ago
  85. 1af2ee0 linux-user/arm/nwfpe: Delete unused aCC array by Peter Maydell · 10 years ago
  86. ea2b5fb linux-user/alpha: Add define for NR_shmat to enable shmat syscall by Peter Maydell · 10 years ago
  87. b6e2c93 linux-user/signal.c: Remove current_exec_domain_sig() by Peter Maydell · 10 years ago
  88. d8d5119 linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loop by Peter Maydell · 10 years ago
  89. 5899d6d linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &c by Peter Maydell · 10 years ago
  90. 2ccf97e linux-user/elfload.c: Don't use _raw accessor functions by Peter Maydell · 10 years ago
  91. ec53b45 exec.c: Drop TARGET_HAS_ICE define and checks by Peter Maydell · 10 years ago
  92. 74797f4 linux-user: Use the 5KEf processor for 64-bit emulation by Maciej W. Rozycki · 10 years ago
  93. 54bf36e target-arm: make c13 cp regs banked (FCSEIDR, ...) by Fabian Aggeler · 10 years ago
  94. aecc886 linux-user: Fix up timer id handling by Alexander Graf · 10 years ago
  95. ccf661f linux-user: Do not subtract offset from end address by Tom Musta · 10 years ago
  96. a93934f elf: take phdr offset into account when calculating the program load address by Jonas Maebe · 10 years ago
  97. 686581a linux-user: Fix fault address truncation AArch64 by Riku Voipio · 10 years ago
  98. c5e4a5a linux-user: Let user specify random seed by Magnus Reftel · 10 years ago
  99. 1a1c4db translate-all.c: memory walker initial address miscalculation by Mikhail Ilyin · 11 years ago
  100. d80a190 linux-user: don't include timerfd if not needed by Riku Voipio · 10 years ago