index
:
rocket-tools/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
/
mmu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-19
Fix imprecise exception on LR to MMIO space
Andrew Waterman
1
-10
/
+7
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-14
In triggers, use optional<data> instead of {has_data, data}
Andrew Waterman
1
-1
/
+1
2022-10-06
Don't use reexecution as the means to implement trigger-after
Andrew Waterman
1
-0
/
+3
2022-10-06
DRY in checking triggers
Andrew Waterman
1
-16
/
+1
2022-10-06
Move uncommon-case fetch functionality into fetch_slow_path
Andrew Waterman
1
-17
/
+1
2022-10-06
Move all uncommon-case store functionality into store_slow_path
Andrew Waterman
1
-57
/
+11
2022-10-06
Move all uncommon-case load functionality into load_slow_path
Andrew Waterman
1
-55
/
+9
2022-10-05
Merge pull request #1105 from YenHaoChen/pr-trigger-priority
Andrew Waterman
1
-6
/
+22
2022-10-04
Suppress most unused-variable warnings
Andrew Waterman
1
-3
/
+3
2022-10-04
Suppress most unused variable warnings
Andrew Waterman
1
-2
/
+2
2022-09-30
Fix priority of mcontrol trigger store address/data before
YenHaoChen
1
-0
/
+7
2022-09-30
Fix priority of mcontrol trigger load address before
YenHaoChen
1
-0
/
+5
2022-09-30
Fix priority of mcontrol trigger execute address before
YenHaoChen
1
-2
/
+6
2022-09-30
Add has_data argument to trigger checking functions
YenHaoChen
1
-5
/
+5
2022-09-16
Fix trigger never fire on executing an instruction on plugin devices (#1084)
YenHaoChen
1
-7
/
+5
2022-08-23
Constantize variables
Scott Johnson
1
-2
/
+2
2022-08-23
Separate variables that contain two different things
Scott Johnson
1
-2
/
+2
2022-07-18
Fix load/store performance under clang
Andrew Waterman
1
-2
/
+2
2022-07-18
Fix totally-broken misaligned HSV
Scott Johnson
1
-1
/
+5
2022-07-18
Fix totally-broken misaligned HLV/HLVX
Scott Johnson
1
-1
/
+6
2022-07-18
Remove no-longer-necessary typecast
Scott Johnson
1
-1
/
+1
2022-07-15
Split up misaligned store into several steps
Scott Johnson
1
-2
/
+5
2022-07-15
Split up misaligned load into several steps
Scott Johnson
1
-2
/
+5
2022-06-06
Zero-extend instructions when fetching them from memory
Andrew Waterman
1
-4
/
+4
2022-04-21
Pass acutally_store from store_func to misaligned_store
Ryan Buchner
1
-1
/
+1
2022-04-21
Add actually_store tag to misaligned_store function
Ryan Buchner
1
-2
/
+2
2022-04-21
Modify store_func to throw fault if misaligned and require_alignment=true
Ryan Buchner
1
-2
/
+4
2022-04-21
Set require alignment to true on the 'fake' store in amo_func.
Ryan Buchner
1
-1
/
+1
2022-04-21
Add require_alignment tag to store_func
Ryan Buchner
1
-1
/
+1
2022-04-13
Adjust indentation in store_slow_path and store_func
Ryan Buchner
1
-9
/
+9
2022-04-13
Skip storing in store_func if actually_store is false, add a fake store at st...
Ryan Buchner
1
-1
/
+6
2022-04-12
Add actually_store tag to store_func and store_slow_path
Ryan Buchner
1
-3
/
+3
2022-04-11
Merge pull request #944 from riscv-software-src/triggers
Scott Johnson
1
-25
/
+15
2022-04-05
Move trigger match logic into triggers.cc
Tim Newsome
1
-8
/
+10
2022-04-05
module_t::trigger_match -> memory_access_match
Tim Newsome
1
-2
/
+2
2022-04-05
trigger_matched_t -> triggers::matched_t
Tim Newsome
1
-18
/
+5
2022-04-05
Give triggers::module_t its own processor_t*
Tim Newsome
1
-2
/
+2
2022-04-05
Move trigger_match() into triggers.
Tim Newsome
1
-2
/
+2
2022-03-30
Replace state.mcontrol with TM.triggers.
Tim Newsome
1
-1
/
+1
2022-03-30
trigger_operation_t -> triggers::operation_t
Tim Newsome
1
-7
/
+8
2022-03-30
Implement Sv57 and Sv57x4 translation modes
Andrew Waterman
1
-0
/
+1
2022-01-30
add instructions function for cmo
liweiwei
1
-14
/
+36
2022-01-29
add blocksz parameter to specify the cache block size for CBO operations
liweiwei
1
-0
/
+6
2021-09-08
Make pmp_ok return type bool
Scott Johnson
1
-1
/
+1
2021-07-21
Fix hypervisor MXR and SUM
Andrew Waterman
1
-2
/
+2
2021-07-21
Fix HLVX permissions check
Andrew Waterman
1
-5
/
+5
[prev]
[next]