index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
signal.c
Age
Commit message (
Expand
)
Author
2022-03-08
linux-user: Remove stale "not threadsafe" comments
Peter Maydell
2022-02-09
linux-user: Introduce host_sigcontext
Richard Henderson
2022-02-09
linux-user: Introduce host_signal_mask
Richard Henderson
2022-01-18
linux-user: Return void from queue_signal()
Peter Maydell
2022-01-18
linux-user: Rename user_force_sig tracepoint to match function name
Peter Maydell
2022-01-06
linux-user/nios2: Use set_sigmask in do_rt_sigreturn
Richard Henderson
2022-01-06
linux-user/signal: Map exit signals in SIGCHLD siginfo_t
Matthias Schiffer
2021-12-20
common-user: Move safe-syscall.* from linux-user
Richard Henderson
2021-12-19
linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS
Richard Henderson
2021-12-19
linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.h
Richard Henderson
2021-11-23
linux-user/signal.c: Create a common rewind_if_in_safe_syscall
Warner Losh
2021-11-02
linux-user: Handle BUS_ADRALN in host_signal_handler
Richard Henderson
2021-11-02
linux-user: Add cpu_loop_exit_sigbus
Richard Henderson
2021-11-02
accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu
Richard Henderson
2021-11-02
linux-user: Add cpu_loop_exit_sigsegv
Richard Henderson
2021-11-02
linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER
Richard Henderson
2021-10-30
linux-user: Reorg handling for SIGSEGV
Richard Henderson
2021-10-01
linux-user: Add infrastructure for a signal trampoline page
Richard Henderson
2021-09-23
linux-user: Provide new force_sig_fault() function
Peter Maydell
2021-09-23
linux-user: Zero out target_siginfo_t in force_sig()
Peter Maydell
2021-09-13
linux-user: Don't include gdbstub.h in qemu.h
Peter Maydell
2021-09-13
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
2021-09-13
linux-user: Split loader-related prototypes into loader.h
Peter Maydell
2021-09-13
linux-user: Split strace prototypes into strace.h
Peter Maydell
2021-06-20
linux-user: Let sigaction query SIGKILL/SIGSTOP
Ilya Leoshkevich
2021-06-15
linux-user: Disable static assert involving __SIGRTMAX if it is missing
Michael Forney
2021-05-18
linux-user: Pass ka_restorer to do_sigaction
Richard Henderson
2021-05-15
linux-user: Pass CPUArchState to target_restore_altstack
Richard Henderson
2021-05-15
linux-user: Pass CPUArchState to do_sigaltstack
Richard Henderson
2021-05-15
linux-user: Split out target_restore_altstack
Richard Henderson
2021-02-13
linux-user/signal: Decode waitid si_code
Alistair Francis
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-02-19
linux-user: Use `qemu_log' for strace
Josh Kunz
2020-02-14
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...
Peter Maydell
2020-02-12
linux-user: fix use of SIGRTMIN
Laurent Vivier
2020-02-12
linux-user: fix TARGET_NSIG and _NSIG uses
Laurent Vivier
2020-02-12
linux-user: cleanup signal.c
Laurent Vivier
2020-02-12
build: move TARGET_GPROF to config-host.mak
Paolo Bonzini
2019-07-26
linux-user: Make sigaltstack stacks per-thread
Peter Maydell
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-05-10
linux-user: avoid treading on gprof's SIGPROF signals
Alex Bennée
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-07-03
linux-user: Implement signals for openrisc
Richard Henderson
2018-06-04
linux-user: move get_sp_from_cpustate() to target_cpu.h
Laurent Vivier
2018-05-03
linux-user: introduce target_sigsp() and target_save_altstack()
Laurent Vivier
2018-04-30
linux-user: define TARGET_ARCH_HAS_SETUP_FRAME
Laurent Vivier
2018-04-30
linux-user: move ppc/ppc64 signal.c parts to ppc directory
Laurent Vivier
2018-04-30
linux-user: move mips/mips64 signal.c parts to mips directory
Laurent Vivier
2018-04-30
linux-user: move sparc/sparc64 signal.c parts to sparc directory
Laurent Vivier
[next]