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 година