aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/SupervisorCall/Syscall.cs
AgeCommit message (Expand)Author
2023-03-17Reducing memory allocations (#4537)1.1.668jhorv
2023-03-17Update syscall capabilites to include SVCs from FW 15.0.0 (#4530)1.1.667TSRBerry
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)1.1.506gdkchan
2022-12-04Add InfoType.MesosphereCurrentProcess (#3792)1.1.423Shane Slattery
2022-06-11Allow concurrent BSD EventFd read/write (#3385)1.1.145gdkchan
2022-05-31Rewrite SVC handler using source generators rather than IL emit (#3371)1.1.135gdkchan
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...1.1.134gdkchan
2022-05-03Implement PM GetProcessInfo atmosphere extension (partially) (#2966)1.1.112gdkchan
2022-05-03Implement code memory syscalls (#2958)1.1.111gdkchan
2022-02-09misc: Make PID unsigned long instead of long (#3043)1.1.22Mary
2022-01-29kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)1.1.12Mary
2021-12-30kernel: Implement thread pinning support (#2840)Mary
2021-12-04kernel: Improve GetInfo readability and update to 13.0.0 (#2900)Mary
2021-11-28kernel: Fix sleep timing accuracy (#2828)Mary
2021-10-24kernel: Fix inverted condition on permission check of SetMemoryPermission sys...Mary
2021-10-24kernel: Add resource limit related syscalls (#2773)Mary
2021-10-24kernel: Implement SetMemoryPermission syscall (#2772)Mary
2021-10-24kernel: Add missing address space check in SetMemoryAttribute syscall (#2771)Mary
2021-06-23kernel: Implement MapTransferMemory and UnmapTransferMemory (#2386)Mary
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-05-21Extend info printed when guest crashes/breaks execution (#1845)Somebody Whoisbored
2021-04-24HLE: Fix integer sign inconcistency accross the codebase (#2222)Mary
2020-12-09Rewrite scheduler context switch code (#1786)gdkchan
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan
2020-09-22IPC refactor part 1: Use explicit separate threads to process requests (#1447)gdkchan
2020-08-08CPU: This PR fixes Fpscr, among other things. (#1433)LDj3SNuD
2020-08-04Improved Logger (#1292)mageven
2020-07-19Fix session service disposal and improve transfer memory implementation (#1397)gdkchan
2020-07-18Do not print guest stack trace for svcBreak debug calls (#1398)gdkchan
2020-07-17Improve kernel WaitSynchronization syscall implementation (#1362)gdkchan
2020-07-17Improve kernel IPC related syscalls (#1379)gdkchan
2020-05-04Move kernel state out of the Horizon class (#1107)gdkchan