summaryrefslogtreecommitdiffstats
path: root/linux-user/mips/cpu_loop.c
Commit message (Expand)AuthorAgeFilesLines
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* target/mips: Extract trap code into env->error_codeRichard Henderson2022-01-111-40/+1Star
* target/mips: Extract break code into env->error_codeRichard Henderson2022-01-111-64/+9Star
* linux-user/mips: Use force_sig_faultRichard Henderson2022-01-111-25/+13Star
* linux-user/mips: Improve do_breakRichard Henderson2022-01-111-20/+26
* linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-201-1/+1
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-201-1/+1
* target/mips: Make mips_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-11/+0Star
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-131-0/+1
* linux-user: Split signal-related prototypes into signal-common.hPeter Maydell2021-09-131-0/+1
* target/mips: Extract FPU helpers to 'fpu_helper.h'Philippe Mathieu-Daudé2021-01-141-0/+1
* target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6Philippe Mathieu-Daudé2021-01-141-1/+1
* target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2Philippe Mathieu-Daudé2021-01-141-1/+1
* target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6Philippe Mathieu-Daudé2021-01-141-2/+1Star
* target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2Philippe Mathieu-Daudé2021-01-141-1/+0Star
* linux-user/mips/cpu_loop: silence the compiler warningsChen Qun2020-11-041-0/+4
* linux-user,mips: move content of mips_syscall_argsLaurent Vivier2020-03-201-439/+1Star
* linux-user: mips: Update syscall numbers to kernel 5.5 levelAleksandar Markovic2020-02-171-1/+82
* target/mips: rationalise softfloat includesAlex Bennée2019-08-191-0/+1
* linux-user: Handle EXCP_FPE properly for MIPSAleksandar Markovic2019-07-021-0/+17
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* target/mips: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-1/+1
* target/mips: reimplement SC instruction emulation and use cmpxchgLeon Alrae2019-02-141-73/+0Star
* linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell2018-11-121-12/+4Star
* linux-user: Determine the desired FPU mode from MIPS.abiflagsStefan Markovic2018-10-291-0/+75
* elf: Don't check FCR31_NAN2008 bit for nanoMIPSAleksandar Markovic2018-08-241-0/+3
* target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo2018-08-241-5/+20
* linux-user: move mips/mips64 cpu loop to mips directoryLaurent Vivier2018-04-301-0/+723
* linux-user: create a dummy per arch cpu_loop.cLaurent Vivier2018-04-301-0/+26