index
:
riscv-gnu-toolchain/spike.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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-17
Add test that ensures opcodes don't overlap unless explicitly specified
Andrew Waterman
2
-1
/
+59
2023-06-17
Add C.EBREAK, C.JALR, and C.JR to overlap list
Andrew Waterman
1
-0
/
+3
2023-06-12
Merge pull request #1376 from YenHaoChen/pr-cbo-region
Andrew Waterman
1
-1
/
+1
2023-06-12
Fix PMP checking region of cache-block management instructions
YenHaoChen
1
-1
/
+1
2023-06-08
Replace ternary operator with std:min
demin.han
1
-2
/
+2
2023-06-06
Merge pull request #1321 from plctlab/plct-bf16-dev
Andrew Waterman
16
-7
/
+176
2023-06-01
dscr.ebreakh is now dcsr.ebreakv[su]
Tim Newsome
4
-12
/
+20
2023-05-29
Add flh/fsh/fmv_h_x/fmv_x_h instructions to Zvfbfmin/Zvfbfwma extensions
Weiwei Li
6
-4
/
+9
2023-05-29
Add support for new instructions of Zvfbfwma extension
Weiwei Li
4
-0
/
+69
2023-05-29
Add support for new instructions of Zvfbfmin extension
Weiwei Li
4
-0
/
+37
2023-05-29
Add support for new instructions of Zfbfmin extension
Weiwei Li
4
-2
/
+22
2023-05-29
Update encoding.h to add instructions for BF16 extensions
Weiwei Li
1
-1
/
+22
2023-05-29
Add isa string support for Zfbfmin/Zvfbfmin/Zvfbfwma
Weiwei Li
2
-0
/
+17
2023-05-27
Merge pull request #1368 from glg-rv/have_int128/0/topic
Jerry Zhao
3
-7
/
+7
2023-05-26
Fix check for extension
Gianluca Guida
1
-1
/
+1
2023-05-26
Use HAVE_INT128 instead of __SIZEOF_INT128__
Gianluca Guida
3
-6
/
+6
2023-05-26
decode_macros: move 'is_aligned' from 'v_ext_macros.h'
Gianluca Guida
2
-5
/
+4
2023-05-25
Refactor set_privilege to subsume set_virt
Andrew Waterman
6
-38
/
+12
2023-05-25
Move setting of V=0 for M-mode trap
Scott Johnson
1
-1
/
+1
2023-05-25
Move setting of V=0 for HS-mode trap
Scott Johnson
1
-1
/
+1
2023-05-25
Explicitly use the nonvirtual S-mode CSRs when going to HS-mode
Scott Johnson
2
-12
/
+19
2023-05-25
Force V=1 when going to VS-mode trap handler
Scott Johnson
1
-0
/
+1
2023-05-25
Redo sret to put set_virt/set_privilege together
Scott Johnson
1
-3
/
+4
2023-05-25
Prevent possibility of V=1 and PRV=M when entering debug mode
Andrew Waterman
1
-0
/
+1
2023-05-25
Implement dcsr.v and make DRET use it
Andrew Waterman
4
-3
/
+11
2023-05-25
Use more descriptive variable name in dcsr_csr_t::read; make it reg_t
Andrew Waterman
1
-12
/
+12
2023-05-24
triggers: Fix etrigger match on exceptions
Atul Khare
2
-4
/
+7
2023-05-24
Enhance mode_match() functionality
Atul Khare
2
-6
/
+7
2023-05-24
Add prev_prv to processor state
Atul Khare
2
-1
/
+3
2023-05-24
Add pre_v to processor state
Atul Khare
2
-12
/
+12
2023-05-23
Let mstatus.MPP initially be M-mode if unsupporting U-mode
YenHaoChen
1
-0
/
+1
2023-05-19
Add Spike's meta files for pkg-config
Wojciech Bartczak
1
-0
/
+2
2023-05-11
Use passed in virtual bit for creating traps in take_trigger_action() rahter ...
rbuchner
1
-1
/
+1
2023-05-11
Plumb in effective virtual bit to take_trigger_action()
rbuchner
6
-16
/
+17
2023-05-11
Add split_misaligned_access() to mem_access_info_t
rbuchner
2
-2
/
+6
2023-05-11
Pass mem_access_info_t into walk()
rbuchner
2
-4
/
+8
2023-05-11
Use access_info within store_slow_path rather than xlate_flags
Ryan Buchner
1
-1
/
+1
2023-05-11
Use access_info.effective_virt when failed mmio_store (i.e. device detects ac...
rbuchner
1
-1
/
+1
2023-05-11
Adjust store_slow_path_intrapage to recieve a mem_access_info_t as input
Ryan Buchner
2
-8
/
+10
2023-05-11
Use access_info within load_slow_path rather than xlate_flags
Ryan Buchner
1
-2
/
+2
2023-05-11
Use access_info.effective_virt when failed mmio_load (i.e. device detects acc...
rbuchner
1
-1
/
+1
2023-05-11
Use access_info.effective_virt when access_fault due to non-reservable lr
rbuchner
1
-1
/
+1
2023-05-11
Adjust load_slow_path_intrapage to recieve a mem_access_info_t as input
Ryan Buchner
2
-10
/
+12
2023-05-11
Add structure (mem_access_info_t) for holding memory access information
Ryan Buchner
2
-21
/
+41
2023-05-11
Add is_special_access() to xlate_flags_t
rbuchner
2
-6
/
+10
2023-05-11
Add xlate_flags_t struct
rbuchner
2
-38
/
+52
2023-05-11
Rename RISCV_XLATE_VIRT to RISCV_XLATE_FORCED_VIRT
Ryan Buchner
2
-7
/
+7
2023-05-09
Merge pull request #1357 from ptomsich/ptomsich/1312-fix-fcvtmod_w_d-exceptions
Andrew Waterman
1
-1
/
+3
2023-05-09
Merge pull request #1356 from ptomsich/ptomsich/1355-fix-fleq-fltq-exceptions
Andrew Waterman
8
-0
/
+8
2023-05-09
Zfa: fix missing set_fp_exceptions for fleq/fltq
Philipp Tomsich
8
-0
/
+8
[next]