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
Age
Commit message (
Expand
)
Author
2023-03-04
Minor code formatting (#4498)
gdkchan
2023-01-17
Implement support for page sizes > 4KB (#4252)
gdkchan
2023-01-04
IPC refactor part 3+4: New server HIPC message processor (#4188)
gdkchan
2022-12-26
Added Generic Math to BitUtils (#3929)
Hunter
2022-10-17
Fix kernel VA allocation when random allocation fails (#3755)
gdkchan
2022-08-26
Optimize kernel memory block lookup and consolidate RBTree implementations (#...
gdkchan
2022-06-22
Rewrite kernel memory allocator (#3316)
gdkchan
2022-05-03
Implement code memory syscalls (#2958)
gdkchan
2022-05-02
Support memory aliasing (#2954)
gdkchan
2022-02-18
Use BitOperations methods and delete now unused BitUtils methods (#3134)
Berkan Diler
2022-02-09
misc: Make PID unsigned long instead of long (#3043)
Mary
2022-01-29
kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)
Mary
2021-10-24
kernel: Clear pages allocated with SetHeapSize (#2776)
Mary
2021-10-24
kernel: Implement SetMemoryPermission syscall (#2772)
Mary
2021-07-11
Fix virtual memory allocation being out of range (#2464)
gdkchan
2021-06-23
kernel: Implement MapTransferMemory and UnmapTransferMemory (#2386)
Mary
2021-05-24
POWER - Performance Optimizations With Extensive Ramifications (#2286)
riperiperi
2021-04-04
Allow DRAM size to be increased from 4GB to 6GB (#2174)
gdkchan
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-25
Fix kernel memory allocator block coalescing (#1155)
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