aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Threading/KAddressArbiter.cs
AgeCommit message (Expand)Author
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)1.1.506gdkchan
2022-01-29kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)1.1.12Mary
2021-01-01Update KAddressArbiter implementation to 11.x kernel (#1851)gdkchan
2020-12-09Rewrite scheduler context switch code (#1786)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
2019-07-02Misc cleanup (#708)Alex Barney
2019-02-19ARM exclusive monitor and multicore fixes (#589)gdkchan
2018-12-18Refactor SVC handler (#540)gdkchan