index
:
rocket-tools/riscv-isa-sim.git
confprec
cs250
cycleh
debug_rom
debug_rom_fence
device_flags
dtm_reset_error
dts_parsing
dynamic
eos18-bringup
factor-out-macros
fix-bf16
force-rtti
fp-encoding
heterogeneous_mc
hwachav4
increase-stack-size
itrigger-etrigger-cleanup
load_reservation_set_size
log-commits-faster
master
mmio-hack
mvp
no_progbuf
no_progbuf2
nolibfdt
p-ext-0.5.2
plctlab-plct-zce-fix2
plic-clint-endian
plic_uart_v1
priv-1.10
private-l1-caches
pte-info-and-delegation
remove-tests
rivosinc-etrigger_fix_exception_match
rva-profile-support
simplify-misaligned
sodor
sparse-mem
speed2
speedup-hacks
static-link
test
tmp
trigger_priority
tweak_debug_rom
whole-archive
sifive/rvv0.9-phase2
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
/
riscv
/
csrs.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-16
Refer to concrete members in sstatus_csr_t::dirty()
Andrew Waterman
1
-2
/
+2
2022-03-16
Speed up sstatus_csr_t::dirty(); remove redundant log entries
Andrew Waterman
1
-0
/
+6
2022-03-15
Rewrite sstatus_csr_t::enabled() for higher performance
Andrew Waterman
1
-11
/
+10
2022-03-15
Give concrete types to fields of sstatus_proxy_csr_t
Andrew Waterman
1
-1
/
+1
2022-03-15
Give concrete types to fields of sstatus_csr_t
Andrew Waterman
1
-1
/
+1
2022-03-15
Allow sstatus_proxy_csr_t::read() to be inlined
Andrew Waterman
1
-4
/
+0
2022-03-15
Allow mstatus_csr_t::read() to be inlined
Andrew Waterman
1
-5
/
+0
2022-03-15
Allow vsstatus_csr_t::read() to be inlined
Andrew Waterman
1
-4
/
+0
2022-03-15
Fix perf regression from CSR refactoring (#949)
Andrew Waterman
1
-9
/
+0
2022-03-12
Construct an isa_parser_t and pass it to processor_t constructor
Rupert Swarbrick
1
-2
/
+2
2022-02-23
csr: mstatus.sxl and mstatus.uxl are zero in rv32
Chih-Min Chao
1
-2
/
+3
2022-02-23
perf: refine csr accessibility checking
Chih-Min Chao
1
-2
/
+3
2022-02-18
Rename minstret CSR classes to something more general
Rupert Swarbrick
1
-13
/
+13
2021-12-16
TSR is read-only 0 when S-mode is not supported. (#890)
sven
1
-1
/
+2
2021-11-13
Use enum to specify the 3 options for masking of intr CSRs
Scott Johnson
1
-4
/
+3
2021-11-13
Mask hideleg by mideleg
Scott Johnson
1
-0
/
+10
2021-11-08
Move definitions of P and require macros
Andrew Waterman
1
-0
/
+2
2021-11-02
Zbkx renames xperm.n and xperm.b as xperm4 and xperm8. (#846)
Markku-Juhani O. Saarinen
1
-6
/
+7
2021-10-14
Split 'P' to EXT_ZPN and friends (#830)
marcfedorow
1
-1
/
+1
2021-10-14
Call parent verify_permissions() for float_csr_t (#832)
Scott Johnson
1
-0
/
+1
2021-10-06
Disallow any insn jumping from Off to Dirty in mstatus.FS/XS/VS
Scott Johnson
1
-0
/
+4
2021-10-06
Allow vxsat to be accessed by P extension
Scott Johnson
1
-1
/
+1
2021-10-06
Make vxsat into its own class
Scott Johnson
1
-0
/
+17
2021-10-06
Allow instructions considering mstatus.FS/XS/VS to succeed when field doesn't...
Scott Johnson
1
-0
/
+2
2021-10-06
Let each sstatus CSR determine extension enable
Scott Johnson
1
-2
/
+6
2021-10-06
Give sstatus_csr_t handles to its base_status_csr_t constituents
Scott Johnson
1
-2
/
+4
2021-09-29
Modify logic for exception on writes to read-only CSRs
Scott Johnson
1
-1
/
+3
2021-09-29
Convert vlenb to csr_t
Scott Johnson
1
-2
/
+2
2021-09-29
Convert vstart to csr_t
Scott Johnson
1
-0
/
+6
2021-09-29
Convert vxsat to csr_t
Scott Johnson
1
-0
/
+20
2021-09-29
Initialize dcsr to fix Valgrind warnings about uninitialized vars
Scott Johnson
1
-1
/
+9
2021-09-28
Convert sentropy to csr_t
Scott Johnson
1
-0
/
+21
2021-09-27
Convert FCSR to csr_t
Scott Johnson
1
-0
/
+24
2021-09-27
Convert frm & fflags to csr_t
Scott Johnson
1
-0
/
+16
2021-09-27
Merge pull request #815 from scottj97/mstatush
Andrew Waterman
1
-0
/
+15
2021-09-27
Make mstatush bits writable on hypervisor configs
Scott Johnson
1
-1
/
+1
2021-09-27
Convert mstatush to csr_t
Scott Johnson
1
-0
/
+15
2021-09-26
Convert dcsr to csr_t
Scott Johnson
1
-0
/
+44
2021-09-26
Convert dpc to csr_t
Scott Johnson
1
-0
/
+10
2021-09-26
Convert dscratch0/1 to csr_t
Scott Johnson
1
-0
/
+11
2021-09-26
Convert tdata2 to csr_t
Scott Johnson
1
-0
/
+22
2021-09-26
Convert tdata1 to csr_t
Scott Johnson
1
-0
/
+53
2021-09-26
Convert tselect to csr_t
Scott Johnson
1
-0
/
+9
2021-09-25
Remove no-longer-used counteren_csr_t
Scott Johnson
1
-10
/
+0
2021-09-25
Convert hgatp to csr_t
Scott Johnson
1
-0
/
+33
2021-09-25
Convert hideleg to csr_t
Scott Johnson
1
-1
/
+1
2021-09-25
Convert hstatus_csr_t to more generic masked_csr_t
Scott Johnson
1
-7
/
+5
2021-09-25
Convert mtval2 to csr_t
Scott Johnson
1
-0
/
+11
2021-09-20
Fix logged value of minstret
Scott Johnson
1
-0
/
+5
2021-09-20
Provide mechanism (not yet used) for the logged value to be different from re...
Scott Johnson
1
-2
/
+6
[prev]
[next]