Liam 40bb176c39 kernel: implement remaining IPC syscalls 2 лет назад
..
arch 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
board 2a255b2d61 kernel: add KPageTableBase 2 лет назад
init 22afa2c7a3 kernel: reshuffle ini1 size, add slab clear note 2 лет назад
svc 40bb176c39 kernel: implement remaining IPC syscalls 2 лет назад
code_set.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
code_set.h 3ec3cca4d8 core: Define HAS_NCE macro 2 лет назад
global_scheduler_context.cpp d24ab14126 kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new style 3 лет назад
global_scheduler_context.h 9368e17a92 kernel: remove gratitutous attribute usage 3 лет назад
initial_process.h 22afa2c7a3 kernel: reshuffle ini1 size, add slab clear note 2 лет назад
k_address_arbiter.cpp 9efd95cda5 kernel: fix unbounded stack usage in atomics 3 лет назад
k_address_arbiter.h fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_address_space_info.cpp 3ec3cca4d8 core: Define HAS_NCE macro 2 лет назад
k_address_space_info.h ba4213d956 general: fix type inconsistencies 3 лет назад
k_affinity_mask.h 097c25b164 kernel: convert KPort, KSession 3 лет назад
k_auto_object.cpp d7c532d889 Fixes and workarounds to make UBSan happier on macOS 3 лет назад
k_auto_object.h d7c532d889 Fixes and workarounds to make UBSan happier on macOS 3 лет назад
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_capabilities.cpp a6735cba5f k_capabilities: ignore map region when KTrace is disabled 2 лет назад
k_capabilities.h 2a255b2d61 kernel: add KPageTableBase 2 лет назад
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 c0b9e93b77 kernel: remove kernel_ 3 лет назад
k_client_port.h 097c25b164 kernel: convert KPort, KSession 3 лет назад
k_client_session.cpp 40bb176c39 kernel: implement remaining IPC syscalls 2 лет назад
k_client_session.h 40bb176c39 kernel: implement remaining IPC syscalls 2 лет назад
k_code_memory.cpp a85ce8ea56 k_process: PageTable -> GetPageTable 3 лет назад
k_code_memory.h fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_condition_variable.cpp 8c59543ee3 kernel: update KProcess 2 лет назад
k_condition_variable.h 8c59543ee3 kernel: update KProcess 2 лет назад
k_debug.h c0b9e93b77 kernel: remove kernel_ 3 лет назад
k_device_address_space.cpp 2a255b2d61 kernel: add KPageTableBase 2 лет назад
k_device_address_space.h 2a255b2d61 kernel: add KPageTableBase 2 лет назад
k_dynamic_page_manager.h fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_dynamic_resource_manager.h 3aab7d4473 core: hle: kernel: k_dynamic_resource_manager: Add KBlockInfoManager, KBlockInfoSlabHeap. 3 лет назад
k_dynamic_slab_heap.h fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_event.cpp c0b9e93b77 kernel: remove kernel_ 3 лет назад
k_event.h c0b9e93b77 kernel: remove kernel_ 3 лет назад
k_event_info.h b143ce8134 kernel: remove general boost lists 3 лет назад
k_handle_table.cpp 8d99aae45b k_handle_table: Remove cast to void* in GetObjectForIpc 3 лет назад
k_handle_table.h ceda2d280e general: rename CurrentProcess to ApplicationProcess 3 лет назад
k_hardware_timer.cpp 8992a62da4 Reduce core timing mutex contention 2 лет назад
k_hardware_timer.h 0bd9a4456c kernel: remove relative task registration 2 лет назад
k_hardware_timer_base.h 67c0d714c5 kernel: add KHardwareTimer 3 лет назад
k_interrupt_manager.cpp 8c59543ee3 kernel: update KProcess 2 лет назад
k_interrupt_manager.h 57a77e9ff4 core: hle: kernel: k_thread: Implement thread termination DPC. 3 лет назад
k_light_condition_variable.cpp fdf90c6d75 kernel: convert KConditionVariable, KLightConditionVariable, KLightLock 3 лет назад
k_light_condition_variable.h fdf90c6d75 kernel: convert KConditionVariable, KLightConditionVariable, KLightLock 3 лет назад
k_light_lock.cpp fdf90c6d75 kernel: convert KConditionVariable, KLightConditionVariable, KLightLock 3 лет назад
k_light_lock.h fdf90c6d75 kernel: convert KConditionVariable, KLightConditionVariable, KLightLock 3 лет назад
k_memory_block.h 0441853d0f k_page_table: implement PermissionLocked 2 лет назад
k_memory_block_manager.cpp 0441853d0f k_page_table: implement PermissionLocked 2 лет назад
k_memory_block_manager.h 0441853d0f k_page_table: implement PermissionLocked 2 лет назад
k_memory_layout.cpp 0448eb6f0f ci: fix new codespell errors 2 лет назад
k_memory_layout.h 2a255b2d61 kernel: add KPageTableBase 2 лет назад
k_memory_manager.cpp 2a255b2d61 kernel: add KPageTableBase 2 лет назад
k_memory_manager.h 8c59543ee3 kernel: update KProcess 2 лет назад
k_memory_region.h fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_memory_region_type.h b456af31e6 kernel: update KMemoryRegionType values 2 лет назад
k_object_name.cpp 1773a1039f kernel: add KObjectName 3 лет назад
k_object_name.h b143ce8134 kernel: remove general boost lists 3 лет назад
k_page_bitmap.h 6b6c02f541 core: hle: kernel: k_page_bitmap: Refresh. 3 лет назад
k_page_buffer.cpp fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_page_buffer.h fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_page_group.cpp a5693afa03 Revert "Revert "k_page_group: synchronize"" 3 лет назад
k_page_group.h f21058a6c0 k_page_table: add MapFirstGroup 2 лет назад
k_page_heap.cpp fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_page_heap.h fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_page_table.h 2a255b2d61 kernel: add KPageTableBase 2 лет назад
k_page_table_base.cpp 45c87c7e6e core: refactor emulated cpu core activation 2 лет назад
k_page_table_base.h f2a8409083 kernel: Manually specify aslr region start 2 лет назад
k_page_table_manager.h fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_page_table_slab_heap.h fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_port.cpp c0b9e93b77 kernel: remove kernel_ 3 лет назад
k_port.h c0b9e93b77 kernel: remove kernel_ 3 лет назад
k_priority_queue.h 467adc1acd kernel: convert KMemoryLayout, KMemoryRegion*, KPageTableSlabHeap, KPriorityQueue 3 лет назад
k_process.cpp 45c87c7e6e core: refactor emulated cpu core activation 2 лет назад
k_process.h 45c87c7e6e core: refactor emulated cpu core activation 2 лет назад
k_process_page_table.h 45c87c7e6e core: refactor emulated cpu core activation 2 лет назад
k_readable_event.cpp c0b9e93b77 kernel: remove kernel_ 3 лет назад
k_readable_event.h c0b9e93b77 kernel: remove kernel_ 3 лет назад
k_resource_limit.cpp 0bd9a4456c kernel: remove relative task registration 2 лет назад
k_resource_limit.h 0bd9a4456c kernel: remove relative task registration 2 лет назад
k_scheduler.cpp 45c87c7e6e core: refactor emulated cpu core activation 2 лет назад
k_scheduler.h c0b9e93b77 kernel: remove kernel_ 3 лет назад
k_scheduler_lock.h 7322c99e5f kernel: convert KAbstractSchedulerLock 3 лет назад
k_scoped_lock.h d1b53c8d82 kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock 3 лет назад
k_scoped_resource_reservation.h d1b53c8d82 kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock 3 лет назад
k_scoped_scheduler_lock_and_sleep.h 0bd9a4456c kernel: remove relative task registration 2 лет назад
k_server_port.cpp c0b9e93b77 kernel: remove kernel_ 3 лет назад
k_server_port.h b143ce8134 kernel: remove general boost lists 3 лет назад
k_server_session.cpp 40bb176c39 kernel: implement remaining IPC syscalls 2 лет назад
k_server_session.h b143ce8134 kernel: remove general boost lists 3 лет назад
k_session.cpp c0b9e93b77 kernel: remove kernel_ 3 лет назад
k_session.h 40bb176c39 kernel: implement remaining IPC syscalls 2 лет назад
k_session_request.cpp fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_session_request.h b143ce8134 kernel: remove general boost lists 3 лет назад
k_shared_memory.cpp a85ce8ea56 k_process: PageTable -> GetPageTable 3 лет назад
k_shared_memory.h fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_shared_memory_info.h b143ce8134 kernel: remove general boost lists 3 лет назад
k_slab_heap.h ac6cbb7134 kernel: prefer std::addressof 3 лет назад
k_spin_lock.cpp d1b53c8d82 kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock 3 лет назад
k_spin_lock.h d1b53c8d82 kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock 3 лет назад
k_synchronization_object.cpp 5da70f7197 Remove memory allocations in some hot paths 3 лет назад
k_synchronization_object.h 57f1d8ef8d kernel: convert miscellaneous 3 лет назад
k_system_control.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
k_system_resource.cpp 2a255b2d61 kernel: add KPageTableBase 2 лет назад
k_system_resource.h fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_thread.cpp 45c87c7e6e core: refactor emulated cpu core activation 2 лет назад
k_thread.h 45c87c7e6e core: refactor emulated cpu core activation 2 лет назад
k_thread_local_page.cpp 2a255b2d61 kernel: add KPageTableBase 2 лет назад
k_thread_local_page.h fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_thread_queue.cpp d24ab14126 kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new style 3 лет назад
k_thread_queue.h c0b9e93b77 kernel: remove kernel_ 3 лет назад
k_timer_task.h 67c0d714c5 kernel: add KHardwareTimer 3 лет назад
k_trace.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
k_transfer_memory.cpp e797a917a9 kernel: implement transfer memory 2 лет назад
k_transfer_memory.h e797a917a9 kernel: implement transfer memory 2 лет назад
k_typed_address.h fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
k_worker_task.h c0b9e93b77 kernel: remove kernel_ 3 лет назад
k_worker_task_manager.cpp c0b9e93b77 kernel: remove kernel_ 3 лет назад
k_worker_task_manager.h c0b9e93b77 kernel: remove kernel_ 3 лет назад
kernel.cpp 45c87c7e6e core: refactor emulated cpu core activation 2 лет назад
kernel.h 45c87c7e6e core: refactor emulated cpu core activation 2 лет назад
memory_types.h fb49ec19c1 kernel: use KTypedAddress for addresses 3 лет назад
message_buffer.h 4540bcfaf7 k_server_session: translate special header for non-HLE requests 3 лет назад
physical_core.cpp 45c87c7e6e core: refactor emulated cpu core activation 2 лет назад
physical_core.h 45c87c7e6e core: refactor emulated cpu core activation 2 лет назад
physical_memory.h 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 лет назад
slab_helpers.h c0b9e93b77 kernel: remove kernel_ 3 лет назад
svc.cpp 45c87c7e6e core: refactor emulated cpu core activation 2 лет назад
svc.h 45c87c7e6e core: refactor emulated cpu core activation 2 лет назад
svc_common.h e63a5459e3 core: hle: kernel: svc_common: Add WaitInfinite & cleanup. 3 лет назад
svc_generator.py 45c87c7e6e core: refactor emulated cpu core activation 2 лет назад
svc_results.h 2415d37ea2 kernel/svc: switch to generated wrappers 3 лет назад
svc_types.h 8c59543ee3 kernel: update KProcess 2 лет назад
svc_version.h 36b70dec05 kernel: avoid usage of bit_cast 3 лет назад