1. aa8e26d Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-request' into staging by Peter Maydell · 6 years ago
  2. 5dfa88f linux-user: do setrlimit selectively by Max Filippov · 6 years ago
  3. 58cfa6c linux-user: write(fd, NULL, 0) parity with linux's treatment of same by Tony Garnock-Jones · 6 years ago
  4. 94894ff linux-user: elf: mmap all the target-pages of hostpage for data segment by Shivaprasad G Bhat · 7 years ago
  5. 83eb6e5 linux-user: add SO_LINGER to {g,s}etsockopt by Carlo Marcelo Arenas Belón · 7 years ago
  6. f7e6a40 linux-user: move TargetFdTrans functions to their own file by Laurent Vivier · 7 years ago
  7. be0c46d target-ppc: Extend HWCAP2 bits for ISA 3.0 by Sandipan Das · 7 years ago
  8. 722ac96 elf: Don't check FCR31_NAN2008 bit for nanoMIPS by Aleksandar Markovic · 7 years ago
  9. f72541f elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too by Aleksandar Markovic · 7 years ago
  10. 0b16dcd target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair by Aleksandar Rikalo · 7 years ago
  11. 3c825bb Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  12. 068a5ea qom: convert the CPU list to RCU by Emilio G. Cota · 7 years ago
  13. 259841c linux-user: Propagate goto fail to return by Richard Henderson · 7 years ago
  14. 1a7b2b1 linux-user: Propagate goto unimplemented to default by Richard Henderson · 7 years ago
  15. 10f45d9 linux-user: Propagate goto unimplemented_nowarn to return by Richard Henderson · 7 years ago
  16. 2852aaf linux-user: Propagate goto efault to return by Richard Henderson · 7 years ago
  17. 72eb7ea linux-user: Relax single exit from "break" by Richard Henderson · 7 years ago
  18. dc1ce18 linux-user: Split out do_syscall1 by Richard Henderson · 7 years ago
  19. 8a85e5d linux-user: Remove DEBUG by Richard Henderson · 7 years ago
  20. 70c61d4 linux-user: add QEMU_IFLA_INFO_KIND nested type for tun by Laurent Vivier · 7 years ago
  21. 90cce2a linux-user: update netlink route types by Laurent Vivier · 7 years ago
  22. 3c3ab55 linux-user: introduce QEMU_RTA_* to use with rtattr_type_t by Laurent Vivier · 7 years ago
  23. 2a03d3e linux-user: fix recvmsg()/recvfrom() with netlink and MSG_TRUNC by Laurent Vivier · 7 years ago
  24. 3e23de1 linux-user: fix 32bit g2h()/h2g() by Laurent Vivier · 7 years ago
  25. b8f7ff1 Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' into staging by Peter Maydell · 7 years ago
  26. 4f7f892 linux-user: Add preprocessor availability control to some syscalls by Aleksandar Rikalo · 7 years ago
  27. 977324a linux-user: Update MIPS syscall numbers up to kernel 4.18 headers by Aleksandar Markovic · 7 years ago
  28. adf92ea target/arm: Add sve-max-vq cpu property to -cpu max by Richard Henderson · 7 years ago
  29. 5d9f3ea linux-user: ppc64: don't use volatile register during safe_syscall by Shivaprasad G Bhat · 7 years ago
  30. 38138fa linux-user/mmap.c: handle invalid len maps correctly by Alex Bennée · 7 years ago
  31. fa97e38 linux-user/ppc: Implement swapcontext syscall by Richard Henderson · 7 years ago
  32. 33143c4 linux-user: fix ELF load alignment error by Laurent Vivier · 7 years ago
  33. 1d3d1b2 Zero out the host's `msg_control` buffer by Jonas Schievink · 7 years ago
  34. dc18baa linux-user: fix mmap_find_vma_reserved() by Laurent Vivier · 7 years ago
  35. af8ab2b linux-user: convert remaining fcntl() to safe_fcntl() by Laurent Vivier · 7 years ago
  36. 4a54576 linux-user: ppc64: use the correct values for F_*LK64s by Shivaprasad G Bhat · 7 years ago
  37. 84ca4fa linux-user: Report error message on stderr, rather than stdout by Philippe Mathieu-Daudé · 7 years ago
  38. 8f0ea81 linux-user: Do not report "syscall not implemented" by default by Philippe Mathieu-Daudé · 7 years ago
  39. 122f9c8 linux-user: Do not report "Unsupported syscall" by default by Philippe Mathieu-Daudé · 7 years ago
  40. 7781afb linux-user: add gcov support to preexit_cleanup by Alex Bennée · 7 years ago
  41. 708b6a6 linux-user: introduce preexit_cleanup by Alex Bennée · 7 years ago
  42. fe8d2d5 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging by Peter Maydell · 7 years ago
  43. f988c7e Merge remote-tracking branch 'remotes/shorne/tags/pull-or-20180703' into staging by Peter Maydell · 7 years ago
  44. 377e93e linux-user/strace: Improve recvmsg() output by Philippe Mathieu-Daudé · 7 years ago
  45. ecfec98 linux-user/strace: Improve capget()/capset() output by Philippe Mathieu-Daudé · 7 years ago
  46. b07cd3e Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into staging by Peter Maydell · 7 years ago
  47. 4151e53 linux-user: Fix struct sigaltstack for openrisc by Richard Henderson · 7 years ago
  48. e8f2904 linux-user: Implement signals for openrisc by Richard Henderson · 7 years ago
  49. 14db189 target/ppc: Remove POWERPC_EXCP_STCX by Richard Henderson · 7 years ago
  50. 21749c4 linux-user: update do_setsockopt() by Laurent Vivier · 7 years ago
  51. d2ba246 linux-user: add netlink CARRIER_UP_COUNT/CARRIER_DOWN_COUNT by Laurent Vivier · 7 years ago
  52. b52713c linux-user: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  53. 26c470a target/arm: Implement ARMv8.2-DotProd by Richard Henderson · 7 years ago
  54. 802ac0e target/arm: Enable SVE for aarch64-linux-user by Richard Henderson · 7 years ago
  55. 8bca9a0 move public invalidate APIs out of translate-all.{c,h}, clean up by Paolo Bonzini · 7 years ago
  56. 0ac2031 tcg: remove tb_lock by Emilio G. Cota · 8 years ago
  57. dec1c92 linux-user/sparc64: Add inotify_rm_watch and tee syscalls by Richard Henderson · 7 years ago
  58. 966a635 linux-user/microblaze: Fix typo in accept4 syscall by Richard Henderson · 7 years ago
  59. 58c9d45 linux-user/hppa: Fix typo in mknodat syscall by Richard Henderson · 7 years ago
  60. b7bf79c linux-user/alpha: Fix epoll syscalls by Richard Henderson · 7 years ago
  61. 71987b1 linux-user: Use is_error() to avoid warnings and make the code clearer by Philippe Mathieu-Daudé · 7 years ago
  62. 1129dd7 linux-user: Export use is_error(), use it to avoid warnings by Philippe Mathieu-Daudé · 7 years ago
  63. 7ea6537 linux-user: remove useless #if by Laurent Vivier · 7 years ago
  64. db30b1a linux-user: move hppa signal definitions to hppa/target_signal.h by Laurent Vivier · 7 years ago
  65. 3e51115 linux-user: move alpha signal definitions to alpha/target_signal.h by Laurent Vivier · 7 years ago
  66. 5795083 linux-user: move openrisc signal definitions to openrisc/target_signal.h by Laurent Vivier · 7 years ago
  67. f70c731 linux-user: move mips signal definitions to mips/target_signal.h by Laurent Vivier · 7 years ago
  68. 1bdefb5 linux-user: move sparc signal definitions to sparc/target_signal.h by Laurent Vivier · 7 years ago
  69. e5171a9 linux-user: move generic signal definitions to generic/signal.h by Laurent Vivier · 7 years ago
  70. 9850f9f linux-user: move get_sp_from_cpustate() to target_cpu.h by Laurent Vivier · 7 years ago
  71. 995d200 linux-user: move sparc/sparc64 fcntl definitions to sparc/target_fcntl.h by Laurent Vivier · 7 years ago
  72. 3e6800b linux-user: move ppc fcntl definitions to ppc/target_fcntl.h by Laurent Vivier · 7 years ago
  73. b9acdef linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.h by Laurent Vivier · 7 years ago
  74. 050a1ba linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/target_fcntl.h by Laurent Vivier · 7 years ago
  75. 8b08c98 linux-user: move hppa fcntl definitions to hppa/target_fcntl.h by Laurent Vivier · 7 years ago
  76. 40460c1 linux-user: move alpha fcntl definitions to alpha/target_fcntl.h by Laurent Vivier · 7 years ago
  77. 5de7706 linux-user: move generic fcntl definitions to generic/fcntl.h by Laurent Vivier · 7 years ago
  78. 871f95c syscall: replace strcpy() by g_strlcpy() by Philippe Mathieu-Daudé · 8 years ago
  79. 0a22f8c target-microblaze: Make special registers 64-bit by Edgar E. Iglesias · 7 years ago
  80. b0a7413 linux-user: define TARGET_SO_REUSEPORT by Laurent Vivier · 7 years ago
  81. 30a1b12 linux-user: copy sparc/sockbits.h definitions from linux by Laurent Vivier · 7 years ago
  82. 8f553bf linux-user: update ARCH_HAS_SOCKET_TYPES use by Laurent Vivier · 7 years ago
  83. 9e979d6 linux-user: move ppc socket.h definitions to ppc/sockbits.h by Laurent Vivier · 7 years ago
  84. 500fa60 linux-user: move socket.h generic definitions to generic/sockbits.h by Laurent Vivier · 7 years ago
  85. da84fda linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.h by Laurent Vivier · 7 years ago
  86. f24cbd3 linux-user: move alpha socket.h definitions to alpha/sockbits.h by Laurent Vivier · 7 years ago
  87. 5de33b1 linux-user: move mips socket.h definitions to mips/sockbits.h by Laurent Vivier · 7 years ago
  88. 309786c linux-user: Fix payload size logic in host_to_target_cmsg() by Peter Maydell · 7 years ago
  89. 2b5249b linux-user: update comments to point to tcg_exec_init() by Igor Mammedov · 7 years ago
  90. c1e703f linux-user: update netlink emulation by Laurent Vivier · 7 years ago
  91. f39ddb3 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-request' into staging by Peter Maydell · 7 years ago
  92. 9a93c15 linux-user: fix UNAME_MACHINE for sparc/sparc64 by Laurent Vivier · 7 years ago
  93. 0562384 linux-user: add sparc/sparc64 specific errno by Laurent Vivier · 7 years ago
  94. ae68ad9 linux-user: fix conversion of flock/flock64 l_type field by Laurent Vivier · 7 years ago
  95. 534cdbf linux-user: update sparc/syscall_nr.h to linux header 4.16 by Laurent Vivier · 7 years ago
  96. d3c6e8e linux-user: fix flock/flock64 padding by Laurent Vivier · 7 years ago
  97. cbf358a linux-user: define correct fcntl() values for sparc by Laurent Vivier · 7 years ago
  98. 68412d2 target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode by Richard Henderson · 7 years ago
  99. 7f254c5 linux-user: remove useless padding in flock64 structure by Laurent Vivier · 7 years ago
  100. 465e237 linux-user: introduce target_sigsp() and target_save_altstack() by Laurent Vivier · 7 years ago