..
arch
kern: generate fatal error on panic
2020-09-17 08:34:22 -07:00
board/nintendo /nx
sdmmc: implement driver suitable for fs + bootloader
2020-12-02 06:52:42 -08:00
init
kern: improve resource region size definitions/calculations
2020-09-07 10:51:45 -07:00
libc
kernel_ldr: use unoptimized memcpy before mmu bringup ( closes #1102 )
2020-08-02 15:02:55 -07:00
svc
kern: fix KCodeMemory SVCs when Owner process != Generator process
2020-09-17 08:34:23 -07:00
kern_debug_log_impl.board.nintendo_nx.cpp
kern: add build-define for logging to iram ringbuffer
2020-09-17 08:34:22 -07:00
kern_debug_log_impl.hpp
kern: implement SvcSleepSystem
2020-08-01 15:31:30 -07:00
kern_debug_log.cpp
sdmmc: implement driver suitable for fs + bootloader
2020-12-02 06:52:42 -08:00
kern_initial_process.cpp
kern: begin 1.0.0 backwards compat changes (kips run, full boot fails)
2020-09-07 10:51:50 -07:00
kern_k_address_arbiter.cpp
kern: minor behavioral fixes to condvar/address arbiter
2020-10-26 16:03:08 -07:00
kern_k_address_space_info.cpp
kern: implement first half of SvcCreateProcess
2020-08-01 15:31:25 -07:00
kern_k_auto_object_container.cpp
kern: implement KHandleTable, other cleanup
2020-03-02 19:50:46 -08:00
kern_k_auto_object.cpp
kern: Implement KAutoObject, KSlabHeap, KLightLock
2020-03-02 19:50:45 -08:00
kern_k_capabilities.cpp
kern: add version bounds checking
2020-09-07 10:51:45 -07:00
kern_k_class_token.cpp
kern: assert correctness for complete class hierarchy
2020-08-01 15:31:10 -07:00
kern_k_client_port.cpp
kern: clean up majority of TODOs
2020-08-01 15:31:44 -07:00
kern_k_client_session.cpp
kern: implement SvcSendSyncRequest(WithUserBuffer)
2020-08-01 15:31:03 -07:00
kern_k_code_memory.cpp
kern: fix KCodeMemory SVCs when Owner process != Generator process
2020-09-17 08:34:23 -07:00
kern_k_condition_variable.cpp
kern: minor behavioral fixes to condvar/address arbiter
2020-10-26 16:03:08 -07:00
kern_k_debug_base.cpp
kern: fix reference leak in KThread::GetThreadFromId callers
2020-09-07 10:51:44 -07:00
kern_k_device_address_space.cpp
kern: fix resource leak bugs
2020-08-01 15:31:29 -07:00
kern_k_dpc_manager.cpp
kern: build with -Wextra
2020-09-07 10:51:36 -07:00
kern_k_event.cpp
kern: implement KEvent, KWritableEvent, KServerSession::OnClientClosed
2020-08-01 15:31:01 -07:00
kern_k_handle_table.cpp
kern: implement KHandleTable, other cleanup
2020-03-02 19:50:46 -08:00
kern_k_initial_process_reader.cpp
kern: begin 1.0.0 backwards compat changes (kips run, full boot fails)
2020-09-07 10:51:50 -07:00
kern_k_interrupt_event.cpp
kern: build with -Wextra
2020-09-07 10:51:36 -07:00
kern_k_interrupt_task_manager.cpp
kern: fix building under release config
2020-08-01 15:31:34 -07:00
kern_k_light_client_session.cpp
kern: SendSyncRequestLight, ReplyAndReceiveLight
2020-08-01 15:31:37 -07:00
kern_k_light_lock.cpp
kern: fix missing scheduler updates in KLightLock/Exception, fix RequestScheduleOnInterrupt
2020-09-07 10:51:38 -07:00
kern_k_light_server_session.cpp
kern: fix whoops in light ipc
2020-08-01 15:31:38 -07:00
kern_k_light_session.cpp
kern: add SvcCreatePort, SvcConnectToPort
2020-08-01 15:31:16 -07:00
kern_k_memory_block_manager.cpp
kern: add KCodeMemory code left out of previous commit
2020-08-01 15:31:36 -07:00
kern_k_memory_layout.board.nintendo_nx.cpp
kern: add build-define for logging to iram ringbuffer
2020-09-17 08:34:22 -07:00
kern_k_memory_layout.cpp
kern: revamp KMemoryRegionType to better encode derivation hierarchies
2020-09-07 10:51:49 -07:00
kern_k_memory_manager.cpp
kern: change terminology metadata -> management
2020-09-07 10:51:50 -07:00
kern_k_object_name.cpp
Switch atmosphere's build target to C++20. ( #952 )
2020-05-12 15:44:19 -07:00
kern_k_page_group.cpp
Implement the NCM sysmodule ( closes #91 )
2020-03-09 18:03:38 -07:00
kern_k_page_heap.cpp
kern: change terminology metadata -> management
2020-09-07 10:51:50 -07:00
kern_k_page_table_base.cpp
kern: simplify SetupForIpcClient cleanup
2020-09-07 10:51:41 -07:00
kern_k_port.cpp
kern: SvcConnectToNamedPort
2020-08-01 15:31:00 -07:00
kern_k_process.cpp
kern: add version bounds checking
2020-09-07 10:51:45 -07:00
kern_k_readable_event.cpp
kern: obj stubs to get past slab init
2020-03-02 19:50:51 -08:00
kern_k_resource_limit.cpp
kern: add tracing for irq/scheduling
2020-09-07 10:51:39 -07:00
kern_k_scheduler.cpp
kern: non-loop cas-weak -> cas-strong
2020-09-07 10:51:44 -07:00
kern_k_scoped_disable_dispatch.cpp
kern: perform rescheduling on dispatch re-enable ( closes #1169 )
2020-10-26 16:03:08 -07:00
kern_k_server_port.cpp
kern: add tracing for irq/scheduling
2020-09-07 10:51:39 -07:00
kern_k_server_session.cpp
kern: build with -Wextra
2020-09-07 10:51:36 -07:00
kern_k_session_request.cpp
ipc: add MapAlias processing logic for Receive
2020-08-01 15:31:04 -07:00
kern_k_session.cpp
kern: implement SvcAcceptSession
2020-08-01 15:31:01 -07:00
kern_k_shared_memory.cpp
kern: build with -Wextra
2020-09-07 10:51:36 -07:00
kern_k_synchronization_object.cpp
kern: clean up majority of TODOs
2020-08-01 15:31:44 -07:00
kern_k_synchronization.cpp
kern: implement SvcWaitSynchronization
2020-08-01 15:31:01 -07:00
kern_k_thread_local_page.cpp
kern: finish KProcess::Initialize() for KIPs
2020-03-02 19:51:00 -08:00
kern_k_thread.cpp
kern: correct thread termination atomicity
2020-09-07 10:51:44 -07:00
kern_k_trace.cpp
kern: implement svc trace
2020-09-07 10:51:37 -07:00
kern_k_transfer_memory.cpp
kern: implement KCodeMemory (and SVCs)
2020-08-01 15:31:36 -07:00
kern_k_wait_object.cpp
kern: SvcGetLastThreadInfo, SvcGetDebugFutureThreadInfo
2020-08-01 15:31:41 -07:00
kern_k_worker_task_manager.cpp
kern: implement KWorkerTaskManager
2020-03-02 19:50:56 -08:00
kern_k_writable_event.cpp
kern: implement KEvent, KWritableEvent, KServerSession::OnClientClosed
2020-08-01 15:31:01 -07:00
kern_kernel.cpp
kern: support 2-pool layout on 2.x-4.x instead of modern 4-pool layout
2020-09-07 10:51:50 -07:00
kern_main.cpp
kern: revamp KMemoryRegionType to better encode derivation hierarchies
2020-09-07 10:51:49 -07:00
kern_panic.cpp
kern: generate fatal error on panic
2020-09-17 08:34:22 -07:00