summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-19kernel: fix LOG_TRACE in ipcLiam1-1/+1
2023-03-13kernel: convert KProcess to new styleLiam2-3/+3
2023-03-13kernel: convert KThread to new styleLiam1-4/+1
2023-03-13kernel: prefer std::addressofLiam8-16/+17
2023-03-13kernel/svc: convert to new styleLiam18-295/+185
2023-03-13kernel: convert KPort, KSessionLiam2-3/+3
2023-03-12general: fix spelling mistakesLiam2-2/+2
2023-03-08kernel: clone fpu status on CreateThreadLiam1-0/+3
2023-03-05kernel: fix WaitSynchronizationLiam1-16/+29
2023-02-21svc: Fix type consistency (exposed on macOS)Merry10-34/+34
2023-02-21service: refactor server architectureLiam2-32/+24
2023-02-17kernel: add KObjectNameLiam1-3/+51
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades793-3/+3
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades793-3/+3
2023-02-13kernel: use GetCurrentProcessLiam22-108/+115
2023-02-11kernel/svc: Fix undefined info_idColin Kinloch1-2/+2
2023-02-07kernel/svc: switch to generated wrappersLiam37-258/+1809
2023-02-05kernel/svc: Split implementations into separate filesLiam36-0/+2997