COMMITS
/ linux-user/mips/cpu_loop.c April 4, 2023
D
linux-user: Fix mips fp64 executables loading
Daniil Kovalev committed
March 23, 2022
M
Remove qemu-common.h include from most units
Marc-André Lureau committed
January 7, 2022
R
target/mips: Extract trap code into env->error_code
Richard Henderson committed
R
target/mips: Extract break code into env->error_code
Richard Henderson committed
R
linux-user/mips: Use force_sig_fault
Richard Henderson committed
R
linux-user/mips: Improve do_break
Richard Henderson committed
November 17, 2021
R
linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN
Richard Henderson committed
November 22, 2021
R
linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS
Richard Henderson committed
September 15, 2021
R
target/mips: Make mips_cpu_tlb_fill sysemu only
Richard Henderson committed
September 8, 2021
P
linux-user: Split linux-user internals out of qemu.h
Peter Maydell committed
P
linux-user: Split signal-related prototypes into signal-common.h
Peter Maydell committed
November 14, 2020
P
target/mips: Extract FPU helpers to 'fpu_helper.h'
Philippe Mathieu-Daudé committed
December 16, 2020
P
target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6
Philippe Mathieu-Daudé committed
P
target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2
Philippe Mathieu-Daudé committed
P
target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6
Philippe Mathieu-Daudé committed
P
target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2
Philippe Mathieu-Daudé committed
October 30, 2020
C
linux-user/mips/cpu_loop: silence the compiler warnings
Chen Qun committed
March 10, 2020
L
linux-user,mips: move content of mips_syscall_args
Laurent Vivier committed
February 13, 2020
A
linux-user: mips: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic committed
August 8, 2019
A
target/mips: rationalise softfloat includes
Alex Bennée committed
June 28, 2019
A
linux-user: Handle EXCP_FPE properly for MIPS
Aleksandar Markovic committed
May 23, 2019
M
Include qemu-common.h exactly where needed
Markus Armbruster committed
March 23, 2019
R
target/mips: Use env_cpu, env_archcpu
Richard Henderson committed
March 22, 2019
R
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson committed
February 11, 2019
L
target/mips: reimplement SC instruction emulation and use cmpxchg
Leon Alrae committed
October 19, 2018
P
linux-user: Don't call gdb_handlesig() before queue_signal()
Peter Maydell committed
October 23, 2018
S
linux-user: Determine the desired FPU mode from MIPS.abiflags
Stefan Markovic committed
August 2, 2018
A
elf: Don't check FCR31_NAN2008 bit for nanoMIPS
Aleksandar Markovic committed
August 7, 2018
A
target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
Aleksandar Rikalo committed
April 11, 2018
L
linux-user: move mips/mips64 cpu loop to mips directory
Laurent Vivier committed
L
linux-user: create a dummy per arch cpu_loop.c
Laurent Vivier committed