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
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-22
target/riscv: Compute mstatus.sd on demand
Richard Henderson
3
-20
/
+25
2021-10-22
target/riscv: Use riscv_csrrw_debug for cpu_dump
Richard Henderson
1
-44
/
+45
2021-10-22
target/riscv: Use gen_shift*_per_ol for RVB, RVI
Richard Henderson
3
-52
/
+97
2021-10-22
target/riscv: Use gen_unary_per_ol for RVB
Richard Henderson
2
-17
/
+32
2021-10-22
target/riscv: Adjust trans_rev8_32 for riscv64
Richard Henderson
1
-1
/
+6
2021-10-22
target/riscv: Use gen_arith_per_ol for RVM
Richard Henderson
2
-3
/
+39
2021-10-22
target/riscv: Replace DisasContext.w with DisasContext.ol
Richard Henderson
4
-43
/
+62
2021-10-22
target/riscv: Replace is_32bit with get_xl/get_xlen
Richard Henderson
1
-14
/
+17
2021-10-22
target/riscv: Properly check SEW in amo_op
Richard Henderson
1
-12
/
+14
2021-10-22
target/riscv: Use REQUIRE_64BIT in amo_check64
Richard Henderson
1
-1
/
+2
2021-10-22
target/riscv: Add MXL/SXL/UXL to TB_FLAGS
Richard Henderson
5
-1
/
+47
2021-10-22
target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
Richard Henderson
6
-32
/
+43
2021-10-22
target/riscv: Split misa.mxl and misa.ext
Richard Henderson
6
-67
/
+98
2021-10-22
target/riscv: Create RISCVMXL enumeration
Richard Henderson
1
-3
/
+5
2021-10-22
target/riscv: Move cpu_get_tb_cpu_state out of line
Richard Henderson
2
-45
/
+48
2021-10-22
target/riscv: Organise the CPU properties
Alistair Francis
1
-7
/
+10
2021-10-22
target/riscv: Remove some unused macros
Alistair Francis
1
-8
/
+0
2021-10-22
target/riscv: fix TB_FLAGS bits overlapping bug for rvv/rvh
Frank Chang
2
-8
/
+8
2021-10-22
target/riscv: Fix orc.b implementation
Philipp Tomsich
1
-5
/
+8
2021-10-22
target/riscv: line up all of the registers in the info register dump
Travis Geiselbrecht
1
-5
/
+5
2021-10-22
target/riscv: Pass the same value to oprsz and maxsz for vmv.v.v
Frank Chang
1
-1
/
+2
2021-10-15
target/riscv: Remove exit_tb and lookup_and_goto_ptr
Richard Henderson
4
-34
/
+7
2021-10-15
target/riscv: Remove dead code after exception
Richard Henderson
1
-5
/
+1
2021-10-07
target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
Frank Chang
2
-13
/
+21
2021-10-07
target/riscv: Remove RVB (replaced by Zb[abcs])
Philipp Tomsich
3
-33
/
+0
2021-10-07
target/riscv: Add zext.h instructions to Zbb, removing pack/packu/packh
Philipp Tomsich
2
-77
/
+21
2021-10-07
target/riscv: Add rev8 instruction, removing grev/grevi
Philipp Tomsich
4
-79
/
+15
2021-10-07
target/riscv: Add a REQUIRE_32BIT macro
Philipp Tomsich
1
-0
/
+6
2021-10-07
target/riscv: Add orc.b instruction for Zbb, removing gorc/gorci
Philipp Tomsich
4
-55
/
+18
2021-10-07
target/riscv: Reassign instructions to the Zbb-extension
Philipp Tomsich
2
-41
/
+50
2021-10-07
target/riscv: Add instructions of the Zbc-extension
Philipp Tomsich
4
-1
/
+65
2021-10-07
target/riscv: Reassign instructions to the Zbs-extension
Philipp Tomsich
2
-18
/
+24
2021-10-07
target/riscv: Remove shift-one instructions (proposed Zbo in pre-0.93 draft-B)
Philipp Tomsich
2
-78
/
+0
2021-10-07
target/riscv: Remove the W-form instructions from Zbs
Philipp Tomsich
2
-63
/
+0
2021-10-07
target/riscv: Reassign instructions to the Zba-extension
Philipp Tomsich
2
-13
/
+23
2021-10-07
target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs properties
Philipp Tomsich
2
-0
/
+8
2021-10-07
target/riscv: clwz must ignore high bits (use shift-left & changed logic)
Philipp Tomsich
1
-3
/
+5
2021-10-07
target/riscv: fix clzw implementation to operate on arg1
Philipp Tomsich
1
-1
/
+1
2021-10-07
target/riscv: Introduce temporary in gen_add_uw()
Philipp Tomsich
1
-2
/
+4
2021-09-21
hw/core: Make do_unaligned_access noreturn
Richard Henderson
1
-1
/
+1
2021-09-21
include/exec: Move cpu_signal_handler declaration
Richard Henderson
1
-2
/
+0
2021-09-21
target/riscv: csr: Rename HCOUNTEREN_CY and friends
Bin Meng
2
-16
/
+16
2021-09-21
target/riscv: Backup/restore mstatus.SD bit when virtual register swapped
Frank Chang
1
-1
/
+2
2021-09-21
target/riscv: Expose interrupt pending bits as GPIO lines
Alistair Francis
1
-0
/
+30
2021-09-21
target/riscv: Fix satp write
LIU Zhiwei
1
-1
/
+1
2021-09-21
target/riscv: Update the ePMP CSR address
Alistair Francis
2
-2
/
+3
2021-09-14
target/riscv: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
3
-7
/
+2
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
1
-2
/
+3
2021-09-01
target/riscv: Use {get,dest}_gpr for RVV
Richard Henderson
2
-61
/
+26
2021-09-01
target/riscv: Tidy trans_rvh.c.inc
Richard Henderson
2
-210
/
+57
[next]