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
/
KPageTableBase.cs
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-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-05-24
POWER - Performance Optimizations With Extensive Ramifications (#2286)
riperiperi