Liam 31bffc7299 kernel: fix extraneous ref před 2 roky
..
arch 99ceb03a1c general: Convert source file copyright comments over to SPDX před 4 roky
board 8c59543ee3 kernel: update KProcess před 2 roky
init 22afa2c7a3 kernel: reshuffle ini1 size, add slab clear note před 2 roky
svc 8c59543ee3 kernel: update KProcess před 2 roky
code_set.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX před 4 roky
code_set.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
global_scheduler_context.cpp d24ab14126 kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new style před 3 roky
global_scheduler_context.h 9368e17a92 kernel: remove gratitutous attribute usage před 3 roky
initial_process.h 22afa2c7a3 kernel: reshuffle ini1 size, add slab clear note před 2 roky
k_address_arbiter.cpp 9efd95cda5 kernel: fix unbounded stack usage in atomics před 3 roky
k_address_arbiter.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_address_space_info.cpp 7cdeaa90af device_memory: Use smaller virtual reservation size for compatibility with 39-bit paging před 3 roky
k_address_space_info.h ba4213d956 general: fix type inconsistencies před 3 roky
k_affinity_mask.h 097c25b164 kernel: convert KPort, KSession před 3 roky
k_auto_object.cpp d7c532d889 Fixes and workarounds to make UBSan happier on macOS před 3 roky
k_auto_object.h d7c532d889 Fixes and workarounds to make UBSan happier on macOS před 3 roky
k_auto_object_container.cpp 99ceb03a1c general: Convert source file copyright comments over to SPDX před 4 roky
k_auto_object_container.h 99ceb03a1c general: Convert source file copyright comments over to SPDX před 4 roky
k_capabilities.cpp 785e480b62 msvc: set warning level to /W4 globally před 2 roky
k_capabilities.h 8c59543ee3 kernel: update KProcess před 2 roky
k_class_token.cpp cf0f821565 core: hle: kernel: Address review comments. před 3 roky
k_class_token.h 6f941121e6 core: hle: kernel: Add KSystemResource. před 3 roky
k_client_port.cpp c0b9e93b77 kernel: remove kernel_ před 3 roky
k_client_port.h 097c25b164 kernel: convert KPort, KSession před 3 roky
k_client_session.cpp fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_client_session.h c0b9e93b77 kernel: remove kernel_ před 3 roky
k_code_memory.cpp a85ce8ea56 k_process: PageTable -> GetPageTable před 3 roky
k_code_memory.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_condition_variable.cpp 8c59543ee3 kernel: update KProcess před 2 roky
k_condition_variable.h 8c59543ee3 kernel: update KProcess před 2 roky
k_debug.h c0b9e93b77 kernel: remove kernel_ před 3 roky
k_device_address_space.cpp fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_device_address_space.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_dynamic_page_manager.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_dynamic_resource_manager.h 3aab7d4473 core: hle: kernel: k_dynamic_resource_manager: Add KBlockInfoManager, KBlockInfoSlabHeap. před 3 roky
k_dynamic_slab_heap.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_event.cpp c0b9e93b77 kernel: remove kernel_ před 3 roky
k_event.h c0b9e93b77 kernel: remove kernel_ před 3 roky
k_event_info.h b143ce8134 kernel: remove general boost lists před 3 roky
k_handle_table.cpp 8d99aae45b k_handle_table: Remove cast to void* in GetObjectForIpc před 3 roky
k_handle_table.h ceda2d280e general: rename CurrentProcess to ApplicationProcess před 3 roky
k_hardware_timer.cpp 8992a62da4 Reduce core timing mutex contention před 2 roky
k_hardware_timer.h 0bd9a4456c kernel: remove relative task registration před 3 roky
k_hardware_timer_base.h 67c0d714c5 kernel: add KHardwareTimer před 3 roky
k_interrupt_manager.cpp 8c59543ee3 kernel: update KProcess před 2 roky
k_interrupt_manager.h 57a77e9ff4 core: hle: kernel: k_thread: Implement thread termination DPC. před 3 roky
k_light_condition_variable.cpp fdf90c6d75 kernel: convert KConditionVariable, KLightConditionVariable, KLightLock před 3 roky
k_light_condition_variable.h fdf90c6d75 kernel: convert KConditionVariable, KLightConditionVariable, KLightLock před 3 roky
k_light_lock.cpp fdf90c6d75 kernel: convert KConditionVariable, KLightConditionVariable, KLightLock před 3 roky
k_light_lock.h fdf90c6d75 kernel: convert KConditionVariable, KLightConditionVariable, KLightLock před 3 roky
k_memory_block.h 0441853d0f k_page_table: implement PermissionLocked před 2 roky
k_memory_block_manager.cpp 0441853d0f k_page_table: implement PermissionLocked před 2 roky
k_memory_block_manager.h 0441853d0f k_page_table: implement PermissionLocked před 2 roky
k_memory_layout.cpp 0448eb6f0f ci: fix new codespell errors před 2 roky
k_memory_layout.h 22afa2c7a3 kernel: reshuffle ini1 size, add slab clear note před 2 roky
k_memory_manager.cpp 8c59543ee3 kernel: update KProcess před 2 roky
k_memory_manager.h 8c59543ee3 kernel: update KProcess před 2 roky
k_memory_region.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_memory_region_type.h b456af31e6 kernel: update KMemoryRegionType values před 2 roky
k_object_name.cpp 1773a1039f kernel: add KObjectName před 3 roky
k_object_name.h b143ce8134 kernel: remove general boost lists před 3 roky
k_page_bitmap.h 6b6c02f541 core: hle: kernel: k_page_bitmap: Refresh. před 3 roky
k_page_buffer.cpp fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_page_buffer.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_page_group.cpp a5693afa03 Revert "Revert "k_page_group: synchronize"" před 3 roky
k_page_group.h f21058a6c0 k_page_table: add MapFirstGroup před 2 roky
k_page_heap.cpp fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_page_heap.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_page_table.cpp 8c59543ee3 kernel: update KProcess před 2 roky
k_page_table.h 8c59543ee3 kernel: update KProcess před 2 roky
k_page_table_manager.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_page_table_slab_heap.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_port.cpp c0b9e93b77 kernel: remove kernel_ před 3 roky
k_port.h c0b9e93b77 kernel: remove kernel_ před 3 roky
k_priority_queue.h 467adc1acd kernel: convert KMemoryLayout, KMemoryRegion*, KPageTableSlabHeap, KPriorityQueue před 3 roky
k_process.cpp 8c59543ee3 kernel: update KProcess před 2 roky
k_process.h 8c59543ee3 kernel: update KProcess před 2 roky
k_readable_event.cpp c0b9e93b77 kernel: remove kernel_ před 3 roky
k_readable_event.h c0b9e93b77 kernel: remove kernel_ před 3 roky
k_resource_limit.cpp 0bd9a4456c kernel: remove relative task registration před 3 roky
k_resource_limit.h 0bd9a4456c kernel: remove relative task registration před 3 roky
k_scheduler.cpp 8c59543ee3 kernel: update KProcess před 2 roky
k_scheduler.h c0b9e93b77 kernel: remove kernel_ před 3 roky
k_scheduler_lock.h 7322c99e5f kernel: convert KAbstractSchedulerLock před 3 roky
k_scoped_lock.h d1b53c8d82 kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock před 3 roky
k_scoped_resource_reservation.h d1b53c8d82 kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock před 3 roky
k_scoped_scheduler_lock_and_sleep.h 0bd9a4456c kernel: remove relative task registration před 3 roky
k_server_port.cpp c0b9e93b77 kernel: remove kernel_ před 3 roky
k_server_port.h b143ce8134 kernel: remove general boost lists před 3 roky
k_server_session.cpp 4540bcfaf7 k_server_session: translate special header for non-HLE requests před 3 roky
k_server_session.h b143ce8134 kernel: remove general boost lists před 3 roky
k_session.cpp c0b9e93b77 kernel: remove kernel_ před 3 roky
k_session.h c0b9e93b77 kernel: remove kernel_ před 3 roky
k_session_request.cpp fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_session_request.h b143ce8134 kernel: remove general boost lists před 3 roky
k_shared_memory.cpp a85ce8ea56 k_process: PageTable -> GetPageTable před 3 roky
k_shared_memory.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_shared_memory_info.h b143ce8134 kernel: remove general boost lists před 3 roky
k_slab_heap.h ac6cbb7134 kernel: prefer std::addressof před 3 roky
k_spin_lock.cpp d1b53c8d82 kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock před 3 roky
k_spin_lock.h d1b53c8d82 kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock před 3 roky
k_synchronization_object.cpp 5da70f7197 Remove memory allocations in some hot paths před 3 roky
k_synchronization_object.h 57f1d8ef8d kernel: convert miscellaneous před 3 roky
k_system_control.h 99ceb03a1c general: Convert source file copyright comments over to SPDX před 4 roky
k_system_resource.cpp 8c59543ee3 kernel: update KProcess před 2 roky
k_system_resource.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_thread.cpp dcfe674ed4 kernel: signal thread on termination completed před 2 roky
k_thread.h 8c59543ee3 kernel: update KProcess před 2 roky
k_thread_local_page.cpp a85ce8ea56 k_process: PageTable -> GetPageTable před 3 roky
k_thread_local_page.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_thread_queue.cpp d24ab14126 kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new style před 3 roky
k_thread_queue.h c0b9e93b77 kernel: remove kernel_ před 3 roky
k_timer_task.h 67c0d714c5 kernel: add KHardwareTimer před 3 roky
k_trace.h 99ceb03a1c general: Convert source file copyright comments over to SPDX před 4 roky
k_transfer_memory.cpp e797a917a9 kernel: implement transfer memory před 2 roky
k_transfer_memory.h e797a917a9 kernel: implement transfer memory před 2 roky
k_typed_address.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
k_worker_task.h c0b9e93b77 kernel: remove kernel_ před 3 roky
k_worker_task_manager.cpp c0b9e93b77 kernel: remove kernel_ před 3 roky
k_worker_task_manager.h c0b9e93b77 kernel: remove kernel_ před 3 roky
kernel.cpp 31bffc7299 kernel: fix extraneous ref před 2 roky
kernel.h 8c59543ee3 kernel: update KProcess před 2 roky
memory_types.h fb49ec19c1 kernel: use KTypedAddress for addresses před 3 roky
message_buffer.h 4540bcfaf7 k_server_session: translate special header for non-HLE requests před 3 roky
physical_core.cpp 05bc024260 core: remove remaining uses of dynamic_cast před 3 roky
physical_core.h 57f1d8ef8d kernel: convert miscellaneous před 3 roky
physical_memory.h 99ceb03a1c general: Convert source file copyright comments over to SPDX před 4 roky
process_capability.cpp a7d9be1384 core: Replace all instances of ResultCode with Result před 4 roky
process_capability.h a7d9be1384 core: Replace all instances of ResultCode with Result před 4 roky
slab_helpers.h c0b9e93b77 kernel: remove kernel_ před 3 roky
svc.cpp 8c59543ee3 kernel: update KProcess před 2 roky
svc.h c9678bda24 svc: Fix type consistency (exposed on macOS) před 3 roky
svc_common.h e63a5459e3 core: hle: kernel: svc_common: Add WaitInfinite & cleanup. před 3 roky
svc_generator.py 8c59543ee3 kernel: update KProcess před 2 roky
svc_results.h 2415d37ea2 kernel/svc: switch to generated wrappers před 3 roky
svc_types.h 8c59543ee3 kernel: update KProcess před 2 roky
svc_version.h 36b70dec05 kernel: avoid usage of bit_cast před 3 roky