summary refs log tree commit diff stats
path: root/linux-user/sparc/signal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user/sparc: Handle tstate in sparc64_get/set_context()Peter Maydell2020-12-181-4/+3
* linux-user/sparc: Don't restore %g7 in sparc64_set_context()Peter Maydell2020-12-181-1/+1
* linux-user/sparc: Remove unneeded checks of 'err' from sparc64_get_context()Peter Maydell2020-12-181-4/+0
* linux-user/sparc: Correct sparc64_get/set_context() FPU handlingPeter Maydell2020-12-181-31/+43
* linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturnPeter Maydell2020-11-101-1/+1
* linux-user/sparc: Correct set/get_context handling of fp and i7Peter Maydell2020-11-101-25/+22
* linux-user/sparc: Fix errors in target_ucontext structuresPeter Maydell2020-11-101-4/+9
* linux-user/sparc64: Fix target_signal_frameRichard Henderson2019-11-061-2/+2
* linux-user/sparc: Fix WREG usage in setup_frameRichard Henderson2019-11-061-1/+1
* linux-user/sparc: Use WREG_SP constant in sparc/signal.cRichard Henderson2019-11-061-5/+2
* linux-user/sparc: Begin using WREG constants in sparc/signal.cRichard Henderson2019-11-061-62/+33
* linux-user/sparc/signal.c: Remove dead codePeter Maydell2018-11-151-8/+8
* linux-user: Remove dead error-checking codePeter Maydell2018-11-121-2/+0
* linux-user/sparc/signal.c: Remove unnecessary commentPeter Maydell2018-10-181-4/+0
* linux-user: Do not report "syscall not implemented" by defaultPhilippe Mathieu-Daudé2018-07-091-2/+2
* linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier2018-06-041-1/+0
* linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier2018-05-031-9/+19
* linux-user: move sparc/sparc64 signal.c parts to sparc directoryLaurent Vivier2018-04-301-0/+606
* linux-user: create a dummy per arch signal.cLaurent Vivier2018-04-301-0/+18