index
:
riscv-isa-sim.git
arrv-sc-arrv-sc/snippy-tests
confprec
cs250
cycleh
debug_rom
debug_rom_fence
device_flags
dtm_reset_error
dts_parsing
dynamic
eos18-bringup
factor-out-macros
fetch
fix-2206
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
sanitize
simplify-misaligned
sodor
sparse-mem
speed2
speedup-hacks
static-link
test
tmp
trigger_priority
tweak_debug_rom
whole-archive
zvmm
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
/
spike_main
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
DTB discovery feature
Francesco Scappatura
1
-2
/
+14
2025-12-29
removed cfg.misaligned option
mslijepc
1
-2
/
+0
2025-11-13
Make abstractauto register optional in debug module
Nadime Barhoumi
1
-0
/
+3
2025-10-14
Add configurable datacount for debug module
Farid Khaydari
1
-0
/
+3
2025-05-16
feat: move cache block size initialization to constructor
Alexander Romanov
1
-1
/
+1
2025-04-16
Fix the remaining few warnings that Clang catches
Andrew Waterman
1
-1
/
+0
2025-02-07
Add instruction limit
Tim Hutt
1
-1
/
+7
2025-01-23
Fix help message for --dm-no-hasel
Mark Zhuang
1
-1
/
+1
2024-10-01
Change -H flag into --halted
YenHaoChen
1
-3
/
+2
2024-09-14
Remove leftover config.h includes in dasm/log-parser
Jerry Zhao
1
-1
/
+0
2024-09-14
Remove --with-isa compile-time option
Jerry Zhao
1
-0
/
+1
2024-09-02
Merge pull request #1788 from riscv-software-src/support-larger-addresses
Andrew Waterman
1
-39
/
+29
2024-08-27
Lift restriction on physical-address size
Andrew Waterman
1
-16
/
+1
2024-08-27
Use create_mem_region for legacy -m argument
Andrew Waterman
1
-3
/
+3
2024-08-27
Factor out create_mem_region from parse_mem_layout
Andrew Waterman
1
-36
/
+41
2024-08-01
Move isa property to a field of processor_t, not sim_t
Jerry Zhao
1
-1
/
+1
2024-06-21
Remove all --varch parsing
Jerry Zhao
1
-2
/
+0
2024-04-30
Support per-device arguments and device factory reuse
LIU Yu
1
-3
/
+2
2024-02-29
Fix help message to document `--device=<name>,<args>` usage by #1522
LIU Yu
1
-1
/
+2
2023-12-08
Rely on default initializer to provide debug_module_config_t defaults
Jerry Zhao
1
-11
/
+1
2023-12-08
Remove old explicit-fields cfg_t constructor, switch to default constructor
Jerry Zhao
2
-26
/
+2
2023-12-08
Remove cfg_arg_t from cfg_t
Jerry Zhao
1
-2
/
+2
2023-12-08
Fix Spike --device option to pass on args to downstream plugins
joey0320
1
-2
/
+18
2023-11-04
expose pmp granularity as a cli option.
Karthik B K
2
-0
/
+4
2023-07-20
Introduce `abstract_mem_t` to allow custom implementations
Michal Terepeta
1
-4
/
+5
2023-07-11
build: Force inclusion of all symbols from extension.o in spike-main
Jerry Zhao
1
-0
/
+4
2023-06-20
devices: Switch plugin device interface to use device_factory_t
Jerry Zhao
1
-49
/
+9
2023-06-20
sim_t: change plugin_devices to a vec of shared_ptrs
Jerry Zhao
1
-5
/
+2
2023-03-30
Fix --bootargs default value in spike usage help() function
Julien Olivain
1
-1
/
+2
2023-02-27
Improve input validation for --hartids flag
Andrew Waterman
1
-0
/
+18
2023-02-27
Use size_t, rather than int, for hartids
Andrew Waterman
2
-5
/
+5
2023-01-27
Remove dirty_enabled from cfg_t
Aaron Durbin
2
-2
/
+0
2023-01-27
Remove --mmu-dirty command line flag
Aaron Durbin
1
-2
/
+0
2023-01-18
Add --triggers flag to select number of triggers
Jerry Zhao
1
-0
/
+2
2023-01-18
Add trigger_count field to cfg_t
Jerry Zhao
2
-2
/
+4
2023-01-10
improve merge_mem_regions to handle memory region covering the whole 64-bit a...
Parshintsev Anatoly
1
-0
/
+24
2023-01-09
simplify check_mem_overlap by utilizing get_inclusive_end of mem_cfg_t
Parshintsev Anatoly
1
-4
/
+1
2023-01-09
simplify merge_mem_regions by utilizing get_inclusive_end() of mem_cfg_t
Parshintsev Anatoly
1
-3
/
+3
2023-01-09
get_inclusive_end implementation for mem_cfg_t
Parshintsev Anatoly
1
-3
/
+2
2023-01-09
implement get_size() getter for mem_cfg_t object
Parshintsev Anatoly
1
-7
/
+7
2023-01-09
implement get_base() getter for mem_cfg_t object
Parshintsev Anatoly
1
-10
/
+10
2023-01-04
Add --mmu-dirty runtime flag
Jerry Zhao
1
-0
/
+2
2023-01-04
Add cfg_t field to enable PTE dirtying
Jerry Zhao
2
-0
/
+2
2023-01-03
Add --[no-]misaligned command-line options
Andrew Waterman
2
-0
/
+4
2023-01-03
Pass cfg object to processor_t constructor
Andrew Waterman
1
-1
/
+12
2022-12-22
Remove non-installed header lists from Makefile fragments
Andrew Waterman
1
-2
/
+0
2022-12-15
Add config.h includes directly to source files instead of relying on header c...
Jerry Zhao
2
-0
/
+2
2022-12-15
Rename memif_endianness_t to endianness_t
Jerry Zhao
2
-3
/
+3
2022-12-13
Move boost asio socket interface to socketif_t
Jerry Zhao
1
-26
/
+1
2022-11-30
Reimplement memory merging routines
Parshintsev Anatoly
1
-22
/
+41
[next]