index
:
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
/
devices.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-20
Introduce `abstract_mem_t` to allow custom implementations
Michal Terepeta
1
-5
/
+14
2023-06-20
devices: Switch plugin device interface to use device_factory_t
Jerry Zhao
1
-14
/
+0
2023-06-20
devices: Pass const pointers to sim_t to clint/plic
Jerry Zhao
1
-3
/
+3
2023-06-20
ns16550_t: remove unused bus_t member
Jerry Zhao
1
-2
/
+1
2023-06-20
clint: Change clint_t::increment to override abstract_device_t::tick(rtc_ticks)
Jerry Zhao
1
-2
/
+2
2023-06-20
device_t: Add missing overrides to derived abstract_device_t classes
Jerry Zhao
1
-13
/
+13
2023-04-07
Implement pending bits for plic
Jiajie Chen
1
-0
/
+1
2023-03-09
Use simif_t instead of sim_t for clint/plic
Scott Johnson
1
-4
/
+4
2023-03-03
Improve plic_context_t initialization style
Andrew Waterman
1
-9
/
+8
2023-03-01
Support discontiguous hart IDs in CLINT
Andrew Waterman
1
-3
/
+3
2023-03-01
Fix PLIC on big-endian hosts
Andrew Waterman
1
-0
/
+23
2023-03-01
Correctly instantiate PLIC contexts for mixed-hart targets
Andrew Waterman
1
-1
/
+2
2023-03-01
Refactor plic_t and plic_context_t initialization
Andrew Waterman
1
-0
/
+5
2023-02-28
Remove unused plic_context_t::num field
Andrew Waterman
1
-1
/
+0
2023-02-28
Remove unused plic_t::procs field
Andrew Waterman
1
-1
/
+0
2023-01-11
For NS16550 UART, poll stdin less often
Andrew Waterman
1
-0
/
+3
2022-10-17
Make PLIC/NS16550 coding style more conformant
Andrew Waterman
1
-5
/
+4
2022-10-17
Merge branch 'master' into plic_uart_v1
plic_uart_v1
Andrew Waterman
1
-0
/
+3
2022-10-16
Add interactive mode commands to read clint mtime/mtimecmp
Jerry Zhao
1
-0
/
+2
2022-10-14
Add dump memory command to interactive mode
Jerry Zhao
1
-0
/
+1
2022-04-20
Add ns16550 serial device emulation
Anup Patel
1
-0
/
+31
2022-04-20
Add PLIC emulation
Anup Patel
1
-0
/
+45
2022-04-20
Add an abstract interrupt controller interface
Anup Patel
1
-0
/
+1
2021-06-04
encoding: udpate and move platform-related define out
Chih-Min Chao
1
-0
/
+1
2021-02-04
Refactor headers
Andrew Waterman
1
-9
/
+1
2021-02-04
Fix --kernel and --initrd options w.r.t. sparse mem_t implementation
Andrew Waterman
1
-16
/
+9
2021-01-20
add support to page on demand (#634)
Chih-Min Chao
1
-5
/
+8
2020-05-06
Add missing stdexcept imports
Schuyler Eldridge
1
-0
/
+1
2020-02-15
Make CLINT API use Hz instead of MHz
Andrew Waterman
1
-2
/
+2
2020-02-15
Add optional support for real-time clint
Anup Patel
1
-1
/
+5
2019-07-22
Implement MMIO device plugins.
Aaron Jones
1
-0
/
+14
2018-01-08
mem_t: Throw an error if zero-sized memory is requested (#168)
Jonathan Neuschäfer
1
-0
/
+2
2017-05-17
Merge remote-tracking branch 'origin/priv-1.10'
Palmer Dabbelt
1
-5
/
+30
2017-05-03
Add missing include for devices.h
Kito Cheng
1
-0
/
+2
2017-05-01
Fix segfault when accessing bad memory addresses
Andrew Waterman
1
-2
/
+1
2017-04-30
Support more flexible main memory allocation
Andrew Waterman
1
-0
/
+23
2017-03-22
riscv: replace rtc device with a real clint implementation
Wesley W. Terpstra
1
-5
/
+8
2016-05-23
Have Debug memory kind of working again.
Tim Newsome
1
-6
/
+0
2016-05-23
Add debug_module bus device.
Tim Newsome
1
-0
/
+6
2016-04-28
Remove MTIME[CMP]; add RTC device
Andrew Waterman
1
-0
/
+16
2015-11-12
Generate device tree for target machine
Andrew Waterman
1
-0
/
+34