aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mips64
AgeCommit message (Expand)AuthorFilesLines
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev1-0/+1
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson2-6/+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-10-01linux-user/mips: Implement setup_sigtrampRichard Henderson1-0/+2
2021-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier2-6/+20
2021-07-12linux-user/mips: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2-212/+5
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé1-0/+6
2021-07-07linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé1-0/+2
2021-02-15linux-user/mips: Support the n32 ABI for the R5900Fredrik Noring1-0/+3
2021-02-13linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang1-0/+5
2021-02-13linux-user/mips64: Support o32 ABI syscallsPhilippe Mathieu-Daudé1-1/+4
2021-02-13linux-user/mips64: Restore setup_frame() for o32 ABIPhilippe Mathieu-Daudé1-0/+4
2020-11-15linux user: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-11linux-user: Correct definition of stack_tLemonBoy1-4/+3
2020-10-26linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier2-4/+8
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é Lureau3-12/+13
2020-03-20linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier2-0/+4
2020-03-20linux-user, mips64: add syscall table generation supportLaurent Vivier5-725/+773
2020-02-17linux-user: mips: Update syscall numbers to kernel 5.5 levelAleksandar Markovic1-2/+48
2019-06-12Supply missing header guardsMarkus Armbruster1-0/+5
2018-10-29linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementationsStefan Markovic1-0/+2
2018-10-18linux-user: Add MIPS-specific prctl() optionsStefan Markovic1-0/+4
2018-08-16linux-user: Update MIPS syscall numbers up to kernel 4.18 headersAleksandar Markovic1-0/+18
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-06-04linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier1-0/+1
2018-05-25linux-user: move mips socket.h definitions to mips/sockbits.hLaurent Vivier1-0/+1
2018-04-30linux-user: move mips/mips64 cpu loop to mips directoryLaurent Vivier1-7/+1
2018-04-30linux-user: create a dummy per arch cpu_loop.cLaurent Vivier1-0/+26
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 Vivier2-1/+5
2018-04-30linux-user: create a dummy per arch signal.cLaurent Vivier1-0/+18
2018-02-25linux-user: MIPS set cpu to r6 CPU if binary is R6YunQiang Su1-0/+3
2018-02-25linux-user: Move CPU type name selection to a functionLaurent Vivier1-0/+14
2017-01-22linux-user: Handle ERFKILL and EHWPOISONRichard Henderson1-0/+5
2016-10-21linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32Aleksandar Markovic1-244/+1
2016-09-23linux-user: Add missing TARGET_EDQUOT error code for MipsAleksandar Markovic1-0/+2
2016-09-21linux-user: Use correct target SHMLBA in shmat()Peter Maydell1-0/+7
2016-07-12linux-user: Clean up target_signal.h header guardsMarkus Armbruster1-3/+3
2016-07-12linux-user: Clean up target_syscall.h header guardsMarkus Armbruster1-3/+3
2016-05-27linux-user: Support for restarting system calls for MIPS targetsTimothy E Baldwin1-0/+1
2016-05-27linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specificTimothy E Baldwin1-4/+0
2016-02-23linux-user: sync syscall numbers with kernelRiku Voipio1-0/+23
2016-02-23build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...Lluís Vilanova1-0/+4
2015-01-27mips64-linux-user: Fix definition of struct sigaltstackEd Swierk1-1/+1
2014-08-22linux-user: Support target-to-host translation of mlockall argumentTom Musta1-0/+2
2014-08-22linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2Tom Musta1-0/+1
2014-03-10linux-user: set minimum kernel version to 2.6.32Riku Voipio1-0/+1