index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
mips
/
cpu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-10
target/mips: Implement Loongson CSR instructions
Jiaxun Yang
1
-0
/
+10
2023-07-10
target/mips: Rework cp0_timer with clock API
Jiaxun Yang
1
-3
/
+5
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
1
-0
/
+1
2023-03-08
target/mips: Implement CP0.Config7.WII bit support
Marcin Nowakowski
1
-1
/
+3
2023-01-13
target/mips: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
1
-29
/
+0
2023-01-13
mips: Always include nanomips disassembler
Paolo Bonzini
1
-2
/
+0
2023-01-13
mips: Remove support for trap and emulate KVM
Paolo Bonzini
1
-6
/
+1
2022-12-16
target/mips: Convert to 3-phase reset
Peter Maydell
1
-4
/
+8
2022-11-08
target/mips: Set CP0St_{KX, SX, UX} for Loongson-2F
Jiaxun Yang
1
-0
/
+6
2022-10-26
target/mips: Convert to tcg_ops restore_state_to_opc
Richard Henderson
1
-0
/
+1
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
1
-0
/
+8
2022-06-11
target/mips: Fix WatchHi.M handling
Marcin Nowakowski
1
-1
/
+1
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
1
-2
/
+2
2022-03-07
target/mips: Remove duplicated MIPSCPU::cp0_count_rate
Philippe Mathieu-Daudé
1
-10
/
+0
2022-03-07
target/mips: Fix cycle counter timing calculations
Simon Burge
1
-1
/
+2
2021-11-02
target/mips: Make mips_cpu_tlb_fill sysemu only
Richard Henderson
1
-1
/
+1
2021-09-14
target/mips: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
1
-1
/
+1
2021-06-24
target/mips: Optimize regnames[] arrays
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-26
hw/core: Constify TCGCPUOps
Richard Henderson
1
-1
/
+1
2021-05-26
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-26
cpu: Move CPUClass::vmsd to SysemuCPUOps
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-26
cpu: Introduce SysemuCPUOps structure
Philippe Mathieu-Daudé
1
-0
/
+8
2021-05-26
cpu: Rename CPUClass vmsd -> legacy_vmsd
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-02
target/mips: Move CP0 helpers to sysemu/cp0.c
Philippe Mathieu-Daudé
1
-103
/
+0
2021-05-02
target/mips: Move exception management code to exception.c
Philippe Mathieu-Daudé
1
-113
/
+0
2021-05-02
target/mips: Move Special opcodes to tcg/sysemu/special_helper.c
Philippe Mathieu-Daudé
1
-17
/
+0
2021-05-02
target/mips: Restrict mmu_init() to TCG
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-02
target/mips: Declare mips_env_set_pc() inlined in "internal.h"
Philippe Mathieu-Daudé
1
-7
/
+1
2021-05-02
target/mips: Turn printfpr() macro into a proper function
Philippe Mathieu-Daudé
1
-27
/
+23
2021-05-02
target/mips: Restrict mips_cpu_dump_state() to cpu.c
Philippe Mathieu-Daudé
1
-0
/
+77
2021-05-02
target/mips: Optimize CPU/FPU regnames[] arrays
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-02
target/mips: Make CPU/FPU regnames[] arrays global
Philippe Mathieu-Daudé
1
-0
/
+7
2021-03-11
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...
Peter Maydell
1
-1
/
+1
2021-03-10
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-08
clock: Add ClockEvent parameter to callbacks
Peter Maydell
1
-1
/
+1
2021-02-18
target/mips: Create mips_io_recompile_replay_branch
Richard Henderson
1
-0
/
+18
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
1
-13
/
+23
2021-02-05
cpu: move do_unaligned_access to tcg_ops
Claudio Fontana
1
-1
/
+2
2021-02-05
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
1
-1
/
+3
2021-02-05
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
1
-2
/
+2
2021-02-05
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
1
-1
/
+1
2021-02-05
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
1
-1
/
+1
2021-02-05
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
1
-1
/
+3
2021-02-05
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
1
-1
/
+1
2021-01-14
target/mips: Move msa_reset() to msa_helper.c
Philippe Mathieu-Daudé
1
-0
/
+1
2021-01-14
target/mips: Simplify msa_reset()
Philippe Mathieu-Daudé
1
-4
/
+1
2021-01-14
target/mips: Introduce ase_msa_available() helper
Philippe Mathieu-Daudé
1
-1
/
+1
2021-01-14
target/mips: Rename translate_init.c as cpu-defs.c
Philippe Mathieu-Daudé
1
-1
/
+1
2021-01-14
target/mips: Move common helpers from helper.c to cpu.c
Philippe Mathieu-Daudé
1
-6
/
+209
2021-01-14
target/mips: Inline cpu_state_reset() in mips_cpu_reset()
Philippe Mathieu-Daudé
1
-17
/
+9
[next]