You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
maufeat 5d7c581834 initial header 2 months ago
..
arch/arm64 general: Convert source file copyright comments over to SPDX 4 years ago
board/nintendo/nx [common] unify std::random_device (#3801) 1 month ago
init gl_staging_buffer_pool: Refactor allocation variables into a struct 3 years ago
svc initial header 7 days ago
code_set.cpp general: Convert source file copyright comments over to SPDX 4 years ago
code_set.h [core/loader] prevent program_image reallocations in NSO+KIP loading methods (#3639) 2 months ago
global_scheduler_context.cpp [core/hle] use boost::container::small_vector<> instead of std::set<> of dummy threads (#3025) 4 months ago
global_scheduler_context.h [core/hle] use boost::container::small_vector<> instead of std::set<> of dummy threads (#3025) 4 months ago
initial_process.h gl_staging_buffer_pool: Refactor allocation variables into a struct 3 years ago
k_address_arbiter.cpp kernel: instantiate memory separately for each guest process 2 years ago
k_address_arbiter.h kernel: use KTypedAddress for addresses 3 years ago
k_address_space_info.cpp core: Define HAS_NCE macro 2 years ago
k_address_space_info.h general: fix type inconsistencies 3 years ago
k_affinity_mask.h kernel: convert KPort, KSession 3 years ago
k_auto_object.cpp [hle, kernel] Add support for FW21 and kernel changes (#3004) 6 months ago
k_auto_object.h [hle, kernel] Add support for FW21 and kernel changes (#3004) 6 months ago
k_auto_object_container.cpp kernel: use simple mutex for object list container 2 years ago
k_auto_object_container.h kernel: use simple mutex for object list container 2 years ago
k_capabilities.cpp k_capabilities: simplify KTrace map skip logic 2 years ago
k_capabilities.h kernel: add KPageTableBase 3 years ago
k_class_token.cpp core: hle: kernel: Address review comments. 4 years ago
k_class_token.h core: hle: kernel: Add KSystemResource. 4 years ago
k_client_port.cpp kernel: fix resource limit imbalance 2 years ago
k_client_port.h kernel: implement light IPC 2 years ago
k_client_session.cpp scope_exit: Make constexpr 2 years ago
k_client_session.h kernel: implement remaining IPC syscalls 2 years ago
k_code_memory.cpp k_process: PageTable -> GetPageTable 3 years ago
k_code_memory.h kernel: use KTypedAddress for addresses 3 years ago
k_condition_variable.cpp [hle, kernel] Add support for FW21 and kernel changes (#3004) 6 months ago
k_condition_variable.h kernel: update KProcess 3 years ago
k_debug.h kernel: remove kernel_ 3 years ago
k_device_address_space.cpp kernel: add KPageTableBase 3 years ago
k_device_address_space.h kernel: add KPageTableBase 3 years ago
k_dynamic_page_manager.h [meta] fix license headers (#2547) 8 months ago
k_dynamic_resource_manager.h core: hle: kernel: k_dynamic_resource_manager: Add KBlockInfoManager, KBlockInfoSlabHeap. 4 years ago
k_dynamic_slab_heap.h kernel: use KTypedAddress for addresses 3 years ago
k_event.cpp kernel: remove kernel_ 3 years ago
k_event.h kernel: remove kernel_ 3 years ago
k_event_info.h kernel: remove general boost lists 3 years ago
k_handle_table.cpp [hle, kernel] Add support for FW21 and kernel changes (#3004) 6 months ago
k_handle_table.h [hle, kernel] Add support for FW21 and kernel changes (#3004) 6 months ago
k_hardware_timer.cpp [meta] fix license headers (#2547) 8 months ago
k_hardware_timer.h [meta] fix license headers (#2547) 8 months ago
k_hardware_timer_base.h kernel: add KHardwareTimer 3 years ago
k_interrupt_manager.cpp kernel: update KProcess 3 years ago
k_interrupt_manager.h core: hle: kernel: k_thread: Implement thread termination DPC. 4 years ago
k_light_client_session.cpp kernel: implement light IPC 2 years ago
k_light_client_session.h kernel: implement light IPC 2 years ago
k_light_condition_variable.cpp kernel: convert KConditionVariable, KLightConditionVariable, KLightLock 3 years ago
k_light_condition_variable.h kernel: convert KConditionVariable, KLightConditionVariable, KLightLock 3 years ago
k_light_lock.cpp kernel: convert KConditionVariable, KLightConditionVariable, KLightLock 3 years ago
k_light_lock.h kernel: convert KConditionVariable, KLightConditionVariable, KLightLock 3 years ago
k_light_server_session.cpp [meta] fix license headers (#2547) 8 months ago
k_light_server_session.h [meta] fix license headers (#2547) 8 months ago
k_light_session.cpp kernel: implement light IPC 2 years ago
k_light_session.h kernel: implement light IPC 2 years ago
k_memory_block.h [meta] fix license headers (#2547) 8 months ago
k_memory_block_manager.cpp kernel: optimize page free on shutdown 2 years ago
k_memory_block_manager.h kernel: optimize page free on shutdown 2 years ago
k_memory_layout.cpp [meta] fix license headers (#2547) 8 months ago
k_memory_layout.h kernel: add KPageTableBase 3 years ago
k_memory_manager.cpp [meta] fix license headers (#2547) 8 months ago
k_memory_manager.h [meta] fix license headers (#2547) 8 months ago
k_memory_region.h [meta] fix license headers (#2547) 8 months ago
k_memory_region_type.h gl_staging_buffer_pool: Refactor allocation variables into a struct 3 years ago
k_object_name.cpp kernel: add KObjectName 3 years ago
k_object_name.h kernel: remove general boost lists 3 years ago
k_page_bitmap.h [common] unify std::random_device (#3801) 1 month ago
k_page_buffer.cpp kernel: use KTypedAddress for addresses 3 years ago
k_page_buffer.h kernel: use KTypedAddress for addresses 3 years ago
k_page_group.cpp k_page_group: synchronize 3 years ago
k_page_group.h gl_staging_buffer_pool: Refactor allocation variables into a struct 3 years ago
k_page_heap.cpp kernel: use KTypedAddress for addresses 3 years ago
k_page_heap.h [meta] fix license headers (#2547) 8 months ago
k_page_table.h kernel: add KPageTableBase 3 years ago
k_page_table_base.cpp initial 22.0.0 kernel changes and cmd stubs 7 days ago
k_page_table_base.h initial 22.0.0 kernel changes and cmd stubs 7 days ago
k_page_table_manager.h kernel: use KTypedAddress for addresses 3 years ago
k_page_table_slab_heap.h kernel: use KTypedAddress for addresses 3 years ago
k_port.cpp kernel: implement light IPC 2 years ago
k_port.h kernel: implement light IPC 2 years ago
k_priority_queue.h [common] replace Common::(DerivedFrom, IsArithmetic, Size, ConvertibleTo, IsIntegral) with libstdc++ equivalents (#290) 6 months ago
k_process.cpp initial 22.0.0 kernel changes and cmd stubs 7 days ago
k_process.h [*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442) 3 months ago
k_process_page_table.h initial 22.0.0 kernel changes and cmd stubs 7 days ago
k_readable_event.cpp kernel: remove kernel_ 3 years ago
k_readable_event.h kernel: remove kernel_ 3 years ago
k_resource_limit.cpp [meta] fix license headers (#2547) 8 months ago
k_resource_limit.h gl_staging_buffer_pool: Refactor allocation variables into a struct 3 years ago
k_scheduler.cpp [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2 months ago
k_scheduler.h kernel: remove kernel_ 3 years ago
k_scheduler_lock.h kernel: convert KAbstractSchedulerLock 3 years ago
k_scoped_lock.h kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock 3 years ago
k_scoped_resource_reservation.h kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock 3 years ago
k_scoped_scheduler_lock_and_sleep.h gl_staging_buffer_pool: Refactor allocation variables into a struct 3 years ago
k_server_port.cpp kernel: implement light IPC 2 years ago
k_server_port.h kernel: implement light IPC 2 years ago
k_server_session.cpp [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2 months ago
k_server_session.h k_server_session: process for guest servers 2 years ago
k_session.cpp general: properly support multiple memory instances 2 years ago
k_session.h kernel: implement remaining IPC syscalls 2 years ago
k_session_request.cpp kernel: use KTypedAddress for addresses 3 years ago
k_session_request.h kernel: remove general boost lists 3 years ago
k_shared_memory.cpp k_process: PageTable -> GetPageTable 3 years ago
k_shared_memory.h kernel: use KTypedAddress for addresses 3 years ago
k_shared_memory_info.h kernel: remove general boost lists 3 years ago
k_slab_heap.h [meta] fix license headers (#2547) 8 months ago
k_spin_lock.cpp kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock 3 years ago
k_spin_lock.h kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock 3 years ago
k_synchronization_object.cpp Remove memory allocations in some hot paths 3 years ago
k_synchronization_object.h kernel: convert miscellaneous 3 years ago
k_system_control.h general: Convert source file copyright comments over to SPDX 4 years ago
k_system_resource.cpp kernel: add KPageTableBase 3 years ago
k_system_resource.h kernel: use KTypedAddress for addresses 3 years ago
k_thread.cpp [common] unify std::random_device (#3801) 1 month ago
k_thread.h [hle, kernel] Add support for FW21 and kernel changes (#3004) 6 months ago
k_thread_local_page.cpp scope_exit: Make constexpr 2 years ago
k_thread_local_page.h [common] remove ranges polyfill (#2546) 8 months ago
k_thread_queue.cpp kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new style 3 years ago
k_thread_queue.h kernel: remove kernel_ 3 years ago
k_timer_task.h kernel: add KHardwareTimer 3 years ago
k_trace.h general: Convert source file copyright comments over to SPDX 4 years ago
k_transfer_memory.cpp scope_exit: Make constexpr 2 years ago
k_transfer_memory.h kernel: use simple mutex for object list container 2 years ago
k_typed_address.h kernel: use KTypedAddress for addresses 3 years ago
k_worker_task.h kernel: remove kernel_ 3 years ago
k_worker_task_manager.cpp kernel: remove kernel_ 3 years ago
k_worker_task_manager.h kernel: remove kernel_ 3 years ago
kernel.cpp [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2 months ago
kernel.h [*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442) 3 months ago
memory_types.h kernel: use KTypedAddress for addresses 3 years ago
message_buffer.h k_server_session: process for guest servers 2 years ago
physical_core.cpp [core] GDB improvements (#3848) 2 weeks ago
physical_core.h core: refactor emulated cpu core activation 2 years ago
slab_helpers.h kernel: remove kernel_ 3 years ago
svc.cpp [hle/kernel] mark invalid SVC paths as unreachable (#3023) 5 months ago
svc.h [tools, hle/kernel] generate condensed version of svc.cpp; move svc_generator.py and generate_converters.py to tools (#2791) 6 months ago
svc_common.h core: hle: kernel: svc_common: Add WaitInfinite & cleanup. 4 years ago
svc_results.h k_server_session: process for guest servers 2 years ago
svc_types.h [core] Finalize AliasRegionExtraSize (#291) 9 months ago
svc_version.h initial header 7 days ago