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
*
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
2011-08-07
1
-1
/
+1
*
exec.h cleanup
Blue Swirl
2011-07-30
1
-0
/
+2
*
Fix unassigned memory access handling
Blue Swirl
2011-07-20
1
-2
/
+2
*
Move cpu_has_work and cpu_pc_from_tb to cpu.h
Blue Swirl
2011-06-26
1
-0
/
+24
*
Fix trivial "endianness bugs"
Stefan Weil
2011-04-03
1
-1
/
+1
*
target-mips: fix host CPU consumption when guest is idle
Aurelien Jarno
2010-12-27
1
-0
/
+8
*
target-xxx: Use fprintf_function (format checking)
Stefan Weil
2010-10-30
1
-1
/
+2
*
mips: Add support for VInt and VEIC irq modes
Edgar E. Iglesias
2010-08-06
1
-0
/
+23
*
mips: more fixes to the MIPS interrupt glue logic
Aurelien Jarno
2010-07-25
1
-0
/
+3
*
mips: Correct MIPS interrupt glue logic for icount
Edgar E. Iglesias
2010-07-24
1
-3
/
+0
*
remove exec-all.h inclusion from cpu.h
Paolo Bonzini
2010-07-03
1
-1
/
+0
*
move cpu_pc_from_tb to target-*/exec.h
Paolo Bonzini
2010-07-03
1
-7
/
+0
*
target-mips: add microMIPS exception handler support
Nathan Froyd
2010-06-09
1
-0
/
+1
*
Target specific usermode cleanup
Paul Brook
2010-03-12
1
-1
/
+10
*
target-mips: don't call cpu_loop_exit() from helper.c
Aurelien Jarno
2010-02-06
1
-2
/
+2
*
target-mips: add new HFLAGs for JALX and 16/32-bit delay slots
Nathan Froyd
2009-12-13
1
-19
/
+28
*
target-mips: add a function to do virtual -> physical translations
Aurelien Jarno
2009-11-30
1
-0
/
+2
*
target-mips: fix physical address type in MMU functions
Aurelien Jarno
2009-11-22
1
-4
/
+4
*
target-mips: make CP0_LLAddr register CPU dependent
Aurelien Jarno
2009-11-22
1
-0
/
+2
*
target-mips: rename CP0_LLAddr into lladdr
Aurelien Jarno
2009-11-22
1
-1
/
+1
*
mips: fix cpu_reset memory leak
Blue Swirl
2009-11-14
1
-2
/
+3
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-8
/
+9
*
Get rid of _t suffix
malc
2009-10-01
1
-9
/
+8
*
cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
Nathan Froyd
2009-08-24
1
-0
/
+1
*
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
2009-07-27
1
-1
/
+1
*
change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
Juan Quintela
2009-07-27
1
-1
/
+1
*
MIPS atomic instructions
Paul Brook
2009-07-09
1
-0
/
+5
*
MIPS usermode TLS register
Paul Brook
2009-07-09
1
-0
/
+5
*
target-mips: optimize gen_compute_branch()
aurel32
2009-03-29
1
-1
/
+1
*
target-mips: rename helpers from do_ to helper_
aurel32
2009-03-08
1
-8
/
+8
*
The _exit syscall is used for both thread termination in NPTL applications,
pbrook
2009-03-07
1
-1
/
+2
*
Fix remaining compiler warnings for mips targets.
ths
2008-12-20
1
-1
/
+18
*
Refactor translation block CPU state handling (Jan Kiszka)
aliguori
2008-11-18
1
-0
/
+8
*
Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)
aliguori
2008-11-18
1
-5
/
+7
*
target-mips: optimize gen_op_addr_add() (2/2)
aurel32
2008-11-11
1
-6
/
+7
*
Show size for unassigned accesses (Robert Reif)
blueswir1
2008-10-06
1
-1
/
+1
*
Move the active FPU registers into env again, and use more TCG registers
ths
2008-09-18
1
-4
/
+7
*
Less hardcoding of TARGET_USER_ONLY.
ths
2008-07-23
1
-8
/
+1
*
Use temporary registers for the MIPS FPU emulation.
ths
2008-07-09
1
-7
/
+1
*
Move interrupt_request and user_mode_only to common cpu state.
pbrook
2008-07-01
1
-2
/
+0
*
Move CPU save/load registration to common code.
pbrook
2008-06-30
1
-0
/
+2
*
Add instruction counter.
pbrook
2008-06-29
1
-0
/
+6
*
More efficient target register / TC accesses.
ths
2008-06-27
1
-37
/
+40
*
Remove remaining uses of T0 in the MIPS target.
ths
2008-06-24
1
-3
/
+0
*
T1 is now dead.
ths
2008-06-24
1
-1
/
+0
*
Move FP TNs to cpu env.
ths
2008-06-11
1
-5
/
+6
*
Fix typo.
pbrook
2008-05-30
1
-1
/
+1
*
Move clone() register setup to target specific code. Handle fork-like clone.
pbrook
2008-05-30
1
-0
/
+10
*
Push common interrupt variables to cpu-defs.h (Glauber Costa)
bellard
2008-05-29
1
-2
/
+0
*
moved halted field to CPU_COMMON
bellard
2008-05-28
1
-2
/
+0
[next]