.. |
arch/arm64
|
hle: kernel: Add architecture and board specific memory regions.
|
2021-03-21 14:45:02 -07:00 |
board/nintendo/nx
|
common: Replace common_sizes into user-literals
|
2021-06-24 09:27:40 -07:00 |
init
|
hle: kernel: Use host memory allocations for KSlabMemory.
|
2021-05-20 21:41:52 -07:00 |
code_set.cpp
|
kernel: Move CodeSet structure to its own source files
|
2019-03-20 13:07:04 -04:00 |
code_set.h
|
VM_Manager: Align allocated memory to 256bytes
|
2019-07-19 10:06:08 -04:00 |
global_scheduler_context.cpp
|
core: Make variable shadowing a compile-time error
|
2021-05-16 03:43:16 -04:00 |
global_scheduler_context.h
|
core: Make variable shadowing a compile-time error
|
2021-05-16 03:43:16 -04:00 |
hle_ipc.cpp
|
hle: kernel: Track and release server sessions, and protect methods with locks.
|
2021-07-20 18:54:56 -07:00 |
hle_ipc.h
|
hle: kernel: hle_ipc: Ensure SessionRequestHandler is valid.
|
2021-06-07 21:55:37 -07:00 |
k_address_arbiter.cpp
|
Revert "kernel: Various improvements to scheduler"
|
2021-08-25 20:59:28 -07:00 |
k_address_arbiter.h
|
general: Replace RESULT_UNKNOWN with ResultUnknown
|
2021-06-02 00:39:27 -04:00 |
k_address_space_info.cpp
|
common: Replace common_sizes into user-literals
|
2021-06-24 09:27:40 -07:00 |
k_address_space_info.h
|
hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo.
|
2021-02-18 16:16:25 -08:00 |
k_affinity_mask.h
|
k_affinity_mask: Avoid implicit truncation to bool
|
2021-02-04 15:35:46 -05:00 |
k_auto_object.cpp
|
hle: kernel: Provide methods for tracking dangling kernel objects.
|
2021-07-20 18:54:55 -07:00 |
k_auto_object.h
|
Revert "kernel: Various improvements to scheduler"
|
2021-08-25 20:59:28 -07:00 |
k_auto_object_container.cpp
|
hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree.
|
2021-06-06 15:39:11 -07:00 |
k_auto_object_container.h
|
hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree.
|
2021-06-06 15:39:11 -07:00 |
k_class_token.cpp
|
k_class_token: Use variable templates where applicable
|
2021-05-29 05:25:34 -04:00 |
k_class_token.h
|
fixup! hle: kernel: Migrate more of KThread to KAutoObject.
|
2021-05-05 16:40:54 -07:00 |
k_client_port.cpp
|
hle: kernel: KClientPort: Add an assert for session count.
|
2021-06-09 22:36:42 -07:00 |
k_client_port.h
|
hle: kernel: Refactor to allocate a ServiceThread per service handler.
|
2021-06-04 19:26:48 -07:00 |
k_client_session.cpp
|
kernel: Eliminate variable shadowing
|
2021-05-08 12:33:26 -04:00 |
k_client_session.h
|
hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree.
|
2021-06-06 15:39:11 -07:00 |
k_condition_variable.cpp
|
Revert "kernel: Various improvements to scheduler"
|
2021-08-25 20:59:28 -07:00 |
k_condition_variable.h
|
core: hle: kernel: Rename Thread to KThread.
|
2021-01-28 21:42:25 -08:00 |
k_event.cpp
|
kernel: Eliminate variable shadowing
|
2021-05-08 12:33:26 -04:00 |
k_event.h
|
kernel: Add missing override specifiers
|
2021-05-29 02:58:32 -04:00 |
k_handle_table.cpp
|
Revert "kernel: Various improvements to scheduler"
|
2021-08-25 20:59:28 -07:00 |
k_handle_table.h
|
Revert "kernel: Various improvements to scheduler"
|
2021-08-25 20:59:28 -07:00 |
k_light_condition_variable.h
|
kernel: KLightConditionVariable: Update implementation to 12.x
|
2021-06-11 00:58:04 -04:00 |
k_light_lock.cpp
|
kernel: Unconditionally set thread state when appropriate
|
2021-06-11 00:58:04 -04:00 |
k_light_lock.h
|
core: hle: kernel: Implement KLightLock.
|
2021-01-28 21:42:26 -08:00 |
k_linked_list.h
|
core: Make variable shadowing a compile-time error
|
2021-05-16 03:43:16 -04:00 |
k_memory_block.h
|
hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
|
2021-05-05 16:40:52 -07:00 |
k_memory_block_manager.cpp
|
core: Make variable shadowing a compile-time error
|
2021-05-16 03:43:16 -04:00 |
k_memory_block_manager.h
|
core: Make variable shadowing a compile-time error
|
2021-05-16 03:43:16 -04:00 |
k_memory_layout.board.nintendo_nx.cpp
|
common: Replace common_sizes into user-literals
|
2021-06-24 09:27:40 -07:00 |
k_memory_layout.cpp
|
hle: kernel: k_memory_layout: Move KMemoryRegionAllocator out of global.
|
2021-03-21 14:45:13 -07:00 |
k_memory_layout.h
|
common: Replace common_sizes into user-literals
|
2021-06-24 09:27:40 -07:00 |
k_memory_manager.cpp
|
general: Replace RESULT_SUCCESS with ResultSuccess
|
2021-06-02 00:39:27 -04:00 |
k_memory_manager.h
|
hle: kernel: KMemoryManager: Add CalculateManagementOverheadSize.
|
2021-03-21 14:45:02 -07:00 |
k_memory_region.h
|
kernel: Eliminate variable shadowing
|
2021-05-08 12:33:26 -04:00 |
k_memory_region_type.h
|
hle: kernel: k_memory_region_type: Minor code cleanup.
|
2021-03-23 18:42:04 -07:00 |
k_page_bitmap.h
|
hle: kernel: KSystemControl does not belong in Memory namespace.
|
2021-02-18 16:16:24 -08:00 |
k_page_heap.cpp
|
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
|
2021-02-18 16:16:25 -08:00 |
k_page_heap.h
|
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
|
2021-02-18 16:16:25 -08:00 |
k_page_linked_list.h
|
general: Replace RESULT_SUCCESS with ResultSuccess
|
2021-06-02 00:39:27 -04:00 |
k_page_table.cpp
|
common: Replace common_sizes into user-literals
|
2021-06-24 09:27:40 -07:00 |
k_page_table.h
|
core: Make variable shadowing a compile-time error
|
2021-05-16 03:43:16 -04:00 |
k_port.cpp
|
general: Replace RESULT_SUCCESS with ResultSuccess
|
2021-06-02 00:39:27 -04:00 |
k_port.h
|
kernel: Add missing override specifiers
|
2021-05-29 02:58:32 -04:00 |
k_priority_queue.h
|
k_priority_queue: Unfold several declval usages
|
2021-02-04 15:18:58 -05:00 |
k_process.cpp
|
Revert "kernel: Various improvements to scheduler"
|
2021-08-25 20:59:28 -07:00 |
k_process.h
|
general: Replace RESULT_SUCCESS with ResultSuccess
|
2021-06-02 00:39:27 -04:00 |
k_readable_event.cpp
|
general: Replace RESULT_SUCCESS with ResultSuccess
|
2021-06-02 00:39:27 -04:00 |
k_readable_event.h
|
hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree.
|
2021-06-06 15:39:11 -07:00 |
k_resource_limit.cpp
|
kernel: Fix missing peak set in KResourceLimit::SetLimitValue
|
2021-06-18 07:27:48 -04:00 |
k_resource_limit.h
|
kernel: Add missing override specifiers
|
2021-05-29 02:58:32 -04:00 |
k_scheduler.cpp
|
Revert "kernel: Various improvements to scheduler"
|
2021-08-25 20:59:28 -07:00 |
k_scheduler.h
|
Revert "kernel: Various improvements to scheduler"
|
2021-08-25 20:59:28 -07:00 |
k_scheduler_lock.h
|
hle: kernel: Migrate some code from Common::SpinLock to KSpinLock.
|
2021-03-21 14:45:02 -07:00 |
k_scoped_lock.h
|
Amend bizarre clang-format suggestions
|
2021-04-07 01:52:08 -04:00 |
k_scoped_resource_reservation.h
|
hle: kernel: Rename Process to KProcess.
|
2021-05-05 16:40:52 -07:00 |
k_scoped_scheduler_lock_and_sleep.h
|
core: Make variable shadowing a compile-time error
|
2021-05-16 03:43:16 -04:00 |
k_server_port.cpp
|
hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree.
|
2021-06-06 15:39:11 -07:00 |
k_server_port.h
|
hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree.
|
2021-06-06 15:39:11 -07:00 |
k_server_session.cpp
|
hle: kernel: Track and release server sessions, and protect methods with locks.
|
2021-07-20 18:54:56 -07:00 |
k_server_session.h
|
hle: kernel: KServerSession: Fix client disconnected.
|
2021-06-09 21:37:11 -07:00 |
k_session.cpp
|
hle: kernel: Refactor to allocate a ServiceThread per service handler.
|
2021-06-04 19:26:48 -07:00 |
k_session.h
|
hle: kernel: Refactor to allocate a ServiceThread per service handler.
|
2021-06-04 19:26:48 -07:00 |
k_shared_memory.cpp
|
general: Replace RESULT_SUCCESS with ResultSuccess
|
2021-06-02 00:39:27 -04:00 |
k_shared_memory.h
|
kernel: Add missing override specifiers
|
2021-05-29 02:58:32 -04:00 |
k_slab_heap.h
|
hle: kernel: KSlabHeap: Allow host or guest allocations.
|
2021-05-28 17:42:41 -07:00 |
k_spin_lock.cpp
|
hle: kernel: Add KSpinLock implementation.
|
2021-02-18 16:16:24 -08:00 |
k_spin_lock.h
|
hle: kernel: Migrate some code from Common::SpinLock to KSpinLock.
|
2021-03-21 14:45:02 -07:00 |
k_synchronization_object.cpp
|
general: Replace RESULT_SUCCESS with ResultSuccess
|
2021-06-02 00:39:27 -04:00 |
k_synchronization_object.h
|
general: Replace RESULT_SUCCESS with ResultSuccess
|
2021-06-02 00:39:27 -04:00 |
k_system_control.h
|
hle: kernel: KSystemControl: Update to reflect board-specific behavior.
|
2021-03-21 14:45:02 -07:00 |
k_thread.cpp
|
Revert "kernel: Various improvements to scheduler"
|
2021-08-25 20:59:28 -07:00 |
k_thread.h
|
Revert "kernel: Various improvements to scheduler"
|
2021-08-25 20:59:28 -07:00 |
k_thread_queue.h
|
core: Make variable shadowing a compile-time error
|
2021-05-16 03:43:16 -04:00 |
k_trace.h
|
common: Replace common_sizes into user-literals
|
2021-06-24 09:27:40 -07:00 |
k_transfer_memory.cpp
|
general: Replace RESULT_SUCCESS with ResultSuccess
|
2021-06-02 00:39:27 -04:00 |
k_transfer_memory.h
|
kernel: Add missing override specifiers
|
2021-05-29 02:58:32 -04:00 |
k_writable_event.cpp
|
hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree.
|
2021-06-06 15:39:11 -07:00 |
k_writable_event.h
|
kernel: Add missing override specifiers
|
2021-05-29 02:58:32 -04:00 |
kernel.cpp
|
Revert "kernel: Various improvements to scheduler"
|
2021-08-25 20:59:28 -07:00 |
kernel.h
|
kernel: Add missing <functional> include
|
2021-09-11 17:19:15 -04:00 |
memory_types.h
|
hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.
|
2021-02-18 16:16:25 -08:00 |
physical_core.cpp
|
core: Make variable shadowing a compile-time error
|
2021-05-16 03:43:16 -04:00 |
physical_core.h
|
core: Make variable shadowing a compile-time error
|
2021-05-16 03:43:16 -04:00 |
physical_memory.h
|
physical_memory: Add missing include for <vector>.
|
2020-04-17 00:59:30 -04:00 |
process_capability.cpp
|
general: Replace RESULT_SUCCESS with ResultSuccess
|
2021-06-02 00:39:27 -04:00 |
process_capability.h
|
general: Replace RESULT_SUCCESS with ResultSuccess
|
2021-06-02 00:39:27 -04:00 |
service_thread.cpp
|
hle: kernel: service_thread: Take reference to KServerSession on service request.
|
2021-05-20 22:39:44 -07:00 |
service_thread.h
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
slab_helpers.h
|
Revert "WORKAROUND: Do not use slab heap while we track down issues with resource management."
|
2021-05-20 21:41:52 -07:00 |
svc.cpp
|
Revert "kernel: Various improvements to scheduler"
|
2021-08-25 20:59:28 -07:00 |
svc.h
|
core: kernel: Move SVC to its own namesapce.
|
2020-04-17 00:59:28 -04:00 |
svc_common.h
|
fixup! hle: kernel: Migrate to KHandleTable.
|
2021-05-05 16:40:54 -07:00 |
svc_results.h
|
hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
|
2021-05-05 16:40:52 -07:00 |
svc_types.h
|
hle: kernel: Recode implementation of KThread to be more accurate.
|
2021-01-28 21:42:26 -08:00 |
svc_wrap.h
|
fixup! hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
|
2021-05-05 16:40:53 -07:00 |
time_manager.cpp
|
hle: kernel: Migrate to KHandleTable.
|
2021-05-05 16:40:53 -07:00 |
time_manager.h
|
hle: kernel: Remove deprecated Object class.
|
2021-05-05 16:40:52 -07:00 |