summaryrefslogtreecommitdiffstats
path: root/linux-user/mips/cpu_loop.c
Commit message (Expand)AuthorAgeFilesLines
* 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