index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-mips
/
cpu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
1
-2
/
+0
*
mips: move CP0 functions out of cpu.h
Paolo Bonzini
2016-05-19
1
-109
/
+4
*
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-19
1
-16
/
+2
*
target-mips: make cpu-qom.h not target specific
Paolo Bonzini
2016-05-19
1
-1
/
+37
*
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
2016-05-13
1
-1
/
+1
*
target-mips: add MAAR, MAARI register
Yongbok Kim
2016-03-30
1
-0
/
+4
*
target-mips: make ITC Configuration Tags accessible to the CPU
Leon Alrae
2016-03-30
1
-1
/
+6
*
hw/mips: implement ITC Configuration Tags and Storage Cells
Leon Alrae
2016-03-30
1
-0
/
+1
*
hw/mips_malta: add CPS to Malta board
Leon Alrae
2016-03-30
1
-0
/
+1
*
target-mips: add CMGCRBase register
Yongbok Kim
2016-03-30
1
-1
/
+2
*
target-mips: indicate presence of IEEE 754-2008 FPU in R6/R5+MSA CPUs
Leon Alrae
2016-03-23
1
-0
/
+3
*
target-mips: implement R6 multi-threading
Yongbok Kim
2016-02-26
1
-0
/
+25
*
all: Clean up includes
Peter Maydell
2016-02-23
1
-1
/
+0
*
target-mips: Stop using uint_fast*_t types in r4k_tlb_t struct
Peter Maydell
2016-02-19
1
-13
/
+13
*
target-mips/cpu.h: Fix spell error
Dongxue Zhang
2016-01-23
1
-1
/
+1
*
target-mips: flush QEMU TLB when disabling 64-bit addressing
Leon Alrae
2015-11-24
1
-1
/
+17
*
target-mips: add PC, XNP reg numbers to RDHWR
Yongbok Kim
2015-10-30
1
-0
/
+1
*
target-mips: update writing to CP0.Status.KX/SX/UX in MIPS Release R6
Leon Alrae
2015-10-29
1
-1
/
+6
*
target-mips: move the test for enabled interrupts to a separate function
Leon Alrae
2015-10-29
1
-14
/
+15
*
target-*: Drop cpu_gen_code define
Richard Henderson
2015-10-07
1
-1
/
+0
*
target-mips: Add delayed branch state to insn_start
Richard Henderson
2015-10-07
1
-0
/
+1
*
mips: Remove ELF_MACHINE from cpu.h
Peter Crosthwaite
2015-09-25
1
-2
/
+0
*
target-mips: improve exception handling
Pavel Dovgaluk
2015-09-18
1
-0
/
+24
*
tlb: Add "ifetch" argument to cpu_mmu_index()
Benjamin Herrenschmidt
2015-09-11
1
-1
/
+1
*
target-mips: update mips32r5-generic into P5600
Yongbok Kim
2015-08-13
1
-1
/
+1
*
cpu-exec: Purge all uses of ENV_GET_CPU()
Peter Crosthwaite
2015-07-09
1
-1
/
+1
*
target-mips: add MTHC0 and MFHC0 instructions
Leon Alrae
2015-06-12
1
-0
/
+1
*
target-mips: add CP0.PageGrain.ELPA support
Leon Alrae
2015-06-12
1
-2
/
+25
*
target-mips: extend selected CP0 registers to 64-bits in MIPS32
Leon Alrae
2015-06-12
1
-7
/
+7
*
target-mips: add ERETNC instruction and Config5.LLB bit
Leon Alrae
2015-06-11
1
-0
/
+1
*
target-mips: add Config5.FRE support allowing Status.FR=0 emulation
Leon Alrae
2015-06-11
1
-2
/
+11
*
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150311' into staging
Peter Maydell
2015-03-11
1
-2
/
+17
|
\
|
*
target-mips: add missing MSACSR and restore fp_status and hflags
Leon Alrae
2015-03-11
1
-0
/
+17
|
*
target-mips: replace cpu_save/cpu_load with VMStateDescription
Leon Alrae
2015-03-11
1
-2
/
+0
*
|
cpu: Make cpu_init() return QOM CPUState object
Eduardo Habkost
2015-03-10
1
-8
/
+1
|
/
*
exec.c: Drop TARGET_HAS_ICE define and checks
Peter Maydell
2015-01-20
1
-1
/
+0
*
target-mips: Add missing calls to synchronise SoftFloat status
Maciej W. Rozycki
2014-12-16
1
-0
/
+12
*
target-mips: Correct 32-bit address space wrapping
Maciej W. Rozycki
2014-12-16
1
-3
/
+5
*
target-mips: Tighten ISA level checks
Maciej W. Rozycki
2014-12-16
1
-3
/
+4
*
target-mips: Correct the writes to Status and Cause registers via gdbstub
Maciej W. Rozycki
2014-12-16
1
-0
/
+89
*
target-mips: Make CP0.Config4 and CP0.Config5 registers signed
Maciej W. Rozycki
2014-12-16
1
-4
/
+4
*
mips: Add macros for CP0.Config3 and CP0.Config4 bits
Maciej W. Rozycki
2014-11-07
1
-0
/
+13
*
target-mips: remove duplicated mips/ieee mapping function
Yongbok Kim
2014-11-03
1
-0
/
+4
*
target-mips: add MSA defines and data structure
Yongbok Kim
2014-11-03
1
-2
/
+50
*
target-mips: CP0_Status.CU0 no longer allows the user to access CP0
Leon Alrae
2014-11-03
1
-1
/
+2
*
target-mips: implement forbidden slot
Leon Alrae
2014-11-03
1
-1
/
+2
*
target-mips: add Config5.SBRI
Leon Alrae
2014-11-03
1
-2
/
+9
*
target-mips: update cpu_save/cpu_load to support new registers
Leon Alrae
2014-11-03
1
-1
/
+1
*
target-mips: add BadInstr and BadInstrP support
Leon Alrae
2014-11-03
1
-0
/
+6
*
target-mips: add TLBINV support
Leon Alrae
2014-11-03
1
-0
/
+7
[next]