index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.HLE
/
HOS
/
Kernel
/
Memory
/
KMemoryManager.cs
Age
Commit message (
Expand
)
Author
2021-02-08
Fix inter-process data copy on non-contiguous physical regions (#1988)
gdkchan
2020-12-09
Rewrite scheduler context switch code (#1786)
gdkchan
2020-12-07
Signal memory tracking before/after mapping into another process (#1785)
riperiperi
2020-12-02
IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...
gdkchan
2020-07-19
Fix session service disposal and improve transfer memory implementation (#1397)
gdkchan
2020-07-17
Improve kernel IPC related syscalls (#1379)
gdkchan
2020-07-17
Fix resource limit reserve taking too long (#1391)
gdkchan
2020-05-06
Fix block iteration on kernel MemoryManager InsertBlock function (#1184)
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-04-21
Suppress 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-08
Add a new JIT compiler for CPU code (#693)
gdkchan
2019-07-02
Misc cleanup (#708)
Alex Barney
2019-01-18
Improve kernel IPC implementation (#550)
gdkchan
2018-12-18
Refactor SVC handler (#540)
gdkchan