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