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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-25
Remove memif_endianness_undecided, change default to little-endian
Jerry Zhao
1
-2
/
+1
2022-10-20
Merge pull request #1122 from riscv-software-src/more-mmu-simplification
Andrew Waterman
71
-219
/
+190
2022-10-20
Merge pull request #1125 from riscv-software-src/cbo-fixes
Andrew Waterman
2
-6
/
+8
2022-10-20
Use reg_t, not uint64_t, for address-like quantities
Andrew Waterman
1
-2
/
+2
2022-10-20
Fix tval reporting for CBOs
Andrew Waterman
1
-2
/
+1
2022-10-20
Set 16..4096-byte bound on cache-block size
Andrew Waterman
1
-2
/
+5
2022-10-20
move fucntion cto() from processor.h to arith.h
YenHaoChen
3
-9
/
+10
2022-10-19
Template-ize stores
Andrew Waterman
17
-40
/
+30
2022-10-19
Template-ize loads
Andrew Waterman
22
-54
/
+38
2022-10-19
Template-ize AMOs
Andrew Waterman
20
-34
/
+29
2022-10-19
DRY in store-conditional instructions
Andrew Waterman
3
-12
/
+15
2022-10-19
Simplify check_load_reservation
Andrew Waterman
1
-2
/
+2
2022-10-19
Template-ize hypervisor loads and stores
Andrew Waterman
14
-33
/
+28
2022-10-19
Remove require_alignment flag from loads
Andrew Waterman
2
-7
/
+7
2022-10-19
Fix imprecise exception on LR to MMIO space
Andrew Waterman
4
-17
/
+14
2022-10-19
Template-ize load_func macro
Andrew Waterman
1
-15
/
+20
2022-10-19
Template-ize store_func macro
Andrew Waterman
1
-14
/
+18
2022-10-19
No need to require_alignment for the load part of the AMO
Andrew Waterman
1
-1
/
+1
2022-10-19
Remove actually_store and require_alignment parameters from store_func macro
Andrew Waterman
1
-8
/
+6
2022-10-19
remove duplicate CMO item in README.md
Weiwei Li
1
-1
/
+0
2022-10-19
do memcpy only for actually_store in store_slow_path_intrapage
Weiwei Li
1
-2
/
+4
2022-10-19
Fix missing sentinel warning in dts.cc when using gnu++17 standard
Weiwei Li
1
-1
/
+1
2022-10-19
Fix forced linking when compiling headers
bluew
1
-1
/
+1
2022-10-17
fix clang build
Andrew Waterman
1
-1
/
+1
2022-10-17
Add command to display privilege level in interactive mode
Jerry Zhao
4
-0
/
+32
2022-10-17
Make PLIC/NS16550 coding style more conformant
Andrew Waterman
3
-84
/
+61
2022-10-17
Merge branch 'master' into plic_uart_v1
plic_uart_v1
Andrew Waterman
229
-6973
/
+8037
2022-10-16
Add interactive mode commands to read clint mtime/mtimecmp
Jerry Zhao
3
-0
/
+27
2022-10-14
Add dump memory command to interactive mode
Jerry Zhao
4
-0
/
+29
2022-10-14
Support command-line configuration of number of pmpregions
Jerry Zhao
5
-2
/
+10
2022-10-14
Merge pull request #1114 from riscv-software-src/data_optional
Scott Johnson
4
-21
/
+21
2022-10-14
In triggers, use optional<data> instead of {has_data, data}
Andrew Waterman
4
-16
/
+17
2022-10-14
Report error if an unsupported memory configuration is detected
Parshintsev Anatoly
2
-9
/
+18
2022-10-13
Remove unused field matched_t::data
Andrew Waterman
2
-5
/
+4
2022-10-13
Merge pull request #1107 from riscv-software-src/simplify-ld-st
Andrew Waterman
3
-179
/
+123
2022-10-11
Set tval on illegal subforms of aes64ks1i
Andrew Waterman
1
-4
/
+1
2022-10-11
Merge pull request #1109 from riscv-software-src/dm-no-abstract-fpr
Andrew Waterman
3
-2
/
+7
2022-10-10
Fix disassembly of RV64 srai.u
Andrew Waterman
1
-1
/
+7
2022-10-07
Add --dm-no-abstract-fpr option.
Tim Newsome
3
-2
/
+7
2022-10-06
Don't use reexecution as the means to implement trigger-after
Andrew Waterman
3
-10
/
+7
2022-10-06
Fix endianness bug in fetch triggers
Andrew Waterman
1
-2
/
+1
2022-10-06
DRY in checking triggers
Andrew Waterman
2
-42
/
+28
2022-10-06
Move uncommon-case fetch functionality into fetch_slow_path
Andrew Waterman
2
-25
/
+25
2022-10-06
Move all uncommon-case store functionality into store_slow_path
Andrew Waterman
2
-65
/
+46
2022-10-06
Move all uncommon-case load functionality into load_slow_path
Andrew Waterman
2
-60
/
+41
2022-10-05
Remove unused variable to fix build
Andrew Waterman
1
-1
/
+0
2022-10-05
Merge pull request #1105 from YenHaoChen/pr-trigger-priority
Andrew Waterman
4
-20
/
+47
2022-10-05
Merge pull request #1089 from riscv-software-src/fix-warnings
Andrew Waterman
47
-134
/
+150
2022-10-05
Engage non-virtual-dtor warning in CI tests
Andrew Waterman
1
-1
/
+1
2022-10-04
Fixed -Wnon-virtual-dtor warnings
Jerin Joy
3
-0
/
+6
[next]