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
/
op_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
2013-03-12
1
-4
/
+4
*
exec: Pass CPUState to cpu_reset_interrupt()
Andreas Färber
2013-03-12
1
-3
/
+2
*
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-12
1
-3
/
+7
*
target-mips: Use mul[us]2 in [D]MULT[U] insns
Richard Henderson
2013-02-23
1
-12
/
+0
*
target-mips: Unfuse {,N}M{ADD,SUB}.fmt
Richard Sandiford
2013-01-31
1
-8
/
+17
*
exec: Return CPUState from qemu_get_cpu()
Andreas Färber
2013-01-15
1
-3
/
+8
*
target-mips: Clean up mips_cpu_map_tc() documentation
Andreas Färber
2013-01-15
1
-5
/
+9
*
cpu: Move nr_{cores,threads} fields to CPUState
Andreas Färber
2013-01-15
1
-3
/
+5
*
target-mips: Replace macros by inline functions
Stefan Weil
2013-01-08
1
-18
/
+24
*
target-mips: Use EXCP_SC rather than a magic number
陳韋任 (Wei-Ren Chen)
2013-01-01
1
-3
/
+2
*
target-mips: Remove semicolon from macro definition
Stefan Weil
2013-01-01
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-5
/
+5
*
exec: refactor cpu_restore_state
Blue Swirl
2012-12-16
1
-7
/
+1
*
target-mips: don't flush extra TLB on permissions upgrade
Aurelien Jarno
2012-10-31
1
-5
/
+23
*
target-mips: fix TLBR wrt SEGMask
Aurelien Jarno
2012-10-31
1
-0
/
+6
*
target-mips: implement unaligned loads using TCG
Aurelien Jarno
2012-10-31
1
-142
/
+0
*
target-mips: simplify load/store microMIPS helpers
Aurelien Jarno
2012-10-31
1
-64
/
+9
*
target-mips: restore CPU state after an FPU exception
Aurelien Jarno
2012-10-31
1
-90
/
+95
*
target-mips: use softfloat constants when possible
Aurelien Jarno
2012-10-31
1
-48
/
+44
*
target-mips: cleanup float to int conversion helpers
Aurelien Jarno
2012-10-31
1
-39
/
+79
*
target-mips: fix FPU exceptions
Aurelien Jarno
2012-10-31
1
-13
/
+19
*
target-mips: keep softfloat exception set to 0 between instructions
Aurelien Jarno
2012-10-31
1
-63
/
+10
*
target-mips: use the softfloat floatXX_muladd functions
Aurelien Jarno
2012-10-31
1
-89
/
+48
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-3
/
+3
*
target-mips: Pass MIPSCPU to mips_vpe_sleep()
Andreas Färber
2012-10-17
1
-3
/
+7
*
target-mips: Pass MIPSCPU to mips_tc_sleep()
Andreas Färber
2012-10-17
1
-3
/
+5
*
target-mips: Pass MIPSCPU to mips_vpe_is_wfi()
Andreas Färber
2012-10-17
1
-4
/
+8
*
target-mips: Pass MIPSCPU to mips_tc_wake()
Andreas Färber
2012-10-17
1
-3
/
+8
*
target-mips: Clean up other_cpu in helper_{d,e}vpe()
Andreas Färber
2012-10-17
1
-14
/
+14
*
target-mips: switch to AREG0 free mode
Blue Swirl
2012-09-15
1
-505
/
+560
*
MIPS/user: Fix reset CPU state initialization
Maciej W. Rozycki
2012-09-08
1
-49
/
+0
*
target-mips: Fix some helper functions (VR54xx multiplication)
Stefan Weil
2012-08-24
1
-46
/
+29
*
target-mips: Remove unused inline function
Stefan Weil
2012-05-03
1
-6
/
+0
*
target-mips: Fix type cast for w64 (uintptr_t)
Stefan Weil
2012-04-15
1
-1
/
+1
*
Use uintptr_t for various op related functions
Blue Swirl
2012-04-14
1
-10
/
+8
*
target-mips: Add compiler attribute to some functions which don't return
Stefan Weil
2012-03-24
1
-1
/
+2
*
target-mips: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-62
/
+62
*
Spelling fixes in comments (it's -> its)
Stefan Weil
2012-03-08
1
-1
/
+1
*
softmmu_header: pass CPUState to tlb_fill
Blue Swirl
2011-10-01
1
-4
/
+3
*
mips: Add MT halting and waking of VPEs
Edgar E. Iglesias
2011-09-06
1
-4
/
+78
*
mips: Correct IntCtl write mask for VInt
Edgar E. Iglesias
2011-09-06
1
-1
/
+1
*
mips: Hook in more reg accesses via mttr/mftr
Edgar E. Iglesias
2011-09-06
1
-11
/
+129
*
mips: Synchronize CP0 TCSTatus, Status and EntryHi
Edgar E. Iglesias
2011-09-06
1
-44
/
+106
*
mips: Handle TC indexing of other VPEs
Edgar E. Iglesias
2011-09-06
1
-105
/
+161
*
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
-1
/
+55
*
Fix unassigned memory access handling
Blue Swirl
2011-07-20
1
-2
/
+4
*
cpu_loop_exit: avoid using AREG0
Blue Swirl
2011-06-26
1
-2
/
+2
*
Remove unused function parameter from cpu_restore_state
Stefan Weil
2011-04-20
1
-2
/
+2
[next]