summary refs log tree commit diff stats
path: root/linux-user/signal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Create vdso_sigreturn_region_{start,end}Richard Henderson2025-09-231-0/+2
* accel/tcg: Use vaddr in cpu_loop.hRichard Henderson2025-05-051-2/+2
* user: Prefer cached CpuClass over CPU_GET_CLASS() macroPhilippe Mathieu-Daudé2025-03-091-2/+2
* accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'Philippe Mathieu-Daudé2025-03-061-1/+1
* user: Introduce host_interrupt_signalIlya Leoshkevich2025-02-101-5/+20
* user: Introduce user/signal.hIlya Leoshkevich2025-02-101-0/+1
* user: Move various declarations out of 'exec/exec-all.h'Philippe Mathieu-Daudé2024-12-201-0/+1
* accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (4/4)Philippe Mathieu-Daudé2024-12-201-0/+1
* linux-user: Allow custom rt signal mappingsIlya Leoshkevich2024-11-051-20/+88
* exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2024-05-061-0/+1
* linux-user: Preserve unswapped siginfo_t for straceRichard Henderson2024-04-091-3/+9
* gdbstub: Save target's siginfoGustavo Romero2024-03-131-1/+4
* linux-user: Move tswap_siginfo out of target codeGustavo Romero2024-03-131-2/+8
* gdbstub: Rename back gdb_handlesigGustavo Romero2024-03-131-1/+1
* user: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé2024-03-121-4/+2
* {linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2024-03-061-15/+15
* include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson2024-01-291-2/+2
* linux-user: Fixed cpu restore with pc 0 on SIGBUSRobbin Ehn2024-01-231-2/+3
* linux-user: Fix guest signal remapping after adjusting SIGABRTRichard Henderson2023-10-301-5/+4
* linux-user: Remap guest SIGABRTRichard Henderson2023-10-181-7/+35
* linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAPRichard Henderson2023-10-181-1/+43
* linux-user: Split out host_sig{segv,bus}_handlerRichard Henderson2023-10-181-60/+85
* linux-user: Simplify signal_initRichard Henderson2023-10-181-20/+22
* linux-user: Map unsupported signals to an out-of-bounds valueRichard Henderson2023-10-181-34/+38
* linux-user: Only register handlers for core_dump_signal by defaultRichard Henderson2023-10-181-29/+14
* linux-user: Detect and report host crashesHelge Deller2023-10-181-6/+63
* linux-user: Exit not abort in die_with_backtraceRichard Henderson2023-10-181-1/+1
* linux-user: Split out die_with_signalRichard Henderson2023-10-181-24/+28
* build: Remove --enable-gprofRichard Henderson2023-10-041-5/+0
* accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-8/+7
* gdbstub: move chunks of user code into own filesAlex Bennée2023-03-071-1/+1
* linux-user: Clean up when exiting due to a signalIlya Leoshkevich2023-01-161-3/+5
* linux-user: Add missing signals in strace outputHelge Deller2022-09-271-34/+3
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-1/+2
* linux-user: Split out helpers for sigsuspendRichard Henderson2022-03-221-0/+23
* linux-user: Remove stale "not threadsafe" commentsPeter Maydell2022-03-081-2/+0
* linux-user: Introduce host_sigcontextRichard Henderson2022-02-091-2/+2
* linux-user: Introduce host_signal_maskRichard Henderson2022-02-091-10/+8
* linux-user: Return void from queue_signal()Peter Maydell2022-01-181-3/+2
* linux-user: Rename user_force_sig tracepoint to match function namePeter Maydell2022-01-181-1/+1
* linux-user/nios2: Use set_sigmask in do_rt_sigreturnRichard Henderson2022-01-061-2/+0
* linux-user/signal: Map exit signals in SIGCHLD siginfo_tMatthias Schiffer2022-01-061-1/+6
* common-user: Move safe-syscall.* from linux-userRichard Henderson2021-12-201-1/+1
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-191-3/+3
* linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.hRichard Henderson2021-12-191-2/+0
* linux-user/signal.c: Create a common rewind_if_in_safe_syscallWarner Losh2021-11-231-3/+12
* linux-user: Handle BUS_ADRALN in host_signal_handlerRichard Henderson2021-11-021-0/+3
* linux-user: Add cpu_loop_exit_sigbusRichard Henderson2021-11-021-0/+14
* accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemuRichard Henderson2021-11-021-3/+0
* linux-user: Add cpu_loop_exit_sigsegvRichard Henderson2021-11-021-8/+22