index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-03
linux-user: introduce target_sigsp() and target_save_altstack()
Laurent Vivier
1
-0
/
+32
2018-04-30
linux-user: define TARGET_ARCH_HAS_SETUP_FRAME
Laurent Vivier
1
-10
/
+7
2018-04-30
linux-user: move ppc/ppc64 signal.c parts to ppc directory
Laurent Vivier
1
-669
/
+0
2018-04-30
linux-user: move mips/mips64 signal.c parts to mips directory
Laurent Vivier
1
-380
/
+1
2018-04-30
linux-user: move sparc/sparc64 signal.c parts to sparc directory
Laurent Vivier
1
-603
/
+1
2018-04-30
linux-user: move i386/x86_64 signal.c parts to i386 directory
Laurent Vivier
1
-581
/
+1
2018-04-30
linux-user: move xtensa signal.c parts to xtensa directory
Laurent Vivier
1
-247
/
+0
2018-04-30
linux-user: move hppa signal.c parts to hppa directory
Laurent Vivier
1
-189
/
+0
2018-04-30
linux-user: move riscv signal.c parts to riscv directory
Laurent Vivier
1
-197
/
+0
2018-04-30
linux-user: move tilegx signal.c parts to tilegx directory
Laurent Vivier
1
-165
/
+0
2018-04-30
linux-user: move alpha signal.c parts to alpha directory
Laurent Vivier
1
-259
/
+0
2018-04-30
linux-user: move m68k signal.c parts to m68k directory
Laurent Vivier
1
-407
/
+0
2018-04-30
linux-user: move s390x signal.c parts to s390x directory
Laurent Vivier
1
-306
/
+0
2018-04-30
linux-user: move openrisc signal.c parts to openrisc directory
Laurent Vivier
1
-211
/
+0
2018-04-30
linux-user: move nios2 signal.c parts to nios2 directory
Laurent Vivier
1
-234
/
+0
2018-04-30
linux-user: move cris signal.c parts to cris directory
Laurent Vivier
1
-168
/
+0
2018-04-30
linux-user: move microblaze signal.c parts to microblaze directory
Laurent Vivier
1
-227
/
+0
2018-04-30
linux-user: move sh4 signal.c parts to sh4 directory
Laurent Vivier
1
-328
/
+0
2018-04-30
linux-user: move arm signal.c parts to arm directory
Laurent Vivier
1
-751
/
+0
2018-04-30
linux-user: move aarch64 signal.c parts to aarch64 directory
Laurent Vivier
1
-566
/
+1
2018-04-30
linux-user: create a dummy per arch signal.c
Laurent Vivier
1
-30
/
+11
2018-04-17
linux-user: check that all of AArch64 SVE extended sigframe is writable
Peter Maydell
1
-3
/
+4
2018-04-16
linux-user/signal.c: Put AArch64 frame record in the right place
Peter Maydell
1
-6
/
+6
2018-04-10
linux-user/signal.c: Ensure AArch64 signal frame isn't too small
Peter Maydell
1
-0
/
+6
2018-04-04
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...
Peter Maydell
1
-4
/
+4
2018-04-03
linux-user: define TARGET_ARCH_HAS_KA_RESTORER
Laurent Vivier
1
-2
/
+2
2018-04-03
linux-user: fix alpha signal emulation
Laurent Vivier
1
-2
/
+2
2018-03-31
target/xtensa: fix flush_window_regs
Max Filippov
1
-31
/
+24
2018-03-17
Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into staging
Peter Maydell
1
-1
/
+255
2018-03-16
target/xtensa: add linux-user support
Max Filippov
1
-1
/
+255
2018-03-15
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...
Peter Maydell
1
-30
/
+2
2018-03-09
linux-user: Remove the unused "not implemented" signal handling stubs
Peter Maydell
1
-26
/
+1
2018-03-09
linux-user: Drop unicore32 code
Peter Maydell
1
-4
/
+1
2018-03-09
aarch64-linux-user: Add support for SVE signal frame records
Richard Henderson
1
-19
/
+193
2018-03-09
aarch64-linux-user: Add support for EXTRA signal frame records
Richard Henderson
1
-11
/
+63
2018-03-09
aarch64-linux-user: Remove struct target_aux_context
Richard Henderson
1
-28
/
+61
2018-03-09
aarch64-linux-user: Split out helpers for guest signal handling
Richard Henderson
1
-50
/
+68
2018-03-07
RISC-V Linux User Emulation
Michael Clark
1
-1
/
+202
2018-01-30
target/hppa: Add control registers
Richard Henderson
1
-2
/
+2
2018-01-30
linux-user/signal.c: Rename MC_* defines
Peter Maydell
1
-59
/
+59
2018-01-25
target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpers
Richard Henderson
1
-10
/
+12
2018-01-11
linux-user: Fix endianess of aarch64 signal trampoline
Michael Weiser
1
-3
/
+7
2018-01-04
linux-user, m68k: correctly manage SR in context
Laurent Vivier
1
-3
/
+4
2017-12-18
Remove empty statements
Ladi Prosek
1
-1
/
+1
2017-11-07
linux-user: Restrict usage of sa_restorer
Richard Henderson
1
-2
/
+2
2017-10-16
target/m68k,linux-user: manage FP registers in ucontext
Laurent Vivier
1
-0
/
+43
2017-07-20
Replace 'struct ucontext' with 'ucontext_t' type
Khem Raj
1
-5
/
+5
2017-07-18
linux-user/sh4: Clean env->flags on signal boundaries
Richard Henderson
1
-0
/
+3
2017-07-18
linux-user/sh4: Notice gUSA regions during signal delivery
Richard Henderson
1
-0
/
+28
2017-05-04
target/openrisc: implement shadow registers
Stafford Horne
1
-8
/
+9
[next]