index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
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-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
*
target-mips: add new Read-Inhibit and Execute-Inhibit exceptions
Leon Alrae
2014-11-03
1
-1
/
+4
*
target-mips: update PageGrain and m{t,f}c0 EntryLo{0,1}
Leon Alrae
2014-11-03
1
-0
/
+4
*
target-mips: add RI and XI fields to TLB entry
Leon Alrae
2014-11-03
1
-0
/
+11
*
target-mips: add KScratch registers
Leon Alrae
2014-11-03
1
-0
/
+3
*
target-mips: fix broken MIPS16 and microMIPS
Yongbok Kim
2014-10-14
1
-6
/
+7
*
target-mips: Status.UX/SX/KX enable 32-bit address wrapping
Leon Alrae
2014-10-13
1
-4
/
+14
*
target-mips: implement UserLocal Register
Petar Jovanovic
2014-06-18
1
-4
/
+7
*
softmmu: move ALIGNED_ONLY to cpu.h
Paolo Bonzini
2014-06-05
1
-0
/
+1
*
target-mips: Avoid shifting left into sign bit
Peter Maydell
2014-03-27
1
-1
/
+1
*
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-0
/
+1
*
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2014-03-13
1
-3
/
+2
*
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
2014-03-13
1
-28
/
+0
*
target-mips: add support for CP0_Config5
Petar Jovanovic
2014-02-10
1
-0
/
+10
*
target-mips: add support for CP0_Config4
Petar Jovanovic
2014-02-10
1
-0
/
+3
*
misc: Replace 'struct QEMUTimer' by 'QEMUTimer'
Stefan Weil
2013-12-02
1
-1
/
+1
*
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
Andreas Färber
2013-07-23
1
-7
/
+0
*
linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user
Peter Maydell
2013-07-09
1
-13
/
+0
*
cpu: Turn cpu_unassigned_access() into a CPUState hook
Andreas Färber
2013-06-28
1
-2
/
+3
*
linux-user: Save the correct resume address for MIPS signal handling
Kwok Cheung Yeung
2013-05-20
1
-0
/
+1
*
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
2013-03-12
1
-1
/
+0
*
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-12
1
-2
/
+2
*
mips-linux-user: Save and restore fpu and dsp from sigcontext
Richard Henderson
2013-03-05
1
-0
/
+3
*
target-mips: Move TCG initialization to MIPSCPU initfn
Andreas Färber
2013-02-16
1
-0
/
+1
*
target-mips: Allow DSP access to be disabled once enabled.
Eric Johnson
2013-01-08
1
-1
/
+1
*
fpu: move public header file to include/fpu
Paolo Bonzini
2012-12-19
1
-1
/
+1
[next]