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: 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
*
icount: rename functions to be consistent with the module name
Claudio Fontana
2020-10-05
1
-2
/
+2
*
cpu-timers, icount: new modules
Claudio Fontana
2020-10-05
1
-2
/
+2
*
hw/riscv: clint: Avoid using hard-coded timebase frequency
Bin Meng
2020-09-10
1
-2
/
+2
*
target/riscv: Support the Virtual Instruction fault
Alistair Francis
2020-08-25
1
-1
/
+63
*
target/riscv: Return the exception from invalid CSR accesses
Alistair Francis
2020-08-25
1
-23
/
+23
*
target/riscv: Support the v0.6 Hypervisor extension CRSs
Alistair Francis
2020-08-25
1
-0
/
+40
*
target/riscv: Only support little endian guests
Alistair Francis
2020-08-25
1
-0
/
+5
*
target/riscv: Only support a single VSXL length
Alistair Francis
2020-08-25
1
-0
/
+9
*
target/riscv: Convert MSTATUS MTL to GVA
Alistair Francis
2020-08-25
1
-3
/
+3
*
target/riscv: Don't allow guest to write to htinst
Alistair Francis
2020-08-25
1
-1
/
+0
*
target/riscv: Fix the range of pmpcfg of CSR funcion table
Zong Li
2020-07-22
1
-1
/
+1
*
target/riscv: support vector extension csr
LIU Zhiwei
2020-07-02
1
-1
/
+74
*
target/riscv: Drop support for ISA spec version 1.09.1
Alistair Francis
2020-06-03
1
-113
/
+25
*
target/riscv: Emulate TIME CSRs for privileged mode
Anup Patel
2020-02-27
1
-4
/
+82
*
target/riscv: Add support for the 32-bit MSTATUSH CSR
Alistair Francis
2020-02-27
1
-0
/
+25
*
target/riscv: Extend the SIP CSR to support virtulisation
Alistair Francis
2020-02-27
1
-1
/
+12
*
target/riscv: Extend the MIE CSR to support virtulisation
Alistair Francis
2020-02-27
1
-4
/
+20
*
target/riscv: Set VS bits in mideleg for Hyp extension
Alistair Francis
2020-02-27
1
-0
/
+3
*
target/riscv: Add Hypervisor machine CSRs accesses
Alistair Francis
2020-02-27
1
-0
/
+27
*
target/riscv: Add Hypervisor virtual CSRs accesses
Alistair Francis
2020-02-27
1
-0
/
+116
*
target/riscv: Add Hypervisor CSR access functions
Alistair Francis
2020-02-27
1
-2
/
+134
*
target/riscv: Fix CSR perm checking for HS mode
Alistair Francis
2020-02-27
1
-4
/
+14
*
target/riscv: Add support for the new execption numbers
Alistair Francis
2020-02-27
1
-2
/
+5
*
target/riscv: update mstatus.SD when FS is set dirty
ShihPo Hung
2020-01-16
1
-2
/
+1
*
target/riscv: Remove atomic accesses to MIP CSR
Alistair Francis
2019-11-14
1
-1
/
+1
*
riscv: Skip checking CSR privilege level in debugger mode
Bin Meng
2019-10-28
1
-1
/
+4
*
target/riscv: Fix mstatus dirty mask
Alistair Francis
2019-09-17
1
-1
/
+1
*
target/riscv: Create function to test if FP is enabled
Alistair Francis
2019-09-17
1
-9
/
+11
*
RISC-V: Add support for the Zicsr extension
Palmer Dabbelt
2019-06-26
1
-0
/
+6
*
target/riscv: Add support for disabling/enabling Counters
Alistair Francis
2019-06-25
1
-5
/
+12
*
target/riscv: Add the mcountinhibit CSR
Alistair Francis
2019-06-25
1
-2
/
+15
*
target/riscv: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-6
/
+6
*
target/riscv: Only flush TLB if SATP.ASID changes
Jonathan Behrens
2019-05-24
1
-1
/
+3
*
target/riscv: More accurate handling of `sip` CSR
Jonathan Behrens
2019-05-24
1
-2
/
+5
*
target/riscv: Allow setting mstatus virtulisation bits
Alistair Francis
2019-05-24
1
-9
/
+8
*
target/riscv: Trigger interrupt on MIP update asynchronously
Alistair Francis
2019-05-24
1
-2
/
+0
*
RISC-V: Add support for vectored interrupts
Michael Clark
2019-03-19
1
-6
/
+6
*
RISC-V: Allow interrupt controllers to claim interrupts
Michael Clark
2019-03-19
1
-8
/
+2
*
RISC-V: Add debug support for accessing CSRs.
Jim Wilson
2019-03-19
1
-7
/
+25
*
target/riscv: fix counter-enable checks in ctr()
Xi Wang
2019-02-12
1
-3
/
+9
*
RISC-V: Add misa runtime write support
Michael Clark
2019-02-12
1
-1
/
+53
*
RISC-V: Use riscv prefix consistently on cpu helpers
Michael Clark
2019-02-12
1
-4
/
+4
*
RISC-V: Implement mstatus.TSR/TW/TVM
Michael Clark
2019-02-12
1
-4
/
+13
*
RISC-V: Mark mstatus.fs dirty
Richard Henderson
2019-02-12
1
-12
/
+0
*
RISC-V: Implement existential predicates for CSRs
Michael Clark
2019-01-09
1
-76
/
+93
[next]