.. |
arch
|
kern: add kernel object debug
|
2020-12-10 03:31:57 -08:00 |
board/nintendo/nx
|
exo/meso/fusee: support dynamic control of log port/baud rate
|
2020-12-07 19:25:06 -08:00 |
init
|
kern: add kernel object debug
|
2020-12-10 03:31:57 -08:00 |
libc
|
kernel_ldr: use unoptimized memcpy before mmu bringup (closes #1102)
|
2020-08-02 14:40:28 -07:00 |
svc
|
kern: implement memory debug
|
2020-12-10 16:32:19 -08:00 |
kern_debug_log.cpp
|
sdmmc: implement driver suitable for fs + bootloader
|
2020-10-30 11:54:30 -07:00 |
kern_debug_log_impl.board.nintendo_nx.cpp
|
exo/meso/fusee: support dynamic control of log port/baud rate
|
2020-12-07 19:25:06 -08:00 |
kern_debug_log_impl.hpp
|
kern: implement SvcSleepSystem
|
2020-07-31 14:50:52 -07:00 |
kern_initial_process.cpp
|
kern: improve KMemoryManager pool detection
|
2020-12-02 06:43:37 -08:00 |
kern_k_address_arbiter.cpp
|
KConditionVariable/KAddressArbiter: no need for global compare thread
|
2020-12-02 06:43:37 -08:00 |
kern_k_address_space_info.cpp
|
kern: implement first half of SvcCreateProcess
|
2020-07-31 14:50:52 -07:00 |
kern_k_auto_object.cpp
|
kern: Implement KAutoObject, KSlabHeap, KLightLock
|
2020-01-29 22:06:25 -08:00 |
kern_k_auto_object_container.cpp
|
kern: KObjectContainer::Register -> void
|
2020-12-02 06:43:37 -08:00 |
kern_k_capabilities.cpp
|
kern: add version bounds checking
|
2020-08-18 15:17:40 -07:00 |
kern_k_class_token.cpp
|
kern: assert correctness for complete class hierarchy
|
2020-07-13 11:11:30 -07:00 |
kern_k_client_port.cpp
|
kern: clean up majority of TODOs
|
2020-07-31 14:50:52 -07:00 |
kern_k_client_session.cpp
|
kern: implement SvcSendSyncRequest(WithUserBuffer)
|
2020-07-10 11:55:33 -07:00 |
kern_k_code_memory.cpp
|
kern: fix KCodeMemory SVCs when Owner process != Generator process
|
2020-09-17 08:26:08 -07:00 |
kern_k_condition_variable.cpp
|
kern: update KConditionVariable to support new has_waiter_flag rules
|
2020-12-02 06:43:37 -08:00 |
kern_k_debug_base.cpp
|
kern: cleanup KThread, optimize/normalize KThreadQueue/KWaitObject
|
2020-12-02 06:43:37 -08:00 |
kern_k_device_address_space.cpp
|
kern: implement DisableDeviceAddressSpaceMerge
|
2020-12-02 06:43:37 -08:00 |
kern_k_dpc_manager.cpp
|
kern: build with -Wextra
|
2020-08-17 14:20:24 -07:00 |
kern_k_dump_object.cpp
|
kern: implement memory debug
|
2020-12-10 16:32:19 -08:00 |
kern_k_event.cpp
|
kern: implement KEvent, KWritableEvent, KServerSession::OnClientClosed
|
2020-07-10 11:55:33 -07:00 |
kern_k_handle_table.cpp
|
kern: implement KHandleTable, other cleanup
|
2020-01-30 15:29:51 -08:00 |
kern_k_initial_process_reader.cpp
|
kern: implement DisableDeviceAddressSpaceMerge
|
2020-12-02 06:43:37 -08:00 |
kern_k_interrupt_event.cpp
|
kern: update for new interrupt event locking scheme
|
2020-12-02 06:43:37 -08:00 |
kern_k_interrupt_task_manager.cpp
|
kern: fix building under release config
|
2020-07-31 14:50:52 -07:00 |
kern_k_light_client_session.cpp
|
kern: SendSyncRequestLight, ReplyAndReceiveLight
|
2020-07-31 14:50:52 -07:00 |
kern_k_light_lock.cpp
|
kern: fix missing scheduler updates in KLightLock/Exception, fix RequestScheduleOnInterrupt
|
2020-08-18 15:17:40 -07:00 |
kern_k_light_server_session.cpp
|
kern: cleanup KThread, optimize/normalize KThreadQueue/KWaitObject
|
2020-12-02 06:43:37 -08:00 |
kern_k_light_session.cpp
|
kern: add SvcCreatePort, SvcConnectToPort
|
2020-07-31 14:50:52 -07:00 |
kern_k_memory_block_manager.cpp
|
kern: implement memory debug
|
2020-12-10 16:32:19 -08:00 |
kern_k_memory_layout.board.nintendo_nx.cpp
|
exo/meso/fusee: support dynamic control of log port/baud rate
|
2020-12-07 19:25:06 -08:00 |
kern_k_memory_layout.cpp
|
kern: reduce KMemoryRegionAllocator slab size
|
2020-12-02 06:43:37 -08:00 |
kern_k_memory_manager.cpp
|
kern: fix assertion in the multi-region pool partition code
|
2020-12-02 06:43:37 -08:00 |
kern_k_object_name.cpp
|
Switch atmosphere's build target to C++20. (#952)
|
2020-05-11 15:02:10 -07:00 |
kern_k_page_group.cpp
|
Implement the NCM sysmodule (closes #91)
|
2020-03-08 00:06:23 -08:00 |
kern_k_page_heap.cpp
|
kern: add kernel object debug
|
2020-12-10 03:31:57 -08:00 |
kern_k_page_table_base.cpp
|
kern: implement memory debug
|
2020-12-10 16:32:19 -08:00 |
kern_k_port.cpp
|
kern: SvcConnectToNamedPort
|
2020-07-10 11:55:33 -07:00 |
kern_k_process.cpp
|
kern: add KAlpha/KBeta
|
2020-12-02 06:43:37 -08:00 |
kern_k_readable_event.cpp
|
kern: obj stubs to get past slab init
|
2020-02-07 11:51:58 -08:00 |
kern_k_resource_limit.cpp
|
kern: SvcGetResourceLimitPeakValue
|
2020-12-02 06:43:37 -08:00 |
kern_k_scheduler.cpp
|
kern: Kill KCoreLocalRegion
|
2020-12-02 06:43:37 -08:00 |
kern_k_scoped_disable_dispatch.cpp
|
kern: perform rescheduling on dispatch re-enable (closes #1169)
|
2020-10-13 23:07:51 -07:00 |
kern_k_server_port.cpp
|
kern: add tracing for irq/scheduling
|
2020-08-18 15:17:40 -07:00 |
kern_k_server_session.cpp
|
kern: add handle table/process/suspend/resume debug
|
2020-12-09 23:44:36 -08:00 |
kern_k_session.cpp
|
kern: implement SvcAcceptSession
|
2020-07-10 11:55:33 -07:00 |
kern_k_session_request.cpp
|
ipc: add MapAlias processing logic for Receive
|
2020-07-10 11:55:33 -07:00 |
kern_k_shared_memory.cpp
|
kern: KMemoryManager::Allocate -> AllocateAndOpen
|
2020-12-02 06:43:37 -08:00 |
kern_k_synchronization_object.cpp
|
kern: update for 11.0.1
|
2020-12-11 02:59:09 -08:00 |
kern_k_thread.cpp
|
kern: add debug thread dump
|
2020-12-09 05:59:54 -08:00 |
kern_k_thread_local_page.cpp
|
kern: finish KProcess::Initialize() for KIPs
|
2020-02-19 06:46:59 -08:00 |
kern_k_trace.cpp
|
kern: implement svc trace
|
2020-08-18 15:17:40 -07:00 |
kern_k_transfer_memory.cpp
|
kern: implement KCodeMemory (and SVCs)
|
2020-07-31 14:50:52 -07:00 |
kern_k_wait_object.cpp
|
kern: cleanup KThread, optimize/normalize KThreadQueue/KWaitObject
|
2020-12-02 06:43:37 -08:00 |
kern_k_worker_task_manager.cpp
|
kern: implement KWorkerTaskManager
|
2020-02-14 02:56:42 -08:00 |
kern_k_writable_event.cpp
|
kern: implement KEvent, KWritableEvent, KServerSession::OnClientClosed
|
2020-07-10 11:55:33 -07:00 |
kern_kernel.cpp
|
kern: Kill KCoreLocalRegion
|
2020-12-02 06:43:37 -08:00 |
kern_main.cpp
|
kern: add new overflow checks on KMemoryRegions
|
2020-12-02 06:43:37 -08:00 |
kern_panic.cpp
|
kern: implement thread call stack debug
|
2020-12-09 22:49:04 -08:00 |