.. |
svc
|
kern: fix spsr register in RestoreContext
|
2021-09-19 10:35:29 -07:00 |
kern_cpu_asm.s
|
kern: kern::arm64 -> kern::arch::arm64
|
2020-03-02 19:50:56 -08:00 |
kern_cpu.cpp
|
kern: update initial cache management to match latest kernel
|
2021-08-20 13:33:58 -07:00 |
kern_exception_handlers.cpp
|
kern: optimize logging for release kernel strings (saves printf space in .text)
|
2021-09-19 10:35:37 -07:00 |
kern_k_debug.cpp
|
kern: fix inverted condition in context breakpoint validation
|
2021-08-20 13:34:00 -07:00 |
kern_k_hardware_timer.cpp
|
kern: refactor to use m_ for member variables
|
2020-12-19 10:21:52 -08:00 |
kern_k_interrupt_controller.board.generic.cpp
|
kern: use common GIC implementation for arm/arm64
|
2020-09-07 10:51:41 -07:00 |
kern_k_interrupt_manager.cpp
|
kern: update KInterruptEvent to store core id
|
2021-04-11 03:59:09 -07:00 |
kern_k_page_table_impl.cpp
|
kern: refactor to use m_ for member variables
|
2020-12-19 10:21:52 -08:00 |
kern_k_page_table.cpp
|
kern: update KPageTable::Unmap block closing logic
|
2021-09-19 10:35:38 -07:00 |
kern_k_supervisor_page_table.cpp
|
kern: refactor to use m_ for member variables
|
2020-12-19 10:21:52 -08:00 |
kern_k_thread_context.cpp
|
kern: refactor to use m_ for member variables
|
2020-12-19 10:21:52 -08:00 |
kern_panic_asm.s
|
kern: mostly kill magic numbers in assembly, fix SVCs >= 0x80
|
2021-04-29 03:04:51 -07:00 |
kern_userspace_memory_access_asm.s
|
kern: trivially optimize userspace io memory write
|
2021-04-11 03:59:14 -07:00 |