1. 211364c linux-user/syscall: Remove unused variable from execve by Richard Henderson · 3 years, 8 months ago
  2. f7e68c9 tcg/plugins: implement a qemu_plugin_user_exit helper by Alex Bennée · 3 years, 7 months ago
  3. 9ef0c6d qemu/atomic: Add aligned_{int64,uint64}_t types by Richard Henderson · 3 years, 7 months ago
  4. 2fa4ad3 linux-user: update syscall.tbl to Linux v5.13 by Laurent Vivier · 3 years, 8 months ago
  5. e2dcdce linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13 by Laurent Vivier · 3 years, 8 months ago
  6. 3a2f19b linux-user: update syscall_nr.h to Linux v5.13 by Laurent Vivier · 3 years, 8 months ago
  7. c093364 fd-trans: Fix race condition on reallocation of the translation table. by Owen Anderson · 3 years, 8 months ago
  8. 4f6a9f8 linux-user/syscall: Remove ERRNO_TABLE_SIZE check by Philippe Mathieu-Daudé · 3 years, 8 months ago
  9. 3ffe326 linux-user: Simplify host <-> target errno conversion using macros by Philippe Mathieu-Daudé · 3 years, 8 months ago
  10. f317c0e linux-user/mips: Move errno definitions to 'target_errno_defs.h' by Philippe Mathieu-Daudé · 3 years, 8 months ago
  11. 366d1ef linux-user/hppa: Move errno definitions to 'target_errno_defs.h' by Philippe Mathieu-Daudé · 3 years, 8 months ago
  12. a4c7e27 linux-user/alpha: Move errno definitions to 'target_errno_defs.h' by Philippe Mathieu-Daudé · 3 years, 8 months ago
  13. 8f968b6 linux-user: Extract target errno to 'target_errno_defs.h' by Philippe Mathieu-Daudé · 3 years, 8 months ago
  14. f007472 linux-user/sparc: Rename target_errno.h -> target_errno_defs.h by Philippe Mathieu-Daudé · 3 years, 8 months ago
  15. f7588fe linux-user/syscall: Fix RF-kill errno (typo in ERFKILL) by Philippe Mathieu-Daudé · 3 years, 8 months ago
  16. c632ea1 linux-user/syscall: Remove hardcoded tabs (code style) by Philippe Mathieu-Daudé · 3 years, 8 months ago
  17. 04b8539 linux-user/alpha: Remove hardcoded tabs (code style) by Philippe Mathieu-Daudé · 3 years, 8 months ago
  18. bc3359f linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN by Philippe Mathieu-Daudé · 3 years, 8 months ago
  19. db10481 linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN by Philippe Mathieu-Daudé · 3 years, 8 months ago
  20. f5f35ce linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN by Philippe Mathieu-Daudé · 3 years, 8 months ago
  21. a46955f linux-user: Fix style problems in linuxload.c by Richard Henderson · 3 years, 8 months ago
  22. 7aa9fe3 linux-user: fill ppid field in /proc/self/stat by Andreas Schwab · 3 years, 8 months ago
  23. cb46938 linux-user/elfload: Implement ELF_HWCAP for RISC-V by Kito Cheng · 3 years, 8 months ago
  24. b22726a Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-request' into staging by Peter Maydell · 3 years, 8 months ago
  25. 10b8127 linux-user/s390x: Save and restore psw.mask properly by Richard Henderson · 3 years, 8 months ago
  26. da215c2 linux-user: elf: s390x: Prepare for Vector enhancements facility by David Hildenbrand · 3 years, 9 months ago
  27. 96ff758 linux-user: Use public sigev_notify_thread_id member if available by Michael Forney · 3 years, 9 months ago
  28. febf6fa linux-user: Fix incorrect use of feature-test-macros by Michael Forney · 3 years, 9 months ago
  29. 8a589ae linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature list by Khem Raj · 3 years, 8 months ago
  30. ee3500d linux-user: Let sigaction query SIGKILL/SIGSTOP by Ilya Leoshkevich · 3 years, 9 months ago
  31. e10fbe8 linux-user: Implement pivot_root by YAMAMOTO Takashi · 3 years, 9 months ago
  32. 0e88769 linux-user/trace-events: fix minor typo in format string by Alex Bennée · 3 years, 8 months ago
  33. 144bff0 linux-user: Disable static assert involving __SIGRTMAX if it is missing by Michael Forney · 3 years, 9 months ago
  34. 228168c linux-user: Set CF_PARALLEL when mapping shared memory by Richard Henderson · 3 years, 9 months ago
  35. b0a0794 tcg: Re-order tcg_region_init vs tcg_prologue_init by Richard Henderson · 4 years ago
  36. 180d4ef linux-user/syscall: Constify bitmask_transtbl fcntl/mmap flags_tlb[] by Philippe Mathieu-Daudé · 3 years, 9 months ago
  37. 8da5f1d softfloat: Introduce Floatx80RoundPrec by Richard Henderson · 4 years, 3 months ago
  38. 6c47a90 linux-user/aarch64: Enable hwcap bits for bfloat16 by Richard Henderson · 3 years, 9 months ago
  39. d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 9 months ago
  40. cdc8d8b linux-user/aarch64: Enable hwcap bits for sve2 and related extensions by Richard Henderson · 3 years, 9 months ago
  41. 6086c75 target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN by Richard Henderson · 3 years, 9 months ago
  42. d736de8 target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE by Richard Henderson · 3 years, 9 months ago
  43. 4a1e893 linux-user/elfload: add s390x core dumping support by Ilya Leoshkevich · 3 years, 11 months ago
  44. 5f779a3 linux-user/elfload: fix filling psinfo->pr_psargs by Ilya Leoshkevich · 3 years, 11 months ago
  45. fb80439 linux-user: Tidy TARGET_NR_rt_sigaction by Richard Henderson · 3 years, 10 months ago
  46. 02d0de1 linux-user/alpha: Share code for TARGET_NR_sigaction by Richard Henderson · 3 years, 10 months ago
  47. 0f6f990 linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORER by Richard Henderson · 3 years, 10 months ago
  48. ca19227 linux-user: Honor TARGET_ARCH_HAS_SA_RESTORER in do_syscall by Richard Henderson · 3 years, 10 months ago
  49. 02fb28e linux-user: Pass ka_restorer to do_sigaction by Richard Henderson · 3 years, 10 months ago
  50. f20a9ca linux-user/alpha: Rename the sigaction restorer field by Richard Henderson · 3 years, 10 months ago
  51. 8f5141a linux-user/alpha: Fix rt sigframe return by Richard Henderson · 3 years, 10 months ago
  52. 68af19ad linux-user: use GDateTime for formatting timestamp for core file by Daniel P. Berrangé · 3 years, 10 months ago
  53. 0fa259d linux-user: Fix erroneous conversion in copy_file_range by Giuseppe Musacchio · 3 years, 10 months ago
  54. db32214 linux-user: Add copy_file_range to strace.list by Giuseppe Musacchio · 3 years, 10 months ago
  55. 0b16f04 linux-user/s390x: Handle vector regs in signal stack by Richard Henderson · 3 years, 10 months ago
  56. 79d6f2b linux-user/s390x: Clean up signal.c by Richard Henderson · 3 years, 10 months ago
  57. 9e0fb64 linux-user/s390x: Add build asserts for sigset sizes by Richard Henderson · 3 years, 10 months ago
  58. ac1a92e linux-user/s390x: Fix frame_addr corruption in setup_frame by Richard Henderson · 3 years, 10 months ago
  59. 6c18757 linux-user/s390x: Add stub sigframe argument for last_break by Richard Henderson · 3 years, 10 months ago
  60. 7e53555 linux-user/s390x: Set psw.mask properly for the signal handler by Richard Henderson · 3 years, 10 months ago
  61. 2080734 linux-user/s390x: Clean up single-use gotos in signal.c by Richard Henderson · 3 years, 10 months ago
  62. 8283949 linux-user/s390x: Tidy save_sigregs by Richard Henderson · 3 years, 10 months ago
  63. bb17fc5 linux-user/s390x: Use tswap_sigset in setup_rt_frame by Richard Henderson · 3 years, 10 months ago
  64. 4e4a082 linux-user/s390x: Fix sigcontext sregs value by Richard Henderson · 3 years, 10 months ago
  65. bd45be9 linux-user/s390x: Fix trace in restore_regs by Richard Henderson · 3 years, 10 months ago
  66. e6f960f linux-user/s390x: Remove restore_sigregs return value by Richard Henderson · 3 years, 10 months ago
  67. 915c69d linux-user/s390x: Remove PSW_ADDR_AMODE by Richard Henderson · 3 years, 10 months ago
  68. cb1f198 linux-user/s390x: Use uint16_t for signal retcode by Richard Henderson · 3 years, 10 months ago
  69. 5d79bd1 linux-user/s390x: Fix sigframe types by Richard Henderson · 3 years, 10 months ago
  70. bb3347f linux-user/sparc: Implement sparc64 rt signals by Richard Henderson · 3 years, 10 months ago
  71. e76f2f8 linux-user/sparc: Implement sparc32 rt signals by Richard Henderson · 3 years, 10 months ago
  72. 11670e8 linux-user/sparc: Add 64-bit support to fpu save/restore by Richard Henderson · 3 years, 10 months ago
  73. 1176e57 linux-user/sparc: Minor corrections to do_sigreturn by Richard Henderson · 3 years, 10 months ago
  74. 757d260 linux-user/sparc: Clean up setup_frame by Richard Henderson · 3 years, 10 months ago
  75. 819f6df linux-user/sparc: Add rwin_save to signal frame by Richard Henderson · 3 years, 10 months ago
  76. 71cda6e linux-user/sparc: Save and restore fpu in signal frame by Richard Henderson · 3 years, 10 months ago
  77. a0774ec linux-user/sparc: Clean up get_sigframe by Richard Henderson · 3 years, 10 months ago
  78. 44a5f86 linux-user/sparc: Split out save_reg_win by Richard Henderson · 3 years, 10 months ago
  79. a1181d5 linux-user/sparc: Use target_pt_regs by Richard Henderson · 3 years, 10 months ago
  80. f8ea624 linux-user/sparc: Fix the stackframe structure by Richard Henderson · 3 years, 10 months ago
  81. 4f4fdec linux-user/sparc: Remove target_rt_signal_frame as unused by Richard Henderson · 3 years, 10 months ago
  82. 743f99e linux-user/sparc: Remove target_sigcontext as unused by Richard Henderson · 3 years, 10 months ago
  83. 921c162 linux-user/sparc: Merge sparc64/ into sparc/ by Richard Henderson · 3 years, 10 months ago
  84. 0de9081 linux-user/sparc: Merge sparc64 termbits.h by Richard Henderson · 3 years, 10 months ago
  85. 6175783 linux-user/sparc: Merge sparc64 target_structs.h by Richard Henderson · 3 years, 10 months ago
  86. b136c21 linux-user/sparc: Merge sparc64 target_elf.h by Richard Henderson · 3 years, 10 months ago
  87. 2f23eec linux-user/sparc: Merge sparc64 target_syscall.h by Richard Henderson · 3 years, 10 months ago
  88. 089a225 linux-user/sparc: Clean up init_thread by Richard Henderson · 3 years, 10 months ago
  89. eb215f4 linux-user/sparc: Include TARGET_STACK_BIAS in get_sp_from_cpustate by Richard Henderson · 3 years, 10 months ago
  90. ddc3e74 linux-user: Pass CPUArchState to target_restore_altstack by Richard Henderson · 3 years, 10 months ago
  91. 6b20875 linux-user: Pass CPUArchState to do_sigaltstack by Richard Henderson · 3 years, 10 months ago
  92. 56384cf linux-user: Use target_restore_altstack in all sigreturn by Richard Henderson · 3 years, 10 months ago
  93. 92bad94 linux-user: Split out target_restore_altstack by Richard Henderson · 3 years, 10 months ago
  94. 9f771ad linux-user: Add strace support for printing arguments of llseek by Kito Cheng · 3 years, 10 months ago
  95. 74081ae linux-user/arm: Simplify accumulating and raising fpa11 exceptions by Richard Henderson · 3 years, 10 months ago
  96. 0a50285 linux-user/arm: Do not fill in si_code for fpa11 exceptions by Richard Henderson · 3 years, 10 months ago
  97. d827f6d linux-user/arm: Do not emulate fpa11 in thumb mode by Richard Henderson · 3 years, 10 months ago
  98. c1438d6 linux-user/arm: Split out emulate_arm_fpa11 by Richard Henderson · 3 years, 10 months ago
  99. 5847d30 linux-user: strace now handles unshare syscall args correctly by Matus Kysel · 3 years, 11 months ago
  100. 48c8c5e linux-user: Remove dead code by Philippe Mathieu-Daudé · 4 years ago