.. |
memory
|
memory_manager: Remove useless assertion
|
2020-06-25 16:35:58 +10:00 |
address_arbiter.cpp
|
address_arbiter: Collapse loops in InsertThread() and RemoveThread()
|
2020-02-12 15:34:07 -05:00 |
address_arbiter.h
|
address_arbiter: Simplify GetThreadsWaitingOnAddress()
|
2020-02-12 15:10:16 -05:00 |
client_port.cpp
|
kernel: Remove unnecessary includes
|
2019-12-07 22:37:05 -05:00 |
client_port.h
|
kernel: Remove unnecessary includes
|
2019-12-07 22:37:05 -05:00 |
client_session.cpp
|
core: memory: Move to Core::Memory namespace.
|
2020-04-17 00:59:28 -04:00 |
client_session.h
|
core: memory: Move to Core::Memory namespace.
|
2020-04-17 00:59:28 -04:00 |
code_set.cpp
|
kernel: Move CodeSet structure to its own source files
|
2019-03-20 13:07:04 -04:00 |
code_set.h
|
VM_Manager: Align allocated memory to 256bytes
|
2019-07-19 10:06:08 -04:00 |
errors.h
|
kernel: errors: Add ERR_OUT_OF_RESOURCES.
|
2020-04-17 00:59:31 -04:00 |
handle_table.cpp
|
kernel: Don't fail silently
|
2020-04-29 14:53:53 +10:00 |
handle_table.h
|
kernel: Remove unnecessary includes
|
2019-12-07 22:37:05 -05:00 |
hle_ipc.cpp
|
SVC: Correct SendSyncRequest.
|
2020-06-27 11:35:14 -04:00 |
hle_ipc.h
|
hle_ipc: Eliminate core memory globals
|
2020-05-03 12:57:40 -04:00 |
kernel.cpp
|
General: Recover Prometheus project from harddrive failure
|
2020-06-27 11:35:06 -04:00 |
kernel.h
|
General: Recover Prometheus project from harddrive failure
|
2020-06-27 11:35:06 -04:00 |
mutex.cpp
|
SVC: Correct ArbitrateUnlock
|
2020-06-27 11:35:14 -04:00 |
mutex.h
|
SVC: Correct ArbitrateUnlock
|
2020-06-27 11:35:14 -04:00 |
object.cpp
|
kernel: Implement a more accurate IPC dispatch.
|
2019-11-28 12:01:53 -05:00 |
object.h
|
kernel: Implement a more accurate IPC dispatch.
|
2019-11-28 12:01:53 -05:00 |
physical_core.cpp
|
CPU_Manager: Reconfigre guest threads for dynamrmic downsides
|
2020-06-27 11:35:15 -04:00 |
physical_core.h
|
CPU_Manager: Reconfigre guest threads for dynamrmic downsides
|
2020-06-27 11:35:15 -04:00 |
physical_memory.h
|
physical_memory: Add missing include for <vector>.
|
2020-04-17 00:59:30 -04:00 |
process.cpp
|
SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.
|
2020-06-27 11:35:17 -04:00 |
process.h
|
kernel: process: Updates for new VMM.
|
2020-04-17 00:59:33 -04:00 |
process_capability.cpp
|
kernel: Don't fail silently
|
2020-04-29 14:53:53 +10:00 |
process_capability.h
|
kernel: process_capability: Update to use Memory::PageTable.
|
2020-04-17 00:59:31 -04:00 |
readable_event.cpp
|
SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock
|
2020-06-27 11:35:13 -04:00 |
readable_event.h
|
Kernel: Refactor synchronization to better match RE
|
2020-02-11 18:47:31 -04:00 |
resource_limit.cpp
|
kernel: ResourceLimit::Reserve remove useless while loop
|
2020-05-29 13:48:01 +10:00 |
resource_limit.h
|
kernel: resource_limit: Improvements to implementation.
|
2020-04-17 00:59:27 -04:00 |
scheduler.cpp
|
SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.
|
2020-06-27 11:35:17 -04:00 |
scheduler.h
|
SVC: Correct SendSyncRequest.
|
2020-06-27 11:35:14 -04:00 |
server_port.cpp
|
Kernel: Refactor synchronization to better match RE
|
2020-02-11 18:47:31 -04:00 |
server_port.h
|
Kernel: Refactor synchronization to better match RE
|
2020-02-11 18:47:31 -04:00 |
server_session.cpp
|
SVC: Correct SendSyncRequest.
|
2020-06-27 11:35:14 -04:00 |
server_session.h
|
core: memory: Move to Core::Memory namespace.
|
2020-04-17 00:59:28 -04:00 |
session.cpp
|
Kernel: Refactor synchronization to better match RE
|
2020-02-11 18:47:31 -04:00 |
session.h
|
Kernel: Refactor synchronization to better match RE
|
2020-02-11 18:47:31 -04:00 |
shared_memory.cpp
|
shared_memory: Amend doxygen reference
|
2020-04-23 18:42:14 -04:00 |
shared_memory.h
|
shared_memory: Amend doxygen reference
|
2020-04-23 18:42:14 -04:00 |
svc.cpp
|
SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.
|
2020-06-27 11:35:17 -04:00 |
svc.h
|
core: kernel: Move SVC to its own namesapce.
|
2020-04-17 00:59:28 -04:00 |
svc_types.h
|
core: kernel: Add svc_types header to include SVC-specific types.
|
2020-04-17 00:59:28 -04:00 |
svc_wrap.h
|
core: hle: Implement separate A32/A64 SVC interfaces.
|
2020-03-02 21:52:03 -05:00 |
synchronization.cpp
|
SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.
|
2020-06-27 11:35:17 -04:00 |
synchronization.h
|
Core: Address Feedback
|
2020-02-13 19:10:33 -04:00 |
synchronization_object.cpp
|
SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.
|
2020-06-27 11:35:17 -04:00 |
synchronization_object.h
|
SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.
|
2020-06-27 11:35:17 -04:00 |
thread.cpp
|
SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.
|
2020-06-27 11:35:17 -04:00 |
thread.h
|
SVC: Correct SendSyncRequest.
|
2020-06-27 11:35:14 -04:00 |
time_manager.cpp
|
SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.
|
2020-06-27 11:35:17 -04:00 |
time_manager.h
|
SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.
|
2020-06-27 11:35:17 -04:00 |
transfer_memory.cpp
|
kernel: transfer_memory: Refactor for new VMM.
|
2020-04-17 00:59:32 -04:00 |
transfer_memory.h
|
kernel: transfer_memory: Refactor for new VMM.
|
2020-04-17 00:59:32 -04:00 |
writable_event.cpp
|
Kernel: Refactor synchronization to better match RE
|
2020-02-11 18:47:31 -04:00 |
writable_event.h
|
kernel: Remove unnecessary includes
|
2019-12-07 22:37:05 -05:00 |