aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mips/cpu_loop.c
AgeCommit message (Expand)Author
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich
2023-10-18linux-user/mips: fix abort on integer overflowMikulas Patocka
2023-05-17linux-user: Fix mips fp64 executables loadingDaniil Kovalev
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
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
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson
2021-11-02target/mips: Make mips_cpu_tlb_fill sysemu onlyRichard Henderson
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell
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-04linux-user/mips/cpu_loop: silence the compiler warningsChen Qun
2020-03-20linux-user,mips: move content of mips_syscall_argsLaurent Vivier
2020-02-17linux-user: mips: Update syscall numbers to kernel 5.5 levelAleksandar Markovic
2019-08-19target/mips: rationalise softfloat includesAlex Bennée
2019-07-02linux-user: Handle EXCP_FPE properly for MIPSAleksandar Markovic
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: Determine the desired FPU mode from MIPS.abiflagsStefan 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-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