1. aecc886 linux-user: Fix up timer id handling by Alexander Graf · 10 years ago
  2. ccf661f linux-user: Do not subtract offset from end address by Tom Musta · 10 years ago
  3. a93934f elf: take phdr offset into account when calculating the program load address by Jonas Maebe · 10 years ago
  4. 686581a linux-user: Fix fault address truncation AArch64 by Riku Voipio · 10 years ago
  5. c5e4a5a linux-user: Let user specify random seed by Magnus Reftel · 10 years ago
  6. 1a1c4db translate-all.c: memory walker initial address miscalculation by Mikhail Ilyin · 10 years ago
  7. d80a190 linux-user: don't include timerfd if not needed by Riku Voipio · 10 years ago
  8. e52a99f linux-user: Simplify timerid checks on g_posix_timers range by Alexander Graf · 10 years ago
  9. a59b5e3 linux-user: Convert blkpg to use a special subop handler by Alexander Graf · 10 years ago
  10. 40645c7 linux-user: Enable epoll_pwait syscall for ARM by Peter Maydell · 10 years ago
  11. 05068c0 exec.c: Relax restrictions on watchpoint length and alignment by Peter Maydell · 10 years ago
  12. 1458558 linux-user: Handle PPC64 ELFv2 Function Pointers by Tom Musta · 10 years ago
  13. 19774ec linux-user: Implement do_setcontext for PPC64 by Tom Musta · 10 years ago
  14. 8d6ab33 linux-user: Properly Dereference PPC64 ELFv1 Signal Handler Pointer by Tom Musta · 10 years ago
  15. 61e75fe linux-user: Enable Signal Handlers on PPC64 by Tom Musta · 10 years ago
  16. 7678108 linux-user: Split PPC Trampoline Encoding from Register Save by Tom Musta · 10 years ago
  17. fbdc200 linux-user: Fix Stack Pointer Bug in PPC setup_rt_frame by Tom Musta · 10 years ago
  18. 680dfde linux-user: fix file descriptor leaks by zhanghailiang · 10 years ago
  19. 29e03fc linux-user: check return value of malloc() by zhanghailiang · 10 years ago
  20. 29560a6 linux-user: writev Partial Writes by Tom Musta · 10 years ago
  21. 6f6a403 linux-user: Support target-to-host translation of mlockall argument by Tom Musta · 10 years ago
  22. 8fbe8fd linux-user: clock_nanosleep errno Handling on PPC by Tom Musta · 10 years ago
  23. 0903c8b linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2 by Tom Musta · 10 years ago
  24. 67d6d82 linux-user: Move get_ppc64_abi by Tom Musta · 10 years ago
  25. d4290c4 linux-user: Detect fault in sched_rr_get_interval by Tom Musta · 10 years ago
  26. a1d5c5b linux-user: Handle NULL sched_param argument to sched_* by Tom Musta · 10 years ago
  27. edcc5f9 linux-user: Detect Negative Message Sizes in msgsnd System Call by Tom Musta · 10 years ago
  28. b6ce1f6 linux-user: Conditionally Pass Attribute Pointer to mq_open() by Tom Musta · 10 years ago
  29. 37ed095 linux-user: Make ipc syscall's third argument an abi_long by Tom Musta · 10 years ago
  30. 5464bae linux-user: Properly Handle semun Structure In Cross-Endian Situations by Tom Musta · 10 years ago
  31. 5d2fa8e linux-user: Dereference Pointer Argument to ipc/semctl Sys Call by Tom Musta · 10 years ago
  32. 0352734 linux-user: PPC64 semid_ds Doesnt Include _unused1 and _unused2 by Tom Musta · 10 years ago
  33. 9af5c90 linux-user: add setns and unshare by Riku Voipio · 10 years ago
  34. ab31cda linux-user: support ioprio_{get, set} syscalls by Paul Burton · 10 years ago
  35. 5183434 linux-user: support timerfd_{create, gettime, settime} syscalls by Riku Voipio · 10 years ago
  36. f17f498 linux-user: fix readlink handling with magic exe symlink by Mike Frysinger · 10 years ago
  37. c065976 linux-user: Fix conversion of sigevent argument to timer_create by Peter Maydell · 10 years ago
  38. 4757599 linux-user: Fix syscall instruction usermode emulation on X86_64 by Jincheng Miao · 10 years ago
  39. 0b2effd linux-user: redirect openat calls by Riku Voipio · 10 years ago
  40. d67f4aa linux-user: /proc/self/maps content by Mikhail Ilyin · 10 years ago
  41. b545f63 linux-user: use TARGET_SA_ONSTACK in get_sigframe by Riku Voipio · 10 years ago
  42. 2dd08df alloca one extra byte sockets by Joakim Tjernlund · 10 years ago
  43. 33a29b5 linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddr by Joakim Tjernlund · 10 years ago
  44. 451aaf6 qemu-user: Impl. setsockopt(SO_BINDTODEVICE) by Joakim Tjernlund · 10 years ago
  45. 27a0782 SIOCGIFINDEX: fix typo by Joakim Tjernlund · 10 years ago
  46. a74029f target-ppc: Change default cpu for ppc64le-linux-user by Richard Henderson · 10 years ago
  47. 4f9c5be Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging by Peter Maydell · 10 years ago
  48. f63eb01 linux-user: support the SIOCGIFINDEX ioctl by Paul Burton · 10 years ago
  49. ca56f5b linux-user: support the KDSIGACCEPT ioctl by Paul Burton · 10 years ago
  50. b67d803 linux-user: allow NULL tv argument for settimeofday by Paul Burton · 10 years ago
  51. ef4467e linux-user: respect timezone for settimeofday by Paul Burton · 10 years ago
  52. fd76783 linux-user: fix struct target_epoll_event layout for MIPS by Paul Burton · 10 years ago
  53. 0fa82d3 linux-user: support strace of epoll_create1 by Paul Burton · 10 years ago
  54. 356d771 linux-user: allow NULL arguments to mount by Paul Burton · 10 years ago
  55. 82d0fe6 linux-user: support SO_PASSSEC setsockopt option by Paul Burton · 10 years ago
  56. d79b6cc linux-user: support SO_{SND, RCV}BUFFORCE setsockopt options by Paul Burton · 10 years ago
  57. aec1ca4 linux-user: support SO_ACCEPTCONN getsockopt option by Paul Burton · 10 years ago
  58. 8289d11 linux-user: translate the result of getsockopt SO_TYPE by Paul Burton · 10 years ago
  59. 76b9424 linux-user: added fake open() for /proc/self/cmdline by Wim Vander Schelden · 10 years ago
  60. e8efd8e Add support for MAP_NORESERVE mmap flag. by Christophe Lyon · 10 years ago
  61. a60438d linux-user: Support HWCAP2 in PowerPC by Tom Musta · 10 years ago
  62. 0e01974 linux-user: Identify Addition Hardware Capabilities for PowerPC by Tom Musta · 10 years ago
  63. 623e250 linux-user: Correct AUXV Cache Line Sizes for PowerPC by Tom Musta · 10 years ago
  64. d535508 Add support for the arm breakpoint syscall by Hunter Laux · 10 years ago
  65. 224f9fd tcg-ppc: Merge cache-utils into the backend by Richard Henderson · 10 years ago
  66. 2b45c3f qemu/osdep: Remove the need for qemu_init_auxval by Richard Henderson · 10 years ago
  67. d279279 target-mips: implement UserLocal Register by Petar Jovanovic · 10 years ago
  68. d3606f0 User mode support for Linux ELF files with no section header by Craig Heffner · 13 years ago
  69. 480eda2 linux-user: Return correct errno for unsupported netlink socket by Ed Swierk · 10 years ago
  70. be3bd28 linux-user: Don't overrun guest buffer in sched_getaffinity by Peter Maydell · 10 years ago
  71. 4d13be8 linux-user/uname: Return correct uname string for x86_64 by Peter Maydell · 10 years ago
  72. a42267e linux-user: fix gcc-4.9 compiler error on __{get,put]}_user by Riku Voipio · 10 years ago
  73. 9e918dc signal/ppc/do_setcontext remove __get_user return check by Riku Voipio · 10 years ago
  74. be3ef5c signal/sparc64_set_context: remove __get_user checks by Riku Voipio · 10 years ago
  75. c650c00 signal/ppc/{save,restore}_user_regs remove __put/get error checks by Riku Voipio · 10 years ago
  76. 0188fad signal/all/setup_frame remove __put_user checks by Riku Voipio · 10 years ago
  77. f5f601a signal/all/do_sigreturn - remove __get_user checks by Riku Voipio · 10 years ago
  78. 9eeb830 signal/all/do_sigaltstack remove __get_user value check by Riku Voipio · 10 years ago
  79. 9454738 signal/sparc/restore_fpu_state: remove by Riku Voipio · 10 years ago
  80. 016d2e1 signal/all: remove return value from restore_sigcontext by Riku Voipio · 10 years ago
  81. 41ecc72 signal/all: remove return value from setup_sigcontext by Riku Voipio · 10 years ago
  82. b0fd8d1 signal/all: remove return value from copy_siginfo_to_user by Riku Voipio · 10 years ago
  83. 7df2fa3 signal/x86/setup_frame: __put_user cleanup by Riku Voipio · 10 years ago
  84. 1d8b512 signal/all: remove __get/__put_user return value reading by Riku Voipio · 10 years ago
  85. a70daba linux-user: Tell guest about big host page sizes by Alexander Graf · 10 years ago
  86. 4b1daa7 target-ppc: Store Quadword Conditional Drops Size Bit by Tom Musta · 10 years ago
  87. f46e9a0 target-ppc: Confirm That .bss Pages Are Valid by Tom Musta · 10 years ago
  88. e22c357 target-ppc: Allow little-endian user mode. by Doug Kwan · 10 years ago
  89. d90b94c target-ppc: Support little-endian PPC64 in user mode. by Doug Kwan · 10 years ago
  90. f6fe04d target-arm: A64: Implement two-register SHA instructions by Peter Maydell · 10 years ago
  91. 5acc765 target-arm: A64: Implement AES instructions by Peter Maydell · 10 years ago
  92. 130f2e7 target-arm: A64: Implement CRC instructions by Peter Maydell · 10 years ago
  93. 411bdc7 target-arm: A64: Use PMULL feature bit for PMULL by Peter Maydell · 10 years ago
  94. 4e624ed target-arm: add support for v8 VMULL.P64 instruction by Peter Maydell · 10 years ago
  95. f1ecb91 target-arm: add support for v8 SHA1 and SHA256 instructions by Ard Biesheuvel · 10 years ago
  96. 31e25e3 Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging by Peter Maydell · 10 years ago
  97. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 10 years ago
  98. b98dbc9 target-i386: fix segment flags for SMM and VM86 mode by Paolo Bonzini · 10 years ago
  99. 7848c8d target-i386: the x86 CPL is stored in CS.selector - auto update hflags accordingly. by Kevin O'Connor · 10 years ago
  100. a39fb27 linux-user: fix getrusage and wait4 failures with invalid rusage struct by Petar Jovanovic · 10 years ago