aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Memory/KMemoryManager.cs
AgeCommit message (Expand)Author
2021-02-08Fix inter-process data copy on non-contiguous physical regions (#1988)gdkchan
2020-12-09Rewrite scheduler context switch code (#1786)gdkchan
2020-12-07Signal memory tracking before/after mapping into another process (#1785)riperiperi
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan
2020-07-19Fix session service disposal and improve transfer memory implementation (#1397)gdkchan
2020-07-17Improve kernel IPC related syscalls (#1379)gdkchan
2020-07-17Fix resource limit reserve taking too long (#1391)gdkchan
2020-05-06Fix block iteration on kernel MemoryManager InsertBlock function (#1184)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-04-21Suppress warnings from fields never used or never assigned (CS0169 and CS0649...Cristallix
2019-10-31.NET Core 3.0 is here! (#784)LDj3SNuD
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