aboutsummaryrefslogtreecommitdiff
path: root/linux-user/sparc
AgeCommit message (Expand)Author
2023-02-21linux-user/sparc: Raise SIGILL for all unhandled software trapsRichard Henderson
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev
2022-01-11linux-user/sparc: Use force_sig_faultRichard Henderson
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson
2022-01-06linux-user: Remove TARGET_SIGSTKSZSong Gao
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson
2021-11-02target/sparc: Make sparc_cpu_tlb_fill sysemu onlyRichard Henderson
2021-10-01linux-user/sparc: Implement setup_sigtrampRichard Henderson
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell
2021-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-07-12linux-user/sparc: Rename target_errno.h -> target_errno_defs.hPhilippe Mathieu-Daudé
2021-05-15linux-user/sparc: Implement sparc64 rt signalsRichard Henderson
2021-05-15linux-user/sparc: Implement sparc32 rt signalsRichard Henderson
2021-05-15linux-user/sparc: Add 64-bit support to fpu save/restoreRichard Henderson
2021-05-15linux-user/sparc: Minor corrections to do_sigreturnRichard Henderson
2021-05-15linux-user/sparc: Clean up setup_frameRichard Henderson
2021-05-15linux-user/sparc: Add rwin_save to signal frameRichard Henderson
2021-05-15linux-user/sparc: Save and restore fpu in signal frameRichard Henderson
2021-05-15linux-user/sparc: Clean up get_sigframeRichard Henderson
2021-05-15linux-user/sparc: Split out save_reg_winRichard Henderson
2021-05-15linux-user/sparc: Use target_pt_regsRichard Henderson
2021-05-15linux-user/sparc: Fix the stackframe structureRichard Henderson
2021-05-15linux-user/sparc: Remove target_rt_signal_frame as unusedRichard Henderson
2021-05-15linux-user/sparc: Remove target_sigcontext as unusedRichard Henderson
2021-05-15linux-user/sparc: Merge sparc64 target_structs.hRichard Henderson
2021-05-15linux-user/sparc: Merge sparc64 target_syscall.hRichard Henderson
2021-05-15linux-user/sparc: Include TARGET_STACK_BIAS in get_sp_from_cpustateRichard Henderson
2021-02-13linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang
2020-12-18linux-user/sparc: Handle tstate in sparc64_get/set_context()Peter Maydell
2020-12-18linux-user/sparc: Don't restore %g7 in sparc64_set_context()Peter Maydell
2020-12-18linux-user/sparc: Remove unneeded checks of 'err' from sparc64_get_context()Peter Maydell
2020-12-18linux-user/sparc: Correct sparc64_get/set_context() FPU handlingPeter Maydell
2020-11-15linux user: Fix Lesser GPL version numberChetan Pant
2020-11-11linux-user: Correct definition of stack_tLemonBoy
2020-11-10linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturnPeter Maydell
2020-11-10linux-user/sparc: Correct set/get_context handling of fp and i7Peter Maydell
2020-11-10linux-user/sparc: Fix errors in target_ucontext structuresPeter Maydell
2020-10-26linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier
2020-08-27linux-user: Add missing termbits types and values definitionsFilip Bozuta
2020-08-27linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta
2020-08-21meson: linux-userMarc-André Lureau
2020-06-29linux-user/sparc64: Fix the handling of window spill trapGiuseppe Musacchio
2020-03-20linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier
2020-03-20linux-user, sparc, sparc64: add syscall table generation supportLaurent Vivier