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
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-05
target/riscv: Handle HLV, HSV via helpers
Richard Henderson
1
-2
/
+0
2023-05-05
target/riscv: Separate priv from mmu_idx
Fei Wu
1
-0
/
+2
2023-05-05
target/riscv: Add a tb flags field for vstart
LIU Zhiwei
1
-2
/
+2
2023-05-05
target/riscv: Remove mstatus_hs_{fs, vs} from tb_flags
Richard Henderson
1
-22
/
+10
2023-05-05
target/riscv: Encode the FS and VS on a normal way for tb flags
LIU Zhiwei
1
-18
/
+14
2023-05-05
target/riscv: Extract virt enabled state from tb flags
LIU Zhiwei
1
-9
/
+1
2023-05-05
target/riscv: Fix format for comments
Weiwei Li
1
-8
/
+12
2023-05-05
target/riscv: Fix format for indentation
Weiwei Li
1
-2
/
+2
2023-05-05
target/riscv: Remove riscv_cpu_virt_enabled()
Weiwei Li
1
-1
/
+1
2023-05-05
target/riscv: Convert env->virt to a bool env->virt_enabled
LIU Zhiwei
1
-2
/
+2
2023-05-05
target/riscv: add support for Zcmp extension
Weiwei Li
1
-0
/
+5
2023-05-05
target/riscv: add support for Zcb extension
Weiwei Li
1
-0
/
+2
2023-05-05
target/riscv: add support for Zca extension
Weiwei Li
1
-2
/
+6
2023-03-07
Merge tag 'pull-riscv-to-apply-20230306' of https://gitlab.com/palmer-dabbelt...
Peter Maydell
1
-0
/
+1
2023-03-05
target/riscv: Avoid tcg_const_*
Richard Henderson
1
-2
/
+2
2023-03-05
target/riscv: Drop tcg_temp_free
Richard Henderson
1
-7
/
+0
2023-03-05
target/riscv: Drop temp_new
Richard Henderson
1
-24
/
+6
2023-03-05
target/riscv: Drop ftemp_new
Richard Henderson
1
-20
/
+4
2023-03-05
target/riscv: implement Zicboz extension
Christoph Muellner
1
-0
/
+1
2023-03-03
Merge tag 'pull-riscv-to-apply-20230303' of https://gitlab.com/palmer-dabbelt...
Peter Maydell
1
-1
/
+2
2023-03-01
target/riscv: Add support for Zicond extension
Weiwei Li
1
-0
/
+1
2023-03-01
target/riscv: Fix checking of whether instruciton at 'pc_next' spans pages
Shaobo Song
1
-1
/
+1
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
1
-1
/
+1
2023-02-07
target/riscv: fix for virtual instr exception
Deepak Gupta
1
-0
/
+1
2023-02-07
RISC-V: Adding XTheadFmv ISA extension
Christoph Müllner
1
-3
/
+3
2023-02-07
RISC-V: Adding T-Head FMemIdx extension
Christoph Müllner
1
-1
/
+2
2023-02-07
RISC-V: Adding T-Head MemIdx extension
Christoph Müllner
1
-1
/
+20
2023-02-07
RISC-V: Adding T-Head MemPair extension
Christoph Müllner
1
-1
/
+1
2023-02-07
RISC-V: Adding T-Head multiply-accumulate instructions
Christoph Müllner
1
-1
/
+2
2023-02-07
RISC-V: Adding XTheadCondMov ISA extension
Christoph Müllner
1
-1
/
+1
2023-02-07
RISC-V: Adding XTheadBs ISA extension
Christoph Müllner
1
-1
/
+2
2023-02-07
RISC-V: Adding XTheadBb ISA extension
Christoph Müllner
1
-2
/
+2
2023-02-07
RISC-V: Adding XTheadBa ISA extension
Christoph Müllner
1
-1
/
+2
2023-02-07
RISC-V: Adding XTheadSync ISA extension
Christoph Müllner
1
-1
/
+1
2023-02-07
RISC-V: Adding XTheadCmo ISA extension
Christoph Müllner
1
-0
/
+8
2023-01-20
target/riscv: Remove helper_set_rod_rounding_mode
Richard Henderson
1
-4
/
+0
2023-01-20
target/riscv: Introduce helper_set_rounding_mode_chkfrm
Richard Henderson
1
-0
/
+19
2023-01-06
RISC-V: Add Zawrs ISA extension support
Christoph Muellner
1
-0
/
+1
2023-01-06
target/riscv: Set pc_succ_insn for !rvc illegal insn
Richard Henderson
1
-8
/
+4
2023-01-06
target/riscv: Add itrigger support when icount is not enabled
LIU Zhiwei
1
-3
/
+30
2023-01-06
target/riscv: generate virtual instruction exception
Mayuresh Chitale
1
-1
/
+7
2022-09-13
target/riscv: Honour -semihosting-config userspace=on and enable=on
Peter Maydell
1
-0
/
+1
2022-09-07
target/riscv: rvv: Add mask agnostic for vv instructions
Yueh-Ting (eop) Chen
1
-0
/
+2
2022-09-07
target/riscv: Fix typo and restore Pointer Masking functionality for RISC-V
Alexey Baturo
1
-1
/
+1
2022-09-07
target/riscv: fix shifts shamt value for rv128c
Frédéric Pétrot
1
-2
/
+18
2022-09-06
target/riscv: Make translator stop before the end of a page
Richard Henderson
1
-4
/
+13
2022-09-06
target/riscv: Add MAX_INSN_LEN and insn_len
Richard Henderson
1
-1
/
+9
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
1
-2
/
+3
2022-07-03
target/riscv: Minimize the calls to decode_save_opc
Richard Henderson
1
-9
/
+9
2022-07-03
target/riscv: Remove generate_exception_mtval
Richard Henderson
1
-9
/
+2
[next]