summary refs log tree commit diff stats
path: root/linux-user/mips64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Move get_elf_base_platform to mips/elfload.cRichard Henderson2025-08-281-0/+1
* linux-user: Move get_elf_hwcap to mips/elfload.cRichard Henderson2025-08-281-0/+2
* linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson2025-08-281-26/+1
* linux-user: Create target/elfload.c filesRichard Henderson2025-08-281-0/+1
* Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-09-272-10/+42
|\
| * linux-user: update syscall.tbl to Linux v6.10Laurent Vivier2024-09-222-10/+42
* | license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé2024-09-203-3/+3
|/
* linux-user/mips: Select Loongson CPU for Loongson binariesPhilippe Mathieu-Daudé2024-08-201-0/+6
* linux-user/mips: Select MIPS64R2-generic for Rel2 binariesPhilippe Mathieu-Daudé2024-08-201-1/+6
* linux-user/mips: Select Octeon68XX CPU for Octeon binariesPhilippe Mathieu-Daudé2024-08-201-0/+8
* linux-user/mips: Do not try to use removed R5900 CPUPhilippe Mathieu-Daudé2024-08-201-3/+0
* linux-user: Split out cpu/target_proc.hRichard Henderson2023-09-011-0/+1
* linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson2023-07-151-1/+1
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-271-0/+1
* linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev2022-02-011-0/+1
* linux-user: Split out do_prctl and subroutinesRichard Henderson2022-01-062-6/+1
* linux-user: Remove TARGET_SIGSTKSZSong Gao2022-01-061-1/+0
* linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao2022-01-061-1/+0
* linux-user/mips: Implement setup_sigtrampRichard Henderson2021-10-011-0/+2
* linux-user: update syscall.tbl to Linux v5.13Laurent Vivier2021-07-132-6/+20
* linux-user/mips: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-122-212/+5
* linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-121-0/+6
* linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé2021-07-071-0/+2
* linux-user/mips: Support the n32 ABI for the R5900Fredrik Noring2021-02-151-0/+3
* linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang2021-02-131-0/+5
* linux-user/mips64: Support o32 ABI syscallsPhilippe Mathieu-Daudé2021-02-131-1/+4
* linux-user/mips64: Restore setup_frame() for o32 ABIPhilippe Mathieu-Daudé2021-02-131-0/+4
* linux user: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* linux-user: Correct definition of stack_tLemonBoy2020-11-111-4/+3
* linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier2020-10-262-4/+8
* linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta2020-08-271-2/+3
* meson: linux-userMarc-André Lureau2020-08-213-12/+13
* linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier2020-03-202-0/+4
* linux-user, mips64: add syscall table generation supportLaurent Vivier2020-03-205-725/+773
* linux-user: mips: Update syscall numbers to kernel 5.5 levelAleksandar Markovic2020-02-171-2/+48
* Supply missing header guardsMarkus Armbruster2019-06-121-0/+5
* linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementationsStefan Markovic2018-10-291-0/+2
* linux-user: Add MIPS-specific prctl() optionsStefan Markovic2018-10-181-0/+4
* linux-user: Update MIPS syscall numbers up to kernel 4.18 headersAleksandar Markovic2018-08-161-0/+18
* linux-user: move mips signal definitions to mips/target_signal.hLaurent Vivier2018-06-041-0/+49
* linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier2018-06-041-6/+0
* linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier2018-06-041-0/+1
* linux-user: move mips socket.h definitions to mips/sockbits.hLaurent Vivier2018-05-251-0/+1
* linux-user: move mips/mips64 cpu loop to mips directoryLaurent Vivier2018-04-301-7/+1
* linux-user: create a dummy per arch cpu_loop.cLaurent Vivier2018-04-301-0/+26
* linux-user: define TARGET_ARCH_HAS_SETUP_FRAMELaurent Vivier2018-04-301-4/+0
* linux-user: move mips/mips64 signal.c parts to mips directoryLaurent Vivier2018-04-302-1/+5
* linux-user: create a dummy per arch signal.cLaurent Vivier2018-04-301-0/+18
* linux-user: MIPS set cpu to r6 CPU if binary is R6YunQiang Su2018-02-251-0/+3
* linux-user: Move CPU type name selection to a functionLaurent Vivier2018-02-251-0/+14