summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-10kernel: add KPageTableBaseLiam4-9/+17
2023-10-22kernel: update KProcessLiam5-21/+24
2023-10-20kernel: fix format string errorLiam1-1/+1
2023-10-20k_page_table: implement PermissionLockedLiam1-1/+7
2023-10-05kernel: implement transfer memoryLiam1-5/+49
2023-09-14core: improve debug workflowLiam2-2/+6
2023-08-15kernel: remove relative task registrationLiam6-15/+58
2023-07-22core: reduce TOCTTOU memory accessLiam2-14/+8
2023-07-15kernel: reduce page table region checkingLiam5-49/+10
2023-07-15k_process: PageTable -> GetPageTableLiam12-39/+39
2023-07-01kernel: SynchronizeMorph2-36/+42
2023-06-22Remove memory allocations in some hot pathsKelebek13-9/+10
2023-06-08core_timing: Fix SingleCore cycle timerMorph1-9/+1
2023-06-08core_timing: Use CNTPCT as the guest CPU tickMorph1-2/+2
2023-03-24memory: rename global memory references to application memoryLiam9-13/+17
2023-03-22kernel: use KTypedAddress for addressesLiam17-44/+43
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