aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Threading/KScheduler.cs
AgeCommit message (Expand)Author
2023-03-17Reducing memory allocations (#4537)1.1.668jhorv
2021-12-30kernel: Implement thread pinning support (#2840)Mary
2021-05-11Fix a specific core migration bug on the scheduler (#2271)gdkchan
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-07-30 Print guest stack trace on invalid memory access (#1407)gdkchan
2020-05-04Move kernel state out of the Horizon class (#1107)gdkchan
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan
2019-07-02Misc cleanup (#708)Alex Barney
2019-01-18Improve kernel IPC implementation (#550)gdkchan
2018-12-18Refactor SVC handler (#540)gdkchan