1. 955f56d target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction support by Ard Biesheuvel · 7 years ago
  2. 444cd5c linux-user: Add AT_SECURE auxval by Marco A L Barbosa · 7 years ago
  3. f516511 linux-user: Fix calculation of auxv length by Peter Maydell · 7 years ago
  4. e568f9d linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guests by Peter Maydell · 7 years ago
  5. 72cd500 linux-user/sh4: fix incorrect memory write by Philippe Mathieu-Daudé · 8 years ago
  6. 82991be linux-user: Put PPC AT_IGNOREPPC auxv entries in the right place by Peter Maydell · 8 years ago
  7. d89e71e target/openrisc: implement shadow registers by Stafford Horne · 8 years ago
  8. 1e06262 linux-user: Use correct types in load_symbols() by Peter Maydell · 8 years ago
  9. 84775c4 target/openrisc: Keep SR_F in a separate variable by Richard Henderson · 10 years ago
  10. a0a839b nios2: Add usermode binaries emulation by Marek Vasut · 8 years ago
  11. 7c248bc linux-user: Add HPPA startup and main loop by Richard Henderson · 8 years ago
  12. 7c4ee5b linux-user: Support stack-grows-up in elfload.c by Richard Henderson · 8 years ago
  13. 98c1076 linux-user/elfload: ensure mmap_lock() held while setting up by Alex Bennée · 8 years ago
  14. 58eb530 linux-user: ppc64: fix ARCH_206 bit in AT_HWCAP by Michael Walle · 8 years ago
  15. 0ef9ea2 linux-user: Use glib malloc functions in load_symbols() by Peter Maydell · 9 years ago
  16. 772034b linux-user: Check dump_write() return in elf_core_dump() by Peter Maydell · 9 years ago
  17. 68754b4 linux-user: Pass missing MAP_ANONYMOUS to target_mmap() call by Peter Maydell · 9 years ago
  18. b8da57f linux-user: complete omission of removing uses of strdup by Wei Jiangang · 9 years ago
  19. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  20. 167e4cd linux-user: arm: Remove ARM_cpsr and similar #defines by Peter Maydell · 9 years ago
  21. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  22. d39594e linux-user: Clean up includes by Peter Maydell · 9 years ago
  23. 1382902 user: introduce "-d page" by Paolo Bonzini · 9 years ago
  24. 0c2d70c translate-all: ensure host page mask is always extended with 1's by Paolo Bonzini · 9 years ago
  25. c78d65e linux-user: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 9 years ago
  26. 59baae9 linux-user: remove MAX_ARG_PAGES limit by Stefan Brüns · 9 years ago
  27. 84646ee linux-user: remove unused image_info members by Stefan Brüns · 9 years ago
  28. 4ecd4d1 ppc: Rename ELF_MACHINE to be PPC specific by Peter Crosthwaite · 10 years ago
  29. b597c3f arm: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  30. d276a60 linux-user: elfload: Provide default for elf_check_arch by Peter Crosthwaite · 10 years ago
  31. 75be901 linux_user: elfload: Default ELF_MACHINE to ELF_ARCH by Peter Crosthwaite · 10 years ago
  32. b16189b linux-user: Support tilegx architecture in linux-user by Chen Gang · 10 years ago
  33. b6af097 maint: remove / fix many doubled words by Daniel P. Berrange · 10 years ago
  34. 4cbea59 linux-user: remove --enable-guest-base/--disable-guest-base by Laurent Vivier · 10 years ago
  35. 79cb1f1 linux-user: Use abi_ulong for TARGET_ELF_PAGESTART by Yongbok Kim · 10 years ago
  36. e42fd94 linux-user: Add HWCAP for SH4 by Richard Henderson · 10 years ago
  37. 52a53af linux-user/elfload: use QTAILQ_FOREACH instead of open-coding it by Emilio G. Cota · 10 years ago
  38. 2ccf97e linux-user/elfload.c: Don't use _raw accessor functions by Peter Maydell · 10 years ago
  39. ccf661f linux-user: Do not subtract offset from end address by Tom Musta · 10 years ago
  40. a93934f elf: take phdr offset into account when calculating the program load address by Jonas Maebe · 10 years ago
  41. c5e4a5a linux-user: Let user specify random seed by Magnus Reftel · 10 years ago
  42. 1a1c4db translate-all.c: memory walker initial address miscalculation by Mikhail Ilyin · 10 years ago
  43. 67d6d82 linux-user: Move get_ppc64_abi by Tom Musta · 11 years ago
  44. a60438d linux-user: Support HWCAP2 in PowerPC by Tom Musta · 11 years ago
  45. 0e01974 linux-user: Identify Addition Hardware Capabilities for PowerPC by Tom Musta · 11 years ago
  46. 623e250 linux-user: Correct AUXV Cache Line Sizes for PowerPC by Tom Musta · 11 years ago
  47. d3606f0 User mode support for Linux ELF files with no section header by Craig Heffner · 13 years ago
  48. a70daba3 linux-user: Tell guest about big host page sizes by Alexander Graf · 11 years ago
  49. f46e9a0 target-ppc: Confirm That .bss Pages Are Valid by Tom Musta · 11 years ago
  50. d90b94c target-ppc: Support little-endian PPC64 in user mode. by Doug Kwan · 11 years ago
  51. f6fe04d target-arm: A64: Implement two-register SHA instructions by Peter Maydell · 11 years ago
  52. 5acc765 target-arm: A64: Implement AES instructions by Peter Maydell · 11 years ago
  53. 130f2e7 target-arm: A64: Implement CRC instructions by Peter Maydell · 11 years ago
  54. 411bdc7 target-arm: A64: Use PMULL feature bit for PMULL by Peter Maydell · 11 years ago
  55. 4e624ed target-arm: add support for v8 VMULL.P64 instruction by Peter Maydell · 11 years ago
  56. f1ecb91 target-arm: add support for v8 SHA1 and SHA256 instructions by Ard Biesheuvel · 11 years ago
  57. ad6919d linux-user/elfload.c: Support ARM HWCAP2 flags by Peter Maydell · 11 years ago
  58. 24e76ff linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32 by Peter Maydell · 11 years ago
  59. 2468265 linux-user/elfload.c: Update ARM HWCAP bits by Peter Maydell · 11 years ago
  60. 43ce393 linux-user/elfload.c: Fix incorrect ARM HWCAP bits by Peter Maydell · 11 years ago
  61. 8c0f0a6 linux-user: Assert stack used for auxvec, envp, argv by James Hogan · 11 years ago
  62. ad1c7e0 linux-user: Correct DLINFO_ITEMS by James Hogan · 11 years ago
  63. 6b1275f linux-user: Don't reserve space for commpage for AArch64 by Peter Maydell · 11 years ago
  64. 0429a97 cpu: Move opaque field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  65. 6afafa8 linux-user/elfload.c: Avoid calling g_free() on uninitialized data by Peter Maydell · 11 years ago
  66. f0116c5 linux-user: Remove regs parameter of load_elf_binary and load_flt_binary by Will Newton · 11 years ago
  67. 99033ca linux-user: Add AArch64 support by Alexander Graf · 11 years ago
  68. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  69. a2247f8 linux-user: Change thread_env to CPUState by Andreas Färber · 12 years ago
  70. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  71. 0514ef2 target-i386: Replace cpuid_*features fields with a feature word array by Eduardo Habkost · 12 years ago
  72. 918fc54 elfload: use abi_llong/ullong instead of target_llong/ullong by Paolo Bonzini · 12 years ago
  73. f8fd4fc elfload: use abi_int/uint instead of target_int/uint by Paolo Bonzini · 12 years ago
  74. 1ddd592 elfload: use abi_short/ushort instead of target_short/ushort by Paolo Bonzini · 12 years ago
  75. 86cd7b2 elfload: use tswapreg consistently in elf_core_copy_regs by Paolo Bonzini · 12 years ago
  76. a29f998 elfload: fix size of registers for N32 by Paolo Bonzini · 12 years ago
  77. ca98ac8 elfload: fix size of ABI-dependent fields in core dumps by Paolo Bonzini · 12 years ago
  78. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  79. 900cfbc linux-user: remove two unchecked uses of strdup by Jim Meyering · 12 years ago
  80. 806d102 linux-user: Use init_guest_space when -R and -B are specified by Meador Inge · 13 years ago
  81. dce1040 linux-user: Factor out guest space probing into a function by Meador Inge · 13 years ago
  82. d962783 target-or32: Add linux user support by Jia Liu · 13 years ago
  83. d8fd295 Userspace ARM BE8 support by Paul Brook · 13 years ago
  84. adf050b arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features. by Benoit Canet · 13 years ago
  85. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  86. 0539024 linux-user: Don't overuse CPUState by Andreas Färber · 13 years ago
  87. 125b0f5 linux-user: save auxv length by Alexander Graf · 13 years ago
  88. c7c530c elf: Improve symbol lookup (optimize, fix for bsd-user) by Stefan Weil · 13 years ago
  89. b4916d7 fix spelling in linux-user sub directory by Dong Xu Wang · 13 years ago
  90. 7dd4766 linux-user/elfload.c: Don't memset(NULL..) if malloc() failed by Peter Maydell · 13 years ago
  91. 8e78064 ppc64-linux-user: Properly interpret the entry function descriptor. by Richard Henderson · 13 years ago
  92. 97cc756 linux-user: Implement new ARM 64 bit cmpxchg kernel helper by Dr. David Alan Gilbert · 14 years ago
  93. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  94. cf973e4 set ELF_HWCAP for SPARC and SPARC64 by Artyom Tarasenko · 14 years ago
  95. 14322ba linux-user: Define AT_RANDOM to support target stack protection mechanism. by Laurent ALFONSI · 14 years ago
  96. f3ed1f5 linux-user: Handle images where lowest vaddr is not page aligned by Peter Maydell · 14 years ago
  97. b947527 linux-user: Fix the load of ELF files that have no "useful" symbol by Cédric VINCENT · 14 years ago
  98. a4c075f s390x: s390x-linux-user support by Ulrich Hecht · 16 years ago
  99. d2fbca9 unicore32: necessary modifications for other files to support unicore32 by Guan Xuetao · 14 years ago
  100. 80f5ce7 linux-user: correct core dump format by Laurent Vivier · 14 years ago