aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mips
AgeCommit message (Expand)Author
2021-02-13linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang
2021-02-13linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}Jason A. Donenfeld
2021-01-14target/mips: Extract FPU helpers to 'fpu_helper.h'Philippe Mathieu-Daudé
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6Philippe Mathieu-Daudé
2021-01-14target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2Philippe Mathieu-Daudé
2021-01-14target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6Philippe Mathieu-Daudé
2021-01-14target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2Philippe Mathieu-Daudé
2020-11-15linux user: Fix Lesser GPL version numberChetan Pant
2020-11-11linux-user: Correct definition of stack_tLemonBoy
2020-11-04linux-user/mips/cpu_loop: silence the compiler warningsChen Qun
2020-10-26linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier
2020-10-26linux-user: update mips/syscall-args-o32.c.inc to Linux 5.9-rc7Laurent Vivier
2020-08-27linux-user: Add missing termbits types and values definitionsFilip Bozuta
2020-08-27linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta
2020-08-21meson: linux-userMarc-André Lureau
2020-03-20linux-user,mips: update syscall-args-o32.c.incLaurent Vivier
2020-03-20linux-user,mips: move content of mips_syscall_argsLaurent Vivier
2020-03-20linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier
2020-03-20linux-user, mips: add syscall table generation supportLaurent Vivier
2020-02-17linux-user: mips: Update syscall numbers to kernel 5.5 levelAleksandar Markovic
2019-11-06linux-user: Introduce cpu_clone_regs_parentRichard Henderson
2019-11-06linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson
2019-08-19target/mips: rationalise softfloat includesAlex Bennée
2019-07-16linux-user: Fix structure target_ucontext for MIPSAleksandar Markovic
2019-07-02linux-user: Handle EXCP_FPE properly for MIPSAleksandar Markovic
2019-07-02linux-user: Introduce TARGET_HAVE_ARCH_STRUCT_FLOCKAleksandar Markovic
2019-07-02linux-user: Fix target_flock structure for MIPS O64 ABIAleksandar Markovic
2019-06-12Supply missing header guardsMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10target/mips: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-02-14target/mips: reimplement SC instruction emulation and use cmpxchgLeon Alrae
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell
2018-10-29linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementationsStefan Markovic
2018-10-29linux-user: Determine the desired FPU mode from MIPS.abiflagsStefan Markovic
2018-10-24linux-user/mips: Recognize the R5900 CPU modelFredrik Noring
2018-10-18linux-user: Add MIPS-specific prctl() optionsStefan Markovic
2018-08-24elf: Don't check FCR31_NAN2008 bit for nanoMIPSAleksandar Markovic
2018-08-24target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo
2018-08-16linux-user: Update MIPS syscall numbers up to kernel 4.18 headersAleksandar Markovic
2018-06-04linux-user: move mips signal definitions to mips/target_signal.hLaurent Vivier
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier
2018-06-04linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.hLaurent Vivier
2018-06-04linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier
2018-05-25linux-user: define TARGET_SO_REUSEPORTLaurent Vivier
2018-05-25linux-user: update ARCH_HAS_SOCKET_TYPES useLaurent Vivier
2018-05-25linux-user: move mips socket.h definitions to mips/sockbits.hLaurent Vivier
2018-05-03linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier
2018-04-30linux-user: move mips/mips64 cpu loop to mips directoryLaurent Vivier
2018-04-30linux-user: create a dummy per arch cpu_loop.cLaurent Vivier