aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/KernelContext.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-01-17Implement support for page sizes > 4KB (#4252)gdkchan
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...gdkchan
2022-02-09misc: Make PID unsigned long instead of long (#3043)Mary
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-04-04Allow DRAM size to be increased from 4GB to 6GB (#2174)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-09-22IPC refactor part 1: Use explicit separate threads to process requests (#1447)gdkchan
2020-05-04Move kernel state out of the Horizon class (#1107)gdkchan