index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
signal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user: Create vdso_sigreturn_region_{start,end}
Richard Henderson
2025-09-23
1
-0
/
+2
*
accel/tcg: Use vaddr in cpu_loop.h
Richard Henderson
2025-05-05
1
-2
/
+2
*
user: Prefer cached CpuClass over CPU_GET_CLASS() macro
Philippe Mathieu-Daudé
2025-03-09
1
-2
/
+2
*
accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'
Philippe Mathieu-Daudé
2025-03-06
1
-1
/
+1
*
user: Introduce host_interrupt_signal
Ilya Leoshkevich
2025-02-10
1
-5
/
+20
*
user: Introduce user/signal.h
Ilya Leoshkevich
2025-02-10
1
-0
/
+1
*
user: Move various declarations out of 'exec/exec-all.h'
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+1
*
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (4/4)
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+1
*
linux-user: Allow custom rt signal mappings
Ilya Leoshkevich
2024-11-05
1
-20
/
+88
*
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-05-06
1
-0
/
+1
*
linux-user: Preserve unswapped siginfo_t for strace
Richard Henderson
2024-04-09
1
-3
/
+9
*
gdbstub: Save target's siginfo
Gustavo Romero
2024-03-13
1
-1
/
+4
*
linux-user: Move tswap_siginfo out of target code
Gustavo Romero
2024-03-13
1
-2
/
+8
*
gdbstub: Rename back gdb_handlesig
Gustavo Romero
2024-03-13
1
-1
/
+1
*
user: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-03-12
1
-4
/
+2
*
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2024-03-06
1
-15
/
+15
*
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
2024-01-29
1
-2
/
+2
*
linux-user: Fixed cpu restore with pc 0 on SIGBUS
Robbin Ehn
2024-01-23
1
-2
/
+3
*
linux-user: Fix guest signal remapping after adjusting SIGABRT
Richard Henderson
2023-10-30
1
-5
/
+4
*
linux-user: Remap guest SIGABRT
Richard Henderson
2023-10-18
1
-7
/
+35
*
linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAP
Richard Henderson
2023-10-18
1
-1
/
+43
*
linux-user: Split out host_sig{segv,bus}_handler
Richard Henderson
2023-10-18
1
-60
/
+85
*
linux-user: Simplify signal_init
Richard Henderson
2023-10-18
1
-20
/
+22
*
linux-user: Map unsupported signals to an out-of-bounds value
Richard Henderson
2023-10-18
1
-34
/
+38
*
linux-user: Only register handlers for core_dump_signal by default
Richard Henderson
2023-10-18
1
-29
/
+14
*
linux-user: Detect and report host crashes
Helge Deller
2023-10-18
1
-6
/
+63
*
linux-user: Exit not abort in die_with_backtrace
Richard Henderson
2023-10-18
1
-1
/
+1
*
linux-user: Split out die_with_signal
Richard Henderson
2023-10-18
1
-24
/
+28
*
build: Remove --enable-gprof
Richard Henderson
2023-10-04
1
-5
/
+0
*
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
1
-8
/
+7
*
gdbstub: move chunks of user code into own files
Alex Bennée
2023-03-07
1
-1
/
+1
*
linux-user: Clean up when exiting due to a signal
Ilya Leoshkevich
2023-01-16
1
-3
/
+5
*
linux-user: Add missing signals in strace output
Helge Deller
2022-09-27
1
-34
/
+3
*
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-21
1
-1
/
+2
*
linux-user: Split out helpers for sigsuspend
Richard Henderson
2022-03-22
1
-0
/
+23
*
linux-user: Remove stale "not threadsafe" comments
Peter Maydell
2022-03-08
1
-2
/
+0
*
linux-user: Introduce host_sigcontext
Richard Henderson
2022-02-09
1
-2
/
+2
*
linux-user: Introduce host_signal_mask
Richard Henderson
2022-02-09
1
-10
/
+8
*
linux-user: Return void from queue_signal()
Peter Maydell
2022-01-18
1
-3
/
+2
*
linux-user: Rename user_force_sig tracepoint to match function name
Peter Maydell
2022-01-18
1
-1
/
+1
*
linux-user/nios2: Use set_sigmask in do_rt_sigreturn
Richard Henderson
2022-01-06
1
-2
/
+0
*
linux-user/signal: Map exit signals in SIGCHLD siginfo_t
Matthias Schiffer
2022-01-06
1
-1
/
+6
*
common-user: Move safe-syscall.* from linux-user
Richard Henderson
2021-12-20
1
-1
/
+1
*
linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS
Richard Henderson
2021-12-19
1
-3
/
+3
*
linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.h
Richard Henderson
2021-12-19
1
-2
/
+0
*
linux-user/signal.c: Create a common rewind_if_in_safe_syscall
Warner Losh
2021-11-23
1
-3
/
+12
*
linux-user: Handle BUS_ADRALN in host_signal_handler
Richard Henderson
2021-11-02
1
-0
/
+3
*
linux-user: Add cpu_loop_exit_sigbus
Richard Henderson
2021-11-02
1
-0
/
+14
*
accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu
Richard Henderson
2021-11-02
1
-3
/
+0
*
linux-user: Add cpu_loop_exit_sigsegv
Richard Henderson
2021-11-02
1
-8
/
+22
[next]