summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc/svc_thread.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-1/+3
* core: refactor emulated cpu core activationLiam2023-12-041-40/+10
* kernel: update KProcessLiam2023-10-221-6/+1
* kernel: remove relative task registrationLiam2023-08-151-9/+20
* kernel: reduce page table region checkingLiam2023-07-151-1/+1
* k_process: PageTable -> GetPageTableLiam2023-07-151-1/+1
* Remove memory allocations in some hot pathsKelebek12023-06-221-1/+1
* memory: rename global memory references to application memoryLiam2023-03-241-2/+2
* kernel: use KTypedAddress for addressesLiam2023-03-221-4/+4
* kernel: convert KThread to new styleLiam2023-03-131-4/+1
* kernel: prefer std::addressofLiam2023-03-131-4/+4
* kernel/svc: convert to new styleLiam2023-03-131-43/+18
* kernel: clone fpu status on CreateThreadLiam2023-03-081-0/+3
* kernel: use GetCurrentProcessLiam2023-02-131-15/+15
* kernel/svc: switch to generated wrappersLiam2023-02-071-61/+102
* kernel/svc: Split implementations into separate filesLiam2023-02-051-0/+396