index
:
rocket-tools/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
/
mmu.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-01-02
On misaligned fetch, set EPC to target, not branch itself
Andrew Waterman
1
-1
/
+3
2015-01-02
Reduce dependences on auto-generated code
Andrew Waterman
1
-3
/
+4
2014-12-04
Support 2/4/6/8-byte instructions
Andrew Waterman
1
-13
/
+32
2014-02-13
Fix I$ simulator not making forward progress
Andrew Waterman
1
-5
/
+5
2014-01-13
Improve performance for branchy code
Andrew Waterman
1
-35
/
+39
2013-12-17
Speed things up quite a bit
Andrew Waterman
1
-31
/
+40
2013-09-11
Implement zany immediates
Andrew Waterman
1
-8
/
+11
2013-08-11
Instructions are no longer member functions
Andrew Waterman
1
-25
/
+2
2013-07-28
Don't flush TLB on PTBR writes (only FATC)
Andrew Waterman
1
-1
/
+1
2013-07-26
New supervisor mode
Andrew Waterman
1
-17
/
+3
2013-07-26
Remove more vector stuff
Andrew Waterman
1
-3
/
+0
2013-07-26
Rip out RVC for now
Andrew Waterman
1
-42
/
+17
2013-07-26
Generate instruction decoder dynamically
Andrew Waterman
1
-22
/
+18
2013-03-29
add load-reserved/store-conditional instructions
Andrew Waterman
1
-2
/
+13
2013-03-25
add BSD license
Andrew Waterman
1
-0
/
+2
2013-03-25
truncate effective addresses in rv32
Andrew Waterman
1
-11
/
+4
2013-02-15
don't store host pointers in soft TLB
Andrew Waterman
1
-15
/
+18
[next]