1. e8f2904 linux-user: Implement signals for openrisc by Richard Henderson · 7 years ago
  2. 9850f9f linux-user: move get_sp_from_cpustate() to target_cpu.h by Laurent Vivier · 7 years ago
  3. 465e237 linux-user: introduce target_sigsp() and target_save_altstack() by Laurent Vivier · 7 years ago
  4. cb6ac80 linux-user: define TARGET_ARCH_HAS_SETUP_FRAME by Laurent Vivier · 7 years ago
  5. 9340edd linux-user: move ppc/ppc64 signal.c parts to ppc directory by Laurent Vivier · 7 years ago
  6. 8949bef linux-user: move mips/mips64 signal.c parts to mips directory by Laurent Vivier · 7 years ago
  7. 9f172ad linux-user: move sparc/sparc64 signal.c parts to sparc directory by Laurent Vivier · 7 years ago
  8. a075f31 linux-user: move i386/x86_64 signal.c parts to i386 directory by Laurent Vivier · 7 years ago
  9. 3612667 linux-user: move xtensa signal.c parts to xtensa directory by Laurent Vivier · 7 years ago
  10. aca77d5 linux-user: move hppa signal.c parts to hppa directory by Laurent Vivier · 7 years ago
  11. 9c3221c linux-user: move riscv signal.c parts to riscv directory by Laurent Vivier · 7 years ago
  12. ea14059 linux-user: move tilegx signal.c parts to tilegx directory by Laurent Vivier · 7 years ago
  13. da04107 linux-user: move alpha signal.c parts to alpha directory by Laurent Vivier · 7 years ago
  14. 4495abc linux-user: move m68k signal.c parts to m68k directory by Laurent Vivier · 7 years ago
  15. 4c4c73e linux-user: move s390x signal.c parts to s390x directory by Laurent Vivier · 7 years ago
  16. 1785317 linux-user: move openrisc signal.c parts to openrisc directory by Laurent Vivier · 7 years ago
  17. f7cd3e6 linux-user: move nios2 signal.c parts to nios2 directory by Laurent Vivier · 7 years ago
  18. 6aa72d7 linux-user: move cris signal.c parts to cris directory by Laurent Vivier · 7 years ago
  19. f9fb3ba linux-user: move microblaze signal.c parts to microblaze directory by Laurent Vivier · 7 years ago
  20. 0f22162 linux-user: move sh4 signal.c parts to sh4 directory by Laurent Vivier · 7 years ago
  21. 5f76459 linux-user: move arm signal.c parts to arm directory by Laurent Vivier · 7 years ago
  22. f0352f1 linux-user: move aarch64 signal.c parts to aarch64 directory by Laurent Vivier · 7 years ago
  23. befb744 linux-user: create a dummy per arch signal.c by Laurent Vivier · 7 years ago
  24. bb3ba35 linux-user: check that all of AArch64 SVE extended sigframe is writable by Peter Maydell · 7 years ago
  25. aac8f55 linux-user/signal.c: Put AArch64 frame record in the right place by Peter Maydell · 7 years ago
  26. 7f0f420 linux-user/signal.c: Ensure AArch64 signal frame isn't too small by Peter Maydell · 7 years ago
  27. 71ad102 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-request' into staging by Peter Maydell · 7 years ago
  28. 5de154e linux-user: define TARGET_ARCH_HAS_KA_RESTORER by Laurent Vivier · 7 years ago
  29. 95a29a4 linux-user: fix alpha signal emulation by Laurent Vivier · 7 years ago
  30. 20ef667 target/xtensa: fix flush_window_regs by Max Filippov · 7 years ago
  31. e1e44a9 Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into staging by Peter Maydell · 7 years ago
  32. ba7651f target/xtensa: add linux-user support by Max Filippov · 8 years ago
  33. 5590190 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-request' into staging by Peter Maydell · 7 years ago
  34. f8b985d linux-user: Remove the unused "not implemented" signal handling stubs by Peter Maydell · 7 years ago
  35. daa4374 linux-user: Drop unicore32 code by Peter Maydell · 7 years ago
  36. 8c5931d aarch64-linux-user: Add support for SVE signal frame records by Richard Henderson · 7 years ago
  37. 7a53fb9 aarch64-linux-user: Add support for EXTRA signal frame records by Richard Henderson · 7 years ago
  38. e1eecd1 aarch64-linux-user: Remove struct target_aux_context by Richard Henderson · 7 years ago
  39. 3b505bb aarch64-linux-user: Split out helpers for guest signal handling by Richard Henderson · 7 years ago
  40. 47ae93c RISC-V Linux User Emulation by Michael Clark · 7 years ago
  41. 35136a7 target/hppa: Add control registers by Richard Henderson · 7 years ago
  42. 8ebb314 linux-user/signal.c: Rename MC_* defines by Peter Maydell · 7 years ago
  43. 9a2b525 target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpers by Richard Henderson · 7 years ago
  44. 50f22fa linux-user: Fix endianess of aarch64 signal trampoline by Michael Weiser · 7 years ago
  45. ef59760 linux-user, m68k: correctly manage SR in context by Laurent Vivier · 7 years ago
  46. 3c254ab Remove empty statements by Ladi Prosek · 7 years ago
  47. 7f047de linux-user: Restrict usage of sa_restorer by Richard Henderson · 7 years ago
  48. ee46a46 target/m68k,linux-user: manage FP registers in ucontext by Laurent Vivier · 8 years ago
  49. 04b33e2 Replace 'struct ucontext' with 'ucontext_t' type by Khem Raj · 8 years ago
  50. b0e9c51 linux-user/sh4: Clean env->flags on signal boundaries by Richard Henderson · 8 years ago
  51. b0e4f0e linux-user/sh4: Notice gUSA regions during signal delivery by Richard Henderson · 8 years ago
  52. d89e71e target/openrisc: implement shadow registers by Stafford Horne · 8 years ago
  53. 59ebb6e linux-user: fix do_rt_sigreturn on m68k linux userspace emulation by Michael Karcher · 8 years ago
  54. 3219de4 linux-user: correctly manage SR in ucontext by Laurent Vivier · 8 years ago
  55. 1c1df01 linux-user: Add signal handling support for x86_64 by Pranith Kumar · 8 years ago
  56. 26920a2 linux-user: fill target sigcontext struct accordingly by Jose Ricardo Ziviani · 8 years ago
  57. a0a839b nios2: Add usermode binaries emulation by Marek Vasut · 8 years ago
  58. 1659e38 linux-user: Add HPPA signal handling by Richard Henderson · 8 years ago
  59. 95cda4c ppc: Fix signal delivery in ppc-user and ppc64-user by Benjamin Herrenschmidt · 9 years ago
  60. 45eafb4 linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2 by Timothy E Baldwin · 9 years ago
  61. c4b3574 linux-user: Implement force_sigsegv() via force_sig() by Peter Maydell · 9 years ago
  62. c599d4d linux-user: SIGSEGV from sigreturn need not be fatal by Peter Maydell · 9 years ago
  63. 28298c9 linux-user: ARM: Give SIGSEGV if signal frame setup fails by Peter Maydell · 9 years ago
  64. 0939166 linux-user: SIGSEGV on signal entry need not be fatal by Peter Maydell · 9 years ago
  65. 9d2803f linux-user: Pass si_type information to queue_signal() explicitly by Peter Maydell · 9 years ago
  66. 8bd3773 linux-user: Recheck for pending synchronous signals too by Peter Maydell · 9 years ago
  67. 0cb581d linux-user: report signals being taken in strace output by Peter Maydell · 9 years ago
  68. c1bc91c linux-user,s390x: remove useless cast by Laurent Vivier · 9 years ago
  69. 31efaef linux-user: Forget about synchronous signal once it is delivered by Peter Maydell · 9 years ago
  70. 1d48fdd linux-user: Don't use sigfillset() on uc->uc_sigmask by Peter Maydell · 9 years ago
  71. 55d72a7 linux-user: Avoid possible misalignment in host_to_target_siginfo() by Peter Maydell · 9 years ago
  72. 9be3859 coccinelle: Remove unnecessary variables for function return value by Eduardo Habkost · 9 years ago
  73. 90c0f08 linux-user: Avoid possible misalignment in target_to_host_siginfo() by Peter Maydell · 9 years ago
  74. a70dadc linux-user: Use both si_code and si_signo when converting siginfo_t by Peter Maydell · 9 years ago
  75. ef6a778 linux-user: Block signals during sigaction() handling by Timothy E Baldwin · 9 years ago
  76. 655ed67 linux-user: Queue synchronous signals separately by Timothy E Baldwin · 9 years ago
  77. 907f5fd linux-user: Remove real-time signal queuing by Timothy E Baldwin · 9 years ago
  78. c19c1578 linux-user: Remove redundant default action check in queue_signal() by Timothy E Baldwin · 9 years ago
  79. 3d3efba linux-user: Fix race between multiple signals by Peter Maydell · 9 years ago
  80. 9eede5b linux-user: Factor out uses of do_sigprocmask() from sigreturn code by Peter Maydell · 9 years ago
  81. 7ec87e0 linux-user: Fix stray tab-indent by Peter Maydell · 9 years ago
  82. e902d58 linux-user: Move handle_pending_signal() to avoid need for declaration by Peter Maydell · 9 years ago
  83. eb55250 linux-user: Factor out handle_signal code from process_pending_signals() by Peter Maydell · 9 years ago
  84. 49e55cb linux-user,target-ppc: fix use of MSR_LE by Laurent Vivier · 9 years ago
  85. 5b1d59d linux-user/signal.c: Use s390 target space address instead of host space by Chen Gang · 9 years ago
  86. 166c97e linux-user/signal.c: Use target address instead of host address for microblaze restorer by Chen Gang · 9 years ago
  87. f1d9d10 linux-user/signal.c: Generate opcode data for restorer in setup_rt_frame by Chen Gang · 9 years ago
  88. 4d330ce linux-user: Provide safe_syscall for fixing races between signals and syscalls by Timothy E Baldwin · 9 years ago
  89. 4134ecf linux-user: Support for restarting system calls for Microblaze targets by Timothy E Baldwin · 9 years ago
  90. a917516 linux-user: Support for restarting system calls for tilegx targets by Peter Maydell · 9 years ago
  91. 6205086 linux-user: Support for restarting system calls for CRIS targets by Timothy E Baldwin · 9 years ago
  92. 47405ab linux-user: Support for restarting system calls for S390 targets by Timothy E Baldwin · 9 years ago
  93. 7ccb84a linux-user: Support for restarting system calls for M68K targets by Timothy E Baldwin · 9 years ago
  94. 338c858 linux-user: Support for restarting system calls for Alpha targets by Timothy E Baldwin · 9 years ago
  95. ba41249 linux-user: Support for restarting system calls for SH4 targets by Timothy E Baldwin · 9 years ago
  96. c0bea68 linux-user: Support for restarting system calls for SPARC targets by Timothy E Baldwin · 9 years ago
  97. f0267ef linux-user: Support for restarting system calls for ARM targets by Timothy E Baldwin · 9 years ago
  98. 0284b03 linux-user: Support for restarting system calls for x86 targets by Timothy E Baldwin · 9 years ago
  99. da7c864 linux-user: Reindent signal handling by Timothy E Baldwin · 9 years ago
  100. a0e1e6d linux-user: arm: fix coding style for some linux-user signal functions by Paolo Bonzini · 9 years ago