.. |
arch/arm64
|
|
|
board/nintendo/nx
|
hle: kernel: board: nx: Add k_memory_layout.h header.
|
2022-02-27 10:34:02 -08:00 |
init
|
|
|
code_set.cpp
|
|
|
code_set.h
|
|
|
global_scheduler_context.cpp
|
|
|
global_scheduler_context.h
|
|
|
hle_ipc.cpp
|
|
|
hle_ipc.h
|
hle: kernel: KServerSession: Simplify CompleteSyncRequest EndWait.
|
2022-01-20 17:08:00 -08:00 |
initial_process.h
|
hle: kernel: Add initial_process.h header.
|
2022-02-27 10:34:02 -08:00 |
k_address_arbiter.cpp
|
|
|
k_address_arbiter.h
|
|
|
k_address_space_info.cpp
|
|
|
k_address_space_info.h
|
|
|
k_affinity_mask.h
|
kernel/k_affinity_mask: Remove duplicated assert
|
2022-01-24 10:35:22 -05:00 |
k_auto_object_container.cpp
|
|
|
k_auto_object_container.h
|
general: Move deleted copy/move constructor/assignment operators to public interface
|
2022-02-02 12:17:08 -05:00 |
k_auto_object.cpp
|
|
|
k_auto_object.h
|
general: Move deleted copy/move constructor/assignment operators to public interface
|
2022-02-02 12:17:08 -05:00 |
k_class_token.cpp
|
|
|
k_class_token.h
|
|
|
k_client_port.cpp
|
|
|
k_client_port.h
|
|
|
k_client_session.cpp
|
|
|
k_client_session.h
|
|
|
k_code_memory.cpp
|
hle: kernel: KCodeMemory: Remove unused QueryMemory.
|
2022-02-08 18:49:41 -08:00 |
k_code_memory.h
|
|
|
k_condition_variable.cpp
|
|
|
k_condition_variable.h
|
|
|
k_event.cpp
|
core: hle: kernel: KEvent: Pass in owner KProcess on event creation.
|
2022-02-21 12:41:06 -08:00 |
k_event.h
|
core: hle: kernel: KEvent: Pass in owner KProcess on event creation.
|
2022-02-21 12:41:06 -08:00 |
k_handle_table.cpp
|
|
|
k_handle_table.h
|
general: Move deleted copy/move constructor/assignment operators to public interface
|
2022-02-02 12:17:08 -05:00 |
k_interrupt_manager.cpp
|
|
|
k_interrupt_manager.h
|
|
|
k_light_condition_variable.cpp
|
|
|
k_light_condition_variable.h
|
|
|
k_light_lock.cpp
|
|
|
k_light_lock.h
|
|
|
k_linked_list.h
|
|
|
k_memory_block_manager.cpp
|
|
|
k_memory_block_manager.h
|
|
|
k_memory_block.h
|
|
|
k_memory_layout.board.nintendo_nx.cpp
|
|
|
k_memory_layout.cpp
|
|
|
k_memory_layout.h
|
hle: kernel: k_memory_layout: Add GetPhysicalLinearRegion.
|
2022-02-27 10:34:02 -08:00 |
k_memory_manager.cpp
|
|
|
k_memory_manager.h
|
general: Replace NonCopyable struct with equivalents
|
2022-02-02 13:17:12 -05:00 |
k_memory_region_type.h
|
hle: kernel: k_memory_region_types: Update for new regions.
|
2022-02-27 10:34:02 -08:00 |
k_memory_region.h
|
general: Replace NonCopyable struct with equivalents
|
2022-02-02 13:17:12 -05:00 |
k_page_bitmap.h
|
|
|
k_page_heap.cpp
|
hle: kernel: k_page_heap: Various updates and improvements.
|
2022-02-27 10:34:02 -08:00 |
k_page_heap.h
|
hle: kernel: k_page_heap: Various updates and improvements.
|
2022-02-27 10:34:02 -08:00 |
k_page_linked_list.h
|
|
|
k_page_table.cpp
|
Merge pull request #7919 from bunnei/phys-mem-updates
|
2022-02-21 13:39:05 -07:00 |
k_page_table.h
|
Merge pull request #7835 from bunnei/page-table-lock
|
2022-02-02 17:58:55 -07:00 |
k_port.cpp
|
|
|
k_port.h
|
|
|
k_priority_queue.h
|
hle: kernel: KScheduler: Fix deadlock with core waiting for a thread lock that has migrated.
|
2022-01-27 12:17:14 -08:00 |
k_process.cpp
|
core: hle: kernel: KProcess: Pass in KResourceLimit on process creation.
|
2022-02-21 12:41:31 -08:00 |
k_process.h
|
core: hle: kernel: KProcess: Pass in KResourceLimit on process creation.
|
2022-02-21 12:41:31 -08:00 |
k_readable_event.cpp
|
|
|
k_readable_event.h
|
|
|
k_resource_limit.cpp
|
core: hle: kernel: KResourceLimit: Add a helper function for creating a KResourceLimit for a process.
|
2022-02-21 12:40:09 -08:00 |
k_resource_limit.h
|
core: hle: kernel: KResourceLimit: Add a helper function for creating a KResourceLimit for a process.
|
2022-02-21 12:40:09 -08:00 |
k_scheduler_lock.h
|
|
|
k_scheduler.cpp
|
hle: kernel: KScheduler: Fix deadlock with core waiting for a thread lock that has migrated.
|
2022-01-27 12:17:14 -08:00 |
k_scheduler.h
|
|
|
k_scoped_lock.h
|
|
|
k_scoped_resource_reservation.h
|
|
|
k_scoped_scheduler_lock_and_sleep.h
|
|
|
k_server_port.cpp
|
|
|
k_server_port.h
|
|
|
k_server_session.cpp
|
hle: kernel: KServerSession: Remove hack for CompleteSyncRequest.
|
2022-01-20 17:08:00 -08:00 |
k_server_session.h
|
|
|
k_session.cpp
|
|
|
k_session.h
|
|
|
k_shared_memory_info.h
|
|
|
k_shared_memory.cpp
|
|
|
k_shared_memory.h
|
|
|
k_slab_heap.h
|
general: Replace NonCopyable struct with equivalents
|
2022-02-02 13:17:12 -05:00 |
k_spin_lock.cpp
|
|
|
k_spin_lock.h
|
|
|
k_synchronization_object.cpp
|
|
|
k_synchronization_object.h
|
|
|
k_system_control.h
|
|
|
k_thread_queue.cpp
|
|
|
k_thread_queue.h
|
|
|
k_thread.cpp
|
hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount.
|
2022-01-22 21:09:45 -08:00 |
k_thread.h
|
hle: kernel: KThread: Ensure host (dummy) threads block on locking.
|
2022-01-21 17:12:06 -08:00 |
k_trace.h
|
|
|
k_transfer_memory.cpp
|
|
|
k_transfer_memory.h
|
|
|
k_worker_task_manager.cpp
|
|
|
k_worker_task_manager.h
|
|
|
k_worker_task.h
|
|
|
k_writable_event.cpp
|
|
|
k_writable_event.h
|
|
|
kernel.cpp
|
core: hle: kernel: Remove resource limit hack for PhysicalMemory.
|
2022-02-21 12:41:31 -08:00 |
kernel.h
|
|
|
memory_types.h
|
|
|
physical_core.cpp
|
|
|
physical_core.h
|
|
|
physical_memory.h
|
|
|
process_capability.cpp
|
|
|
process_capability.h
|
|
|
service_thread.cpp
|
hle: kernel: service_thread: Ensure dummy thread is closed & destroyed on thread exit.
|
2022-01-20 17:08:00 -08:00 |
service_thread.h
|
|
|
slab_helpers.h
|
|
|
svc_common.h
|
|
|
svc_results.h
|
|
|
svc_types.h
|
|
|
svc_wrap.h
|
kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32
|
2022-02-15 00:45:19 +01:00 |
svc.cpp
|
core: hle: kernel: KEvent: Pass in owner KProcess on event creation.
|
2022-02-21 12:41:06 -08:00 |
svc.h
|
|
|
time_manager.cpp
|
|
|
time_manager.h
|
|
|