aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/SupervisorCall
AgeCommit message (Expand)Author
2021-06-23kernel: Implement MapTransferMemory and UnmapTransferMemory (#2386)Mary
2021-05-30Fix inverted low/high mask value on GetThreadCoreMask32 syscall (#2325)gdkchan
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
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-01-19Update 32 bits syscalls to match 64 bits implementation (#892)Thog
2020-01-13Rework SVC handling (#883)Thog
2019-12-26Make HLE disposable safely (#850)Thog
2019-10-31.NET Core 3.0 is here! (#784)LDj3SNuD
2019-10-25svc: Implement `ref` parameters (#798)jduncanator
2019-09-19Misc fixes (#772)LDj3SNuD
2019-09-02Added GUI to Ryujinx (#695)Xpl0itR
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan
2019-07-02Misc cleanup (#708)Alex Barney
2019-03-15Print Guest Stack Trace in ServiceNotImplemented Exception (#650)jduncanator
2019-02-24Optimize address translation and write tracking on the MMU (#571)gdkchan
2019-02-14Support HomeBrew Loader (#577)Thomas Guillemard
2019-01-18Improve kernel IPC implementation (#550)gdkchan
2018-12-18Refactor SVC handler (#540)gdkchan