1. b545f63 linux-user: use TARGET_SA_ONSTACK in get_sigframe by Riku Voipio · 11 years ago
  2. 2dd08df alloca one extra byte sockets by Joakim Tjernlund · 11 years ago
  3. 33a29b5 linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddr by Joakim Tjernlund · 11 years ago
  4. 451aaf6 qemu-user: Impl. setsockopt(SO_BINDTODEVICE) by Joakim Tjernlund · 11 years ago
  5. 27a0782 SIOCGIFINDEX: fix typo by Joakim Tjernlund · 11 years ago
  6. a74029f target-ppc: Change default cpu for ppc64le-linux-user by Richard Henderson · 11 years ago
  7. 4f9c5be Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging by Peter Maydell · 11 years ago
  8. f63eb01 linux-user: support the SIOCGIFINDEX ioctl by Paul Burton · 11 years ago
  9. ca56f5b linux-user: support the KDSIGACCEPT ioctl by Paul Burton · 11 years ago
  10. b67d803 linux-user: allow NULL tv argument for settimeofday by Paul Burton · 11 years ago
  11. ef4467e linux-user: respect timezone for settimeofday by Paul Burton · 11 years ago
  12. fd76783 linux-user: fix struct target_epoll_event layout for MIPS by Paul Burton · 11 years ago
  13. 0fa82d3 linux-user: support strace of epoll_create1 by Paul Burton · 11 years ago
  14. 356d771 linux-user: allow NULL arguments to mount by Paul Burton · 11 years ago
  15. 82d0fe6 linux-user: support SO_PASSSEC setsockopt option by Paul Burton · 11 years ago
  16. d79b6cc linux-user: support SO_{SND, RCV}BUFFORCE setsockopt options by Paul Burton · 11 years ago
  17. aec1ca4 linux-user: support SO_ACCEPTCONN getsockopt option by Paul Burton · 11 years ago
  18. 8289d11 linux-user: translate the result of getsockopt SO_TYPE by Paul Burton · 11 years ago
  19. 76b9424 linux-user: added fake open() for /proc/self/cmdline by Wim Vander Schelden · 11 years ago
  20. e8efd8e Add support for MAP_NORESERVE mmap flag. by Christophe Lyon · 11 years ago
  21. a60438d linux-user: Support HWCAP2 in PowerPC by Tom Musta · 11 years ago
  22. 0e01974 linux-user: Identify Addition Hardware Capabilities for PowerPC by Tom Musta · 11 years ago
  23. 623e250 linux-user: Correct AUXV Cache Line Sizes for PowerPC by Tom Musta · 11 years ago
  24. d535508 Add support for the arm breakpoint syscall by Hunter Laux · 11 years ago
  25. 224f9fd tcg-ppc: Merge cache-utils into the backend by Richard Henderson · 11 years ago
  26. 2b45c3f qemu/osdep: Remove the need for qemu_init_auxval by Richard Henderson · 11 years ago
  27. d279279 target-mips: implement UserLocal Register by Petar Jovanovic · 11 years ago
  28. d3606f0 User mode support for Linux ELF files with no section header by Craig Heffner · 13 years ago
  29. 480eda2 linux-user: Return correct errno for unsupported netlink socket by Ed Swierk · 11 years ago
  30. be3bd28 linux-user: Don't overrun guest buffer in sched_getaffinity by Peter Maydell · 11 years ago
  31. 4d13be8 linux-user/uname: Return correct uname string for x86_64 by Peter Maydell · 11 years ago
  32. a42267e linux-user: fix gcc-4.9 compiler error on __{get,put]}_user by Riku Voipio · 11 years ago
  33. 9e918dc signal/ppc/do_setcontext remove __get_user return check by Riku Voipio · 11 years ago
  34. be3ef5c signal/sparc64_set_context: remove __get_user checks by Riku Voipio · 11 years ago
  35. c650c00 signal/ppc/{save,restore}_user_regs remove __put/get error checks by Riku Voipio · 11 years ago
  36. 0188fad signal/all/setup_frame remove __put_user checks by Riku Voipio · 11 years ago
  37. f5f601a signal/all/do_sigreturn - remove __get_user checks by Riku Voipio · 11 years ago
  38. 9eeb830 signal/all/do_sigaltstack remove __get_user value check by Riku Voipio · 11 years ago
  39. 9454738 signal/sparc/restore_fpu_state: remove by Riku Voipio · 11 years ago
  40. 016d2e1 signal/all: remove return value from restore_sigcontext by Riku Voipio · 11 years ago
  41. 41ecc72 signal/all: remove return value from setup_sigcontext by Riku Voipio · 11 years ago
  42. b0fd8d1 signal/all: remove return value from copy_siginfo_to_user by Riku Voipio · 11 years ago
  43. 7df2fa3 signal/x86/setup_frame: __put_user cleanup by Riku Voipio · 11 years ago
  44. 1d8b512 signal/all: remove __get/__put_user return value reading by Riku Voipio · 11 years ago
  45. a70daba3 linux-user: Tell guest about big host page sizes by Alexander Graf · 11 years ago
  46. 4b1daa7 target-ppc: Store Quadword Conditional Drops Size Bit by Tom Musta · 11 years ago
  47. f46e9a0 target-ppc: Confirm That .bss Pages Are Valid by Tom Musta · 11 years ago
  48. e22c357 target-ppc: Allow little-endian user mode. by Doug Kwan · 11 years ago
  49. d90b94c target-ppc: Support little-endian PPC64 in user mode. by Doug Kwan · 11 years ago
  50. f6fe04d target-arm: A64: Implement two-register SHA instructions by Peter Maydell · 11 years ago
  51. 5acc765 target-arm: A64: Implement AES instructions by Peter Maydell · 11 years ago
  52. 130f2e7 target-arm: A64: Implement CRC instructions by Peter Maydell · 11 years ago
  53. 411bdc7 target-arm: A64: Use PMULL feature bit for PMULL by Peter Maydell · 11 years ago
  54. 4e624ed target-arm: add support for v8 VMULL.P64 instruction by Peter Maydell · 11 years ago
  55. f1ecb91 target-arm: add support for v8 SHA1 and SHA256 instructions by Ard Biesheuvel · 11 years ago
  56. 31e25e3 Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging by Peter Maydell · 11 years ago
  57. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  58. b98dbc9 target-i386: fix segment flags for SMM and VM86 mode by Paolo Bonzini · 11 years ago
  59. 7848c8d target-i386: the x86 CPL is stored in CS.selector - auto update hflags accordingly. by Kevin O'Connor · 11 years ago
  60. a39fb27 linux-user: fix getrusage and wait4 failures with invalid rusage struct by Petar Jovanovic · 11 years ago
  61. ad6919d linux-user/elfload.c: Support ARM HWCAP2 flags by Peter Maydell · 11 years ago
  62. 24e76ff linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32 by Peter Maydell · 11 years ago
  63. 2468265 linux-user/elfload.c: Update ARM HWCAP bits by Peter Maydell · 11 years ago
  64. 43ce393 linux-user/elfload.c: Fix incorrect ARM HWCAP bits by Peter Maydell · 11 years ago
  65. e586822 linux-user: remove configure option for setting uname release by Riku Voipio · 11 years ago
  66. 6d30db1 linux-user: move uname functions to uname.c by Riku Voipio · 11 years ago
  67. 18cb008 linux-user: rename cpu-uname -> uname by Riku Voipio · 11 years ago
  68. 7af0392 linux-user/signal.c: Set fault address in AArch64 signal info by Peter Maydell · 11 years ago
  69. 34d6086 linux-user: avoid using glibc internals in _syscall5 and in definition of target_sigevent struct by Natanael Copa · 11 years ago
  70. a29e5ba linux-user: Handle arches with llseek instead of _llseek by James Hogan · 11 years ago
  71. 4bc2975 linux-user: Add support for SCM_CREDENTIALS. by Huw Davies · 11 years ago
  72. 52b6549 linux-user: Move if-elses to a switch statement. by Huw Davies · 11 years ago
  73. 8c0f0a6 linux-user: Assert stack used for auxvec, envp, argv by James Hogan · 11 years ago
  74. aa07f5e linux-user: Add /proc/self/exe open forwarding by Maxim Ostapenko · 11 years ago
  75. abf1172 target-arm: Define exception record for AArch64 exceptions by Peter Maydell · 11 years ago
  76. d25295d linux-user: pass correct host flags to accept4() by Petar Jovanovic · 11 years ago
  77. 3768d50 linux-user: remove duplicate statement by Prasad Joshi · 11 years ago
  78. ad1c7e0 linux-user: Correct DLINFO_ITEMS by James Hogan · 11 years ago
  79. ec86487 linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1 by Peter Maydell · 11 years ago
  80. e0eb210 linux-user: Implement capget, capset by Peter Maydell · 11 years ago
  81. a7ec0f9 linux-user: Don't allow guest to block SIGSEGV by Peter Maydell · 11 years ago
  82. 1c27592 signal: added a wrapper for sigprocmask function by Alex Barcelo · 11 years ago
  83. 6b1275f linux-user: Don't reserve space for commpage for AArch64 by Peter Maydell · 11 years ago
  84. 8d5d300 linux-user: implement F_[GS]ETOWN_EX by Andreas Schwab · 11 years ago
  85. 3b899ea linux-user: Don't return uninitialized value for atomic_barrier syscall by Peter Maydell · 11 years ago
  86. 7f72cd2 linux-user/signal.c: Correct error path for AArch64 do_rt_sigreturn by Peter Maydell · 11 years ago
  87. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 12 years ago
  88. b3310ab exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 12 years ago
  89. 75a3403 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 12 years ago
  90. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  91. ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  92. 0429a97 cpu: Move opaque field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  93. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  94. 3f15067 Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging by Peter Maydell · 11 years ago
  95. cbc14e6 linux-user: set minimum kernel version to 2.6.32 by Riku Voipio · 11 years ago
  96. 27b95bf target-ppc: Add Store Quadword Conditional by Tom Musta · 11 years ago
  97. b51910b linux-user: correct handling of break exception for MIPS by Petar Jovanovic · 11 years ago
  98. 974a196 linux-user: translate signal number on return from sigtimedwait by Petar Jovanovic · 11 years ago
  99. f19e00d linux-user: Implement sendmmsg syscall by Alexander Graf · 11 years ago
  100. 76ca310 linux-user: Fix getresuid, getresgid if !USE_UID16 by Peter Maydell · 11 years ago