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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-4
/
+4
2020-02-19
linux-user: Use `qemu_log' for strace
Josh Kunz
1
-1
/
+1
2020-02-14
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...
Peter Maydell
1
-32
/
+102
2020-02-12
linux-user: fix use of SIGRTMIN
Laurent Vivier
1
-5
/
+45
2020-02-12
linux-user: fix TARGET_NSIG and _NSIG uses
Laurent Vivier
1
-15
/
+37
2020-02-12
linux-user: cleanup signal.c
Laurent Vivier
1
-20
/
+28
2020-02-12
build: move TARGET_GPROF to config-host.mak
Paolo Bonzini
1
-1
/
+1
2019-07-26
linux-user: Make sigaltstack stacks per-thread
Peter Maydell
1
-16
/
+19
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
1
-4
/
+4
2019-05-10
linux-user: avoid treading on gprof's SIGPROF signals
Alex Bennée
1
-0
/
+5
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-8
/
+8
2018-07-03
linux-user: Implement signals for openrisc
Richard Henderson
1
-1
/
+1
2018-06-04
linux-user: move get_sp_from_cpustate() to target_cpu.h
Laurent Vivier
1
-1
/
+0
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
[next]