..
arch /arm64
Switch atmosphere's build target to C++20. ( #952 )
2020-05-12 15:44:19 -07:00
board/nintendo /nx
kern: Update page bitmaps/alloc to reflect 10.0.0 changes
2020-04-24 17:29:09 -07:00
init
Switch atmosphere's build target to C++20. ( #952 )
2020-05-12 15:44:19 -07:00
svc
Switch atmosphere's build target to C++20. ( #952 )
2020-05-12 15:44:19 -07:00
kern_common.hpp
ams: revamp target firmware
2020-05-12 15:44:18 -07:00
kern_debug_log.hpp
kern: fix building without debugging turned on
2020-03-02 19:51:01 -08:00
kern_initial_process.hpp
kern: skeleton initial process loading
2020-03-02 19:50:57 -08:00
kern_k_address_arbiter.hpp
kern: add KProcess members
2020-03-02 19:50:58 -08:00
kern_k_address_space_info.hpp
kern: skeleton initial process loading
2020-03-02 19:50:57 -08:00
kern_k_affinity_mask.hpp
kern: implement KAffinityMask
2020-03-02 19:50:46 -08:00
kern_k_auto_object_container.hpp
kern: implement KHandleTable, other cleanup
2020-03-02 19:50:46 -08:00
kern_k_auto_object.hpp
Switch atmosphere's build target to C++20. ( #952 )
2020-05-12 15:44:19 -07:00
kern_k_capabilities.hpp
Switch atmosphere's build target to C++20. ( #952 )
2020-05-12 15:44:19 -07:00
kern_k_class_token.hpp
kern: correct KClassToken generation
2020-03-02 19:51:02 -08:00
kern_k_client_port.hpp
kern: Implement SvcManageNamedPort
2020-03-18 00:15:04 -07:00
kern_k_client_session.hpp
kern: Implement SvcManageNamedPort
2020-03-18 00:15:04 -07:00
kern_k_code_memory.hpp
kern: obj stubs to get past slab init
2020-03-02 19:50:51 -08:00
kern_k_condition_variable.hpp
kern: add KProcess members
2020-03-02 19:50:58 -08:00
kern_k_core_local_region.hpp
kern: implement KThreadLocalPage
2020-03-02 19:50:46 -08:00
kern_k_current_context.hpp
Switch atmosphere's build target to C++20. ( #952 )
2020-05-12 15:44:19 -07:00
kern_k_debug_base.hpp
kern: obj stubs to get past slab init
2020-03-02 19:50:51 -08:00
kern_k_device_address_space.hpp
kern: implement smmu init
2020-03-02 19:50:57 -08:00
kern_k_dpc_manager.hpp
kern: implement dpc + skeleton rest of main
2020-03-02 19:50:51 -08:00
kern_k_dynamic_page_manager.hpp
kern: randomize dynamic slab heaps to reflect 10.x changes
2020-04-24 17:29:10 -07:00
kern_k_dynamic_slab_heap.hpp
kern: randomize dynamic slab heaps to reflect 10.x changes
2020-04-24 17:29:10 -07:00
kern_k_event_info.hpp
kern: obj stubs to get past slab init
2020-03-02 19:50:51 -08:00
kern_k_event.hpp
kern: obj stubs to get past slab init
2020-03-02 19:50:51 -08:00
kern_k_exception_context.hpp
kern: switch->nx, implement sleep manager init
2020-03-02 19:50:56 -08:00
kern_k_handle_table.hpp
kern: Implement SvcManageNamedPort
2020-03-18 00:15:04 -07:00
kern_k_hardware_timer_base.hpp
kern: implement much of KScheduler, KHardwareTimer
2020-03-02 19:50:49 -08:00
kern_k_initial_process_reader.hpp
kern: implement SetProcessMemoryPermission
2020-03-02 19:51:00 -08:00
kern_k_interrupt_event.hpp
kern: obj stubs to get past slab init
2020-03-02 19:50:51 -08:00
kern_k_interrupt_task_manager.hpp
kern: implement init through InterruptTaskManager.Initialize()
2020-03-02 19:50:54 -08:00
kern_k_interrupt_task.hpp
kern: implement more of KInterruptManager
2020-03-02 19:50:49 -08:00
kern_k_light_client_session.hpp
kern: Implement SvcManageNamedPort
2020-03-18 00:15:04 -07:00
kern_k_light_condition_variable.hpp
kern: implement dpc + skeleton rest of main
2020-03-02 19:50:51 -08:00
kern_k_light_lock.hpp
kern: implement enough of KPageTable to initialize a thread
2020-03-02 19:50:55 -08:00
kern_k_light_server_session.hpp
kern: Implement SvcManageNamedPort
2020-03-18 00:15:04 -07:00
kern_k_light_session.hpp
kern: Implement SvcManageNamedPort
2020-03-18 00:15:04 -07:00
kern_k_linked_list.hpp
kern: fix KLinkedList dtor
2020-04-27 10:34:07 -07:00
kern_k_memory_block_manager.hpp
mesosphere: implement KMemoryBlockManager::UpdateLock
2020-04-16 20:05:56 -07:00
kern_k_memory_block.hpp
kern: implement 10.x perm change, fix many page table bugs
2020-04-24 17:29:10 -07:00
kern_k_memory_layout.hpp
kern: implement MapIo
2020-03-02 19:50:59 -08:00
kern_k_memory_manager.hpp
kern: implement SvcSetUnsafeLimit
2020-04-27 10:34:06 -07:00
kern_k_object_name.hpp
kern: Implement SvcManageNamedPort
2020-03-18 00:15:04 -07:00
kern_k_page_bitmap.hpp
kern: Update init to reflect 10.0.0 changes
2020-04-24 17:29:09 -07:00
kern_k_page_buffer.hpp
kern: implement enough of KPageTable to initialize a thread
2020-03-02 19:50:55 -08:00
kern_k_page_group.hpp
kern: implement KProcess::Run
2020-03-02 19:51:00 -08:00
kern_k_page_heap.hpp
kern: Update page bitmaps/alloc to reflect 10.0.0 changes
2020-04-24 17:29:09 -07:00
kern_k_page_table_base.hpp
Switch atmosphere's build target to C++20. ( #952 )
2020-05-12 15:44:19 -07:00
kern_k_page_table_manager.hpp
kern: randomize dynamic slab heaps to reflect 10.x changes
2020-04-24 17:29:10 -07:00
kern_k_port.hpp
kern: Implement SvcManageNamedPort
2020-03-18 00:15:04 -07:00
kern_k_priority_queue.hpp
Switch atmosphere's build target to C++20. ( #952 )
2020-05-12 15:44:19 -07:00
kern_k_process.hpp
kern: Update page bitmaps/alloc to reflect 10.0.0 changes
2020-04-24 17:29:09 -07:00
kern_k_readable_event.hpp
kern: obj stubs to get past slab init
2020-03-02 19:50:51 -08:00
kern_k_resource_limit.hpp
kern: implement KResourceLimit
2020-03-02 19:50:50 -08:00
kern_k_scheduler_lock.hpp
Switch atmosphere's build target to C++20. ( #952 )
2020-05-12 15:44:19 -07:00
kern_k_scheduler.hpp
Switch atmosphere's build target to C++20. ( #952 )
2020-05-12 15:44:19 -07:00
kern_k_scoped_lock.hpp
Switch atmosphere's build target to C++20. ( #952 )
2020-05-12 15:44:19 -07:00
kern_k_scoped_resource_reservation.hpp
kern: implement KProcess::Run
2020-03-02 19:51:00 -08:00
kern_k_scoped_scheduler_lock_and_sleep.hpp
kern: implement KResourceLimit
2020-03-02 19:50:50 -08:00
kern_k_server_port.hpp
kern: Implement SvcManageNamedPort
2020-03-18 00:15:04 -07:00
kern_k_server_session.hpp
kern: Implement SvcManageNamedPort
2020-03-18 00:15:04 -07:00
kern_k_session_request.hpp
kern: obj stubs to get past slab init
2020-03-02 19:50:51 -08:00
kern_k_session.hpp
kern: Implement SvcManageNamedPort
2020-03-18 00:15:04 -07:00
kern_k_shared_memory_info.hpp
kern: obj stubs to get past slab init
2020-03-02 19:50:51 -08:00
kern_k_shared_memory.hpp
kern: obj stubs to get past slab init
2020-03-02 19:50:51 -08:00
kern_k_slab_heap.hpp
kern: implement KHandleTable, other cleanup
2020-03-02 19:50:46 -08:00
kern_k_spin_lock.hpp
kern: kern::arm64 -> kern::arch::arm64
2020-03-02 19:50:56 -08:00
kern_k_synchronization_object.hpp
kern: implement KHandleTable, other cleanup
2020-03-02 19:50:46 -08:00
kern_k_synchronization.hpp
kern: implement KProcess::Run
2020-03-02 19:51:00 -08:00
kern_k_target_system.hpp
kern: switch->nx, implement sleep manager init
2020-03-02 19:50:56 -08:00
kern_k_thread_context.hpp
kern: switch->nx, implement sleep manager init
2020-03-02 19:50:56 -08:00
kern_k_thread_local_page.hpp
kern: finish KProcess::Initialize() for KIPs
2020-03-02 19:51:00 -08:00
kern_k_thread_queue.hpp
kern: implement KResourceLimit
2020-03-02 19:50:50 -08:00
kern_k_thread.hpp
kern: minor fixes to prevent core0-2 panics during boot
2020-03-02 19:51:01 -08:00
kern_k_timer_task.hpp
kern: implement KHandleTable, other cleanup
2020-03-02 19:50:46 -08:00
kern_k_transfer_memory.hpp
kern: obj stubs to get past slab init
2020-03-02 19:50:51 -08:00
kern_k_typed_address.hpp
kern: implement KMemoryBlockManager::Update
2020-03-02 19:50:54 -08:00
kern_k_unsafe_memory.hpp
kern: implement KUnsafeMemory
2020-04-27 10:34:06 -07:00
kern_k_wait_object.hpp
kern: add KProcess members
2020-03-02 19:50:58 -08:00
kern_k_worker_task_manager.hpp
kern: implement KWorkerTaskManager
2020-03-02 19:50:56 -08:00
kern_k_worker_task.hpp
kern: mostly implement KThread::Initialize
2020-03-02 19:50:47 -08:00
kern_kernel.hpp
kern: implement KUnsafeMemory
2020-04-27 10:34:06 -07:00
kern_main.hpp
kern: implement KHandleTable, other cleanup
2020-03-02 19:50:46 -08:00
kern_panic.hpp
kern: implement CallSecureMonitor, some of GetInfo/GetSystemInfo
2020-03-18 00:15:02 -07:00
kern_select_cpu.hpp
kern: kern::arm64 -> kern::arch::arm64
2020-03-02 19:50:56 -08:00
kern_select_debug.hpp
kern: kern::arm64 -> kern::arch::arm64
2020-03-02 19:50:56 -08:00
kern_select_device_page_table.hpp
kern: implement smmu init
2020-03-02 19:50:57 -08:00
kern_select_hardware_timer.hpp
kern: kern::arm64 -> kern::arch::arm64
2020-03-02 19:50:56 -08:00
kern_select_interrupt_controller.hpp
kern: kern::arm64 -> kern::arch::arm64
2020-03-02 19:50:56 -08:00
kern_select_interrupt_manager.hpp
kern: kern::arm64 -> kern::arch::arm64
2020-03-02 19:50:56 -08:00
kern_select_interrupt_name.hpp
kern: kern::arm64 -> kern::arch::arm64
2020-03-02 19:50:56 -08:00
kern_select_page_table_impl.hpp
kern: kern::arm64 -> kern::arch::arm64
2020-03-02 19:50:56 -08:00
kern_select_page_table.hpp
kern: kern::arm64 -> kern::arch::arm64
2020-03-02 19:50:56 -08:00
kern_select_system_control.hpp
kern: switch->nx, implement sleep manager init
2020-03-02 19:50:56 -08:00
kern_select_userspace_memory_access.hpp
kern: implement KUserPointer (and test with QueryMemory) in advance of svc dev
2020-03-02 19:51:01 -08:00
kern_slab_helpers.hpp
kern: implement unsuspension of init threads
2020-03-02 19:51:00 -08:00
kern_svc.hpp
kern: implement process(pagetable) init
2020-03-02 19:50:58 -08:00