index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
riscv
/
csr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/riscv: Relax UXL field for debugging
LIU Zhiwei
2022-01-21
1
-4
/
+4
*
target/riscv: Enable uxl field write
LIU Zhiwei
2022-01-21
1
-6
/
+22
*
target/riscv: Split out the vill from vtype
LIU Zhiwei
2022-01-21
1
-1
/
+12
*
target/riscv: Create current pm fields in env
LIU Zhiwei
2022-01-21
1
-0
/
+19
*
target/riscv: Relax debug check for pm write
LIU Zhiwei
2022-01-21
1
-0
/
+3
*
target/riscv: Create xl field in env
LIU Zhiwei
2022-01-21
1
-0
/
+2
*
target/riscv: Adjust pmpcfg access with mxl
LIU Zhiwei
2022-01-21
1
-0
/
+19
*
target/riscv: rvv-1.0: Add Zve32f extension into RISC-V
Frank Chang
2022-01-21
1
-1
/
+1
*
target/riscv: rvv-1.0: Add Zve64f extension into RISC-V
Frank Chang
2022-01-21
1
-1
/
+5
*
target/riscv: actual functions to realize crs 128-bit insns
Frédéric Pétrot
2022-01-08
1
-30
/
+165
*
target/riscv: helper functions to wrap calls to 128-bit csr insns
Frédéric Pétrot
2022-01-08
1
-0
/
+17
*
target/riscv: rvv-1.0: implement vstart CSR
Frank Chang
2021-12-20
1
-1
/
+5
*
target/riscv: rvv-1.0: check MSTATUS_VS when accessing vector csr registers
Frank Chang
2021-12-20
1
-0
/
+5
*
target/riscv: rvv-1.0: add vlenb register
Greentime Hu
2021-12-20
1
-0
/
+7
*
target/riscv: rvv-1.0: add vcsr register
LIU Zhiwei
2021-12-20
1
-0
/
+17
*
target/riscv: rvv-1.0: remove rvv related codes from fcsr registers
Frank Chang
2021-12-20
1
-13
/
+0
*
target/riscv: rvv-1.0: introduce writable misa.v field
Frank Chang
2021-12-20
1
-1
/
+1
*
target/riscv: rvv-1.0: add sstatus VS field
LIU Zhiwei
2021-12-20
1
-1
/
+1
*
target/riscv: rvv-1.0: set mstatus.SD bit if mstatus.VS is dirty
Frank Chang
2021-12-20
1
-0
/
+1
*
target/riscv: rvv-1.0: add mstatus VS field
LIU Zhiwei
2021-12-20
1
-1
/
+11
*
target/riscv: Support CSRs required for RISC-V PM extension except for the h-...
Alexey Baturo
2021-10-28
1
-0
/
+285
*
target/riscv: Compute mstatus.sd on demand
Richard Henderson
2021-10-22
1
-15
/
+22
*
target/riscv: Add MXL/SXL/UXL to TB_FLAGS
Richard Henderson
2021-10-21
1
-0
/
+3
*
target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
Richard Henderson
2021-10-21
1
-12
/
+12
*
target/riscv: Split misa.mxl and misa.ext
Richard Henderson
2021-10-21
1
-15
/
+29
*
target/riscv: csr: Rename HCOUNTEREN_CY and friends
Bin Meng
2021-09-21
1
-12
/
+12
*
target/riscv: Fix satp write
LIU Zhiwei
2021-09-20
1
-1
/
+1
*
target/riscv: Fix hgeie, hgeip
Richard Henderson
2021-09-01
1
-18
/
+8
*
target/riscv: Fix rmw_sip, rmw_vsip, rmw_hsip vs write-only operation
Richard Henderson
2021-09-01
1
-8
/
+15
*
target/riscv: Add User CSRs read-only check
LIU Zhiwei
2021-09-01
1
-3
/
+5
*
target/riscv: Correct a comment in riscv_csrrw()
Bin Meng
2021-09-01
1
-1
/
+1
*
target/riscv: hardwire bits in hideleg and hedeleg
Jose Martins
2021-07-15
1
-23
/
+31
*
target/riscv: csr: Remove redundant check in fp csr read/write routines
Bin Meng
2021-07-15
1
-24
/
+0
*
target/riscv: Remove the hardcoded SATP_MODE macro
Alistair Francis
2021-05-11
1
-4
/
+15
*
target/riscv: Remove the hardcoded MSTATUS_SD macro
Alistair Francis
2021-05-11
1
-2
/
+10
*
target/riscv: Remove the hardcoded SSTATUS_SD macro
Alistair Francis
2021-05-11
1
-1
/
+8
*
target/riscv: Add ePMP CSR access functions
Hou Weiying
2021-05-11
1
-0
/
+24
*
target/riscv: Use RISCVException enum for CSR access
Alistair Francis
2021-05-11
1
-19
/
+18
*
target/riscv: Use the RISCVException enum for CSR operations
Alistair Francis
2021-05-11
1
-255
/
+374
*
target/riscv: Fix 32-bit HS mode access permissions
Alistair Francis
2021-05-11
1
-1
/
+5
*
target/riscv: Use the RISCVException enum for CSR predicates
Alistair Francis
2021-05-11
1
-36
/
+44
*
target/riscv: Remove privilege v1.9 specific CSR related code
Atish Patra
2021-05-11
1
-32
/
+10
*
target/riscv: Fix read and write accesses to vsip and vsie
Georg Kotheimer
2021-03-23
1
-34
/
+34
*
target/riscv: Make VSTIP and VSEIP read-only in hip
Georg Kotheimer
2021-03-23
1
-3
/
+4
*
target/riscv: fix vs() to return proper error code
Frank Chang
2021-03-23
1
-1
/
+1
*
target/riscv: Add CSR name in the CSR function table
Bin Meng
2021-01-16
1
-84
/
+248
*
target/riscv: Make csr_ops[CSR_TABLE_SIZE] external
Bin Meng
2021-01-16
1
-9
/
+1
*
target/riscv: csr: Remove compile time XLEN checks
Alistair Francis
2020-12-18
1
-85
/
+91
*
target/riscv/csr.c : add space before the open parenthesis '('
Xinhao Zhang
2020-11-03
1
-1
/
+1
*
target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unit
Yifei Jiang
2020-11-03
1
-8
/
+10
[next]