aboutsummaryrefslogtreecommitdiff
path: root/linux-user/sparc
AgeCommit message (Expand)AuthorFilesLines
2023-02-21linux-user/sparc: Raise SIGILL for all unhandled software trapsRichard Henderson1-0/+8
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich1-0/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev1-0/+17
2022-01-11linux-user/sparc: Use force_sig_faultRichard Henderson1-12/+2
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson1-0/+1
2022-01-06linux-user: Remove TARGET_SIGSTKSZSong Gao1-1/+0
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao1-1/+0
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2-5/+5
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson1-1/+1
2021-11-02target/sparc: Make sparc_cpu_tlb_fill sysemu onlyRichard Henderson1-25/+0
2021-10-01linux-user/sparc: Implement setup_sigtrampRichard Henderson2-14/+30
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell2-0/+2
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell1-0/+1
2021-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier1-6/+13
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé2-3/+6
2021-07-12linux-user/sparc: Rename target_errno.h -> target_errno_defs.hPhilippe Mathieu-Daudé2-3/+3
2021-05-15linux-user/sparc: Implement sparc64 rt signalsRichard Henderson2-1/+28
2021-05-15linux-user/sparc: Implement sparc32 rt signalsRichard Henderson1-4/+122
2021-05-15linux-user/sparc: Add 64-bit support to fpu save/restoreRichard Henderson1-0/+36
2021-05-15linux-user/sparc: Minor corrections to do_sigreturnRichard Henderson1-8/+11
2021-05-15linux-user/sparc: Clean up setup_frameRichard Henderson1-19/+6
2021-05-15linux-user/sparc: Add rwin_save to signal frameRichard Henderson1-0/+8
2021-05-15linux-user/sparc: Save and restore fpu in signal frameRichard Henderson1-33/+51
2021-05-15linux-user/sparc: Clean up get_sigframeRichard Henderson1-6/+7
2021-05-15linux-user/sparc: Split out save_reg_winRichard Henderson1-6/+13
2021-05-15linux-user/sparc: Use target_pt_regsRichard Henderson1-58/+65
2021-05-15linux-user/sparc: Fix the stackframe structureRichard Henderson1-17/+21
2021-05-15linux-user/sparc: Remove target_rt_signal_frame as unusedRichard Henderson1-11/+0
2021-05-15linux-user/sparc: Remove target_sigcontext as unusedRichard Henderson1-28/+0
2021-05-15linux-user/sparc: Merge sparc64 target_structs.hRichard Henderson1-21/+13
2021-05-15linux-user/sparc: Merge sparc64 target_syscall.hRichard Henderson1-11/+31
2021-05-15linux-user/sparc: Include TARGET_STACK_BIAS in get_sp_from_cpustateRichard Henderson2-3/+8
2021-02-13linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang1-0/+6
2020-12-18linux-user/sparc: Handle tstate in sparc64_get/set_context()Peter Maydell1-4/+3
2020-12-18linux-user/sparc: Don't restore %g7 in sparc64_set_context()Peter Maydell1-1/+1
2020-12-18linux-user/sparc: Remove unneeded checks of 'err' from sparc64_get_context()Peter Maydell1-4/+0
2020-12-18linux-user/sparc: Correct sparc64_get/set_context() FPU handlingPeter Maydell1-31/+43
2020-11-15linux user: Fix Lesser GPL version numberChetan Pant2-2/+2
2020-11-11linux-user: Correct definition of stack_tLemonBoy1-3/+3
2020-11-10linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturnPeter Maydell1-1/+1
2020-11-10linux-user/sparc: Correct set/get_context handling of fp and i7Peter Maydell1-25/+22
2020-11-10linux-user/sparc: Fix errors in target_ucontext structuresPeter Maydell1-4/+9
2020-10-26linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier1-3/+5
2020-08-27linux-user: Add missing termbits types and values definitionsFilip Bozuta1-6/+12
2020-08-27linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta1-2/+3
2020-08-21meson: linux-userMarc-André Lureau2-5/+5
2020-06-29linux-user/sparc64: Fix the handling of window spill trapGiuseppe Musacchio1-1/+5
2020-03-20linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier1-0/+2
2020-03-20linux-user, sparc, sparc64: add syscall table generation supportLaurent Vivier4-363/+520