index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
riscv
/
csr.c
Age
Commit message (
Expand
)
Author
2023-03-01
target/riscv: Allow debugger to access {h, s}stateen CSRs
Bin Meng
2023-03-01
target/riscv: Allow debugger to access seed CSR
Bin Meng
2023-03-01
target/riscv: Allow debugger to access user timer and counter CSRs
Bin Meng
2023-03-01
target/riscv: Avoid reporting odd-numbered pmpcfgX in the CSR XML for RV64
Bin Meng
2023-03-01
target/riscv: Simplify getting RISCVCPU pointer from env
Bin Meng
2023-03-01
target/riscv: Simplify {read, write}_pmpcfg() a little bit
Bin Meng
2023-03-01
target/riscv: Use 'bool' type for read_only
Bin Meng
2023-03-01
target/riscv: Coding style fixes in csr.c
Bin Meng
2023-03-01
target/riscv: Use g_assert() for the predicate() NULL check
Bin Meng
2023-03-01
target/riscv: Add some comments to clarify the priority policy of riscv_csrrw...
Bin Meng
2023-03-01
Merge patch series "target/riscv: Some updates to float point related extensi...
Palmer Dabbelt
2023-03-01
target/riscv: Simplify check for Zve32f and Zve64f
Weiwei Li
2023-03-01
target/riscv: remove RISCV_FEATURE_MMU
Daniel Henrique Barboza
2023-03-01
target/riscv: remove RISCV_FEATURE_PMP
Daniel Henrique Barboza
2023-03-01
target/riscv: remove RISCV_FEATURE_EPMP
Daniel Henrique Barboza
2023-03-01
target/riscv: remove RISCV_FEATURE_DEBUG
Daniel Henrique Barboza
2023-03-01
target/riscv: allow MISA writes as experimental
Daniel Henrique Barboza
2023-03-01
target/riscv: do not mask unsupported QEMU extensions in write_misa()
Daniel Henrique Barboza
2023-02-23
target/riscv: Remove privileged spec version restriction for RVV
Frank Chang
2023-02-07
target/riscv: Update VS timer whenever htimedelta changes
Anup Patel
2023-01-20
target/riscv: Trap on writes to stimecmp from VS when hvictl.VTI=1
Andrew Bresticker
2023-01-20
target/riscv: Fix up masking of vsip/vsie accesses
Andrew Bresticker
2023-01-06
target/riscv: Typo fix in sstc() predicate
Anup Patel
2023-01-06
target/riscv: smstateen check for h/s/envcfg
Mayuresh Chitale
2023-01-06
target/riscv: Add smstateen support
Mayuresh Chitale
2022-09-27
target/riscv: debug: Introduce tinfo CSR
Frank Chang
2022-09-27
target/riscv: debug: Determine the trigger type from tdata1.type
Frank Chang
2022-09-27
target/riscv: fix csr check for cycle{h}, instret{h}, time{h}, hpmcounter3-31{h}
Weiwei Li
2022-09-07
target/riscv: Update the privilege field for sscofpmf CSRs
Atish Patra
2022-09-07
target/riscv: Simplify counter predicate function
Atish Patra
2022-09-07
target/riscv: Add sscofpmf extension support
Atish Patra
2022-09-07
target/riscv: Add vstimecmp support
Atish Patra
2022-09-07
target/riscv: Add stimecmp support
Atish Patra
2022-09-07
target/riscv: Use official extension names for AIA CSRs
Anup Patel
2022-09-07
target/riscv: Remove additional priv version check for mcountinhibit
Atish Patra
2022-09-07
target/riscv: Fix priority of csr related check in riscv_csrrw_check
Weiwei Li
2022-09-07
target/riscv: Simplify the check in hmode to reuse the check in riscv_csrrw_c...
Weiwei Li
2022-09-07
target/riscv: Fix checks in hmode/hmode32
Weiwei Li
2022-09-07
target/riscv: Add check for csrs existed with U extension
Weiwei Li
2022-09-07
target/riscv: Fix checkpatch warning may triggered in csr_ops table
Weiwei Li
2022-07-03
target/riscv: Remove CSRs that set/clear an IMSIC interrupt file bits
Anup Patel
2022-07-03
target/riscv: Set minumum priv spec version for mcountinhibit
Anup Patel
2022-07-03
target/riscv: Fixup MSECCFG minimum priv check
Alistair Francis
2022-07-03
target/riscv: Support mcycle/minstret write operation
Atish Patra
2022-07-03
target/riscv: Add support for hpmcounters/hpmevents
Atish Patra
2022-07-03
target/riscv: Implement mcountinhibit CSR
Atish Patra
2022-07-03
target/riscv: pmu: Make number of counters configurable
Atish Patra
2022-07-03
target/riscv: pmu: Rename the counters extension to pmu
Atish Patra
2022-07-03
target/riscv: Implement PMU CSR predicate function for S-mode
Atish Patra
2022-07-03
target/riscv: Fix PMU CSR predicate function
Atish Patra
[prev]
[next]