index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
mips
/
cpu.h
Age
Commit message (
Expand
)
Author
2018-10-29
target/mips: Introduce MXU registers
Craig Janeczek
2018-10-18
target/mips: Add CP0 PWCtl register
Yongbok Kim
2018-10-18
target/mips: Add CP0 PWSize register
Yongbok Kim
2018-10-18
target/mips: Add CP0 PWField register
Yongbok Kim
2018-10-18
target/mips: Add CP0 PWBase register
Yongbok Kim
2018-10-18
target/mips: Improve DSP R2/R3-related naming
Stefan Markovic
2018-10-18
target/mips: Add bit definitions for DSP R3 ASE
Stefan Markovic
2018-10-18
target/mips: Increase 'supported ISAs/ASEs' flag holder size
Philippe Mathieu-Daudé
2018-10-18
target/mips: Add a comment before each CP0 register section in cpu.h
Aleksandar Markovic
2018-10-18
target/mips: Add a comment with an overview of CP0 registers
Aleksandar Markovic
2018-08-24
target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
Aleksandar Rikalo
2018-08-16
target/mips: Add CP0 BadInstrX register
Stefan Markovic
2018-08-16
target/mips: Update some CP0 registers bit definitions
Aleksandar Markovic
2018-03-19
cpu: get rid of unused cpu_init() defines
Igor Mammedov
2018-03-19
cpu: add CPU_RESOLVING_TYPE macro
Igor Mammedov
2017-10-27
mips: malta/boston: replace cpu_model with cpu_type
Igor Mammedov
2017-09-21
mips: replace cpu_mips_init() with cpu_generic_init()
Igor Mammedov
2017-09-21
mips: introduce internal.h and cleanup cpu.h
Philippe Mathieu-Daudé
2017-07-20
target/mips: Add segmentation control registers
James Hogan
2017-07-20
target/mips: Add an MMU mode for ERL
James Hogan
2017-07-20
target/mips: Abstract mmu_idx from hflags
James Hogan
2017-07-20
target/mips: Add CP0_Ebase.WG (write gate) support
James Hogan
2017-02-21
target-mips: Provide function to test if a CPU supports an ISA
Paul Burton
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
2017-01-13
qom/cpu: move tlb_flush to cpu_common_reset
Alex Bennée
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth