You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/core/hle/kernel
Fernando Sahmkow 2d1984c20c System: Address Feedback 5 years ago
..
address_arbiter.cpp Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 5 years ago
address_arbiter.h Kernel: Correct behavior of Address Arbiter threads. (#3165) 5 years ago
client_port.cpp kernel: Remove unnecessary includes 5 years ago
client_port.h kernel: Remove unnecessary includes 5 years ago
client_session.cpp kernel: Implement a more accurate IPC dispatch. 5 years ago
client_session.h kernel: Implement a more accurate IPC dispatch. 5 years ago
code_set.cpp kernel: Move CodeSet structure to its own source files 6 years ago
code_set.h VM_Manager: Align allocated memory to 256bytes 6 years ago
errors.h kernel/handle_table: Allow process capabilities to limit the handle table size 6 years ago
handle_table.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 5 years ago
handle_table.h kernel: Remove unnecessary includes 5 years ago
hle_ipc.cpp kernel: Implement a more accurate IPC dispatch. 5 years ago
hle_ipc.h kernel: Implement a more accurate IPC dispatch. 5 years ago
kernel.cpp System: Address Feedback 5 years ago
kernel.h System: Address Feedback 5 years ago
mutex.cpp kernel: Remove unnecessary includes 5 years ago
mutex.h core/hle/kernel: Make Mutex a per-process class. 6 years ago
object.cpp kernel: Implement a more accurate IPC dispatch. 5 years ago
object.h kernel: Implement a more accurate IPC dispatch. 5 years ago
physical_core.cpp System: Address Feedback 5 years ago
physical_core.h System: Address Feedback 5 years ago
physical_memory.h core/memory: Create a special MapMemoryRegion for physical memory. 5 years ago
process.cpp core/kernel: Fix GetTotalPhysicalMemoryUsed. 5 years ago
process.h kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 5 years ago
process_capability.cpp kernel/handle_table: Allow process capabilities to limit the handle table size 6 years ago
process_capability.h kernel/handle_table: Allow process capabilities to limit the handle table size 6 years ago
readable_event.cpp kernel: readable_event: Signal only once. 6 years ago
readable_event.h kernel: events: Remove ResetType::Automatic. 6 years ago
resource_limit.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 5 years ago
resource_limit.h kernel: Remove unnecessary includes 5 years ago
scheduler.cpp Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 5 years ago
scheduler.h kernel: Remove unnecessary includes 5 years ago
server_port.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 5 years ago
server_port.h kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 5 years ago
server_session.cpp kernel: Implement a more accurate IPC dispatch. 5 years ago
server_session.h kernel: Implement a more accurate IPC dispatch. 5 years ago
session.cpp kernel: Implement a more accurate IPC dispatch. 5 years ago
session.h kernel: Remove unnecessary includes 5 years ago
shared_memory.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 5 years ago
shared_memory.h kernel: Remove unnecessary includes 5 years ago
svc.cpp Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 5 years ago
svc.h kernel/svc: Deglobalize the supervisor call handlers 6 years ago
svc_wrap.h kernel/svc: Correct function signature of SignalProcessWideKey 5 years ago
thread.cpp Kernel: Remove a few global instances from the kernel. 5 years ago
thread.h kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 5 years ago
transfer_memory.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 5 years ago
transfer_memory.h kernel: Remove unnecessary includes 5 years ago
vm_manager.cpp core/memory: Create a special MapMemoryRegion for physical memory. 5 years ago
vm_manager.h kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemory/UnmapPhysicalMemory 6 years ago
wait_object.cpp Kernel: Remove a few global instances from the kernel. 5 years ago
wait_object.h kernel: Remove unnecessary includes 5 years ago
writable_event.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 5 years ago
writable_event.h kernel: Remove unnecessary includes 5 years ago