1. 2ea5a2c linux-user: AArch64: Fix exclusive store of the zero register by Janne Grunau · 11 years ago
  2. fa2ef21 target-arm: A64: support for ld/st/cl exclusive by Michael Matz · 11 years ago
  3. 03d05e2 target-arm: Widen exclusive-access support struct fields to 64 bits by Peter Maydell · 11 years ago
  4. e4fe830 target-arm: Widen thread-local register state fields to 64 bits by Peter Maydell · 11 years ago
  5. 0b959cf linux-user: Use qemu_getauxval for AT_EXECFD by Richard Henderson · 11 years ago
  6. 664d2c4 util: Use qemu_getauxval in linux qemu_cache_utils_init by Richard Henderson · 12 years ago
  7. b6a3e69 osdep: Create qemu_getauxval and qemu_init_auxval by Richard Henderson · 12 years ago
  8. 51fb256 cpu: Drop cpu_model_str from CPU_COMMON by Andreas Färber · 12 years ago
  9. 30ba0ee cpu: Move cpu_copy() into linux-user by Andreas Färber · 12 years ago
  10. 1308c46 linux-user: Check type of microMIPS break instruction by Kwok Cheung Yeung · 11 years ago
  11. 03cfd8f linux-user: add support of binfmt_misc 'O' flag by Laurent Vivier · 12 years ago
  12. 868e34d mips-linux-user: Adjust names in mips_syscall_args by Richard Henderson · 12 years ago
  13. 99033ca linux-user: Add AArch64 support by Alexander Graf · 12 years ago
  14. 4a24a75 linux-user: Allow targets to specify a minimum uname release by Peter Maydell · 12 years ago
  15. 1861c45 linux-user: Add cpu loop for AArch64 by Peter Maydell · 12 years ago
  16. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  17. b0932e0 linux-user: correct argument number for sys_mremap and sys_splice by Petar Jovanovic · 12 years ago
  18. 0ac46af linux-user: Avoid redundant ENV_GET_CPU() by Andreas Färber · 12 years ago
  19. 874ec3c Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 12 years ago
  20. a033381 linux-user: Handle compressed ISA encodings when processing MIPS exceptions by Kwok Cheung Yeung · 12 years ago
  21. db6b81d gdbstub: Change gdb_handlesig() argument to CPUState by Andreas Färber · 12 years ago
  22. 885a73f linux-user: Avoid conditional cpu_reset() by Andreas Färber · 12 years ago
  23. 24cb36a configure: Make NPTL non-optional by Peter Maydell · 12 years ago
  24. 43be134 linux-user: declare sys_futex to have 6 arguments by Petar Jovanovic · 12 years ago
  25. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  26. a2247f8 linux-user: Change thread_env to CPUState by Andreas Färber · 12 years ago
  27. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  28. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  29. 60a3e17 cpu: Change cpu_exit() argument to CPUState by Andreas Färber · 12 years ago
  30. 2e59915 main: use TARGET_ARCH only for the target-specific #define by Paolo Bonzini · 12 years ago
  31. 0514ef2 target-i386: Replace cpuid_*features fields with a feature word array by Eduardo Habkost · 12 years ago
  32. 63ec54d linux-user: Fix layout of usage table to account for option text by Peter Maydell · 12 years ago
  33. ff4f738 mips-linux-user: Fix n32 and n64 syscalls by Richard Henderson · 12 years ago
  34. 54b2f42 target-mips: Translate breaks and traps into the appropriate signal by Meador Inge · 12 years ago
  35. 989b697 qemu-log: default to stderr for logging output by Peter Maydell · 12 years ago
  36. 0315c31 cpu: Move running field to CPUState by Andreas Färber · 12 years ago
  37. 24537a0 qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log by Peter Maydell · 12 years ago
  38. 4fde1eb qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask by Peter Maydell · 12 years ago
  39. 59a6fa6 qemu-log: Abstract out "print usage message about valid log categories" by Peter Maydell · 12 years ago
  40. 9a7e542 qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename by Peter Maydell · 12 years ago
  41. 5e5f07e TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx by Evgeny Voevodin · 12 years ago
  42. 7786812 linux-user: bsd-user: Don't reset X86CPU twice by Andreas Färber · 12 years ago
  43. 837d1f9 Merge branch 's390-reorg' of git://repo.or.cz/qemu/rth by Blue Swirl · 12 years ago
  44. 314992b linux-user: fix mips 32-on-64 prealloc case by Alexander Graf · 12 years ago
  45. d5a103c target-s390: Reorg exception handling by Richard Henderson · 12 years ago
  46. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  47. 853c324 target-mips: Add ASE DSP resources access check by Jia Liu · 12 years ago
  48. 41a05a4 Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoipio/qemu by Aurelien Jarno · 12 years ago
  49. d7dce49 microblaze: Update PC before simulating syscall by Edgar E. Iglesias · 13 years ago
  50. 20132b9 target-sparc: Don't compute full flags value so often by Richard Henderson · 12 years ago
  51. 885c1d1 linux-user: If loading fails, print error as string, not number by Peter Maydell · 13 years ago
  52. e916cbf Drop cpu_list_id macro by Peter Maydell · 12 years ago
  53. 7b1532e linux-user: Remove #if 0'd cpu_get_real_ticks() definition by Peter Maydell · 13 years ago
  54. 097b8cb linux-user: Clarify "Unable to reserve guest address space" error by Peter Maydell · 13 years ago
  55. 42644ce linux-user: arg_table need not have global scope by Jim Meyering · 13 years ago
  56. 3a1363a linux-user: ARM: Ignore immediate value for svc in thumb mode by Alexander Graf · 13 years ago
  57. 806d102 linux-user: Use init_guest_space when -R and -B are specified by Meador Inge · 13 years ago
  58. d48813d unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runable by Guan Xuetao · 13 years ago
  59. 0e14197 alpha-linux-user: Fix a3 error return with v0 error bypass. by Richard Henderson · 13 years ago
  60. d0f2049 alpha-linux-user: Fix signal handling by Richard Henderson · 13 years ago
  61. c8057f9 Support 'help' as a synonym for '?' in command line options by Peter Maydell · 13 years ago
  62. d962783 target-or32: Add linux user support by Jia Liu · 13 years ago
  63. eeacee4 qemu-log: cleanup by Blue Swirl · 13 years ago
  64. ff18b76 linux-user: Use cpu_reset() after cpu_init() / cpu_copy() by Andreas Färber · 13 years ago
  65. d8fd295 Userspace ARM BE8 support by Paul Brook · 13 years ago
  66. 288e65b linux-user: reserve 4GB of vmem for 32-on-64 by Alexander Graf · 13 years ago
  67. 59e9d91 linux-user: resolve reserved_va vma downwards by Peter Maydell · 13 years ago
  68. 84803b8 linux-user: target_argv is placed on ts->bprm->argv and can't be freed() by Fabio Erculiani · 13 years ago
  69. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  70. 0539024 linux-user: Don't overuse CPUState by Andreas Färber · 13 years ago
  71. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  72. ce008c1 qom: Add QOM support to user emulators by Andreas Färber · 13 years ago
  73. 50171d4 linux-user/main.c: Add option to user-mode emulation so that user can specify log file name by 陳韋任 · 13 years ago
  74. b4916d7 fix spelling in linux-user sub directory by Dong Xu Wang · 13 years ago
  75. 9e0e2f9 ppc64-linux-user: Fix syscall return type. by Richard Henderson · 13 years ago
  76. 59f7182 sparc-linux-user: Fixup sending SIGSEGV by Richard Henderson · 13 years ago
  77. 75f22e4 sparc-linux-user: Handle SIGILL. by Richard Henderson · 13 years ago
  78. 1386d4c linux-user: Fix broken "-version" option by Peter Maydell · 13 years ago
  79. fc9c541 introduce environment variables for all qemu-user options by Johannes Schauer · 14 years ago
  80. 94c1961 linux-user: Verify MIPS syscall arguments by An-Cheng Huang · 14 years ago
  81. 29fb0f2 linux-user: Fix MIPS indirect syscall handling by An-Cheng Huang · 14 years ago
  82. ff7a981 linux-user: Exit with an error if we couldn't set up gdbserver by Peter Maydell · 13 years ago
  83. 97cc756 linux-user: Implement new ARM 64 bit cmpxchg kernel helper by Dr. David Alan Gilbert · 14 years ago
  84. 22a78d6 microblaze-user: Deliver SIGFPE on div by zero by Edgar E. Iglesias · 14 years ago
  85. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  86. d5ab971 Avoid allocating TCG resources in non-TCG mode by Jan Kiszka · 14 years ago
  87. 4b5dfd8 user: Restore debug usage message for '-d ?' in user mode emulation by Peter Maydell · 14 years ago
  88. e6e5bd2 mips: null pointer deref should segfault by Wesley W. Terpstra · 14 years ago
  89. 7c2f615 mips: missing syscall returns wrong errno by Wesley W. Terpstra · 14 years ago
  90. 053ebb2 mips: sigaltstack args by Wesley W. Terpstra · 14 years ago
  91. d979e8e linux-user: Add syscall numbers from kernel 2.6.39.2 by Peter Maydell · 14 years ago
  92. 1dfdcaa user: Fix -d debug logging for usermode emulation by Edgar E. Iglesias · 14 years ago
  93. cd59dd8 Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 14 years ago
  94. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  95. 5945cfc linux-user: Bump do_syscall() up to 8 syscall arguments by Peter Maydell · 14 years ago
  96. c235d73 Command line support for altering the log file location by Matthew Fernandez · 14 years ago
  97. 07b6c13 target-alpha: Tidy exception constants. by Richard Henderson · 14 years ago
  98. 129d8aa target-alpha: Rationalize internal processor registers. by Richard Henderson · 14 years ago
  99. 05c8a1e Merge branch 's390-next' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 14 years ago
  100. dcfd14b Delete unused tb_invalidate_page_range by Blue Swirl · 14 years ago