suyu/src/core/hle/kernel
Subv 827f8ca3c7 Kernel: Store the program id in the Process class instead of the CodeSet class.
There may be many CodeSets per Process, so it's wasteful and overcomplicated to store the program id in each of them.
2018-03-01 19:03:53 -05:00
..
client_port.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
client_port.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
client_session.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
client_session.h hle: Integrate Domain handling into ServerSession. 2018-01-24 22:18:56 -05:00
condition_variable.cpp WaitProcessWideKeyAtomic: Handle case where condition variable was already created. 2018-02-04 12:30:51 -05:00
condition_variable.h WaitProcessWideKeyAtomic: Handle case where condition variable was already created. 2018-02-04 12:30:51 -05:00
errors.h yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
event.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
event.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
handle_table.cpp handle_table: Remove ConvertSessionToDomain. 2018-01-24 22:18:51 -05:00
handle_table.h handle_table: Remove ConvertSessionToDomain. 2018-01-24 22:18:51 -05:00
hle_ipc.cpp Add warning if Domain request has no domain message header 2018-02-20 22:51:54 +03:00
hle_ipc.h Service/hid: stub some functions 2018-02-16 06:15:05 +03:00
kernel.cpp kernel: Add ObjectAddressTable class. 2018-01-01 13:25:37 -05:00
kernel.h hle: Remove Domain and SyncObject kernel objects. 2018-01-24 22:18:54 -05:00
memory.cpp clang-format 2018-01-16 18:05:21 +00:00
memory.h kernel: Various 64-bit fixes in memory/process/thread 2017-12-29 13:27:58 -05:00
mutex.cpp mutex: Update hasWaiters on release. 2018-02-05 21:54:10 -05:00
mutex.h clang-format 2018-01-16 18:05:21 +00:00
object_address_table.cpp yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
object_address_table.h yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
process.cpp Kernel: Store the program id in the Process class instead of the CodeSet class. 2018-03-01 19:03:53 -05:00
process.h Kernel: Store the program id in the Process class instead of the CodeSet class. 2018-03-01 19:03:53 -05:00
resource_limit.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
resource_limit.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
scheduler.cpp scheduler: Cleanup based on PR feedback. 2018-02-19 16:46:42 -05:00
scheduler.h scheduler: Cleanup based on PR feedback. 2018-02-19 16:46:42 -05:00
server_port.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
server_port.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
server_session.cpp Fix: change check for domain order and existance of domain message header 2018-02-20 21:59:58 +03:00
server_session.h Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation. 2018-02-18 13:25:48 -05:00
session.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
session.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
shared_memory.cpp shared_memory: Remove some checks. 2018-02-14 22:24:06 -05:00
shared_memory.h svc: SharedMemory size should be 64-bits and cleanup. 2018-02-03 13:36:54 -05:00
svc.cpp Merge pull request #215 from N00byKing/umapsharedmmry 2018-02-25 21:04:24 -08:00
svc.h svc: Add additional fields to MemoryInfo struct. 2018-01-18 23:37:54 -05:00
svc_wrap.h Add UnmapSharedMemory 2018-02-25 11:38:06 +01:00
thread.cpp kernel: Use Scheduler class for threading. 2018-02-18 15:17:16 -05:00
thread.h kernel: Use Scheduler class for threading. 2018-02-18 15:17:16 -05:00
timer.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
timer.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
vm_manager.cpp vm_manager: Silence formatting specifier warnings 2018-02-14 01:50:14 -05:00
vm_manager.h memory: Replace all memory hooking with Special regions 2018-01-27 15:16:39 +00:00
wait_object.cpp Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback. 2018-01-08 21:12:49 -05:00
wait_object.h wait_object: Refactor to allow waking up a single thread. 2018-01-07 16:33:41 -05:00