aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mips/target_signal.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-06linux-user: Remove TARGET_SIGSTKSZSong Gao1-1/+0
2021-10-01linux-user/mips: Implement setup_sigtrampRichard Henderson1-0/+1
2021-02-13linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang1-0/+6
2020-11-11linux-user: Correct definition of stack_tLemonBoy1-3/+3
2018-06-04linux-user: move mips signal definitions to mips/target_signal.hLaurent Vivier1-0/+50
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier1-7/+0
2018-04-30linux-user: define TARGET_ARCH_HAS_SETUP_FRAMELaurent Vivier1-6/+2
2018-04-30linux-user: move mips/mips64 signal.c parts to mips directoryLaurent Vivier1-1/+8
2016-07-12linux-user: Clean up target_signal.h header guardsMarkus Armbruster1-3/+3
2016-05-27linux-user: Support for restarting system calls for MIPS targetsTimothy E Baldwin1-0/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-1/+1
2009-10-01Get rid of _t suffixmalc1-1/+1
2008-06-27More efficient target register / TC accesses.ths1-1/+1
2008-02-12Make MIPS MT implementation more cache friendly.ths1-1/+1
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir11-4/+4
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths1-1/+1
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths1-0/+5
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths1-0/+24