aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mips/cpu_loop.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-04linux-user/mips/cpu_loop: silence the compiler warningsChen Qun1-0/+4
2020-03-20linux-user,mips: move content of mips_syscall_argsLaurent Vivier1-439/+1
2020-02-17linux-user: mips: Update syscall numbers to kernel 5.5 levelAleksandar Markovic1-1/+82
2019-08-19target/mips: rationalise softfloat includesAlex Bennée1-0/+1
2019-07-02linux-user: Handle EXCP_FPE properly for MIPSAleksandar Markovic1-0/+17
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-10target/mips: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2019-02-14target/mips: reimplement SC instruction emulation and use cmpxchgLeon Alrae1-73/+0
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell1-12/+4
2018-10-29linux-user: Determine the desired FPU mode from MIPS.abiflagsStefan Markovic1-0/+75
2018-08-24elf: Don't check FCR31_NAN2008 bit for nanoMIPSAleksandar Markovic1-0/+3
2018-08-24target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo1-5/+20
2018-04-30linux-user: move mips/mips64 cpu loop to mips directoryLaurent Vivier1-0/+723
2018-04-30linux-user: create a dummy per arch cpu_loop.cLaurent Vivier1-0/+26