1. 74781c0 exec/cpu: Extract page-protection definitions to page-protection.h by Philippe Mathieu-Daudé · 1 year, 1 month ago
  2. 143bcc1 linux-user: Preserve unswapped siginfo_t for strace by Richard Henderson · 9 months ago
  3. f84e313 gdbstub: Save target's siginfo by Gustavo Romero · 10 months ago
  4. 4d6d8a0 linux-user: Move tswap_siginfo out of target code by Gustavo Romero · 10 months ago
  5. b6617e9 gdbstub: Rename back gdb_handlesig by Gustavo Romero · 10 months ago
  6. 42e62aa user: Prefer fast cpu_env() over slower CPU QOM cast macro by Philippe Mathieu-Daudé · 12 months ago
  7. e4e5cb4 {linux,bsd}-user: Introduce get_task_state() by Ilya Leoshkevich · 10 months ago
  8. 1764ad7 include/qemu: Add TCGCPUOps typedef to typedefs.h by Richard Henderson · 12 months ago
  9. 6d91315 linux-user: Fixed cpu restore with pc 0 on SIGBUS by Robbin Ehn · 12 months ago
  10. 02d9f5b linux-user: Fix guest signal remapping after adjusting SIGABRT by Richard Henderson · 1 year, 3 months ago
  11. 38ee0a7 linux-user: Remap guest SIGABRT by Richard Henderson · 1 year, 3 months ago
  12. 4a6ebc1 linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAP by Richard Henderson · 1 year, 5 months ago
  13. f4e1168 linux-user: Split out host_sig{segv,bus}_handler by Richard Henderson · 1 year, 5 months ago
  14. 58c4e36 linux-user: Simplify signal_init by Richard Henderson · 1 year, 5 months ago
  15. b60b91a linux-user: Map unsupported signals to an out-of-bounds value by Richard Henderson · 1 year, 5 months ago
  16. dbde2c0 linux-user: Only register handlers for core_dump_signal by default by Richard Henderson · 1 year, 5 months ago
  17. 7dfd3ca linux-user: Detect and report host crashes by Helge Deller · 1 year, 5 months ago
  18. ee72c47 linux-user: Exit not abort in die_with_backtrace by Richard Henderson · 1 year, 5 months ago
  19. b8b50f1 linux-user: Split out die_with_signal by Richard Henderson · 1 year, 5 months ago
  20. a0bc599 build: Remove --enable-gprof by Richard Henderson · 1 year, 3 months ago
  21. b77af26 accel/tcg: Replace CPUState.env_ptr with cpu_env() by Richard Henderson · 1 year, 4 months ago
  22. d96bf49 gdbstub: move chunks of user code into own files by Alex Bennée · 1 year, 10 months ago
  23. da91c19 linux-user: Clean up when exiting due to a signal by Ilya Leoshkevich · 2 years ago
  24. 7b72aa1 linux-user: Add missing signals in strace output by Helge Deller · 2 years, 4 months ago
  25. 8905770 compiler.h: replace QEMU_NORETURN with G_NORETURN by Marc-André Lureau · 2 years, 9 months ago
  26. 0a99f09 linux-user: Split out helpers for sigsuspend by Richard Henderson · 2 years, 10 months ago
  27. 4ff17cf linux-user: Remove stale "not threadsafe" comments by Peter Maydell · 3 years ago
  28. 9940799 linux-user: Introduce host_sigcontext by Richard Henderson · 3 years ago
  29. c8c89a6 linux-user: Introduce host_signal_mask by Richard Henderson · 3 years ago
  30. 337e88d linux-user: Return void from queue_signal() by Peter Maydell · 3 years ago
  31. b5f9536 linux-user: Rename user_force_sig tracepoint to match function name by Peter Maydell · 3 years ago
  32. 155fff9 linux-user/nios2: Use set_sigmask in do_rt_sigreturn by Richard Henderson · 3 years, 1 month ago
  33. 139e5de linux-user/signal: Map exit signals in SIGCHLD siginfo_t by Matthias Schiffer · 3 years, 3 months ago
  34. bbf15aa common-user: Move safe-syscall.* from linux-user by Richard Henderson · 3 years, 2 months ago
  35. af254a2 linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS by Richard Henderson · 3 years, 2 months ago
  36. 0a7e019 linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.h by Richard Henderson · 3 years, 2 months ago
  37. 0763788 linux-user/signal.c: Create a common rewind_if_in_safe_syscall by Warner Losh · 3 years, 2 months ago
  38. 742f076 linux-user: Handle BUS_ADRALN in host_signal_handler by Richard Henderson · 3 years, 3 months ago
  39. 12ed564 linux-user: Add cpu_loop_exit_sigbus by Richard Henderson · 3 years, 3 months ago
  40. eeca7dc accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu by Richard Henderson · 3 years, 4 months ago
  41. 72d2bbf linux-user: Add cpu_loop_exit_sigsegv by Richard Henderson · 3 years, 4 months ago
  42. 04de121 linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER by Richard Henderson · 3 years, 4 months ago
  43. e6037d0 linux-user: Reorg handling for SIGSEGV by Richard Henderson · 3 years, 4 months ago
  44. db2af69 linux-user: Add infrastructure for a signal trampoline page by Richard Henderson · 3 years, 3 months ago
  45. af79696 linux-user: Provide new force_sig_fault() function by Peter Maydell · 3 years, 5 months ago
  46. 819121b linux-user: Zero out target_siginfo_t in force_sig() by Peter Maydell · 3 years, 5 months ago
  47. 85b4fa0 linux-user: Don't include gdbstub.h in qemu.h by Peter Maydell · 3 years, 4 months ago
  48. 3b249d2 linux-user: Split linux-user internals out of qemu.h by Peter Maydell · 3 years, 4 months ago
  49. 3ad0a76 linux-user: Split loader-related prototypes into loader.h by Peter Maydell · 3 years, 4 months ago
  50. a44d57a linux-user: Split strace prototypes into strace.h by Peter Maydell · 3 years, 4 months ago
  51. ee3500d linux-user: Let sigaction query SIGKILL/SIGSTOP by Ilya Leoshkevich · 3 years, 7 months ago
  52. 144bff0 linux-user: Disable static assert involving __SIGRTMAX if it is missing by Michael Forney · 3 years, 8 months ago
  53. 02fb28e linux-user: Pass ka_restorer to do_sigaction by Richard Henderson · 3 years, 9 months ago
  54. ddc3e74 linux-user: Pass CPUArchState to target_restore_altstack by Richard Henderson · 3 years, 9 months ago
  55. 6b20875 linux-user: Pass CPUArchState to do_sigaltstack by Richard Henderson · 3 years, 9 months ago
  56. 92bad94 linux-user: Split out target_restore_altstack by Richard Henderson · 3 years, 9 months ago
  57. 1c3dfb5 linux-user/signal: Decode waitid si_code by Alistair Francis · 4 years ago
  58. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 4 months ago
  59. 4b25a50 linux-user: Use `qemu_log' for strace by Josh Kunz · 5 years ago
  60. 71cd1bc Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging by Peter Maydell · 5 years ago
  61. 6bc024e linux-user: fix use of SIGRTMIN by Laurent Vivier · 5 years ago
  62. 9fcff3a linux-user: fix TARGET_NSIG and _NSIG uses by Laurent Vivier · 5 years ago
  63. 365510f linux-user: cleanup signal.c by Laurent Vivier · 5 years ago
  64. 4cc600d build: move TARGET_GPROF to config-host.mak by Paolo Bonzini · 5 years ago
  65. 5bfce0b linux-user: Make sigaltstack stacks per-thread by Peter Maydell · 5 years ago
  66. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  67. 29a0af6 cpu: Replace ENV_GET_CPU with env_cpu by Richard Henderson · 6 years ago
  68. 716cdbe linux-user: avoid treading on gprof's SIGPROF signals by Alex Bennée · 6 years ago
  69. 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
  70. e8f2904 linux-user: Implement signals for openrisc by Richard Henderson · 7 years ago
  71. 9850f9f linux-user: move get_sp_from_cpustate() to target_cpu.h by Laurent Vivier · 7 years ago
  72. 465e237 linux-user: introduce target_sigsp() and target_save_altstack() by Laurent Vivier · 7 years ago
  73. cb6ac80 linux-user: define TARGET_ARCH_HAS_SETUP_FRAME by Laurent Vivier · 7 years ago
  74. 9340edd linux-user: move ppc/ppc64 signal.c parts to ppc directory by Laurent Vivier · 7 years ago
  75. 8949bef linux-user: move mips/mips64 signal.c parts to mips directory by Laurent Vivier · 7 years ago
  76. 9f172ad linux-user: move sparc/sparc64 signal.c parts to sparc directory by Laurent Vivier · 7 years ago
  77. a075f31 linux-user: move i386/x86_64 signal.c parts to i386 directory by Laurent Vivier · 7 years ago
  78. 3612667 linux-user: move xtensa signal.c parts to xtensa directory by Laurent Vivier · 7 years ago
  79. aca77d5 linux-user: move hppa signal.c parts to hppa directory by Laurent Vivier · 7 years ago
  80. 9c3221c linux-user: move riscv signal.c parts to riscv directory by Laurent Vivier · 7 years ago
  81. ea14059 linux-user: move tilegx signal.c parts to tilegx directory by Laurent Vivier · 7 years ago
  82. da04107 linux-user: move alpha signal.c parts to alpha directory by Laurent Vivier · 7 years ago
  83. 4495abc linux-user: move m68k signal.c parts to m68k directory by Laurent Vivier · 7 years ago
  84. 4c4c73e linux-user: move s390x signal.c parts to s390x directory by Laurent Vivier · 7 years ago
  85. 1785317 linux-user: move openrisc signal.c parts to openrisc directory by Laurent Vivier · 7 years ago
  86. f7cd3e6 linux-user: move nios2 signal.c parts to nios2 directory by Laurent Vivier · 7 years ago
  87. 6aa72d7 linux-user: move cris signal.c parts to cris directory by Laurent Vivier · 7 years ago
  88. f9fb3ba linux-user: move microblaze signal.c parts to microblaze directory by Laurent Vivier · 7 years ago
  89. 0f22162 linux-user: move sh4 signal.c parts to sh4 directory by Laurent Vivier · 7 years ago
  90. 5f76459 linux-user: move arm signal.c parts to arm directory by Laurent Vivier · 7 years ago
  91. f0352f1 linux-user: move aarch64 signal.c parts to aarch64 directory by Laurent Vivier · 7 years ago
  92. befb744 linux-user: create a dummy per arch signal.c by Laurent Vivier · 7 years ago
  93. bb3ba35 linux-user: check that all of AArch64 SVE extended sigframe is writable by Peter Maydell · 7 years ago
  94. aac8f55 linux-user/signal.c: Put AArch64 frame record in the right place by Peter Maydell · 7 years ago
  95. 7f0f420 linux-user/signal.c: Ensure AArch64 signal frame isn't too small by Peter Maydell · 7 years ago
  96. 71ad102 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-request' into staging by Peter Maydell · 7 years ago
  97. 5de154e linux-user: define TARGET_ARCH_HAS_KA_RESTORER by Laurent Vivier · 7 years ago
  98. 95a29a4 linux-user: fix alpha signal emulation by Laurent Vivier · 7 years ago
  99. 20ef667 target/xtensa: fix flush_window_regs by Max Filippov · 7 years ago
  100. e1e44a9 Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into staging by Peter Maydell · 7 years ago