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
/
csr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-28
target/riscv: Support CSRs required for RISC-V PM extension except for the h-...
Alexey Baturo
1
-0
/
+285
2021-10-22
target/riscv: Compute mstatus.sd on demand
Richard Henderson
1
-15
/
+22
2021-10-22
target/riscv: Add MXL/SXL/UXL to TB_FLAGS
Richard Henderson
1
-0
/
+3
2021-10-22
target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
Richard Henderson
1
-12
/
+12
2021-10-22
target/riscv: Split misa.mxl and misa.ext
Richard Henderson
1
-15
/
+29
2021-09-21
target/riscv: csr: Rename HCOUNTEREN_CY and friends
Bin Meng
1
-12
/
+12
2021-09-21
target/riscv: Fix satp write
LIU Zhiwei
1
-1
/
+1
2021-09-01
target/riscv: Fix hgeie, hgeip
Richard Henderson
1
-18
/
+8
2021-09-01
target/riscv: Fix rmw_sip, rmw_vsip, rmw_hsip vs write-only operation
Richard Henderson
1
-8
/
+15
2021-09-01
target/riscv: Add User CSRs read-only check
LIU Zhiwei
1
-3
/
+5
2021-09-01
target/riscv: Correct a comment in riscv_csrrw()
Bin Meng
1
-1
/
+1
2021-07-15
target/riscv: hardwire bits in hideleg and hedeleg
Jose Martins
1
-23
/
+31
2021-07-15
target/riscv: csr: Remove redundant check in fp csr read/write routines
Bin Meng
1
-24
/
+0
2021-05-11
target/riscv: Remove the hardcoded SATP_MODE macro
Alistair Francis
1
-4
/
+15
2021-05-11
target/riscv: Remove the hardcoded MSTATUS_SD macro
Alistair Francis
1
-2
/
+10
2021-05-11
target/riscv: Remove the hardcoded SSTATUS_SD macro
Alistair Francis
1
-1
/
+8
2021-05-11
target/riscv: Add ePMP CSR access functions
Hou Weiying
1
-0
/
+24
2021-05-11
target/riscv: Use RISCVException enum for CSR access
Alistair Francis
1
-19
/
+18
2021-05-11
target/riscv: Use the RISCVException enum for CSR operations
Alistair Francis
1
-255
/
+374
2021-05-11
target/riscv: Fix 32-bit HS mode access permissions
Alistair Francis
1
-1
/
+5
2021-05-11
target/riscv: Use the RISCVException enum for CSR predicates
Alistair Francis
1
-36
/
+44
2021-05-11
target/riscv: Remove privilege v1.9 specific CSR related code
Atish Patra
1
-32
/
+10
2021-03-22
target/riscv: Fix read and write accesses to vsip and vsie
Georg Kotheimer
1
-34
/
+34
2021-03-22
target/riscv: Make VSTIP and VSEIP read-only in hip
Georg Kotheimer
1
-3
/
+4
2021-03-22
target/riscv: fix vs() to return proper error code
Frank Chang
1
-1
/
+1
2021-01-16
target/riscv: Add CSR name in the CSR function table
Bin Meng
1
-84
/
+248
2021-01-16
target/riscv: Make csr_ops[CSR_TABLE_SIZE] external
Bin Meng
1
-9
/
+1
2020-12-17
target/riscv: csr: Remove compile time XLEN checks
Alistair Francis
1
-85
/
+91
2020-11-03
target/riscv/csr.c : add space before the open parenthesis '('
Xinhao Zhang
1
-1
/
+1
2020-11-03
target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unit
Yifei Jiang
1
-8
/
+10
2020-10-05
icount: rename functions to be consistent with the module name
Claudio Fontana
1
-2
/
+2
2020-10-05
cpu-timers, icount: new modules
Claudio Fontana
1
-2
/
+2
2020-09-09
hw/riscv: clint: Avoid using hard-coded timebase frequency
Bin Meng
1
-2
/
+2
2020-08-25
target/riscv: Support the Virtual Instruction fault
Alistair Francis
1
-1
/
+63
2020-08-25
target/riscv: Return the exception from invalid CSR accesses
Alistair Francis
1
-23
/
+23
2020-08-25
target/riscv: Support the v0.6 Hypervisor extension CRSs
Alistair Francis
1
-0
/
+40
2020-08-25
target/riscv: Only support little endian guests
Alistair Francis
1
-0
/
+5
2020-08-25
target/riscv: Only support a single VSXL length
Alistair Francis
1
-0
/
+9
2020-08-25
target/riscv: Convert MSTATUS MTL to GVA
Alistair Francis
1
-3
/
+3
2020-08-25
target/riscv: Don't allow guest to write to htinst
Alistair Francis
1
-1
/
+0
2020-07-22
target/riscv: Fix the range of pmpcfg of CSR funcion table
Zong Li
1
-1
/
+1
2020-07-02
target/riscv: support vector extension csr
LIU Zhiwei
1
-1
/
+74
2020-06-03
target/riscv: Drop support for ISA spec version 1.09.1
Alistair Francis
1
-113
/
+25
2020-02-27
target/riscv: Emulate TIME CSRs for privileged mode
Anup Patel
1
-4
/
+82
2020-02-27
target/riscv: Add support for the 32-bit MSTATUSH CSR
Alistair Francis
1
-0
/
+25
2020-02-27
target/riscv: Extend the SIP CSR to support virtulisation
Alistair Francis
1
-1
/
+12
2020-02-27
target/riscv: Extend the MIE CSR to support virtulisation
Alistair Francis
1
-4
/
+20
2020-02-27
target/riscv: Set VS bits in mideleg for Hyp extension
Alistair Francis
1
-0
/
+3
2020-02-27
target/riscv: Add Hypervisor machine CSRs accesses
Alistair Francis
1
-0
/
+27
2020-02-27
target/riscv: Add Hypervisor virtual CSRs accesses
Alistair Francis
1
-0
/
+116
[next]