index
:
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-09
Zfa: fix missing set_fp_exceptions for fleq/fltq
Philipp Tomsich
8
-0
/
+8
2023-05-09
Merge pull request #1353 from ptomsich/ptomsich/1351-Zfa-fix-NX-fround-family
Andrew Waterman
8
-8
/
+8
2023-05-09
Zfa: fix NX handling for the fround/froundnx family
Philipp Tomsich
8
-8
/
+8
2023-04-26
Merge pull request #1316 from YenHaoChen/pr-native-triggers
Andrew Waterman
2
-3
/
+19
2023-04-26
triggers: native triggers (action=0) should prevent causing a breakpoint exce...
YenHaoChen
2
-3
/
+19
2023-04-25
Merge pull request #1281 from jiegec/plic-pending
Andrew Waterman
2
-1
/
+22
2023-04-20
Add clear in_wfi interface to proc_t
Jerry Zhao
1
-1
/
+2
2023-04-19
Partially revert #1326
Andrew Waterman
1
-2
/
+2
2023-04-19
Merge pull request #1326 from riscv-software-src/fix-1325
Andrew Waterman
1
-12
/
+18
2023-04-19
Avoid declaring potentially out-of-bounds references in vmfeq etc.
Andrew Waterman
1
-12
/
+18
2023-04-15
Rename parameters for VI_VFP_NCVT* macros to be consistent with the
Weiwei Li
1
-13
/
+13
2023-04-15
Fix comments error in vfncvt_*_w.h
Weiwei Li
4
-4
/
+4
2023-04-15
Remove unused parameter for macro in v_ext_macro.h
Weiwei Li
10
-26
/
+8
2023-04-12
Add debug_defines.h to list of installed headers
Jerry Zhao
1
-0
/
+1
2023-04-11
explicitly show D(-mode) instead of M(-mode) when in debug mode
YenHaoChen
1
-0
/
+2
2023-04-07
Implement pending bits for plic
Jiajie Chen
2
-1
/
+22
2023-04-04
Merge pull request #1307 from Jakub-Palider/master-stats-always
Andrew Waterman
1
-3
/
+0
2023-04-04
Merge pull request #1306 from Jakub-Palider/master-override-cache-name
Andrew Waterman
1
-2
/
+4
2023-04-04
Merge pull request #1305 from Jakub-Palider/master-cache-stats
Andrew Waterman
1
-0
/
+4
2023-04-04
Decrement icount trigger count on external interrupt
Scott Johnson
1
-0
/
+1
2023-04-04
Don't waste time checking icount when unnecessary
Scott Johnson
1
-1
/
+1
2023-04-04
Initialize all fields of icount_t
Scott Johnson
1
-5
/
+5
2023-04-04
Allow client to override default names of caches
Jakub Palider
1
-2
/
+4
2023-04-04
Print cache stats even when no access
Jakub Palider
1
-3
/
+0
2023-04-04
Add cache statistics print on demand
Jakub Palider
1
-0
/
+4
2023-04-03
Implement Zfa.
Philipp Tomsich
36
-0
/
+468
2023-04-03
encoding.h: regenerate
Philipp Tomsich
1
-1
/
+157
2023-03-30
Fix --bootargs default value in spike usage help() function
Julien Olivain
2
-2
/
+3
2023-03-29
Stop unconditionally adding zicntr_zihpm to extensions
Jerry Zhao
1
-4
/
+2
2023-03-29
Support zihpm && !zicntr
Jerry Zhao
1
-2
/
+2
2023-03-29
Set counteren_mask properly when !(zihpm && zicntr)
Jerry Zhao
1
-1
/
+1
2023-03-27
Add zicntr_zihpm to DEFAULT_ISA
Jerry Zhao
1
-2
/
+2
2023-03-23
Add processor_t::is_waiting_for_interrupt accessor
Jerry Zhao
1
-0
/
+2
2023-03-23
interactive: Improve ctrlc responsiveness
Jerry Zhao
1
-4
/
+7
2023-03-20
Implement Smrnmi extension
Andrew Waterman
9
-3
/
+68
2023-03-16
Make MPRV logic consistent; factor it out
Andrew Waterman
2
-2
/
+9
2023-03-16
Update encoding.h for Smrnmi CSR and opcode definitions
Andrew Waterman
1
-40
/
+16
2023-03-16
Fix the relationship between Zce and Zcf
Weiwei Li
1
-1
/
+1
2023-03-09
Use simif_t instead of sim_t for clint/plic
Scott Johnson
3
-8
/
+8
2023-03-09
Switch debug_module to use simif_t instead of sim_t
Scott Johnson
2
-5
/
+6
2023-03-09
Move debug_mmu used by debug_module up to simif_t
Scott Johnson
2
-2
/
+2
2023-03-09
Move methods used by debug_module/clint/plic up to simif_t
Scott Johnson
2
-3
/
+11
2023-03-08
Add virtual/override to sim_t declarations
Scott Johnson
1
-12
/
+12
2023-03-07
Fix ctrl-c responsiveness when running-silent in interactive mode
Jerry Zhao
1
-1
/
+1
2023-03-06
Merge pull request #1268 from riscv-software-src/more-plic-fixes
Andrew Waterman
4
-21
/
+40
2023-03-04
Don't issue misaligned or non-power-of-2 MMIO accesses
Scott Johnson
2
-7
/
+25
2023-03-03
Fix misaligned accesses to clint's msip regs
Scott Johnson
1
-5
/
+7
2023-03-03
Improve plic_context_t initialization style
Andrew Waterman
1
-9
/
+8
2023-03-02
Merge pull request #1251 from plctlab/plct-zc-update-v1.0.3
Andrew Waterman
5
-14
/
+16
2023-03-02
Merge pull request #1267 from scottj97/clint-initialize-mtip
Andrew Waterman
1
-0
/
+1
[next]