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
/
riscv
/
csr.c
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
target/riscv: introduce ssp and enabling controls for zicfiss
Deepak Gupta
1
-0
/
+52
4 days
target/riscv: additional code information for sw check
Deepak Gupta
1
-0
/
+1
4 days
target/riscv: Introduce elp state and enabling controls for zicfilp
Deepak Gupta
1
-0
/
+31
4 days
target/riscv/csr.c: Fix an access to VXSAT
Evgenii Prokopiev
1
-2
/
+2
2024-07-18
target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSR
Yu-Ming Chang
1
-5
/
+52
2024-07-18
target/riscv: More accurately model priv mode filtering.
Rajnesh Kanwal
1
-1
/
+4
2024-07-18
target/riscv: Start counters from both mhpmcounter and mcountinhibit
Rajnesh Kanwal
1
-22
/
+53
2024-07-18
target/riscv: Enforce WARL behavior for scounteren/hcounteren
Atish Patra
1
-2
/
+10
2024-07-18
target/riscv: Save counter values during countinhibit update
Atish Patra
1
-12
/
+22
2024-07-18
target/riscv: Implement privilege mode filtering for cycle/instret
Atish Patra
1
-35
/
+82
2024-07-18
target/riscv: Only set INH fields if priv mode is available
Atish Patra
1
-4
/
+25
2024-07-18
target/riscv: Add cycle & instret privilege mode filtering support
Kaiwen Xue
1
-1
/
+137
2024-07-18
target/riscv: Fix the predicate functions for mhpmeventhX CSRs
Atish Patra
1
-29
/
+38
2024-07-18
target/riscv: Validate the mode in write_vstvec
Jiayi Li
1
-1
/
+6
2024-06-26
target/riscv: fix instructions count handling in icount mode
Clément Léger
1
-13
/
+17
2024-06-26
target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
Fea.Wang
1
-0
/
+31
2024-06-26
target/riscv: Add 'P1P13' bit in SMSTATEEN0
Fea.Wang
1
-0
/
+8
2024-06-26
target/riscv: Move Guest irqs out of the core local irqs range.
Rajnesh Kanwal
1
-1
/
+8
2024-06-26
target/riscv: Extend virtual irq csrs masks to be 64 bit wide.
Rajnesh Kanwal
1
-7
/
+7
2024-06-03
target/riscv: Add support for Zve32x extension
Jason Chien
1
-1
/
+1
2024-06-03
target/riscv/kvm: Fix exposure of Zkr
Andrew Jones
1
-4
/
+14
2024-03-08
target/riscv: UPDATE xATP write CSR
Irina Ryapolova
1
-23
/
+29
2024-03-08
target/riscv: FIX xATP_MODE validation
Irina Ryapolova
1
-2
/
+2
2024-03-08
target/riscv: Reset henvcfg to zero
Andrew Jones
1
-1
/
+1
2024-02-09
target/riscv: Use RISCVException as return type for all csr ops
LIU Zhiwei
1
-43
/
+74
2024-02-09
target/riscv/csr.c: use 'vlenb' instead of 'vlen'
Daniel Henrique Barboza
1
-2
/
+2
2024-02-09
target/riscv: Implement optional CSR mcontext of debug Sdtrig extension
Alvin Chang
1
-5
/
+31
2024-01-10
target/riscv: Assert that the CSR numbers will be correct
Alistair Francis
1
-1
/
+4
2024-01-10
target/riscv: Not allow write mstatus_vs without RVV
LIU Zhiwei
1
-1
/
+4
2024-01-05
target/riscv: Fix mcycle/minstret increment behavior
Xu Lu
1
-7
/
+7
2023-11-07
target/riscv: Don't assume PMU counters are continuous
Rob Bradford
1
-2
/
+3
2023-11-07
target/riscv: correct csr_ops[CSR_MSECCFG]
Heinrich Schuchardt
1
-2
/
+5
2023-11-07
target/riscv: add zicntr extension flag for TCG
Daniel Henrique Barboza
1
-0
/
+4
2023-11-07
Add epmp to extensions list and rename it to smepmp
Himanshu Chauhan
1
-3
/
+3
2023-11-07
target/riscv: Add HS-mode virtual interrupt and IRQ filtering support.
Rajnesh Kanwal
1
-18
/
+178
2023-11-07
target/riscv: Add M-mode virtual interrupt and IRQ filtering support.
Rajnesh Kanwal
1
-28
/
+251
2023-11-07
target/riscv: Without H-mode mask all HS mode inturrupts in mie.
Rajnesh Kanwal
1
-1
/
+1
2023-11-07
target/riscv: rename ext_icsr to ext_zicsr
Daniel Henrique Barboza
1
-1
/
+1
2023-10-12
target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
Daniel Henrique Barboza
1
-0
/
+1
2023-09-11
target/riscv: don't read CSR in riscv_csrrw_do64
Nikita Shubin
1
-9
/
+15
2023-09-11
target/riscv: Align the AIA model to v1.0 ratified spec
Tommy Wu
1
-2
/
+5
2023-09-11
target/riscv: Update CSR bits name for svadu extension
Weiwei Li
1
-6
/
+6
2023-09-11
target/riscv: Implement WARL behaviour for mcountinhibit/mcounteren
Rob Bradford
1
-2
/
+9
2023-09-08
riscv: spelling fixes
Michael Tokarev
1
-2
/
+2
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-07-10
target/riscv: update cur_pmbase/pmmask based on mode affected by MPRV
Weiwei Li
1
-7
/
+20
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-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
[next]