Age | Commit message (Expand) | Author |
2023-03-17 | Reducing memory allocations (#4537)1.1.668 | jhorv |
2023-03-17 | Update syscall capabilites to include SVCs from FW 15.0.0 (#4530)1.1.667 | TSRBerry |
2023-01-04 | IPC refactor part 3+4: New server HIPC message processor (#4188)1.1.506 | gdkchan |
2022-12-04 | Add InfoType.MesosphereCurrentProcess (#3792)1.1.423 | Shane Slattery |
2022-06-11 | Allow concurrent BSD EventFd read/write (#3385)1.1.145 | gdkchan |
2022-05-31 | Rewrite SVC handler using source generators rather than IL emit (#3371)1.1.135 | gdkchan |
2022-05-31 | Refactor CPU interface to allow the implementation of other CPU emulators (#3...1.1.134 | gdkchan |
2022-05-03 | Implement PM GetProcessInfo atmosphere extension (partially) (#2966)1.1.112 | gdkchan |
2022-05-03 | Implement code memory syscalls (#2958)1.1.111 | gdkchan |
2022-02-18 | Move kernel syscall logs to new trace log level (#3137)1.1.41 | gdkchan |
2022-02-17 | Added trace log level (#3096)1.1.38 | mlgatto |
2022-02-13 | Use Enum and Delegate.CreateDelegate generic overloads (#3111)1.1.27 | Berkan Diler |
2022-02-09 | misc: Make PID unsigned long instead of long (#3043)1.1.22 | Mary |
2022-01-29 | kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)1.1.12 | Mary |
2021-12-30 | kernel: Implement thread pinning support (#2840) | Mary |
2021-12-23 | Remove PortRemoteClosed warning (#2928) | gdkchan |
2021-12-04 | kernel: Improve GetInfo readability and update to 13.0.0 (#2900) | Mary |
2021-11-28 | kernel: Fix sleep timing accuracy (#2828) | Mary |
2021-10-24 | kernel: Fix inverted condition on permission check of SetMemoryPermission sys... | Mary |
2021-10-24 | kernel: Add resource limit related syscalls (#2773) | Mary |
2021-10-24 | kernel: Implement SetMemoryPermission syscall (#2772) | Mary |
2021-10-24 | kernel: Add missing address space check in SetMemoryAttribute syscall (#2771) | Mary |
2021-06-23 | kernel: Implement MapTransferMemory and UnmapTransferMemory (#2386) | Mary |
2021-05-30 | Fix inverted low/high mask value on GetThreadCoreMask32 syscall (#2325) | gdkchan |
2021-05-24 | POWER - Performance Optimizations With Extensive Ramifications (#2286) | riperiperi |
2021-05-21 | Extend info printed when guest crashes/breaks execution (#1845) | Somebody Whoisbored |
2021-04-24 | HLE: Fix integer sign inconcistency accross the codebase (#2222) | Mary |
2020-12-09 | Rewrite scheduler context switch code (#1786) | gdkchan |
2020-12-02 | IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h... | gdkchan |
2020-09-22 | IPC refactor part 1: Use explicit separate threads to process requests (#1447) | gdkchan |
2020-08-08 | CPU: This PR fixes Fpscr, among other things. (#1433) | LDj3SNuD |
2020-08-04 | Improved Logger (#1292) | mageven |
2020-07-19 | Fix session service disposal and improve transfer memory implementation (#1397) | gdkchan |
2020-07-18 | Do not print guest stack trace for svcBreak debug calls (#1398) | gdkchan |
2020-07-17 | Improve kernel WaitSynchronization syscall implementation (#1362) | gdkchan |
2020-07-17 | Improve kernel IPC related syscalls (#1379) | gdkchan |
2020-05-04 | Move kernel state out of the Horizon class (#1107) | gdkchan |
2020-05-04 | Implement a new physical memory manager and replace DeviceMemory (#856) | gdkchan |
2020-01-19 | Update 32 bits syscalls to match 64 bits implementation (#892) | Thog |
2020-01-13 | Rework SVC handling (#883) | Thog |
2019-12-26 | Make HLE disposable safely (#850) | Thog |
2019-10-31 | .NET Core 3.0 is here! (#784) | LDj3SNuD |
2019-10-25 | svc: Implement `ref` parameters (#798) | jduncanator |
2019-09-19 | Misc fixes (#772) | LDj3SNuD |
2019-09-02 | Added GUI to Ryujinx (#695) | Xpl0itR |
2019-08-08 | Add a new JIT compiler for CPU code (#693) | gdkchan |
2019-07-02 | Misc cleanup (#708) | Alex Barney |
2019-03-15 | Print Guest Stack Trace in ServiceNotImplemented Exception (#650) | jduncanator |
2019-02-24 | Optimize address translation and write tracking on the MMU (#571) | gdkchan |
2019-02-14 | Support HomeBrew Loader (#577) | Thomas Guillemard |