summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc/svc_info.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-23kernel: restrict nce to applicationsLiam1-1/+0
2023-10-22kernel: update KProcessLiam1-10/+18
2023-07-15k_process: PageTable -> GetPageTableLiam1-8/+8
2023-06-08core_timing: Use CNTPCT as the guest CPU tickMorph1-2/+2
2023-03-22kernel: use KTypedAddress for addressesLiam1-5/+5
2023-03-13kernel: convert KProcess to new styleLiam1-1/+1
2023-03-13kernel: prefer std::addressofLiam1-2/+2
2023-03-13kernel/svc: convert to new styleLiam1-63/+38
2023-02-21service: refactor server architectureLiam1-0/+5
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-1/+1
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-1/+1
2023-02-13kernel: use GetCurrentProcessLiam1-7/+7
2023-02-11kernel/svc: Fix undefined info_idColin Kinloch1-2/+2
2023-02-07kernel/svc: switch to generated wrappersLiam1-10/+25
2023-02-05kernel/svc: Split implementations into separate filesLiam1-0/+282