summaryrefslogtreecommitdiffstats
path: root/linux-user/sparc
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-271-0/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev2022-02-011-0/+17
* linux-user/sparc: Use force_sig_faultRichard Henderson2022-01-111-12/+2Star
* linux-user: Split out do_prctl and subroutinesRichard Henderson2022-01-061-0/+1
* linux-user: Remove TARGET_SIGSTKSZSong Gao2022-01-061-1/+0Star
* linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao2022-01-061-1/+0Star
* linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-202-5/+5
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-201-1/+1
* target/sparc: Make sparc_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-25/+0Star
* linux-user/sparc: Implement setup_sigtrampRichard Henderson2021-10-012-14/+30
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-132-0/+2
* linux-user: Split signal-related prototypes into signal-common.hPeter Maydell2021-09-131-0/+1
* linux-user: update syscall.tbl to Linux v5.13Laurent Vivier2021-07-131-6/+13
* linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-122-3/+6
* linux-user/sparc: Rename target_errno.h -> target_errno_defs.hPhilippe Mathieu-Daudé2021-07-122-3/+3
* linux-user/sparc: Implement sparc64 rt signalsRichard Henderson2021-05-152-1/+28
* linux-user/sparc: Implement sparc32 rt signalsRichard Henderson2021-05-151-4/+122
* linux-user/sparc: Add 64-bit support to fpu save/restoreRichard Henderson2021-05-151-0/+36
* linux-user/sparc: Minor corrections to do_sigreturnRichard Henderson2021-05-151-8/+11
* linux-user/sparc: Clean up setup_frameRichard Henderson2021-05-151-19/+6Star
* linux-user/sparc: Add rwin_save to signal frameRichard Henderson2021-05-151-0/+8
* linux-user/sparc: Save and restore fpu in signal frameRichard Henderson2021-05-151-33/+51
* linux-user/sparc: Clean up get_sigframeRichard Henderson2021-05-151-6/+7
* linux-user/sparc: Split out save_reg_winRichard Henderson2021-05-151-6/+13
* linux-user/sparc: Use target_pt_regsRichard Henderson2021-05-151-58/+65
* linux-user/sparc: Fix the stackframe structureRichard Henderson2021-05-151-17/+21
* linux-user/sparc: Remove target_rt_signal_frame as unusedRichard Henderson2021-05-151-11/+0Star
* linux-user/sparc: Remove target_sigcontext as unusedRichard Henderson2021-05-151-28/+0Star
* linux-user/sparc: Merge sparc64 target_structs.hRichard Henderson2021-05-151-21/+13Star
* linux-user/sparc: Merge sparc64 target_syscall.hRichard Henderson2021-05-151-11/+31
* linux-user/sparc: Include TARGET_STACK_BIAS in get_sp_from_cpustateRichard Henderson2021-05-152-3/+8
* linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang2021-02-131-0/+6
* linux-user/sparc: Handle tstate in sparc64_get/set_context()Peter Maydell2020-12-181-4/+3Star
* 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/+0Star
* linux-user/sparc: Correct sparc64_get/set_context() FPU handlingPeter Maydell2020-12-181-31/+43
* linux user: Fix Lesser GPL version numberChetan Pant2020-11-152-2/+2
* linux-user: Correct definition of stack_tLemonBoy2020-11-111-3/+3
* 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/+22Star
* linux-user/sparc: Fix errors in target_ucontext structuresPeter Maydell2020-11-101-4/+9
* linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier2020-10-261-3/+5
* linux-user: Add missing termbits types and values definitionsFilip Bozuta2020-08-271-6/+12
* linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta2020-08-271-2/+3
* meson: linux-userMarc-André Lureau2020-08-212-5/+5
* linux-user/sparc64: Fix the handling of window spill trapGiuseppe Musacchio2020-06-291-1/+5
* linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier2020-03-201-0/+2
* linux-user, sparc, sparc64: add syscall table generation supportLaurent Vivier2020-03-204-363/+520
* linux-user/sparc: Fix cpu_clone_regs_*Richard Henderson2019-11-061-7/+36