1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 14:03:25 +01:00
Atmosphere/libraries/libmesosphere/source
2020-12-09 05:59:54 -08:00
..
arch meso: properly initialize per-thread CFI-value for 11.x 2020-12-08 16:16:49 -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 KAlpha/KBeta 2020-12-02 06:43:37 -08:00
libc
svc kern: add debug thread dump 2020-12-09 05:59:54 -08:00
kern_debug_log.cpp
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_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_k_auto_object.cpp
kern_k_auto_object_container.cpp kern: KObjectContainer::Register -> void 2020-12-02 06:43:37 -08:00
kern_k_capabilities.cpp
kern_k_class_token.cpp
kern_k_client_port.cpp
kern_k_client_session.cpp kern: implement SvcSendSyncRequest(WithUserBuffer) 2020-07-10 11:55:33 -07:00
kern_k_code_memory.cpp
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_k_dump_object.cpp kern: add debug thread dump 2020-12-09 05:59:54 -08:00
kern_k_event.cpp
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_k_light_client_session.cpp
kern_k_light_lock.cpp
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_k_memory_block_manager.cpp kern: implement DisableDeviceAddressSpaceMerge 2020-12-02 06:43:37 -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
kern_k_page_group.cpp
kern_k_page_heap.cpp
kern_k_page_table_base.cpp kern: fix inverted conditional in UnmapProcessCodeMemory 2020-12-02 11:31:50 -08:00
kern_k_port.cpp
kern_k_process.cpp kern: add KAlpha/KBeta 2020-12-02 06:43:37 -08:00
kern_k_readable_event.cpp
kern_k_resource_limit.cpp
kern_k_scheduler.cpp kern: Kill KCoreLocalRegion 2020-12-02 06:43:37 -08:00
kern_k_scoped_disable_dispatch.cpp
kern_k_server_port.cpp
kern_k_server_session.cpp kern: tweak optimization settings for hot paths 2020-12-02 06:43:37 -08:00
kern_k_session.cpp
kern_k_session_request.cpp
kern_k_shared_memory.cpp
kern_k_synchronization_object.cpp kern: improve KSynchronizationObject, kill KSynchronization 2020-12-02 06:43:37 -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_k_trace.cpp
kern_k_transfer_memory.cpp
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_k_writable_event.cpp
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