.. |
cpu
|
thermosphere: mmu: fix shareability
|
2021-02-19 21:52:33 +00:00 |
gdb
|
thermosphere: sysreg traps
|
2021-02-19 21:52:29 +00:00 |
libc
|
wip
|
2021-02-19 21:52:16 +00:00 |
platform
|
thermosphere: irq manager wip
|
2021-02-19 21:52:22 +00:00 |
traps
|
thermosphere: propagate changes
|
2021-02-19 21:52:30 +00:00 |
abort.cpp
|
wip
|
2021-02-19 21:52:16 +00:00 |
asm_macros.s
|
thermosphere: start corectx/exception stuff rewrite
|
2021-02-19 21:52:26 +00:00 |
debug_log.c
|
thermosphere: add more debugging strings
|
2021-02-19 21:52:07 +00:00 |
debug_log.h
|
thermosphere: add more debugging strings
|
2021-02-19 21:52:07 +00:00 |
debug_manager.c
|
thermosphere: cleanup again
|
2021-02-19 21:52:30 +00:00 |
debug_manager.h
|
thermosphere: exception dispatcher rewrite
|
2021-02-19 21:52:29 +00:00 |
defines.hpp
|
thermosphere: sysreg traps
|
2021-02-19 21:52:29 +00:00 |
exception_vectors.s
|
thermosphere: rewrite smc traps
|
2021-02-19 21:52:30 +00:00 |
guest_memory.c
|
thermosphere: implement reading and writing guest memory
|
2021-02-19 21:51:50 +00:00 |
guest_memory.h
|
thermosphere: add src/gdb to build list, fix subsequent warnings and errors
|
2021-02-19 21:52:03 +00:00 |
hvisor_core_context.cpp
|
thermosphere: rewrite core_ctx
|
2021-02-19 21:52:26 +00:00 |
hvisor_core_context.hpp
|
thermosphere: rewrite smc traps
|
2021-02-19 21:52:30 +00:00 |
hvisor_exception_dispatcher.cpp
|
thermosphere: propagate changes
|
2021-02-19 21:52:30 +00:00 |
hvisor_exception_dispatcher.hpp
|
thermosphere: trap refactor WIP
|
2021-02-19 21:52:29 +00:00 |
hvisor_exception_stack_frame.hpp
|
thermosphere: sysreg traps
|
2021-02-19 21:52:29 +00:00 |
hvisor_fpu_register_cache.hpp
|
thermosphere: propagate some changes
|
2021-02-19 21:52:28 +00:00 |
hvisor_fpu_register_cache_impl.s
|
thermosphere: fpu register cache
|
2021-02-19 21:52:25 +00:00 |
hvisor_generic_timer.cpp
|
thermosphere: generic timer rewrite
|
2021-02-19 21:52:31 +00:00 |
hvisor_generic_timer.hpp
|
thermosphere: generic timer rewrite
|
2021-02-19 21:52:31 +00:00 |
hvisor_gicv2.hpp
|
thermosphere: irq manager wip
|
2021-02-19 21:52:22 +00:00 |
hvisor_guest_timers.hpp
|
thermosphere: static inline -> inline
|
2021-02-19 21:52:33 +00:00 |
hvisor_hw_breakpoint_manager.cpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
hvisor_hw_breakpoint_manager.hpp
|
thermosphere: singleton ctors should be private
|
2021-02-19 21:52:27 +00:00 |
hvisor_hw_stop_point_manager.cpp
|
thermosphere: propagate some changes
|
2021-02-19 21:52:28 +00:00 |
hvisor_hw_stop_point_manager.hpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
hvisor_i_interrupt_task.hpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
hvisor_irq_manager.cpp
|
thermosphere: guest timer header
|
2021-02-19 21:52:28 +00:00 |
hvisor_irq_manager.hpp
|
thermosphere: move EnterInterruptibleHypervisorCode into IrqManager
|
2021-02-19 21:52:27 +00:00 |
hvisor_sw_breakpoint_manager.cpp
|
thermosphere: propagate some changes
|
2021-02-19 21:52:28 +00:00 |
hvisor_sw_breakpoint_manager.hpp
|
thermosphere: singleton ctors should be private
|
2021-02-19 21:52:27 +00:00 |
hvisor_synchronization.cpp
|
thermosphere: propagate some changes
|
2021-02-19 21:52:28 +00:00 |
hvisor_synchronization.hpp
|
thermosphere: propagate some changes
|
2021-02-19 21:52:28 +00:00 |
hvisor_virtual_gic.cpp
|
thermosphere: propagate some changes
|
2021-02-19 21:52:28 +00:00 |
hvisor_virtual_gic.hpp
|
thermosphere: trap refactor WIP
|
2021-02-19 21:52:29 +00:00 |
hvisor_watchpoint_manager.cpp
|
thermosphere: fix off by 1 in wp mgr
|
2021-02-19 21:52:32 +00:00 |
hvisor_watchpoint_manager.hpp
|
thermosphere: singleton ctors should be private
|
2021-02-19 21:52:27 +00:00 |
initSystem.c
|
thermosphere: implement reading and writing guest memory
|
2021-02-19 21:51:50 +00:00 |
main.c
|
thermosphere: suppress potential unused variable warnings
|
2021-02-19 21:52:15 +00:00 |
memory_map.c
|
thermosphere: reduce usage of nonvolatile memory by around 4KB
|
2021-02-19 21:52:04 +00:00 |
mmu.h
|
thermosphere: implement reading and writing guest memory
|
2021-02-19 21:51:50 +00:00 |
preprocessor.h
|
thermosphere: add more sysreg stuff & start writing trap stuff
|
2021-02-19 21:51:21 +00:00 |
start.s
|
thermosphere: rewrite core_ctx
|
2021-02-19 21:52:26 +00:00 |
transport_interface.c
|
thermosphère: fix deadlock
|
2021-02-19 21:52:12 +00:00 |
transport_interface.h
|
thermosphere: hvisor_exception_frame.hpp
|
2021-02-19 21:52:27 +00:00 |
types.h
|
thermosphere: add fpu regs save/restore
|
2021-02-19 21:51:46 +00:00 |
util_semihosting.hpp
|
thermosphere: rewrite semihosting
|
2021-02-19 21:52:31 +00:00 |
utils.h
|
thermosphere: propagate some changes
|
2021-02-19 21:52:28 +00:00 |