aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Common
AgeCommit message (Expand)Author
2023-03-17Reducing memory allocations (#4537)jhorv
2023-03-11Misc performance tweaks (#4509)jhorv
2023-01-05hle: Add safety measure around overflow in ScheduleFutureInvocationMary
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)gdkchan
2022-12-05Make structs readonly when applicable (#4002)Andrey Sukharev
2022-11-16Update units of memory from decimal to binary prefixes (#3716)Wunk
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-02-18Use BitOperations methods and delete now unused BitUtils methods (#3134)Berkan Diler
2022-01-29kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)Mary
2021-11-28kernel: Fix sleep timing accuracy (#2828)Mary
2021-11-28kernel: Add support for CFI (#2839)Mary
2021-10-24kernel: Add resource limit related syscalls (#2773)Mary
2021-04-24HLE: Fix integer sign inconcistency accross the codebase (#2222)Mary
2021-04-04Allow DRAM size to be increased from 4GB to 6GB (#2174)gdkchan
2020-12-09Rewrite scheduler context switch code (#1786)gdkchan
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan
2020-07-17Improve kernel WaitSynchronization syscall implementation (#1362)gdkchan
2020-07-17Fix resource limit reserve taking too long (#1391)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-01-13Name all threads (#886)Ac_K
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan
2019-07-02Misc cleanup (#708)Alex Barney
2019-02-19ARM exclusive monitor and multicore fixes (#589)gdkchan
2019-01-18Improve kernel IPC implementation (#550)gdkchan
2018-12-18Refactor SVC handler (#540)gdkchan