aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Common
AgeCommit message (Expand)Author
2022-08-18Removed unused usings. (#3593)1.1.223Nicholas Rodine
2022-02-18Use BitOperations methods and delete now unused BitUtils methods (#3134)1.1.42Berkan Diler
2022-01-29kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)1.1.12Mary
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