index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user: Add cpu_loop_exit_sigsegv
Richard Henderson
2021-11-02
1
-8
/
+22
*
linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER
Richard Henderson
2021-11-02
1
-14
/
+0
*
linux-user: Reorg handling for SIGSEGV
Richard Henderson
2021-10-30
1
-14
/
+91
*
linux-user: Add infrastructure for a signal trampoline page
Richard Henderson
2021-10-01
1
-0
/
+3
*
linux-user: Provide new force_sig_fault() function
Peter Maydell
2021-09-23
1
-0
/
+17
*
linux-user: Zero out target_siginfo_t in force_sig()
Peter Maydell
2021-09-23
1
-1
/
+1
*
linux-user: Don't include gdbstub.h in qemu.h
Peter Maydell
2021-09-13
1
-0
/
+2
*
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
2021-09-13
1
-0
/
+1
*
linux-user: Split loader-related prototypes into loader.h
Peter Maydell
2021-09-13
1
-0
/
+1
*
linux-user: Split strace prototypes into strace.h
Peter Maydell
2021-09-13
1
-0
/
+1
*
linux-user: Let sigaction query SIGKILL/SIGSTOP
Ilya Leoshkevich
2021-06-20
1
-1
/
+5
*
linux-user: Disable static assert involving __SIGRTMAX if it is missing
Michael Forney
2021-06-15
1
-0
/
+2
*
linux-user: Pass ka_restorer to do_sigaction
Richard Henderson
2021-05-18
1
-1
/
+4
*
linux-user: Pass CPUArchState to target_restore_altstack
Richard Henderson
2021-05-15
1
-3
/
+3
*
linux-user: Pass CPUArchState to do_sigaltstack
Richard Henderson
2021-05-15
1
-7
/
+4
*
linux-user: Split out target_restore_altstack
Richard Henderson
2021-05-15
1
-50
/
+65
*
linux-user/signal: Decode waitid si_code
Alistair Francis
2021-02-13
1
-2
/
+1
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-4
/
+4
*
linux-user: Use `qemu_log' for strace
Josh Kunz
2020-02-19
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...
Peter Maydell
2020-02-14
1
-32
/
+102
|
\
|
*
linux-user: fix use of SIGRTMIN
Laurent Vivier
2020-02-12
1
-5
/
+45
|
*
linux-user: fix TARGET_NSIG and _NSIG uses
Laurent Vivier
2020-02-12
1
-15
/
+37
|
*
linux-user: cleanup signal.c
Laurent Vivier
2020-02-12
1
-20
/
+28
*
|
build: move TARGET_GPROF to config-host.mak
Paolo Bonzini
2020-02-12
1
-1
/
+1
|
/
*
linux-user: Make sigaltstack stacks per-thread
Peter Maydell
2019-07-26
1
-16
/
+19
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-10
1
-4
/
+4
*
linux-user: avoid treading on gprof's SIGPROF signals
Alex Bennée
2019-05-10
1
-0
/
+5
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-8
/
+8
*
linux-user: Implement signals for openrisc
Richard Henderson
2018-07-03
1
-1
/
+1
*
linux-user: move get_sp_from_cpustate() to target_cpu.h
Laurent Vivier
2018-06-04
1
-1
/
+0
*
linux-user: introduce target_sigsp() and target_save_altstack()
Laurent Vivier
2018-05-03
1
-0
/
+32
*
linux-user: define TARGET_ARCH_HAS_SETUP_FRAME
Laurent Vivier
2018-04-30
1
-10
/
+7
*
linux-user: move ppc/ppc64 signal.c parts to ppc directory
Laurent Vivier
2018-04-30
1
-669
/
+0
*
linux-user: move mips/mips64 signal.c parts to mips directory
Laurent Vivier
2018-04-30
1
-380
/
+1
*
linux-user: move sparc/sparc64 signal.c parts to sparc directory
Laurent Vivier
2018-04-30
1
-603
/
+1
*
linux-user: move i386/x86_64 signal.c parts to i386 directory
Laurent Vivier
2018-04-30
1
-581
/
+1
*
linux-user: move xtensa signal.c parts to xtensa directory
Laurent Vivier
2018-04-30
1
-247
/
+0
*
linux-user: move hppa signal.c parts to hppa directory
Laurent Vivier
2018-04-30
1
-189
/
+0
*
linux-user: move riscv signal.c parts to riscv directory
Laurent Vivier
2018-04-30
1
-197
/
+0
*
linux-user: move tilegx signal.c parts to tilegx directory
Laurent Vivier
2018-04-30
1
-165
/
+0
*
linux-user: move alpha signal.c parts to alpha directory
Laurent Vivier
2018-04-30
1
-259
/
+0
*
linux-user: move m68k signal.c parts to m68k directory
Laurent Vivier
2018-04-30
1
-407
/
+0
*
linux-user: move s390x signal.c parts to s390x directory
Laurent Vivier
2018-04-30
1
-306
/
+0
*
linux-user: move openrisc signal.c parts to openrisc directory
Laurent Vivier
2018-04-30
1
-211
/
+0
*
linux-user: move nios2 signal.c parts to nios2 directory
Laurent Vivier
2018-04-30
1
-234
/
+0
*
linux-user: move cris signal.c parts to cris directory
Laurent Vivier
2018-04-30
1
-168
/
+0
*
linux-user: move microblaze signal.c parts to microblaze directory
Laurent Vivier
2018-04-30
1
-227
/
+0
*
linux-user: move sh4 signal.c parts to sh4 directory
Laurent Vivier
2018-04-30
1
-328
/
+0
*
linux-user: move arm signal.c parts to arm directory
Laurent Vivier
2018-04-30
1
-751
/
+0
[next]