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
2024-01-10
target/riscv: Not allow write mstatus_vs without RVV
LIU Zhiwei
2024-01-05
target/riscv: Fix mcycle/minstret increment behavior
Xu Lu
2023-11-07
target/riscv: Don't assume PMU counters are continuous
Rob Bradford
2023-11-07
target/riscv: correct csr_ops[CSR_MSECCFG]
Heinrich Schuchardt
2023-11-07
target/riscv: add zicntr extension flag for TCG
Daniel Henrique Barboza
2023-11-07
Add epmp to extensions list and rename it to smepmp
Himanshu Chauhan
2023-11-07
target/riscv: Add HS-mode virtual interrupt and IRQ filtering support.
Rajnesh Kanwal
2023-11-07
target/riscv: Add M-mode virtual interrupt and IRQ filtering support.
Rajnesh Kanwal
2023-11-07
target/riscv: Without H-mode mask all HS mode inturrupts in mie.
Rajnesh Kanwal
2023-11-07
target/riscv: rename ext_icsr to ext_zicsr
Daniel Henrique Barboza
2023-10-12
target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
Daniel Henrique Barboza
2023-09-11
target/riscv: don't read CSR in riscv_csrrw_do64
Nikita Shubin
2023-09-11
target/riscv: Align the AIA model to v1.0 ratified spec
Tommy Wu
2023-09-11
target/riscv: Update CSR bits name for svadu extension
Weiwei Li
2023-09-11
target/riscv: Implement WARL behaviour for mcountinhibit/mcounteren
Rob Bradford
2023-09-08
riscv: spelling fixes
Michael Tokarev
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
2023-07-10
target/riscv: update cur_pmbase/pmmask based on mode affected by MPRV
Weiwei Li
2023-07-10
target/riscv: Remove redundant assignment to SXL
Weiwei Li
2023-07-10
target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
Weiwei Li
2023-06-13
target/riscv: smstateen check for fcsr
Mayuresh Chitale
2023-06-13
target/riscv: Update cur_pmmask/base when xl changes
Weiwei Li
2023-06-13
target/riscv: rework write_misa()
Daniel Henrique Barboza
2023-05-05
target/riscv: Restore the predicate() NULL check behavior
Bin Meng
2023-05-05
target/riscv: Set MMU_2STAGE_BIT in riscv_cpu_mmu_index
Richard Henderson
2023-05-05
target/riscv: Reduce overhead of MSTATUS_SUM change
Fei Wu
2023-05-05
target/riscv: Add a general status enum for extensions
LIU Zhiwei
2023-05-05
target/riscv: fix H extension TVM trap
Yi Chen
2023-05-05
target/riscv: Legalize MPP value in write_mstatus
Weiwei Li
2023-05-05
target/riscv: Fix lines with over 80 characters
Weiwei Li
2023-05-05
target/riscv: Fix format for comments
Weiwei Li
2023-05-05
target/riscv: Remove riscv_cpu_virt_enabled()
Weiwei Li
2023-05-05
target/riscv: add support for Zcmt extension
Weiwei Li
2023-05-05
target/riscv: Simplify arguments for riscv_csrrw_check
Weiwei Li
2023-05-05
target/riscv: Simplify type conversion for CPURISCVState
Weiwei Li
2023-05-05
target/riscv: Avoid env_archcpu() when reading RISCVCPUConfig
Weiwei Li
2023-03-07
includes: move tb_flush into its own header
Alex Bennée
2023-03-06
riscv: Allow user to set the satp mode
Alexandre Ghiti
2023-03-06
riscv: Change type of valid_vm_1_10_[32|64] to bool
Alexandre Ghiti
2023-03-01
Merge patch series "RISCVCPUConfig related cleanups"
Palmer Dabbelt
2023-03-01
target/riscv/csr.c: avoid env_archcpu() usages when reading RISCVCPUConfig
Daniel Henrique Barboza
2023-03-01
target/riscv/csr.c: use riscv_cpu_cfg() to avoid env_cpu() pointers
Daniel Henrique Barboza
2023-03-01
target/riscv/csr.c: simplify mctr()
Daniel Henrique Barboza
2023-03-01
target/riscv/csr.c: use env_archcpu() in ctr()
Daniel Henrique Barboza
2023-03-01
Merge patch series "target/riscv: Add support for Svadu extension"
Palmer Dabbelt
2023-03-01
target/riscv: Add csr support for svadu
Weiwei Li
2023-03-01
target/riscv: Fix the relationship of PBMTE/STCE fields between menvcfg and h...
Weiwei Li
2023-03-01
target/riscv: Fix the relationship between menvcfg.PBMTE/STCE and Svpbmt/Sstc...
Weiwei Li
2023-03-01
Merge patch series "target/riscv: Various fixes to gdbstub and CSR access"
Palmer Dabbelt
2023-03-01
target/riscv: Group all predicate() routines together
Bin Meng
[next]