| .. |
|
arch
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
board
|
d353c45f7d
core: hle: kernel: k_system_control: Add SecureAppletMemorySize.
|
пре 3 година |
|
init
|
6fa3faec65
Add break for default cases
|
пре 3 година |
|
code_set.cpp
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
code_set.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
global_scheduler_context.cpp
|
1a378a7769
kernel: refactor dummy thread wakeups
|
пре 3 година |
|
global_scheduler_context.h
|
1a378a7769
kernel: refactor dummy thread wakeups
|
пре 3 година |
|
hle_ipc.cpp
|
b1d633532f
hle_ipc: Refactor ReadBuffer to set buffer size upon initialization
|
пре 3 година |
|
hle_ipc.h
|
59335f6796
hle_ipc: Add helper functions for getting number of buffer elements
|
пре 3 година |
|
initial_process.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_address_arbiter.cpp
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
пре 4 година |
|
k_address_arbiter.h
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
пре 4 година |
|
k_address_space_info.cpp
|
084d7d6b01
common: Change semantics of UNREACHABLE to unconditionally crash
|
пре 4 година |
|
k_address_space_info.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_affinity_mask.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_auto_object.cpp
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_auto_object.h
|
8fea7e56e5
kernel: fix inconsistency in AutoObjectTraits macro definitions
|
пре 4 година |
|
k_auto_object_container.cpp
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_auto_object_container.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_class_token.cpp
|
cf0f821565
core: hle: kernel: Address review comments.
|
пре 3 година |
|
k_class_token.h
|
6f941121e6
core: hle: kernel: Add KSystemResource.
|
пре 3 година |
|
k_client_port.cpp
|
4eece4d35d
kernel/svc_types: refresh
|
пре 3 година |
|
k_client_port.h
|
983f2b7074
kernel: invert session request handling flow
|
пре 3 година |
|
k_client_session.cpp
|
3efb8eb2dc
kernel: add KSessionRequest
|
пре 3 година |
|
k_client_session.h
|
61a8696510
k_server_session: preliminary support for userspace server sessions
|
пре 3 година |
|
k_code_memory.cpp
|
47b8160666
core: device_memory: Templatize GetPointer(..).
|
пре 3 година |
|
k_code_memory.h
|
a1d2fb314e
KCodeMemory: Mark virtual methods as override
|
пре 4 година |
|
k_condition_variable.cpp
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
пре 4 година |
|
k_condition_variable.h
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
пре 4 година |
|
k_debug.h
|
ddd3f48736
core: hle: kernel: Add KDebug.
|
пре 3 година |
|
k_dynamic_page_manager.h
|
b7b47f3099
core: hle: kernel: k_dynamic_page_manager: Refresh.
|
пре 3 година |
|
k_dynamic_resource_manager.h
|
3aab7d4473
core: hle: kernel: k_dynamic_resource_manager: Add KBlockInfoManager, KBlockInfoSlabHeap.
|
пре 3 година |
|
k_dynamic_slab_heap.h
|
9ec5f75f43
core: hle: kernel: Add KDynamicSlabHeap.
|
пре 3 година |
|
k_event.cpp
|
b34d3d5882
service_thread: remove explicit KProcess
|
пре 3 година |
|
k_event.h
|
a9ace6856d
kernel: remove KWritableEvent
|
пре 3 година |
|
k_event_info.h
|
37b17252d1
core: hle: kernel: Add KEventInfo.
|
пре 3 година |
|
k_handle_table.cpp
|
8d99aae45b
k_handle_table: Remove cast to void* in GetObjectForIpc
|
пре 3 година |
|
k_handle_table.h
|
8d99aae45b
k_handle_table: Remove cast to void* in GetObjectForIpc
|
пре 3 година |
|
k_interrupt_manager.cpp
|
79bcb38321
core: hle: kernel: k_interrupt_manager: HandleInterrupt should not depend on current process.
|
пре 3 година |
|
k_interrupt_manager.h
|
57a77e9ff4
core: hle: kernel: k_thread: Implement thread termination DPC.
|
пре 3 година |
|
k_light_condition_variable.cpp
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
пре 4 година |
|
k_light_condition_variable.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_light_lock.cpp
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
пре 4 година |
|
k_light_lock.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_linked_list.h
|
3efb8eb2dc
kernel: add KSessionRequest
|
пре 3 година |
|
k_memory_block.h
|
c3fd211b43
kernel/k_memory_block: Ensure members are always initialized
|
пре 3 година |
|
k_memory_block_manager.cpp
|
829e82e264
core: hle: kernel: Use result macros for new/changed code.
|
пре 3 година |
|
k_memory_block_manager.h
|
c3fd211b43
kernel/k_memory_block: Ensure members are always initialized
|
пре 3 година |
|
k_memory_layout.board.nintendo_nx.cpp
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_memory_layout.cpp
|
1f21fa866d
core: hle: kernel: k_memory_layout: Refresh.
|
пре 3 година |
|
k_memory_layout.h
|
1f21fa866d
core: hle: kernel: k_memory_layout: Refresh.
|
пре 3 година |
|
k_memory_manager.cpp
|
9737615948
general: fix compile for Apple Clang
|
пре 3 година |
|
k_memory_manager.h
|
ba21ba0c5c
core: hle: kernel: k_memory_manager: Refresh.
|
пре 3 година |
|
k_memory_region.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_memory_region_type.h
|
84d130f143
core: hle: kernel: k_memory_region_type: Refresh.
|
пре 3 година |
|
k_page_bitmap.h
|
6b6c02f541
core: hle: kernel: k_page_bitmap: Refresh.
|
пре 3 година |
|
k_page_buffer.cpp
|
47b8160666
core: device_memory: Templatize GetPointer(..).
|
пре 3 година |
|
k_page_buffer.h
|
f76b4417e6
core: hle: kernel: k_page_buffer: Add KPageBufferSlabHeap.
|
пре 3 година |
|
k_page_group.h
|
6257461684
core: hle: kernel: k_page_group: Add KPageBufferSlabHeap.
|
пре 3 година |
|
k_page_heap.cpp
|
0cb9bc12fc
core: hle: kernel: k_page_heap: Refresh.
|
пре 3 година |
|
k_page_heap.h
|
0cb9bc12fc
core: hle: kernel: k_page_heap: Refresh.
|
пре 3 година |
|
k_page_table.cpp
|
6fa3faec65
Add break for default cases
|
пре 3 година |
|
k_page_table.h
|
18123ff958
gdbstub: add ams monitor commands
|
пре 3 година |
|
k_page_table_manager.h
|
0897f4f96c
core: hle: kernel: Add KPageTableManager.
|
пре 3 година |
|
k_page_table_slab_heap.h
|
6d4f411c08
core: hle: kernel: Add KPageTableSlabHeap.
|
пре 3 година |
|
k_port.cpp
|
983f2b7074
kernel: invert session request handling flow
|
пре 3 година |
|
k_port.h
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
пре 4 година |
|
k_priority_queue.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_process.cpp
|
6fa3faec65
Add break for default cases
|
пре 3 година |
|
k_process.h
|
97879faea4
core: hle: kernel: Migrate ProcessState to enum class.
|
пре 3 година |
|
k_readable_event.cpp
|
a9ace6856d
kernel: remove KWritableEvent
|
пре 3 година |
|
k_readable_event.h
|
a9ace6856d
kernel: remove KWritableEvent
|
пре 3 година |
|
k_resource_limit.cpp
|
4eece4d35d
kernel/svc_types: refresh
|
пре 3 година |
|
k_resource_limit.h
|
4eece4d35d
kernel/svc_types: refresh
|
пре 3 година |
|
k_scheduler.cpp
|
71c0e20f95
Ensure correctness of atomic store ordering
|
пре 3 година |
|
k_scheduler.h
|
a9a83fa726
kernel: Ensure all uses of disable_count are balanced
|
пре 4 година |
|
k_scheduler_lock.h
|
71c0e20f95
Ensure correctness of atomic store ordering
|
пре 3 година |
|
k_scoped_lock.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_scoped_resource_reservation.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_scoped_scheduler_lock_and_sleep.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_server_port.cpp
|
2228383322
kernel: fix port tracking
|
пре 3 година |
|
k_server_port.h
|
983f2b7074
kernel: invert session request handling flow
|
пре 3 година |
|
k_server_session.cpp
|
983f2b7074
kernel: invert session request handling flow
|
пре 3 година |
|
k_server_session.h
|
7aa91c8d9c
k_server_session: add SendReplyHLE
|
пре 3 година |
|
k_session.cpp
|
4eece4d35d
kernel/svc_types: refresh
|
пре 3 година |
|
k_session.h
|
983f2b7074
kernel: invert session request handling flow
|
пре 3 година |
|
k_session_request.cpp
|
3efb8eb2dc
kernel: add KSessionRequest
|
пре 3 година |
|
k_session_request.h
|
93a7058d8e
k_session_request: Add missing override specifier
|
пре 3 година |
|
k_shared_memory.cpp
|
4eece4d35d
kernel/svc_types: refresh
|
пре 3 година |
|
k_shared_memory.h
|
efa8711bf3
kernel/k_shared_memory: Ensure device_memory is always initialized
|
пре 3 година |
|
k_shared_memory_info.h
|
3efb8eb2dc
kernel: add KSessionRequest
|
пре 3 година |
|
k_slab_heap.h
|
9737615948
general: fix compile for Apple Clang
|
пре 3 година |
|
k_spin_lock.cpp
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_spin_lock.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_synchronization_object.cpp
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
пре 4 година |
|
k_synchronization_object.h
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
пре 4 година |
|
k_system_control.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_system_resource.cpp
|
6f941121e6
core: hle: kernel: Add KSystemResource.
|
пре 3 година |
|
k_system_resource.h
|
6f941121e6
core: hle: kernel: Add KSystemResource.
|
пре 3 година |
|
k_thread.cpp
|
4eece4d35d
kernel/svc_types: refresh
|
пре 3 година |
|
k_thread.h
|
dddc9bb8f1
kernel/thread: Ensure stack_top and argument are always initialized
|
пре 3 година |
|
k_thread_local_page.cpp
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
пре 4 година |
|
k_thread_local_page.h
|
9737615948
general: fix compile for Apple Clang
|
пре 3 година |
|
k_thread_queue.cpp
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
пре 4 година |
|
k_thread_queue.h
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
пре 4 година |
|
k_trace.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_transfer_memory.cpp
|
4eece4d35d
kernel/svc_types: refresh
|
пре 3 година |
|
k_transfer_memory.h
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
пре 4 година |
|
k_worker_task.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
k_worker_task_manager.cpp
|
35d3e7db2a
common: remove "yuzu:" prefix from thread names
|
пре 3 година |
|
k_worker_task_manager.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
kernel.cpp
|
9704acb982
general: improve handling of system startup failure
|
пре 3 година |
|
kernel.h
|
770f23db34
Merge pull request #9182 from liamwhite/services-are-processes
|
пре 3 година |
|
memory_types.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
physical_core.cpp
|
cbaf642ffe
Initial ARM64 support
|
пре 3 година |
|
physical_core.h
|
dcca650599
kernel/physical_core: Ensure is_interrupted is always initialized
|
пре 3 година |
|
physical_memory.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
process_capability.cpp
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
пре 4 година |
|
process_capability.h
|
a7d9be1384
core: Replace all instances of ResultCode with Result
|
пре 4 година |
|
service_thread.cpp
|
c586ac9be2
Remove the lock entirely as per PR discussion
|
пре 3 година |
|
service_thread.h
|
983f2b7074
kernel: invert session request handling flow
|
пре 3 година |
|
slab_helpers.h
|
d928ba8e40
core: hle: kernel: slab_helpers: Add KAutoObjectWithSlabHeap.
|
пре 3 година |
|
svc.cpp
|
651f6598ac
kernel: implement FlushProcessDataCache
|
пре 3 година |
|
svc.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |
|
svc_common.h
|
e63a5459e3
core: hle: kernel: svc_common: Add WaitInfinite & cleanup.
|
пре 3 година |
|
svc_results.h
|
661fe06d9d
core: hle: kernel: k_page_table: Implement IPC memory methods.
|
пре 3 година |
|
svc_types.h
|
4eece4d35d
kernel/svc_types: refresh
|
пре 3 година |
|
svc_wrap.h
|
9737615948
general: fix compile for Apple Clang
|
пре 3 година |
|
time_manager.cpp
|
240650f6a6
Rework CoreTiming
|
пре 4 година |
|
time_manager.h
|
99ceb03a1c
general: Convert source file copyright comments over to SPDX
|
пре 4 година |