summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc/svc_process.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-15kernel: reduce page table region checkingLiam1-2/+2
2023-07-15k_process: PageTable -> GetPageTableLiam1-1/+1
2023-03-24memory: rename global memory references to application memoryLiam1-1/+1
2023-03-22kernel: use KTypedAddress for addressesLiam1-1/+1
2023-03-13kernel: convert KProcess to new styleLiam1-2/+2
2023-03-13kernel/svc: convert to new styleLiam1-7/+7
2023-02-13kernel: use GetCurrentProcessLiam1-7/+7
2023-02-07kernel/svc: switch to generated wrappersLiam1-21/+91
2023-02-05kernel/svc: Split implementations into separate filesLiam1-0/+124