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
2023-07-10
target/riscv: Add RVV registers to log
Ivan Klokov
1
-1
/
+56
2023-07-10
target/riscv: update cur_pmbase/pmmask based on mode affected by MPRV
Weiwei Li
2
-9
/
+25
2023-07-10
target/riscv: Add additional xlen for address when MPRV=1
Weiwei Li
3
-8
/
+55
2023-07-10
target/riscv/cpu.c: fix veyron-v1 CPU properties
Daniel Henrique Barboza
1
-0
/
+3
2023-07-10
target/riscv: Remove redundant assignment to SXL
Weiwei Li
1
-4
/
+0
2023-07-10
target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
Weiwei Li
1
-6
/
+4
2023-07-10
target/riscv: Make MPV only work when MPP != PRV_M
Weiwei Li
2
-2
/
+4
2023-07-10
disas/riscv: Add support for XThead* instructions
Christoph Müllner
1
-0
/
+11
2023-07-10
target/riscv: Factor out extension tests to cpu_cfg.h
Christoph Müllner
2
-25
/
+28
2023-07-10
target/riscv: Use xl instead of mxl for disassemble
LIU Zhiwei
1
-1
/
+2
2023-07-09
target/riscv: Use aesdec_ISB_ISR_IMC_AK
Richard Henderson
1
-91
/
+10
2023-07-09
target/riscv: Use aesenc_SB_SR_MC_AK
Richard Henderson
1
-1
/
+6
2023-07-09
target/riscv: Use aesdec_IMC
Richard Henderson
1
-10
/
+5
2023-07-09
target/riscv: Use aesdec_ISB_ISR_AK
Richard Henderson
1
-1
/
+6
2023-07-09
target/riscv: Use aesenc_SB_SR_AK
Richard Henderson
1
-1
/
+9
2023-06-28
target/riscv: Restrict KVM-specific fields from ArchCPU
Philippe Mathieu-Daudé
3
-3
/
+9
2023-06-26
target: Widen pc/cs_base in cpu_get_tb_cpu_state
Anton Johansson
2
-4
/
+4
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-3
/
+3
2023-06-13
target/riscv: Smepmp: Return error when access permission not allowed in PMP
Himanshu Chauhan
1
-8
/
+2
2023-06-13
target/riscv/vector_helper.c: Remove the check for extra tail elements
Xiao Wang
1
-16
/
+6
2023-06-13
target/riscv/vector_helper.c: clean up reference of MTYPE
Xiao Wang
1
-5
/
+1
2023-06-13
target/riscv: Fix initialized value for cur_pmmask
Weiwei Li
1
-2
/
+2
2023-06-13
target/riscv: Remove pc_succ_insn from DisasContext
Weiwei Li
1
-6
/
+1
2023-06-13
target/riscv: Enable PC-relative translation
Weiwei Li
4
-20
/
+74
2023-06-13
target/riscv: Use true diff for gen_pc_plus_diff
Weiwei Li
3
-12
/
+9
2023-06-13
target/riscv: Change gen_set_pc_imm to gen_update_pc
Weiwei Li
6
-13
/
+13
2023-06-13
target/riscv: Change gen_goto_tb to work on displacements
Weiwei Li
2
-5
/
+7
2023-06-13
target/riscv: Introduce cur_insn_len into DisasContext
Weiwei Li
1
-1
/
+3
2023-06-13
target/riscv: Fix target address to update badaddr
Weiwei Li
3
-20
/
+28
2023-06-13
target/riscv: Pass RISCVCPUConfig as target_info to disassemble_info
Weiwei Li
1
-0
/
+1
2023-06-13
target/riscv: Split RISCVCPUConfig declarations from cpu.h into cpu_cfg.h
Weiwei Li
2
-113
/
+137
2023-06-13
target/riscv: smstateen knobs
Mayuresh Chitale
1
-1
/
+2
2023-06-13
target/riscv: Reuse tb->flags.FS
Mayuresh Chitale
2
-3
/
+10
2023-06-13
target/riscv: smstateen check for fcsr
Mayuresh Chitale
1
-0
/
+15
2023-06-13
target/riscv: Update cur_pmmask/base when xl changes
Weiwei Li
1
-1
/
+8
2023-06-13
target/riscv: Fix pointer mask transformation for vector address
Weiwei Li
1
-1
/
+1
2023-06-13
target/riscv: Deny access if access is partially inside the PMP entry
Weiwei Li
1
-2
/
+2
2023-06-13
target/riscv: Separate pmp_update_rule() in pmpcfg_csr_write
Weiwei Li
1
-14
/
+2
2023-06-13
target/riscv: Flush TLB only when pmpcfg/pmpaddr really changes
Weiwei Li
1
-10
/
+18
2023-06-13
target/riscv: Flush TLB when pmpaddr is updated
Weiwei Li
1
-0
/
+1
2023-06-13
target/riscv: Update the next rule addr in pmpaddr_csr_write()
Weiwei Li
1
-3
/
+7
2023-06-13
target/riscv: Flush TLB when MMWP or MML bits are changed
Weiwei Li
1
-0
/
+3
2023-06-13
target/riscv: Remove unused paramters in pmp_hart_has_privs_default()
Weiwei Li
1
-6
/
+3
2023-06-13
target/riscv: Make RLB/MML/MMWP bits writable only when Smepmp is enabled
Weiwei Li
1
-24
/
+26
2023-06-13
target/riscv: Change the return type of pmp_hart_has_privs() to bool
Weiwei Li
3
-27
/
+21
2023-06-13
target/riscv: Make the short cut really work in pmp_hart_has_privs
Weiwei Li
1
-0
/
+1
2023-06-13
target/riscv: Move pmp_get_tlb_size apart from get_physical_address_pmp
Weiwei Li
1
-10
/
+6
2023-06-13
target/riscv: Update pmp_get_tlb_size()
Weiwei Li
3
-22
/
+57
2023-06-13
target/riscv: rework write_misa()
Daniel Henrique Barboza
3
-29
/
+27
2023-06-13
target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
Daniel Henrique Barboza
1
-12
/
+47
[next]