aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Kernel
AgeCommit message (Expand)Author
2024-09-17Change 6GB DRAM expansion to 8GB (#7313)gdkchan
2024-07-22Update kernel GetInfo SVC for firmware 18.0.0 (#7075)gdkchan
2024-06-25SetProcessMemoryPermission address and size are always 64-bit (#6977)Rafa
2024-06-16fix: for pooled memory used for reference types, clear it on return to the po...jhorv
2024-05-22Kernel: Wake cores from idle directly rather than through a host thread (#6837)riperiperi
2024-04-21Use pooled memory and avoid memory copies (#6691)jhorv
2024-04-06Delete old 16KB page workarounds (#6584)gdkchan
2024-03-26Implement host tracked memory manager mode (#6356)gdkchan
2024-02-22Migrate Audio service to new IPC (#6285)gdkchan
2024-02-15Fix PermissionLocked check on UnmapProcessCodeMemory (#6314)gdkchan
2024-01-04Add support for PermissionLocked attribute added on firmware 17.0.0 (#6072)gdkchan
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-11-30HLE: Add OS-specific precise sleep methods to reduce spinwaiting (#5948)riperiperi
2023-11-07Force all exclusive memory accesses to be ordered on AppleHv (#5898)gdkchan
2023-10-05Strings should not be concatenated using '+' in a loop (#5664)Marco Carvalho
2023-07-16[Ryujinx.HLE] Address dotnet-format issues (#5380)TSRBerry
2023-06-23"Exists" method should be used instead of the "Any" extension (#5345)Marco Carvalho
2023-06-20misc: Implement address space size workarounds (#5191)Mary
2023-06-15Blocks should be synchronized on read-only fields (#5212)Marco Carvalho
2023-06-09Non-flags enums should not be used in bitwise operations (#5214)Marco Carvalho
2023-06-09Removing shift by 0 (#5249)Marco Carvalho
2023-04-27Move solution and projects to srcTSR Berry