1. 888468d linux-user: Add strace support for printing arguments for ioctls used for terminals and serial lines by Filip Bozuta · 4 years, 8 months ago
  2. 7c89f34 linux-user: Add strace support for printing arguments of truncate()/ftruncate() and getsid() by Filip Bozuta · 4 years, 7 months ago
  3. e400e11 linux-user: Make cpu_env accessible in strace.c by Filip Bozuta · 4 years, 7 months ago
  4. 79482e59 linux-user: Add strace support for printing arguments of ioctl() by Filip Bozuta · 4 years, 9 months ago
  5. f4d92c5 linux-user: Add strace support for printing arguments of fallocate() by Filip Bozuta · 4 years, 9 months ago
  6. c84be71 linux-user: Extend strace support to enable argument printing after syscall execution by Filip Bozuta · 4 years, 9 months ago
  7. ee94743 linux-user: completely re-write init_guest_space by Alex Bennée · 4 years, 10 months ago
  8. f63c986 linux-user: remove gemu_log from the linux-user tree by Josh Kunz · 5 years ago
  9. 4b25a50 linux-user: Use `qemu_log' for strace by Josh Kunz · 5 years ago
  10. 6fd5944 linux-user: Reserve space for brk by Richard Henderson · 5 years ago
  11. dc5e9ac Include qemu/queue.h slightly less by Markus Armbruster · 6 years ago
  12. 5bfce0b linux-user: Make sigaltstack stacks per-thread by Peter Maydell · 6 years ago
  13. 0acd4ab linux-user: check valid address in access_ok() by Rémi Denis-Courmont · 6 years ago
  14. c6d0700 linux-user/m68k: remove simulator syscall interface by Laurent Vivier · 6 years ago
  15. 30ab9ef linux-user: Fix shmat emulation by honoring host SHMLBA by Richard Henderson · 6 years ago
  16. 798b858 linux-user: Fix compilation with clang 3.4 by Thomas Huth · 6 years ago
  17. 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
  18. a2e002f Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-request' into staging by Peter Maydell · 6 years ago
  19. 74cfc70 linux-user: Extend image_info struct with MIPS fp_abi and interp_fp_abi fields by Stefan Markovic · 6 years ago
  20. 83f164b linux-user: fix comment s/atomic_write/atomic_set/ by Emilio G. Cota · 7 years ago
  21. 850d5e3 linux-user: Suppress address-of-packed-member warnings in __get/put_user_e by Peter Maydell · 6 years ago
  22. fa97e38 linux-user/ppc: Implement swapcontext syscall by Richard Henderson · 7 years ago
  23. 33143c4 linux-user: fix ELF load alignment error by Laurent Vivier · 7 years ago
  24. 708b6a6 linux-user: introduce preexit_cleanup by Alex Bennée · 7 years ago
  25. 1129dd7 linux-user: Export use is_error(), use it to avoid warnings by Philippe Mathieu-Daudé · 7 years ago
  26. 9850f9f linux-user: move get_sp_from_cpustate() to target_cpu.h by Laurent Vivier · 7 years ago
  27. 3cb10cf linux-user: ARM-FDPIC: Add support of FDPIC for ARM. by Christophe Lyon · 7 years ago
  28. a99856c Remove CONFIG_USE_FDPIC. by Christophe Lyon · 7 years ago
  29. 41c97cc linux-user: drop unused target_msync function by Max Filippov · 7 years ago
  30. daa4374 linux-user: Drop unicore32 code by Peter Maydell · 7 years ago
  31. 768fe76 linux-user: introduce functions to detect CPU type by YunQiang Su · 7 years ago
  32. b44316f linux-user: Remove THREAD macro by Peter Maydell · 7 years ago
  33. 7c4ee5b linux-user: Support stack-grows-up in elfload.c by Richard Henderson · 8 years ago
  34. 9d2803f linux-user: Pass si_type information to queue_signal() explicitly by Peter Maydell · 9 years ago
  35. 0cb581d linux-user: report signals being taken in strace output by Peter Maydell · 9 years ago
  36. 38e826d linux-user/qemu.h: change malloc to g_malloc, free to g_free by Md Haris Iqbal · 9 years ago
  37. 1bc7e52 exec: Reduce CONFIG_USER_ONLY ifdeffenery by Igor Mammedov · 9 years ago
  38. d317091 linux-user: Make semihosting heap/stack fields abi_ulongs by Peter Maydell · 9 years ago
  39. 1d48fdd linux-user: Don't use sigfillset() on uc->uc_sigmask by Peter Maydell · 9 years ago
  40. 7dcdaea linux-user: Make target_strerror() return 'const char *' by Peter Maydell · 9 years ago
  41. 655ed67 linux-user: Queue synchronous signals separately by Timothy E Baldwin · 9 years ago
  42. 907f5fd linux-user: Remove real-time signal queuing by Timothy E Baldwin · 9 years ago
  43. 3d3efba linux-user: Fix race between multiple signals by Peter Maydell · 9 years ago
  44. 4d330ce linux-user: Provide safe_syscall for fixing races between signals and syscalls by Timothy E Baldwin · 9 years ago
  45. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  46. 460c579 build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target directories by Lluís Vilanova · 9 years ago
  47. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  48. 59baae9 linux-user: remove MAX_ARG_PAGES limit by Stefan Brüns · 10 years ago
  49. 84646ee linux-user: remove unused image_info members by Stefan Brüns · 10 years ago
  50. 8fd19e6 exec: make mmap_lock/mmap_unlock globally available by Paolo Bonzini · 10 years ago
  51. a42267e linux-user: fix gcc-4.9 compiler error on __{get,put]}_user by Riku Voipio · 11 years ago
  52. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  53. a7ec0f9 linux-user: Don't allow guest to block SIGSEGV by Peter Maydell · 11 years ago
  54. 1c27592 signal: added a wrapper for sigprocmask function by Alex Barcelo · 11 years ago
  55. f0116c5 linux-user: Remove regs parameter of load_elf_binary and load_flt_binary by Will Newton · 11 years ago
  56. 55a2b16 linux-user: create target_structs header to place ipc_perm and shmid_ds by Petar Jovanovic · 11 years ago
  57. 03cfd8f linux-user: add support of binfmt_misc 'O' flag by Laurent Vivier · 12 years ago
  58. 6f20f55 *-user: Improve documentation for lock_user function by Stefan Weil · 11 years ago
  59. 41d1af4 *-user: Fix typo in comment (ulocking -> unlocking) by Stefan Weil · 11 years ago
  60. 4a24a75 linux-user: Allow targets to specify a minimum uname release by Peter Maydell · 12 years ago
  61. 848d72c linux-user: Make sure NWFPE code is 32 bit ARM only by Peter Maydell · 12 years ago
  62. 24cb36a configure: Make NPTL non-optional by Peter Maydell · 12 years ago
  63. 1ccd937 linux-user: Enable NPTL for m68k by Peter Maydell · 12 years ago
  64. dfeab06 linux-user: Move includes of target-specific headers to end of qemu.h by Peter Maydell · 12 years ago
  65. a2247f8 linux-user: Change thread_env to CPUState by Andreas Färber · 12 years ago
  66. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  67. 0bc8ce9 linux-user: Restore cast to target type in get_user() by Peter Maydell · 12 years ago
  68. 658f2dc linux-user: Rewrite __get_user/__put_user with __builtin_choose_expr by Richard Henderson · 12 years ago
  69. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  70. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  71. ee9baa0 user: Rename qemu-types.h to qemu-user-types.h by Eduardo Habkost · 12 years ago
  72. a05c640 linux-user: Fix siginfo handling by Richard Henderson · 12 years ago
  73. 62724cc linux-user: Use memcpy in get_user/put_user. by Richard Henderson · 13 years ago
  74. 806d102 linux-user: Use init_guest_space when -R and -B are specified by Meador Inge · 13 years ago
  75. dce1040 linux-user: Factor out guest space probing into a function by Meador Inge · 13 years ago
  76. d8fd295 Userspace ARM BE8 support by Paul Brook · 13 years ago
  77. 59e9d91 linux-user: resolve reserved_va vma downwards by Peter Maydell · 13 years ago
  78. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  79. 125b0f5 linux-user: save auxv length by Alexander Graf · 13 years ago
  80. d0fd11f linux-user: stack_base is now mandatory on all targets by Riku Voipio · 13 years ago
  81. 97cc756 linux-user: Implement new ARM 64 bit cmpxchg kernel helper by Dr. David Alan Gilbert · 14 years ago
  82. 5945cfc linux-user: Bump do_syscall() up to 8 syscall arguments by Peter Maydell · 14 years ago
  83. 1301f32 Fix typos in comments (neccessary -> necessary) by Stefan Weil · 14 years ago
  84. d2fbca9 unicore32: necessary modifications for other files to support unicore32 by Guan Xuetao · 14 years ago
  85. 1af02e8 linux-user/elfload: add FDPIC support by Mike Frysinger · 14 years ago
  86. 67af42a Remove dead code for ARM semihosting commandline handling by Wolfgang Schildbach · 14 years ago
  87. bee7000 linux-user: remove unnecessary local from __get_user(), __put_user() by Peter Maydell · 14 years ago
  88. 48e15fc linux-user: fix memory leaks with NPTL emulation by Nathan Froyd · 14 years ago
  89. e5924d8 Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
  90. 9955ffa linux-user: Reduce lseek+reads while loading elf files. by Richard Henderson · 15 years ago
  91. 97374d3 Usermode exec-stack fix by Paul Brook · 15 years ago
  92. 6495a04 linux-user: Remove ELFLOAD32. by Richard Henderson · 15 years ago
  93. 703e0e8 linux-user: Use RLIMIT_STACK for default stack size. by Richard Henderson · 15 years ago
  94. 14f24e1 linux-user: Fix mmap_find_vma returning invalid addresses. by Richard Henderson · 15 years ago
  95. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  96. 99a0949 Get rid of _t suffix by malc · 15 years ago
  97. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  98. 3702208 user: compile path.c only once by Blue Swirl · 16 years ago
  99. 2f7bb87 rename USE_NPTL to CONFIG_USE_NPTL by Juan Quintela · 16 years ago
  100. 379f669 Userspace guest address offsetting by Paul Brook · 16 years ago