aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mips
AgeCommit message (Expand)AuthorFilesLines
2020-03-20linux-user,mips: update syscall-args-o32.c.incLaurent Vivier1-438/+436
2020-03-20linux-user,mips: move content of mips_syscall_argsLaurent Vivier2-439/+439
2020-03-20linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier1-0/+2
2020-03-20linux-user, mips: add syscall table generation supportLaurent Vivier4-425/+466
2020-02-17linux-user: mips: Update syscall numbers to kernel 5.5 levelAleksandar Markovic2-1/+127
2019-11-06linux-user: Introduce cpu_clone_regs_parentRichard Henderson1-0/+4
2019-11-06linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson1-1/+2
2019-08-19target/mips: rationalise softfloat includesAlex Bennée1-0/+1
2019-07-16linux-user: Fix structure target_ucontext for MIPSAleksandar Markovic1-3/+2
2019-07-02linux-user: Handle EXCP_FPE properly for MIPSAleksandar Markovic1-0/+17
2019-07-02linux-user: Introduce TARGET_HAVE_ARCH_STRUCT_FLOCKAleksandar Markovic1-4/+13
2019-07-02linux-user: Fix target_flock structure for MIPS O64 ABIAleksandar Markovic1-0/+4
2019-06-12Supply missing header guardsMarkus Armbruster2-0/+11
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-10target/mips: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2019-02-14target/mips: reimplement SC instruction emulation and use cmpxchgLeon Alrae1-73/+0
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell1-12/+4
2018-10-29linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementationsStefan Markovic1-0/+2
2018-10-29linux-user: Determine the desired FPU mode from MIPS.abiflagsStefan Markovic1-0/+75
2018-10-24linux-user/mips: Recognize the R5900 CPU modelFredrik Noring1-0/+3
2018-10-18linux-user: Add MIPS-specific prctl() optionsStefan Markovic1-0/+4
2018-08-24elf: Don't check FCR31_NAN2008 bit for nanoMIPSAleksandar Markovic1-0/+3
2018-08-24target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo1-5/+20
2018-08-16linux-user: Update MIPS syscall numbers up to kernel 4.18 headersAleksandar Markovic1-0/+9
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 Vivier3-8/+4
2018-06-04linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.hLaurent Vivier1-0/+27
2018-06-04linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier1-0/+11
2018-05-25linux-user: define TARGET_SO_REUSEPORTLaurent Vivier1-3/+0
2018-05-25linux-user: update ARCH_HAS_SOCKET_TYPES useLaurent Vivier1-3/+6
2018-05-25linux-user: move mips socket.h definitions to mips/sockbits.hLaurent Vivier1-0/+110
2018-05-03linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier1-13/+2
2018-04-30linux-user: move mips/mips64 cpu loop to mips directoryLaurent Vivier1-0/+723
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-6/+2
2018-04-30linux-user: move mips/mips64 signal.c parts to mips directoryLaurent Vivier2-1/+390
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
2018-02-18linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab1-0/+1
2017-01-22linux-user: Handle ERFKILL and EHWPOISONRichard Henderson1-0/+5
2016-10-21linux-user: Fix fadvise64() syscall support for Mips32Aleksandar Markovic1-1/+1
2016-10-21linux-user: Update ioctls definitions for Mips32Aleksandar Markovic1-0/+12
2016-09-23linux-user: Add missing TARGET_EDQUOT error code for MipsAleksandar Markovic1-0/+2
2016-09-23linux-user: Fix structure target_semid64_ds definition for MipsAleksandar Markovic1-0/+16
2016-09-21linux-user: Use correct target SHMLBA in shmat()Peter Maydell1-0/+7
2016-07-12linux-user: Clean up target_structs.h header guardsMarkus Armbruster1-2/+2
2016-07-12linux-user: Clean up target_signal.h header guardsMarkus Armbruster1-3/+3
2016-07-12linux-user: Clean up target_cpu.h header guardsMarkus Armbruster1-2/+2