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
/
riscv
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
RISC-V: Fixes to CSR_* register macros.
Jim Wilson
2019-03-19
1
-2
/
+33
*
target/riscv: Fix manually parsed 16 bit insn
Bastian Koppelmann
2019-03-18
1
-5
/
+25
*
target/riscv: Remove decode_RV32_64G()
Bastian Koppelmann
2019-03-13
1
-20
/
+1
*
target/riscv: Remove gen_system()
Bastian Koppelmann
2019-03-13
1
-34
/
+0
*
target/riscv: Rename trans_arith to gen_arith
Bastian Koppelmann
2019-03-13
3
-18
/
+18
*
target/riscv: Remove manual decoding of RV32/64M insn
Bastian Koppelmann
2019-03-13
2
-211
/
+164
*
target/riscv: Remove shift and slt insn manual decoding
Bastian Koppelmann
2019-03-13
2
-71
/
+81
*
target/riscv: make ADD/SUB/OR/XOR/AND insn use arg lists
Bastian Koppelmann
2019-03-13
3
-30
/
+34
*
target/riscv: Move gen_arith_imm() decoding into trans_* functions
Bastian Koppelmann
2019-03-13
3
-100
/
+108
*
target/riscv: Remove manual decoding from gen_store()
Bastian Koppelmann
2019-03-13
2
-11
/
+24
*
target/riscv: Remove manual decoding from gen_load()
Bastian Koppelmann
2019-03-13
2
-16
/
+25
*
target/riscv: Remove manual decoding from gen_branch()
Bastian Koppelmann
2019-03-13
2
-60
/
+33
*
target/riscv: Remove gen_jalr()
Bastian Koppelmann
2019-03-13
2
-39
/
+27
*
target/riscv: Convert quadrant 2 of RVXC insns to decodetree
Bastian Koppelmann
2019-03-13
3
-81
/
+134
*
target/riscv: Convert quadrant 1 of RVXC insns to decodetree
Bastian Koppelmann
2019-03-13
3
-117
/
+195
*
target/riscv: Convert quadrant 0 of RVXC insns to decodetree
Bastian Koppelmann
2019-03-13
4
-38
/
+154
*
target/riscv: Convert RV priv insns to decodetree
Bastian Koppelmann
2019-03-13
3
-56
/
+126
*
target/riscv: Convert RV64D insns to decodetree
Bastian Koppelmann
2019-03-13
3
-600
/
+91
*
target/riscv: Convert RV32D insns to decodetree
Bastian Koppelmann
2019-03-13
3
-0
/
+389
*
target/riscv: Convert RV64F insns to decodetree
Bastian Koppelmann
2019-03-13
2
-0
/
+66
*
target/riscv: Convert RV32F insns to decodetree
Bastian Koppelmann
2019-03-13
3
-0
/
+415
*
target/riscv: Convert RV64A insns to decodetree
Bastian Koppelmann
2019-03-13
3
-144
/
+71
*
target/riscv: Convert RV32A insns to decodetree
Bastian Koppelmann
2019-03-13
3
-0
/
+178
*
target/riscv: Convert RVXM insns to decodetree
Bastian Koppelmann
2019-03-13
4
-9
/
+137
*
target/riscv: Convert RVXI csr insns to decodetree
Bastian Koppelmann
2019-03-13
3
-42
/
+88
*
target/riscv: Convert RVXI fence insns to decodetree
Bastian Koppelmann
2019-03-13
3
-12
/
+21
*
target/riscv: Convert RVXI arithmetic insns to decodetree
Bastian Koppelmann
2019-03-13
4
-9
/
+206
*
target/riscv: Convert RV64I load/store insns to decodetree
Bastian Koppelmann
2019-03-13
4
-10
/
+50
*
target/riscv: Convert RV32I load/store insns to decodetree
Bastian Koppelmann
2019-03-13
2
-0
/
+58
*
target/riscv: Convert RVXI branch insns to decodetree
Bastian Koppelmann
2019-03-13
3
-11
/
+69
*
target/riscv: Activate decodetree and implemnt LUI & AUIPC
Bastian Koppelmann
2019-03-13
4
-14
/
+92
*
target/riscv: fix counter-enable checks in ctr()
Xi Wang
2019-02-12
1
-3
/
+9
*
RISC-V: Add misa runtime write support
Michael Clark
2019-02-12
4
-3
/
+68
*
RISC-V: Add misa.MAFD checks to translate
Michael Clark
2019-02-12
1
-0
/
+158
*
RISC-V: Add misa to DisasContext
Michael Clark
2019-02-12
1
-35
/
+40
*
RISC-V: Add priv_ver to DisasContext
Alistair Francis
2019-02-12
1
-2
/
+5
*
RISC-V: Use riscv prefix consistently on cpu helpers
Michael Clark
2019-02-12
5
-37
/
+36
*
RISC-V: Implement mstatus.TSR/TW/TVM
Michael Clark
2019-02-12
2
-8
/
+34
*
RISC-V: Mark mstatus.fs dirty
Richard Henderson
2019-02-12
2
-13
/
+39
*
RISC-V: Split out mstatus_fs from tb_flags
Richard Henderson
2019-02-12
2
-8
/
+8
*
RISC-V: Implement existential predicates for CSRs
Michael Clark
2019-01-09
4
-79
/
+105
*
RISC-V: Implement atomic mip/sip CSR updates
Michael Clark
2019-01-09
1
-28
/
+28
*
RISC-V: Implement modular CSR helper interface
Michael Clark
2019-01-08
6
-606
/
+904
*
Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part1'...
Peter Maydell
2019-01-03
3
-11
/
+13
|
\
|
*
riscv/cpu: use device_class_set_parent_realize
Mao Zhongyi
2018-12-20
1
-2
/
+2
|
*
target/riscv/pmp.c: Fix pmp_decode_napot()
Anup Patel
2018-12-20
1
-1
/
+1
|
*
RISC-V: Add hartid and \n to interrupt logging
Michael Clark
2018-12-20
1
-8
/
+10
*
|
Clean up includes
Markus Armbruster
2018-12-20
1
-1
/
+0
|
/
*
RISC-V: Respect fences for user-only emulators
Palmer Dabbelt
2018-11-14
1
-2
/
+0
*
target/riscv: Fix sfence.vm/a both available in any priv version
Bastian Koppelmann
2018-11-14
1
-5
/
+13
[prev]
[next]