summaryrefslogtreecommitdiff
path: root/linux-user/mips
AgeCommit message (Expand)Author
2026-08-07linux-user/mips: write the floating-point registers to a core dumpMatt Turner
2026-05-29linux-user/mips: save/restore FCSR across signal deliveryMatt Turner
2026-05-24linux-user/mips: use tswap32 in elf_core_copy_regsMatt Turner
2026-05-24linux-user/mips64: fix elf_core_copy_regs register layout in core filesMatt Turner
2026-05-21linux-user/mips, target/mips: honor MIPS_FIXADE for unaligned accessesJames Hilliard
2026-05-21linux-user/mips: implement sysmips(MIPS_ATOMIC_SET)James Hilliard
2026-05-21linux-user/mips: implement sysmips(MIPS_FLUSH_CACHE)James Hilliard
2026-04-25linux-user: Define SO_TIMESTAMP*_NEW and SO_RCVTIMEIO_NEWHelge Deller
2026-04-25linux-user/mips: sync k0 TLS for EF_MIPS_MACH_OCTEON userlandsJames Hilliard
2026-03-05linux-user: make syscall emulation interruptibleFlorian Hofhammer
2026-01-23linux-user: Add missing termios baud ratesVivian Wang
2026-01-23linux-user: Add termios2 support to mips targetLuca Bonissi
2025-09-17bsd-user, linux-user: introduce qemu_process_cpu_eventsPaolo Bonzini
2025-09-02linux-user/mips: Select M14Kc CPU to run microMIPS binariesPhilippe Mathieu-Daudé
2025-09-02linux-user/mips: Select 74Kf CPU to run MIPS16e binariesPhilippe Mathieu-Daudé
2025-08-30linux-user: Standardize on ELF_MACHINE not ELF_ARCHRichard Henderson
2025-08-30linux-user: Move elf parameters to {mips,mips64}/target_elf.hRichard Henderson
2025-08-30linux-user/mips: Use target_ulong for target_elf_greg_tRichard Henderson
2025-08-30linux-user/mips: Create target_ptrace.hRichard Henderson
2025-08-30linux-user: Move elf_core_copy_regs to mips/elfload.cRichard Henderson
2025-08-28linux-user/mips: Create init_main_threadRichard Henderson
2025-08-28linux-user: Move get_elf_base_platform to mips/elfload.cRichard Henderson
2025-08-28linux-user: Move get_elf_hwcap to mips/elfload.cRichard Henderson
2025-08-28linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson
2025-08-28linux-user: Create target/elfload.c filesRichard Henderson
2025-07-10linux-user/mips/o32: Drop sa_restorer functionalityThomas Weißschuh
2024-12-20user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'Philippe Mathieu-Daudé
2024-12-20user: Forward declare target_cpu_copy_regs structurePhilippe Mathieu-Daudé
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-22linux-user, mips: update syscall-args-o32.c.inc 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: Do not try to use removed R5900 CPUPhilippe Mathieu-Daudé
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich
2023-10-18linux-user/mips: fix abort on integer overflowMikulas Patocka
2023-09-01linux-user: Split out cpu/target_proc.hRichard Henderson
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson
2023-08-08linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson
2023-07-15linux-user: Split TARGET_PROT_* out of syscall_defs.hRichard Henderson
2023-07-15linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson
2023-05-17linux-user: Fix mips fp64 executables loadingDaniil Kovalev
2023-03-30linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binariesPhilippe Mathieu-Daudé
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev
2022-01-11target/mips: Extract trap code into env->error_codeRichard Henderson
2022-01-11target/mips: Extract break code into env->error_codeRichard Henderson
2022-01-11linux-user/mips: Use force_sig_faultRichard Henderson
2022-01-11linux-user/mips: Improve do_breakRichard Henderson