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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-15
exec: Return CPUState from qemu_get_cpu()
Andreas Färber
1
-3
/
+8
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
2
-10
/
+15
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: Fix helper and tests for dot/cross-dot product instructions
Petar Jovanovic
1
-1
/
+1
2013-01-08
target-mips: Replace macros by inline functions
Stefan Weil
1
-18
/
+24
2013-01-08
target-mips: Allow DSP access to be disabled once enabled.
Eric Johnson
1
-1
/
+1
2013-01-01
target-mips: Use EXCP_SC rather than a magic number
陳韋任 (Wei-Ren Chen)
1
-3
/
+2
2013-01-01
target-mips: Make repl_ph to sign extend to target-long
Jovanovic, Petar
1
-1
/
+2
2013-01-01
Fix my email address
Dongxue Zhang
1
-1
/
+1
2013-01-01
target-mips: Remove semicolon from macro definition
Stefan Weil
1
-1
/
+1
2013-01-01
target-mips: Fix for helpers for EXTR_* instructions
Petar Jovanovic
1
-35
/
+10
2013-01-01
target-mips: Fix incorrect reads and writes to DSPControl register
Petar Jovanovic
1
-0
/
+8
2012-12-19
fpu: move public header file to include/fpu
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
qom: move include files to include/qom/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
4
-11
/
+11
2012-12-19
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
1
-1
/
+1
2012-12-16
exec: refactor cpu_restore_state
Blue Swirl
1
-7
/
+1
2012-12-08
Merge branch 'master' of git.qemu-project.org:/pub/git/qemu
Blue Swirl
1
-9
/
+10
2012-12-08
TCG: Use gen_opc_instr_start from context instead of global variable.
Evgeny Voevodin
1
-3
/
+3
2012-12-08
TCG: Use gen_opc_icount from context instead of global variable.
Evgeny Voevodin
1
-1
/
+1
2012-12-08
TCG: Use gen_opc_pc from context instead of global variable.
Evgeny Voevodin
1
-2
/
+2
2012-12-06
target-mips: Fix incorrect shift for SHILO and SHILOV
Petar Jovanovic
1
-8
/
+9
2012-12-06
target-mips: Fix incorrect code and test for INSV
Petar Jovanovic
1
-1
/
+1
2012-11-24
target-mips: remove POOL48A from the microMIPS decoding
Aurelien Jarno
1
-1
/
+0
2012-11-24
target-mips: Clean up microMIPS32 major opcode
陳韋任 (Wei-Ren Chen)
1
-7
/
+17
2012-11-24
target-mips: Add comments on POOL32Axf encoding
陳韋任 (Wei-Ren Chen)
1
-0
/
+17
2012-11-17
TCG: Use gen_opc_buf from context instead of global variable.
Evgeny Voevodin
1
-3
/
+3
2012-11-17
TCG: Use gen_opc_ptr from context instead of global variable.
Evgeny Voevodin
1
-4
/
+5
2012-11-15
target-mips: fix wrong microMIPS opcode encoding
陳韋任 (Wei-Ren Chen)
1
-1
/
+1
2012-11-11
target-mips: Fix seg fault for LUI when MIPS_DEBUG_DISAS==1.
Eric Johnson
1
-7
/
+11
2012-11-10
disas: avoid using cpu_single_env
Blue Swirl
1
-1
/
+1
2012-11-05
target-mips: use ULL for 64 bit constants
Blue Swirl
1
-2
/
+2
2012-11-01
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
1
-5
/
+6
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: use deposit instead of hardcoded version
Aurelien Jarno
1
-28
/
+4
2012-10-31
target-mips: optimize ddiv/ddivu/div/divu with movcond
Aurelien Jarno
1
-48
/
+37
2012-10-31
target-mips: implement movn/movz using movcond
Aurelien Jarno
1
-15
/
+12
2012-10-31
target-mips: don't use local temps for store conditional
Aurelien Jarno
1
-5
/
+6
2012-10-31
target-mips: implement unaligned loads using TCG
Aurelien Jarno
3
-159
/
+62
2012-10-31
target-mips: simplify load/store microMIPS helpers
Aurelien Jarno
1
-64
/
+9
2012-10-31
target-mips: optimize load operations
Aurelien Jarno
1
-4
/
+12
2012-10-31
target-mips: cleanup load/store operations
Aurelien Jarno
1
-64
/
+35
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
[next]