summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc/svc_synchronization.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-22kernel: update KProcessLiam1-1/+1
2023-08-15kernel: remove relative task registrationLiam1-2/+14
2023-07-22core: reduce TOCTTOU memory accessLiam1-7/+4
2023-07-01kernel: SynchronizeMorph1-22/+19
2023-06-22Remove memory allocations in some hot pathsKelebek11-5/+5
2023-03-24memory: rename global memory references to application memoryLiam1-1/+2
2023-03-22kernel: use KTypedAddress for addressesLiam1-1/+1
2023-03-13kernel/svc: convert to new styleLiam1-7/+5
2023-03-05kernel: fix WaitSynchronizationLiam1-16/+29
2023-02-13kernel: use GetCurrentProcessLiam1-5/+5
2023-02-07kernel/svc: switch to generated wrappersLiam1-18/+42
2023-02-05kernel/svc: Split implementations into separate filesLiam1-0/+139