Sign in
qemu
/
qemu
/
147ff8079ee0cf45562e202c1054814f14628b65
/
linux-user
/
signal.c
59ebb6e
linux-user: fix do_rt_sigreturn on m68k linux userspace emulation
by Michael Karcher
· 8 years ago
3219de4
linux-user: correctly manage SR in ucontext
by Laurent Vivier
· 8 years ago
1c1df01
linux-user: Add signal handling support for x86_64
by Pranith Kumar
· 8 years ago
26920a2
linux-user: fill target sigcontext struct accordingly
by Jose Ricardo Ziviani
· 8 years ago
a0a839b
nios2: Add usermode binaries emulation
by Marek Vasut
· 8 years ago
1659e38
linux-user: Add HPPA signal handling
by Richard Henderson
· 8 years ago
95cda4c
ppc: Fix signal delivery in ppc-user and ppc64-user
by Benjamin Herrenschmidt
· 9 years ago
45eafb4
linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2
by Timothy E Baldwin
· 8 years ago
c4b3574
linux-user: Implement force_sigsegv() via force_sig()
by Peter Maydell
· 9 years ago
c599d4d
linux-user: SIGSEGV from sigreturn need not be fatal
by Peter Maydell
· 9 years ago
28298c9
linux-user: ARM: Give SIGSEGV if signal frame setup fails
by Peter Maydell
· 9 years ago
0939166
linux-user: SIGSEGV on signal entry need not be fatal
by Peter Maydell
· 9 years ago
9d2803f
linux-user: Pass si_type information to queue_signal() explicitly
by Peter Maydell
· 9 years ago
8bd3773
linux-user: Recheck for pending synchronous signals too
by Peter Maydell
· 9 years ago
0cb581d
linux-user: report signals being taken in strace output
by Peter Maydell
· 9 years ago
c1bc91c
linux-user,s390x: remove useless cast
by Laurent Vivier
· 9 years ago
31efaef
linux-user: Forget about synchronous signal once it is delivered
by Peter Maydell
· 9 years ago
1d48fdd
linux-user: Don't use sigfillset() on uc->uc_sigmask
by Peter Maydell
· 9 years ago
55d72a7
linux-user: Avoid possible misalignment in host_to_target_siginfo()
by Peter Maydell
· 9 years ago
9be3859
coccinelle: Remove unnecessary variables for function return value
by Eduardo Habkost
· 9 years ago
90c0f08
linux-user: Avoid possible misalignment in target_to_host_siginfo()
by Peter Maydell
· 9 years ago
a70dadc
linux-user: Use both si_code and si_signo when converting siginfo_t
by Peter Maydell
· 9 years ago
ef6a778
linux-user: Block signals during sigaction() handling
by Timothy E Baldwin
· 9 years ago
655ed67
linux-user: Queue synchronous signals separately
by Timothy E Baldwin
· 9 years ago
907f5fd
linux-user: Remove real-time signal queuing
by Timothy E Baldwin
· 9 years ago
c19c1578
linux-user: Remove redundant default action check in queue_signal()
by Timothy E Baldwin
· 9 years ago
3d3efba
linux-user: Fix race between multiple signals
by Peter Maydell
· 9 years ago
9eede5b
linux-user: Factor out uses of do_sigprocmask() from sigreturn code
by Peter Maydell
· 9 years ago
7ec87e0
linux-user: Fix stray tab-indent
by Peter Maydell
· 9 years ago
e902d58
linux-user: Move handle_pending_signal() to avoid need for declaration
by Peter Maydell
· 9 years ago
eb55250
linux-user: Factor out handle_signal code from process_pending_signals()
by Peter Maydell
· 9 years ago
49e55cb
linux-user,target-ppc: fix use of MSR_LE
by Laurent Vivier
· 9 years ago
5b1d59d
linux-user/signal.c: Use s390 target space address instead of host space
by Chen Gang
· 9 years ago
166c97e
linux-user/signal.c: Use target address instead of host address for microblaze restorer
by Chen Gang
· 9 years ago
f1d9d10
linux-user/signal.c: Generate opcode data for restorer in setup_rt_frame
by Chen Gang
· 9 years ago
4d330ce
linux-user: Provide safe_syscall for fixing races between signals and syscalls
by Timothy E Baldwin
· 9 years ago
4134ecf
linux-user: Support for restarting system calls for Microblaze targets
by Timothy E Baldwin
· 9 years ago
a917516
linux-user: Support for restarting system calls for tilegx targets
by Peter Maydell
· 9 years ago
6205086
linux-user: Support for restarting system calls for CRIS targets
by Timothy E Baldwin
· 9 years ago
47405ab
linux-user: Support for restarting system calls for S390 targets
by Timothy E Baldwin
· 9 years ago
7ccb84a
linux-user: Support for restarting system calls for M68K targets
by Timothy E Baldwin
· 9 years ago
338c858
linux-user: Support for restarting system calls for Alpha targets
by Timothy E Baldwin
· 9 years ago
ba41249
linux-user: Support for restarting system calls for SH4 targets
by Timothy E Baldwin
· 9 years ago
c0bea68
linux-user: Support for restarting system calls for SPARC targets
by Timothy E Baldwin
· 9 years ago
f0267ef
linux-user: Support for restarting system calls for ARM targets
by Timothy E Baldwin
· 9 years ago
0284b03
linux-user: Support for restarting system calls for x86 targets
by Timothy E Baldwin
· 9 years ago
da7c864
linux-user: Reindent signal handling
by Timothy E Baldwin
· 9 years ago
a0e1e6d
linux-user: arm: fix coding style for some linux-user signal functions
by Paolo Bonzini
· 9 years ago
ae08792
linux-user: Use restrictive mask when calling cpsr_write()
by Peter Maydell
· 9 years ago
50866ba
target-arm: Add write_type argument to cpsr_write()
by Peter Maydell
· 9 years ago
d39594e
linux-user: Clean up includes
by Peter Maydell
· 9 years ago
2a0fa68
linux-user,sh4: fix signal retcode address
by Laurent Vivier
· 9 years ago
c8ee0a4
linux-user: convert DEBUG_SIGNAL logging to tracepoints
by Paolo Bonzini
· 9 years ago
bf0f60a
linux-user/tilegx: Implement tilegx signal features
by Chen Gang
· 9 years ago
d0924a2
linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target openrisc
by Chen Gang
· 9 years ago
8abae4d
maint: remove unused include for assert.h
by Daniel P. Berrange
· 10 years ago
bbd77c1
translate-all: Change tb_flush() env argument to cpu
by Peter Crosthwaite
· 10 years ago
c498d8e
s390x: Common access to floating point registers
by Eric Farman
· 10 years ago
1669add
linux-user: Fix broken m68k signal handling on 64 bit hosts
by Peter Maydell
· 10 years ago
f6c7a05
linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_user
by Peter Maydell
· 10 years ago
b6e2c93
linux-user/signal.c: Remove current_exec_domain_sig()
by Peter Maydell
· 10 years ago
1458558
linux-user: Handle PPC64 ELFv2 Function Pointers
by Tom Musta
· 11 years ago
19774ec
linux-user: Implement do_setcontext for PPC64
by Tom Musta
· 11 years ago
8d6ab33
linux-user: Properly Dereference PPC64 ELFv1 Signal Handler Pointer
by Tom Musta
· 11 years ago
61e75fe
linux-user: Enable Signal Handlers on PPC64
by Tom Musta
· 11 years ago
7678108
linux-user: Split PPC Trampoline Encoding from Register Save
by Tom Musta
· 11 years ago
fbdc200
linux-user: Fix Stack Pointer Bug in PPC setup_rt_frame
by Tom Musta
· 11 years ago
0903c8b
linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2
by Tom Musta
· 11 years ago
b545f63
linux-user: use TARGET_SA_ONSTACK in get_sigframe
by Riku Voipio
· 11 years ago
9e918dc
signal/ppc/do_setcontext remove __get_user return check
by Riku Voipio
· 11 years ago
be3ef5c
signal/sparc64_set_context: remove __get_user checks
by Riku Voipio
· 11 years ago
c650c00
signal/ppc/{save,restore}_user_regs remove __put/get error checks
by Riku Voipio
· 11 years ago
0188fad
signal/all/setup_frame remove __put_user checks
by Riku Voipio
· 11 years ago
f5f601a
signal/all/do_sigreturn - remove __get_user checks
by Riku Voipio
· 11 years ago
9eeb830
signal/all/do_sigaltstack remove __get_user value check
by Riku Voipio
· 11 years ago
9454738
signal/sparc/restore_fpu_state: remove
by Riku Voipio
· 11 years ago
016d2e1
signal/all: remove return value from restore_sigcontext
by Riku Voipio
· 11 years ago
41ecc72
signal/all: remove return value from setup_sigcontext
by Riku Voipio
· 11 years ago
b0fd8d1
signal/all: remove return value from copy_siginfo_to_user
by Riku Voipio
· 11 years ago
7df2fa3
signal/x86/setup_frame: __put_user cleanup
by Riku Voipio
· 11 years ago
1d8b512
signal/all: remove __get/__put_user return value reading
by Riku Voipio
· 11 years ago
7af0392
linux-user/signal.c: Set fault address in AArch64 signal info
by Peter Maydell
· 11 years ago
3768d50
linux-user: remove duplicate statement
by Prasad Joshi
· 11 years ago
a7ec0f9
linux-user: Don't allow guest to block SIGSEGV
by Peter Maydell
· 11 years ago
1c27592
signal: added a wrapper for sigprocmask function
by Alex Barcelo
· 11 years ago
7f72cd2
linux-user/signal.c: Correct error path for AArch64 do_rt_sigreturn
by Peter Maydell
· 11 years ago
0429a97
cpu: Move opaque field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
2710342
cpu: Move exception_index field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
8a3ae91
linux-user: AArch64: Implement SA_RESTORER for signal handlers
by Michael Matz
· 11 years ago
4cf2348
linux-user/signal.c: Fix AArch64 big-endian FP register restore
by Peter Maydell
· 11 years ago
3a5d30b
linux-user/signal.c: Don't pass sigaction uninitialised sa_flags
by Peter Maydell
· 11 years ago
8cfc114
linux-user: Fix trampoline code for CRIS
by Stefan Weil
· 11 years ago
666eb03
Merge remote-tracking branch 'mjt/trivial-patches' into staging
by Anthony Liguori
· 11 years ago
e0ee138
linux-user: AArch64: Use correct values for FPSR/FPCR in sigcontext
by Will Newton
· 11 years ago
0d9e61c
linux-user: Use macro TARGET_NSIG_WORDS where possible
by Stefan Weil
· 11 years ago
d356312
target-arm: Clean up handling of AArch64 PSTATE
by Peter Maydell
· 11 years ago
1744aea
linux-user: Add signal handling for AArch64
by Andreas Schwab
· 12 years ago
978fae9
linux-user/signal.c: Avoid using uninitialized data in ARM sigreturn
by Peter Maydell
· 12 years ago
b04636f
linux-user/signal.c: PPC: Silence clang uninitialized-use warning
by Peter Maydell
· 12 years ago
db6b81d
gdbstub: Change gdb_handlesig() argument to CPUState
by Andreas Färber
· 12 years ago
Next »