index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-mips
/
op_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-07
target-mips: Ignore unassigned accesses with KVM
James Hogan
1
-0
/
+11
2014-06-18
target-mips: implement UserLocal Register
Petar Jovanovic
1
-1
/
+13
2014-06-05
softmmu: introduce cpu_ldst.h
Paolo Bonzini
1
-5
/
+1
2014-06-05
softmmu: commonize helper definitions
Paolo Bonzini
1
-14
/
+0
2014-06-05
softmmu: move ALIGNED_ONLY to cpu.h
Paolo Bonzini
1
-1
/
+0
2014-06-05
softmmu: make do_unaligned_access a method of CPU
Paolo Bonzini
1
-6
/
+5
2014-05-28
tcg: Invert the inclusion of helper.h
Richard Henderson
1
-1
/
+1
2014-03-27
target-mips: Avoid shifting left into sign bit
Peter Maydell
1
-1
/
+1
2014-03-13
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
1
-1
/
+3
2014-03-13
exec: Change cpu_abort() argument to CPUState
Andreas Färber
1
-2
/
+9
2014-03-13
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
cpu-exec: Change cpu_loop_exit() argument to CPUState
Andreas Färber
1
-2
/
+2
2014-03-13
exec: Change tlb_fill() argument to CPUState
Andreas Färber
1
-3
/
+4
2014-03-13
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
1
-3
/
+6
2014-03-13
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
1
-1
/
+2
2014-02-10
target-mips: add user-mode FR switch support for MIPS32r5
Petar Jovanovic
1
-3
/
+38
2014-02-10
target-mips: add support for CP0_Config5
Petar Jovanovic
1
-0
/
+6
2014-02-10
target-mips: add support for CP0_Config4
Petar Jovanovic
1
-0
/
+6
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
1
-6
/
+4
2013-07-29
target-mips: Remove assignment to a variable which is never used
Stefan Weil
1
-1
/
+0
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
1
-13
/
+12
2013-06-28
cpu: Turn cpu_unassigned_access() into a CPUState hook
Andreas Färber
1
-4
/
+9
2013-03-12
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
1
-4
/
+4
2013-03-12
exec: Pass CPUState to cpu_reset_interrupt()
Andreas Färber
1
-3
/
+2
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
1
-3
/
+7
2013-02-23
target-mips: Use mul[us]2 in [D]MULT[U] insns
Richard Henderson
1
-12
/
+0
2013-01-31
target-mips: Unfuse {,N}M{ADD,SUB}.fmt
Richard Sandiford
1
-8
/
+17
2013-01-15
exec: Return CPUState from qemu_get_cpu()
Andreas Färber
1
-3
/
+8
2013-01-15
target-mips: Clean up mips_cpu_map_tc() documentation
Andreas Färber
1
-5
/
+9
2013-01-15
cpu: Move nr_{cores,threads} fields to CPUState
Andreas Färber
1
-3
/
+5
2013-01-08
target-mips: Replace macros by inline functions
Stefan Weil
1
-18
/
+24
2013-01-01
target-mips: Use EXCP_SC rather than a magic number
陳韋任 (Wei-Ren Chen)
1
-3
/
+2
2013-01-01
target-mips: Remove semicolon from macro definition
Stefan Weil
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-5
/
+5
2012-12-16
exec: refactor cpu_restore_state
Blue Swirl
1
-7
/
+1
2012-10-31
target-mips: don't flush extra TLB on permissions upgrade
Aurelien Jarno
1
-5
/
+23
2012-10-31
target-mips: fix TLBR wrt SEGMask
Aurelien Jarno
1
-0
/
+6
2012-10-31
target-mips: implement unaligned loads using TCG
Aurelien Jarno
1
-142
/
+0
2012-10-31
target-mips: simplify load/store microMIPS helpers
Aurelien Jarno
1
-64
/
+9
2012-10-31
target-mips: restore CPU state after an FPU exception
Aurelien Jarno
1
-90
/
+95
2012-10-31
target-mips: use softfloat constants when possible
Aurelien Jarno
1
-48
/
+44
2012-10-31
target-mips: cleanup float to int conversion helpers
Aurelien Jarno
1
-39
/
+79
2012-10-31
target-mips: fix FPU exceptions
Aurelien Jarno
1
-13
/
+19
2012-10-31
target-mips: keep softfloat exception set to 0 between instructions
Aurelien Jarno
1
-63
/
+10
2012-10-31
target-mips: use the softfloat floatXX_muladd functions
Aurelien Jarno
1
-89
/
+48
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-3
/
+3
2012-10-17
target-mips: Pass MIPSCPU to mips_vpe_sleep()
Andreas Färber
1
-3
/
+7
2012-10-17
target-mips: Pass MIPSCPU to mips_tc_sleep()
Andreas Färber
1
-3
/
+5
2012-10-17
target-mips: Pass MIPSCPU to mips_vpe_is_wfi()
Andreas Färber
1
-4
/
+8
[next]