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
/
mmu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-20
add configurable LR/SC reservation set
Dave.Wen
1
-9
/
+46
2020-05-14
rvv: amo: only allow 32/64 bit element
Chih-Min Chao
1
-2
/
+0
2020-05-13
rvv: amo pre-0.9
Chih-Min Chao
1
-0
/
+2
2020-03-16
commitlog: fix wrong dump when exception occur
Chih-Min Chao
1
-1
/
+1
2020-03-03
Disallow access to debug memory region unless in debug mode
Andrew Waterman
1
-0
/
+3
2020-03-04
rvv: remove the option of vector misaligned access
Zhen Wei
1
-21
/
+12
2020-02-12
commitlog: extend load/store record to keep multiple access
Chih-Min Chao
1
-9
/
+4
2019-12-19
extend the commit and memory writes log feature with memory reads (#370)
John Ingalls
1
-6
/
+21
2019-10-29
Implement support for big-endian hosts
Marcus Comstedt
1
-16
/
+19
2019-10-22
Enforce 2^56-bit physical address limit
Andrew Waterman
1
-0
/
+1
2019-09-29
Extends the commit log feature with memory writes. (#324)
dave-estes-syzexion
1
-1
/
+15
2019-08-02
rvv: add mistrap to mmu load/store interface
Chih-Min Chao
1
-12
/
+21
2019-04-06
Fix PMP checks for partially-matching accesses (#270)
Andrew Waterman
1
-1
/
+1
2018-09-25
Add PMP support
Andrew Waterman
1
-3
/
+6
2018-08-10
Fix 2 trigger corner cases. (#229)
Tim Newsome
1
-3
/
+9
2018-07-10
Refactor and fix LR/SC implementation (#217)
Andrew Waterman
1
-0
/
+24
2018-05-31
Put simif_t declaration in its own file. (#209)
Andy Wright
1
-1
/
+1
2018-04-04
Allow querying the mmu configuration chosen during the build. (#191)
Prashanth Mundkur
1
-0
/
+18
2018-03-06
Narrow the interface used by the processors and memory to the top-level simul...
Prashanth Mundkur
1
-2
/
+2
2018-02-21
Don't allow 32-bit instructions to take up multiple slots in I$
Andrew Waterman
1
-1
/
+2
2017-11-27
Rename badaddr to tval
Andrew Waterman
1
-2
/
+2
2017-11-27
Rename sptbr to satp
Andrew Waterman
1
-10
/
+10
2017-09-28
Implement Q extension
Andrew Waterman
1
-0
/
+19
2017-04-30
Store both host & target address in soft TLB
Andrew Waterman
1
-20
/
+29
2017-04-05
Add --enable-misaligned option for misaligned ld/st support
Andrew Waterman
1
-4
/
+26
2017-03-27
Separate page faults from physical memory access exceptions
Andrew Waterman
1
-0
/
+3
2017-02-08
Encode VM type in sptbr, not mstatus
Andrew Waterman
1
-0
/
+31
2016-11-13
Fix 32-bit host portability bug
Andrew Waterman
1
-1
/
+1
2016-11-10
AMOs should always return store faults, not load faults
Andrew Waterman
1
-0
/
+20
2016-09-02
Support triggers on TLB misses.
Tim Newsome
1
-0
/
+3
2016-09-01
Theoretically support trigger timing.
Tim Newsome
1
-0
/
+3
2016-08-22
Implement address and data triggers.
Tim Newsome
1
-0
/
+55
2016-07-06
Update to new PTE format
Andrew Waterman
1
-1
/
+1
2016-06-22
Don't use I$ in debug mode
Andrew Waterman
1
-3
/
+4
2016-05-23
Use fence.i in Debug ROM.
Tim Newsome
1
-1
/
+0
2016-05-23
gdb can attach and read the PC:
Tim Newsome
1
-0
/
+1
2016-05-23
Add debug_module bus device.
Tim Newsome
1
-2
/
+4
2016-04-29
Move much closer to new platform-M memory map
Andrew Waterman
1
-10
/
+6
2016-03-02
implement PUM functionality
Andrew Waterman
1
-1
/
+1
2015-09-24
Refactor memory access code; add MMIO support
Andrew Waterman
1
-36
/
+38
2015-09-24
Use enum instead of two bools to denote memory access type
Andrew Waterman
1
-19
/
+21
2015-09-08
Improve instruction fetch
Andrew Waterman
1
-15
/
+15
2015-07-10
fix clang compile error
Scott Beamer
1
-0
/
+1
2015-04-25
Fix I$ simulator hit count
Andrew Waterman
1
-4
/
+5
2015-04-03
Support setting ISA/subsets with --isa flag
Andrew Waterman
1
-7
/
+2
2015-03-30
Implement RVC draft
Andrew Waterman
1
-12
/
+11
2015-03-26
New virtual memory implementation (Sv39)
Andrew Waterman
1
-4
/
+3
2015-03-14
Don't set dirty/referenced bits w/o permission
Andrew Waterman
1
-1
/
+1
2015-03-12
Implement PTE referenced/dirty bits
Andrew Waterman
1
-2
/
+2
2015-01-02
Require 4-byte instruction alignment until RVC is reimplemented
Andrew Waterman
1
-1
/
+2
[next]