1. 38ee0a7 linux-user: Remap guest SIGABRT by Richard Henderson · 1 year, 5 months ago
  2. 4a6ebc1 linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAP by Richard Henderson · 1 year, 6 months ago
  3. f4e1168 linux-user: Split out host_sig{segv,bus}_handler by Richard Henderson · 1 year, 6 months ago
  4. 58c4e36 linux-user: Simplify signal_init by Richard Henderson · 1 year, 6 months ago
  5. b60b91a linux-user: Map unsupported signals to an out-of-bounds value by Richard Henderson · 1 year, 6 months ago
  6. dbde2c0 linux-user: Only register handlers for core_dump_signal by default by Richard Henderson · 1 year, 6 months ago
  7. 7dfd3ca linux-user: Detect and report host crashes by Helge Deller · 1 year, 7 months ago
  8. ee72c47 linux-user: Exit not abort in die_with_backtrace by Richard Henderson · 1 year, 6 months ago
  9. b8b50f1 linux-user: Split out die_with_signal by Richard Henderson · 1 year, 6 months ago
  10. 912ff69 linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmap by Richard Henderson · 1 year, 5 months ago
  11. a9f6004 linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArch by Jiajie Chen · 1 year, 5 months ago
  12. 3b894b6 linux-user/sh4: Fix crashes on signal delivery by Mikulas Patocka · 1 year, 5 months ago
  13. 6fad9b4 linux-user/mips: fix abort on integer overflow by Mikulas Patocka · 1 year, 5 months ago
  14. e6e66b0 linux-user: Fixes for zero_bss by Richard Henderson · 1 year, 6 months ago
  15. 77c9f17 linux-user/syscall.c: clean up local variable shadowing in xattr syscalls by Laurent Vivier · 1 year, 5 months ago
  16. 9962b7c linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpu by Laurent Vivier · 1 year, 5 months ago
  17. eb2929c linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm() by Laurent Vivier · 1 year, 5 months ago
  18. ea80003 linux-user/mmap.c: clean up local variable shadowing by Laurent Vivier · 1 year, 5 months ago
  19. d5308ea linux-user/flatload: clean up local variable shadowing by Laurent Vivier · 1 year, 5 months ago
  20. a0bc599 build: Remove --enable-gprof by Richard Henderson · 1 year, 5 months ago
  21. 33bc4fa linux-user/hppa: Fix struct target_sigcontext layout by Richard Henderson · 1 year, 5 months ago
  22. d7ec12f tcg: Split out tcg init functions to tcg/startup.h by Richard Henderson · 1 year, 5 months ago
  23. 935f75a tcg: Remove argument to tcg_prologue_init by Richard Henderson · 1 year, 5 months ago
  24. b77af26 accel/tcg: Replace CPUState.env_ptr with cpu_env() by Richard Henderson · 1 year, 6 months ago
  25. 7f087a3 linux-user/strace: Clean up local variable shadowing by Philippe Mathieu-Daudé · 1 year, 6 months ago
  26. 706a92f target/arm: Enable FEAT_MOPS for CPU 'max' by Peter Maydell · 1 year, 6 months ago
  27. 3039b09 target/arm: Implement FEAT_HBC by Peter Maydell · 1 year, 6 months ago
  28. 429b7e0 linux-user/elfload.c: Report previously missing arm32 hwcaps by Peter Maydell · 1 year, 6 months ago
  29. 23d7f14 linux-user/elfload.c: Add missing arm and arm64 hwcap values by Peter Maydell · 1 year, 6 months ago
  30. e2e40a7 linux-user/elfload.c: Correct SME feature names reported in cpuinfo by Peter Maydell · 1 year, 6 months ago
  31. 55394dc Merge tag 'pull-loongarch-20230920' of https://gitlab.com/gaosong/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
  32. 008a3b1 target/loongarch: Add LASX data support by Song Gao · 1 year, 6 months ago
  33. 5b1270e linux-user/hppa: lock both words of function descriptor by Mikulas Patocka · 1 year, 6 months ago
  34. 2529497 linux-user/hppa: clear the PSW 'N' bit when delivering signals by Mikulas Patocka · 1 year, 6 months ago
  35. bb0a45e linux-user/riscv: Add new extensions to hwprobe by Robbin Ehn · 1 year, 6 months ago
  36. ae7d4d6 linux-user/riscv: Use abi type for target_ucontext by LIU Zhiwei · 1 year, 7 months ago
  37. bde438c Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
  38. 044e95c linux-user: Track shm regions with an interval tree by Richard Henderson · 1 year, 6 months ago
  39. ceda568 linux-user: Fix shmdt by Richard Henderson · 1 year, 6 months ago
  40. 69fa270 linux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat,shmdt} by Richard Henderson · 1 year, 6 months ago
  41. 225a206 linux-user: Move shmat and shmdt implementations to mmap.c by Richard Henderson · 1 year, 6 months ago
  42. f6d4554 linux-user: Remove ELF_START_MMAP and image_info.start_mmap by Richard Henderson · 1 year, 7 months ago
  43. 6467d9e linux-user: Emulate the Anonymous: keyword in /proc/self/smaps by Ilya Leoshkevich · 1 year, 6 months ago
  44. 92d2a03 linux-user: Show heap address in /proc/pid/maps by Richard Henderson · 1 year, 7 months ago
  45. aec338d linux-user: Adjust brk for load_bias by Richard Henderson · 1 year, 7 months ago
  46. 7b7a336 linux-user: Use walk_memory_regions for open_self_maps by Richard Henderson · 1 year, 7 months ago
  47. 79be812 util/selfmap: Use dev_t and ino_t in MapInfo by Richard Henderson · 1 year, 7 months ago
  48. 4757e2c linux-user: Emulate /proc/cpuinfo for Alpha by Helge Deller · 1 year, 7 months ago
  49. a55b9e7 linux-user: Emulate /proc/cpuinfo on aarch64 and arm by Helge Deller · 1 year, 7 months ago
  50. 121c8dd linux-user: Split out cpu/target_proc.h by Richard Henderson · 1 year, 6 months ago
  51. 669dcb6 accel/tcg: spelling fixes by Michael Tokarev · 1 year, 6 months ago
  52. ffc8453 linux-user/elfload: Enable vxe2 on s390x by Ilya Leoshkevich · 1 year, 7 months ago
  53. b800205 linux-user: Fix openat() emulation to correctly detect accesses to /proc by Helge Deller · 1 year, 7 months ago
  54. a05cee9 linux-user: Use ARRAY_SIZE with bitmask_transtbl by Richard Henderson · 1 year, 7 months ago
  55. 9ab8d071 linux-user: Split out do_mmap by Richard Henderson · 1 year, 7 months ago
  56. 32e07fd Merge tag 'pull-lu-20230808' of https://gitlab.com/rth7680/qemu into staging by Richard Henderson · 1 year, 7 months ago
  57. dd55885 linux-user: Rewrite non-fixed probe_guest_base by Richard Henderson · 1 year, 7 months ago
  58. 06f38c6 linux-user: Rewrite fixed probe_guest_base by Richard Henderson · 1 year, 7 months ago
  59. 0c441ae linux-user: Consolidate guest bounds check in probe_guest_base by Richard Henderson · 1 year, 7 months ago
  60. 435c042 linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_base by Richard Henderson · 1 year, 7 months ago
  61. 3ce3dd8 util/selfmap: Rewrite using qemu/interval-tree.h by Richard Henderson · 1 year, 7 months ago
  62. 5f4e5b3 linux-user: Use zero_bss for PT_LOAD with no file contents too by Richard Henderson · 1 year, 7 months ago
  63. 2d385be linux-user: Do not adjust zero_bss for host page size by Richard Henderson · 1 year, 7 months ago
  64. e3d97d5 linux-user: Do not adjust image mapping for host page size by Richard Henderson · 1 year, 7 months ago
  65. 1f356e8 linux-user: Adjust initial brk when interpreter is close to executable by Helge Deller · 1 year, 7 months ago
  66. 1ea06de linux-user: Use elf_et_dyn_base for ET_DYN with interpreter by Richard Henderson · 1 year, 7 months ago
  67. ad25051 linux-user: Use MAP_FIXED_NOREPLACE for initial image mmap by Richard Henderson · 1 year, 7 months ago
  68. da2b71f linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h by Richard Henderson · 1 year, 7 months ago
  69. 2d70816 linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.h by Richard Henderson · 1 year, 7 months ago
  70. c8fb5cf linux-user: Adjust task_unmapped_base for reserved_va by Richard Henderson · 1 year, 7 months ago
  71. 50a0012 linux-user: cleanup unused linux-user/include/host directories by Paolo Bonzini · 1 year, 7 months ago
  72. f140823 configure: fix detection for x32 linux-user by Paolo Bonzini · 1 year, 7 months ago
  73. 62cbf08 linux-user: Remove last_brk by Richard Henderson · 1 year, 7 months ago
  74. 0662a62 linux-user: Properly set image_info.brk in flatload by Richard Henderson · 1 year, 7 months ago
  75. 2aea137 linux-user: Do not align brk with host page size by Akihiko Odaki · 1 year, 7 months ago
  76. cb9d5d1 linux-user: Do nothing if too small brk is specified by Akihiko Odaki · 1 year, 7 months ago
  77. e69e032 linux-user: Use MAP_FIXED_NOREPLACE for do_brk() by Akihiko Odaki · 1 year, 7 months ago
  78. c6cc059 linux-user: Do not call get_errno() in do_brk() by Akihiko Odaki · 1 year, 7 months ago
  79. ddcdd8c linux-user: Fix MAP_FIXED_NOREPLACE on old kernels by Akihiko Odaki · 1 year, 7 months ago
  80. c3dd50d linux-user: Unset MAP_FIXED_NOREPLACE for host by Akihiko Odaki · 1 year, 7 months ago
  81. 4333f09 linux-user/elfload: Set V in ELF_HWCAP for RISC-V by Nathan Egge · 1 year, 7 months ago
  82. 38dd78c linux-user/armeb: Fix __kernel_cmpxchg() for armeb by Helge Deller · 1 year, 7 months ago
  83. a74e39f Merge tag 'pull-revert-armhf-brk-fix' of https://gitlab.com/mjt0k/qemu into staging by Peter Maydell · 1 year, 7 months ago
  84. 990ef91 include/exec: Add WITH_MMAP_LOCK_GUARD by Richard Henderson · 1 year, 8 months ago
  85. 4ea3fa9 Revert "linux-user: Fix qemu-arm to run static armhf binaries" by Michael Tokarev · 1 year, 7 months ago
  86. 67d1f0a Merge tag 'linux-user-brk-fixes-pull-request' of https://github.com/hdeller/qemu-hppa into staging by Peter Maydell · 1 year, 8 months ago
  87. 518f322 linux-user: Fix qemu-arm to run static armhf binaries by Helge Deller · 1 year, 8 months ago
  88. d971040 linux-user: Fix strace output for old_mmap by Helge Deller · 1 year, 8 months ago
  89. eac78a4 linux-user: Fix signed math overflow in brk() syscall by Helge Deller · 1 year, 8 months ago
  90. dfe4986 linux-user: Prohibit brk() to to shrink below initial heap address by Helge Deller · 1 year, 8 months ago
  91. 15ad985 linux-user: Fix qemu brk() to not zero bytes on current page by Helge Deller · 1 year, 8 months ago
  92. 7f114a5 linux-user/elfload: Fix /proc/cpuinfo features: on s390x by Ilya Leoshkevich · 1 year, 8 months ago
  93. aab7461 linux-user: Remove pointless NULL check in clock_adjtime handling by Peter Maydell · 1 year, 8 months ago
  94. d713cf4 linux-user/arm: Do not allocate a commpage at all for M-profile CPUs by Philippe Mathieu-Daudé · 1 year, 8 months ago
  95. ac42f44 linux-user: Drop uint and ulong by Juan Quintela · 1 year, 8 months ago
  96. e230ec0 linux-user: Simplify target_madvise by Richard Henderson · 1 year, 8 months ago
  97. ecb796d linux-user: Remove can_passthrough_madvise by Richard Henderson · 1 year, 8 months ago
  98. bef6f00 accel/tcg: Return bool from page_check_range by Richard Henderson · 1 year, 8 months ago
  99. d7b0c5d linux-user: Simplify target_munmap by Richard Henderson · 1 year, 8 months ago
  100. 558a441 linux-user: Rename mmap_reserve to mmap_reserve_or_unmap by Richard Henderson · 1 year, 8 months ago