aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mips64
AgeCommit message (Expand)Author
2024-09-27Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-09-22linux-user: update syscall.tbl to Linux v6.10Laurent Vivier
2024-09-20license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé
2024-08-20linux-user/mips: Select Loongson CPU for Loongson binariesPhilippe Mathieu-Daudé
2024-08-20linux-user/mips: Select MIPS64R2-generic for Rel2 binariesPhilippe Mathieu-Daudé
2024-08-20linux-user/mips: Select Octeon68XX CPU for Octeon binariesPhilippe Mathieu-Daudé
2024-08-20linux-user/mips: Do not try to use removed R5900 CPUPhilippe Mathieu-Daudé
2023-09-01linux-user: Split out cpu/target_proc.hRichard Henderson
2023-07-15linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson
2022-01-06linux-user: Remove TARGET_SIGSTKSZSong Gao
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao
2021-10-01linux-user/mips: Implement setup_sigtrampRichard Henderson
2021-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier
2021-07-12linux-user/mips: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-07-07linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé
2021-02-15linux-user/mips: Support the n32 ABI for the R5900Fredrik Noring
2021-02-13linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang
2021-02-13linux-user/mips64: Support o32 ABI syscallsPhilippe Mathieu-Daudé
2021-02-13linux-user/mips64: Restore setup_frame() for o32 ABIPhilippe Mathieu-Daudé
2020-11-15linux user: Fix Lesser GPL version numberChetan Pant
2020-11-11linux-user: Correct definition of stack_tLemonBoy
2020-10-26linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier
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: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier
2020-03-20linux-user, mips64: add syscall table generation supportLaurent Vivier
2020-02-17linux-user: mips: Update syscall numbers to kernel 5.5 levelAleksandar Markovic
2019-06-12Supply missing header guardsMarkus Armbruster
2018-10-29linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementationsStefan Markovic
2018-10-18linux-user: Add MIPS-specific prctl() optionsStefan Markovic
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 generic fcntl definitions to generic/fcntl.hLaurent Vivier
2018-05-25linux-user: move mips socket.h definitions to mips/sockbits.hLaurent 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
2018-04-30linux-user: define TARGET_ARCH_HAS_SETUP_FRAMELaurent Vivier
2018-04-30linux-user: move mips/mips64 signal.c parts to mips directoryLaurent Vivier
2018-04-30linux-user: create a dummy per arch signal.cLaurent Vivier
2018-02-25linux-user: MIPS set cpu to r6 CPU if binary is R6YunQiang Su
2018-02-25linux-user: Move CPU type name selection to a functionLaurent Vivier
2017-01-22linux-user: Handle ERFKILL and EHWPOISONRichard Henderson
2016-10-21linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32Aleksandar Markovic
2016-09-23linux-user: Add missing TARGET_EDQUOT error code for MipsAleksandar Markovic
2016-09-21linux-user: Use correct target SHMLBA in shmat()Peter Maydell