summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/svc/svc_synchronization.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* scope_exit: Make constexprGravatar FearlessTobi2024-02-191-2/+2
* kernel: update KProcessGravatar Liam2023-10-211-1/+1
* kernel: remove relative task registrationGravatar Liam2023-08-141-2/+14
* core: reduce TOCTTOU memory accessGravatar Liam2023-07-221-7/+4
* kernel: SynchronizeGravatar Morph2023-07-011-22/+19
* Remove memory allocations in some hot pathsGravatar Kelebek12023-06-221-5/+5
* memory: rename global memory references to application memoryGravatar Liam2023-03-231-1/+2
* kernel: use KTypedAddress for addressesGravatar Liam2023-03-221-1/+1
* kernel/svc: convert to new styleGravatar Liam2023-03-121-7/+5
* kernel: fix WaitSynchronizationGravatar Liam2023-03-051-16/+29
* kernel: use GetCurrentProcessGravatar Liam2023-02-131-5/+5
* kernel/svc: switch to generated wrappersGravatar Liam2023-02-061-18/+42
* kernel/svc: Split implementations into separate filesGravatar Liam2023-02-041-0/+139