aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mips64/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/+2
2021-02-13linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang1-0/+5
2021-02-13linux-user/mips64: Restore setup_frame() for o32 ABIPhilippe Mathieu-Daudé1-0/+4
2020-11-11linux-user: Correct definition of stack_tLemonBoy1-4/+3
2018-06-04linux-user: move mips signal definitions to mips/target_signal.hLaurent Vivier1-0/+49
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier1-6/+0
2018-04-30linux-user: define TARGET_ARCH_HAS_SETUP_FRAMELaurent Vivier1-4/+0
2018-04-30linux-user: move mips/mips64 signal.c parts to mips directoryLaurent Vivier1-1/+3
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
2015-01-27mips64-linux-user: Fix definition of struct sigaltstackEd Swierk1-1/+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-0/+29