1. 6d1db8c linux-user: display cpu list. by Laurent Vivier · 15 years ago
  2. 187b4e0 microblaze: Correct signal frame setup. by Edgar E. Iglesias · 15 years ago
  3. 97374d3 Usermode exec-stack fix by Paul Brook · 15 years ago
  4. 9e0b74a Strace mprotect flags. by Paul Brook · 15 years ago
  5. d35b261 s390x: Avoid _llseek. by Richard Henderson · 15 years ago
  6. 7ee2822 rename CONFIG_QEMU_PREFIX by Paolo Bonzini · 15 years ago
  7. 0fddbbf linux-user: honor low bit of entry PC for MIPS by Nathan Froyd · 15 years ago
  8. 68a1c81 Pre-allocate guest address space by Paul Brook · 15 years ago
  9. 0be1d07 alpha-linux-user: Fill in SI_CODE for SIGSEGV. by Richard Henderson · 15 years ago
  10. 680c877 linux-user: Use qemu-malloc.c. by Richard Henderson · 15 years ago
  11. 564e2fe linux-user: Fix compilation with DEBUG defined by Riccardo Magliocchetti · 15 years ago
  12. 9e42382 linux-user: do not warn for missing pselect6 by Riku Voipio · 15 years ago
  13. 9002ec7 tcg: Initialize the prologue after GUEST_BASE is fixed. by Richard Henderson · 15 years ago
  14. a5b3b13 alpha-linux-user: Fix sigprocmask. by Richard Henderson · 15 years ago
  15. f43ce12 alpha-linux-user: Fix sigsuspend parameters. by Richard Henderson · 15 years ago
  16. 9231733 alpha-linux-user: Fix getxpid. by Richard Henderson · 15 years ago
  17. fb41a66 alpha-linux-user: Fix pipe return mechanism. by Richard Henderson · 15 years ago
  18. 57f18a9 alpha-linux-user: Add correct sigaction constants. by Richard Henderson · 15 years ago
  19. 1b6bd8c alpha-linux-user: Fix siginfo.si_addr for SIGSEGV and SIGBUS. by Richard Henderson · 15 years ago
  20. 7dd46c0 alpha-linux-user: Fix brk error return. by Richard Henderson · 15 years ago
  21. e476492 linux-user: fix 32-bit host breakage by Aurelien Jarno · 15 years ago
  22. 0d5d469 microblaze: Update elf machine nums. by Edgar E. Iglesias · 15 years ago
  23. e4cbd44 microblaze: Add linux-user core dumping support. by Edgar E. Iglesias · 15 years ago
  24. 81bbe90 linux-user: rlimit conversion between host and target. by takasi-y@ops.dti.ne.jp · 15 years ago
  25. 5a834bb sparc: Fix lazy flag calculation on interrupts, refactor by Blue Swirl · 15 years ago
  26. c581ded Better default guest_base by Paul Brook · 15 years ago
  27. 2e9a571 Remove PAGE_RESERVED by Paul Brook · 15 years ago
  28. 6910b8f target-alpha: Fix load-locked/store-conditional. by Richard Henderson · 15 years ago
  29. a4b388f target-alpha: Enable NPTL. by Richard Henderson · 15 years ago
  30. ac316ca target-alpha: Implement rs/rc properly. by Richard Henderson · 15 years ago
  31. ed18c5c linux-user: Fix sparc32plus stat64 syscalls. by Richard Henderson · 15 years ago
  32. 2cc2026 linux-user: Fix Sparc64 syscall returns. by Richard Henderson · 15 years ago
  33. 6495a04 linux-user: Remove ELFLOAD32. by Richard Henderson · 15 years ago
  34. e00ac24 linux-user: do_shmdt(): Fix page_set_flags's 2nd arg. by takasi-y@ops.dti.ne.jp · 15 years ago
  35. f717793 linux-user: switch default ppc64 CPU to 970fx from 970 by Aurelien Jarno · 15 years ago
  36. a1606b0 Fix compilation with missing inotify_init1 by Stefan Weil · 15 years ago
  37. 60e9924 linux-user/ia64: workaround ia64 strangenesses by Aurelien Jarno · 15 years ago
  38. 29e922b Compile qemu-timer only once by Blue Swirl · 15 years ago
  39. 7983f43 linux-user/ppc: use the Linux register layout by Rob Landley · 15 years ago
  40. 703e0e8 linux-user: Use RLIMIT_STACK for default stack size. by Richard Henderson · 15 years ago
  41. 7270547 linux-user: Add the syscall id for pselect6 on ARM by Michael Casadevall · 15 years ago
  42. c05c7a7 linux-user: add inotify_init1 syscall support by Riku Voipio · 15 years ago
  43. 43dc2a6 Replace assert(0) with abort() or cpu_abort() by Blue Swirl · 15 years ago
  44. a6c6f76 Fix build with -DNDEBUG in CFLAGS by Blue Swirl · 15 years ago
  45. b480d9b Fix usermode virtual address type by Paul Brook · 15 years ago
  46. 14f24e1 linux-user: Fix mmap_find_vma returning invalid addresses. by Richard Henderson · 15 years ago
  47. 7bc7b09 linux-user: Use h2g_valid in qemu_vmalloc. by Richard Henderson · 15 years ago
  48. 70539e1 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  49. d871443 linux-user: Save/restore fpu registers to signal context on sh4 by takasi-y@ops.dti.ne.jp · 15 years ago
  50. 597c021 linux-user: Fix syscall pipe2() retval on sh4 by takasi-y@ops.dti.ne.jp · 15 years ago
  51. 9f9f030 Disassembler symbol lookup fix by Paul Brook · 15 years ago
  52. 6049f4f alpha-linux-user: Implement signals. by Richard Henderson · 15 years ago
  53. dad081e target-alpha: Reduce internal processor registers for user-mode. by Richard Henderson · 15 years ago
  54. b5ec5ce Add cpu model configuration support.. by john cooper · 15 years ago
  55. 5f2243f Fix strace or FUTEX_PRIVATE_FLAG by Paul Brook · 15 years ago
  56. da79030 linux-user: adapt uname machine to emulated CPU by Loïc Minier · 15 years ago
  57. ee63650 mmap_frag() users only check for -1 error by Juan Quintela · 15 years ago
  58. fb7e378 linux-user/mmap.c: fix warnings with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  59. 0ddbc96 fix linux-user microblaze ELF_ARCH definition by Mike Frysinger · 15 years ago
  60. 8b0ee8c alpha: fix stat64 issue by Vince Weaver · 15 years ago
  61. f7001a3 linux-user: fix build with gcc-4.1 by Aurelien Jarno · 15 years ago
  62. 73b0196 PPC: Make DCR uint32_t by Alexander Graf · 15 years ago
  63. b711de9 PPC64: Fix alternate timebase by Aurelien Jarno · 15 years ago
  64. e3ea652 PPC64: Fix timebase by Alexander Graf · 15 years ago
  65. a3b3912 linux-user: Add aliases for some Alpha syscalls by Richard Henderson · 15 years ago
  66. 7631c97 linux-user: add core dump support for SH by Nathan Froyd · 15 years ago
  67. 7a93cc5 linux-user: add core dump support for M68K by Nathan Froyd · 15 years ago
  68. 51e5260 linux-user: add core dump support for MIPS by Nathan Froyd · 15 years ago
  69. e2f3e74 linux-user: add core dump support for PPC by Nathan Froyd · 15 years ago
  70. d049e62 linux-user: fix ARM core dumps on opposite-endian hosts by Nathan Froyd · 15 years ago
  71. 21e807f linux-user: commonify definitions of target typedefs by Nathan Froyd · 15 years ago
  72. dd0a365 linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusion by Nathan Froyd · 15 years ago
  73. 49995e1 linux-user: use TARGET_ABI_FMT_lx to print abi_ulong types by Aurelien Jarno · 15 years ago
  74. 66393fb linux-user: cleanup force_sig() calls by Riku Voipio · 15 years ago
  75. d032d1b linux-user: Fix mmap_lock ordering by Riku Voipio · 15 years ago
  76. ba0e276 target-alpha: Fixes for alpha-linux syscalls. by Richard Henderson · 15 years ago
  77. 8a57a6c target-alpha: Drop bogus UNIQ initial value on Linux. by Richard Henderson · 15 years ago
  78. 725b8a6 Fix ARM userspace strex implementation. by Paul Brook · 15 years ago
  79. 3ca0558 linux-user: remove hardcoded value of _NSIG in signal.c by Arnaud Patard · 16 years ago
  80. e927345 Add missing break. by Paul Brook · 15 years ago
  81. 426f5ab ARM atomic ops rewrite by Paul Brook · 15 years ago
  82. 5499b6f target-mips: rename CP0_LLAddr into lladdr by Aurelien Jarno · 15 years ago
  83. b4558d7 (x86/Sparc/PPC)-user: fix cpu_copy by Blue Swirl · 15 years ago
  84. b55a37c user: move CPU reset call to main.c for x86/PPC/Sparc by Blue Swirl · 15 years ago
  85. dab4640 Re: linux-user/syscall.c - don't add GUEST_BASE to NULL pointer by Jan-Simon Möller · 15 years ago
  86. f7680a5 linux-user: KD/VT/FB ioctls by Ulrich Hecht · 15 years ago
  87. cf6de34 linux-user: Update ARM hwcaps by Riku Voipio · 16 years ago
  88. e2cc3f6 linux-user: don't zero a buffer twice by Paul Bolle · 16 years ago
  89. 61322e9 linux-user: fix ppc target_stat64 st_blocks layout by Max Filippov · 16 years ago
  90. 6913720 linux-user: getpriority errno fix by Ulrich Hecht · 16 years ago
  91. d092793 implementations of dup3 and fallocate that are good enough to fool LTP by Ulrich Hecht · 16 years ago
  92. 3bc0bdc linux-user: fix "#if 0"'d printf() by Paul Bolle · 16 years ago
  93. 22e4104 linux-user: fix up oversealous nitpicking by Michael S. Tsirkin · 16 years ago
  94. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 16 years ago
  95. 99a0949 Get rid of _t suffix by malc · 16 years ago
  96. e8bbe36 linux-user: fix coding style nit by Michael S. Tsirkin · 16 years ago
  97. 5d02482 linux-user: fix old style decrement usage by Michael S. Tsirkin · 16 years ago
  98. 6ece4df elfload: fix coding style nit by Michael S. Tsirkin · 16 years ago
  99. dfd3f85 __thread should be before real type by Juan Quintela · 16 years ago
  100. 86178a5 static and inline should came before the type of the functions by Juan Quintela · 16 years ago