.. |
address_arbiter.cpp
|
Kernel: pass Kernel reference into AddressArbiter
|
2018-10-18 21:41:00 -04:00 |
address_arbiter.h
|
Kernel: pass Kernel reference into AddressArbiter
|
2018-10-18 21:41:00 -04:00 |
client_port.cpp
|
Merge pull request #4121 from FearlessTobi/port-894
|
2018-08-26 00:02:33 +01:00 |
client_port.h
|
Give frontend access to the hle service interfaces
|
2018-10-03 19:44:23 +02:00 |
client_session.cpp
|
Update the entire application to use the new clang format style
|
2018-03-09 10:54:43 -07:00 |
client_session.h
|
kernel: Move object class to its own source files
|
2018-08-23 17:31:59 +02:00 |
errors.h
|
Kernel/IPC: Added a function to translate the IPC command buffer from one process to another.
|
2017-11-06 10:46:12 -05:00 |
event.cpp
|
Kernel: pass Kernel ref in Event
|
2018-10-18 21:41:36 -04:00 |
event.h
|
Kernel: pass Kernel ref in Event
|
2018-10-18 21:41:36 -04:00 |
handle_table.cpp
|
Prefix all size_t with std::
|
2018-09-06 16:03:28 -04:00 |
handle_table.h
|
Prefix all size_t with std::
|
2018-09-06 16:03:28 -04:00 |
hle_ipc.cpp
|
Kernel: pass Kernel ref in Event
|
2018-10-18 21:41:36 -04:00 |
hle_ipc.h
|
Prefix all size_t with std::
|
2018-09-06 16:03:28 -04:00 |
ipc.cpp
|
Prefix all size_t with std::
|
2018-09-06 16:03:28 -04:00 |
ipc.h
|
Kernel/IPC: Partially implement MappedBuffer translation.
|
2018-01-23 08:27:00 -05:00 |
kernel.cpp
|
Kernel: add KernelSystem class
|
2018-10-18 21:41:00 -04:00 |
kernel.h
|
Kernel: pass ref to timer
|
2018-10-18 21:41:36 -04:00 |
memory.cpp
|
Add system time configuration (#4043)
|
2018-08-26 11:47:45 -06:00 |
memory.h
|
Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer.
|
2017-09-15 14:26:13 -05:00 |
mutex.cpp
|
Kernel: pass ref in Mutex
|
2018-10-18 21:41:36 -04:00 |
mutex.h
|
Kernel: pass ref in Mutex
|
2018-10-18 21:41:36 -04:00 |
object.cpp
|
kernel: Move object class to its own source files
|
2018-08-23 17:31:59 +02:00 |
object.h
|
Kernel: pass Kernel ref in Event
|
2018-10-18 21:41:36 -04:00 |
process.cpp
|
Kernel: pass ref to thread
|
2018-10-18 21:41:36 -04:00 |
process.h
|
kernel: pass ref in Process
|
2018-10-18 21:41:36 -04:00 |
resource_limit.cpp
|
log: replace all NGLOG with LOG
|
2018-06-29 14:18:07 +03:00 |
resource_limit.h
|
kernel: Move object class to its own source files
|
2018-08-23 17:31:59 +02:00 |
semaphore.cpp
|
Kernel: pass ref to sempahore
|
2018-10-18 21:41:36 -04:00 |
semaphore.h
|
Kernel: pass ref to sempahore
|
2018-10-18 21:41:36 -04:00 |
server_port.cpp
|
kernel: Move object class to its own source files
|
2018-08-23 17:31:59 +02:00 |
server_port.h
|
fixup! Give frontend access to the hle service interfaces
|
2018-10-03 20:08:01 +02:00 |
server_session.cpp
|
thread: Convert ThreadStatus into an enum class
|
2018-09-15 17:02:44 +02:00 |
server_session.h
|
kernel: Move object class to its own source files
|
2018-08-23 17:31:59 +02:00 |
session.cpp
|
Update the entire application to use the new clang format style
|
2018-03-09 10:54:43 -07:00 |
session.h
|
kernel: Move object class to its own source files
|
2018-08-23 17:31:59 +02:00 |
shared_memory.cpp
|
Handle cases when std::optional does not contain a value
|
2018-10-05 16:51:33 +02:00 |
shared_memory.h
|
Prefix all size_t with std::
|
2018-09-06 16:03:28 -04:00 |
svc.cpp
|
Kernel: pass ref to timer
|
2018-10-18 21:41:36 -04:00 |
svc.h
|
HLE: Move SVC handlers to the Kernel namespace
|
2017-12-09 20:32:58 -08:00 |
thread.cpp
|
Kernel: pass ref to thread
|
2018-10-18 21:41:36 -04:00 |
thread.h
|
Kernel: pass ref to thread
|
2018-10-18 21:41:36 -04:00 |
timer.cpp
|
Kernel: pass ref to timer
|
2018-10-18 21:41:36 -04:00 |
timer.h
|
Kernel: pass ref to timer
|
2018-10-18 21:41:36 -04:00 |
vm_manager.cpp
|
Prefix all size_t with std::
|
2018-09-06 16:03:28 -04:00 |
vm_manager.h
|
Prefix all size_t with std::
|
2018-09-06 16:03:28 -04:00 |
wait_object.cpp
|
Address review comments
|
2018-09-21 16:39:10 +02:00 |
wait_object.h
|
kernel/object: Remove unnecessary std::move from DynamicObjectCast()
|
2018-09-29 23:14:10 +02:00 |