bunnei 4b9e1b6586 kernel: scheduler: Minor cleanup to remove duplicated code. 5 лет назад
..
memory 63fd1bb503 core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 5 лет назад
address_arbiter.cpp 9705f651b2 hle: kernel: AddressArbiter: Remove unused code. 5 лет назад
address_arbiter.h 9705f651b2 hle: kernel: AddressArbiter: Remove unused code. 5 лет назад
client_port.cpp 48fa3b7a0f General: Cleanup legacy code. 6 лет назад
client_port.h c3e43c7e81 kernel: Remove unnecessary includes 6 лет назад
client_session.cpp ec2a6e5ba8 kernel: Remove all dependencies on the global system instance 5 лет назад
client_session.h ec2a6e5ba8 kernel: Remove all dependencies on the global system instance 5 лет назад
code_set.cpp 1b6bd9d6df kernel: Move CodeSet structure to its own source files 7 лет назад
code_set.h 9bede4eeed VM_Manager: Align allocated memory to 256bytes 7 лет назад
errors.h 535c542d84 SVC: WaitSynchronization add Termination Pending Result. 6 лет назад
handle_table.cpp 3d592972dc Revert "core: Fix clang build" 5 лет назад
handle_table.h 52e83f0d5c kernel/handle_table: Remove usages of the global system instance 6 лет назад
hle_ipc.cpp 3d592972dc Revert "core: Fix clang build" 5 лет назад
hle_ipc.h da7be67daf ipc_helpers: Remove usage of the global system instance 5 лет назад
kernel.cpp 63fd1bb503 core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 5 лет назад
kernel.h 63fd1bb503 core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 5 лет назад
mutex.cpp 467d43570e Clang Format. 6 лет назад
mutex.h 467d43570e Clang Format. 6 лет назад
object.cpp c3d3b173d3 kernel: Implement a more accurate IPC dispatch. 6 лет назад
object.h c3d3b173d3 kernel: Implement a more accurate IPC dispatch. 6 лет назад
physical_core.cpp 7b642c7781 hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 5 лет назад
physical_core.h 63fd1bb503 core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 5 лет назад
physical_memory.h fc040b5b70 physical_memory: Add missing include for <vector>. 6 лет назад
process.cpp 9cfc5fee2f kernel/process: Add missing <ctime> include 5 лет назад
process.h 73bb87c06b kernel/process: Move name and system context to the bottom of the member list 6 лет назад
process_capability.cpp b6538c3e7c kernel: Don't fail silently 6 лет назад
process_capability.h ffc3de762b kernel: process_capability: Update to use Memory::PageTable. 6 лет назад
readable_event.cpp 3b5b950c89 SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock 6 лет назад
readable_event.h d23d504d77 Kernel: Refactor synchronization to better match RE 6 лет назад
resource_limit.cpp 3d592972dc Revert "core: Fix clang build" 5 лет назад
resource_limit.h b0e3cbef7a kernel: resource_limit: Improvements to implementation. 6 лет назад
scheduler.cpp 4b9e1b6586 kernel: scheduler: Minor cleanup to remove duplicated code. 5 лет назад
scheduler.h 4b9e1b6586 kernel: scheduler: Minor cleanup to remove duplicated code. 5 лет назад
server_port.cpp d23d504d77 Kernel: Refactor synchronization to better match RE 6 лет назад
server_port.h d23d504d77 Kernel: Refactor synchronization to better match RE 6 лет назад
server_session.cpp ec2a6e5ba8 kernel: Remove all dependencies on the global system instance 5 лет назад
server_session.h ec2a6e5ba8 kernel: Remove all dependencies on the global system instance 5 лет назад
session.cpp d23d504d77 Kernel: Refactor synchronization to better match RE 6 лет назад
session.h d23d504d77 Kernel: Refactor synchronization to better match RE 6 лет назад
shared_memory.cpp ce7c02735e shared_memory: Amend doxygen reference 6 лет назад
shared_memory.h ce7c02735e shared_memory: Amend doxygen reference 6 лет назад
svc.cpp 7b642c7781 hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 5 лет назад
svc.h 82d457af37 core: kernel: Move SVC to its own namesapce. 6 лет назад
svc_types.h ad48ebb2c8 core: kernel: Add svc_types header to include SVC-specific types. 6 лет назад
svc_wrap.h 3d592972dc Revert "core: Fix clang build" 5 лет назад
synchronization.cpp 3d592972dc Revert "core: Fix clang build" 5 лет назад
synchronization.h 2bc949628d Core: Address Feedback 6 лет назад
synchronization_object.cpp 48fa3b7a0f General: Cleanup legacy code. 6 лет назад
synchronization_object.h 9423347c1b hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled. 5 лет назад
thread.cpp c2ad1243ba hle: kernel: thread: Remove unused "Running" state. 5 лет назад
thread.h c2ad1243ba hle: kernel: thread: Remove unused "Running" state. 5 лет назад
time_manager.cpp b7ef581c6e kernel: time_manager: Protect access with a mutex. 5 лет назад
time_manager.h b7ef581c6e kernel: time_manager: Protect access with a mutex. 5 лет назад
transfer_memory.cpp 3fcc4cab4f kernel: transfer_memory: Refactor for new VMM. 6 лет назад
transfer_memory.h 3fcc4cab4f kernel: transfer_memory: Refactor for new VMM. 6 лет назад
writable_event.cpp d23d504d77 Kernel: Refactor synchronization to better match RE 6 лет назад
writable_event.h c3e43c7e81 kernel: Remove unnecessary includes 6 лет назад