Age | Commit message (Expand) | Author |
2022-08-18 | Removed unused usings. (#3593)1.1.223 | Nicholas Rodine |
2022-02-18 | Use BitOperations methods and delete now unused BitUtils methods (#3134)1.1.42 | Berkan Diler |
2022-01-29 | kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)1.1.12 | Mary |
2021-11-28 | kernel: Fix sleep timing accuracy (#2828) | Mary |
2021-11-28 | kernel: Add support for CFI (#2839) | Mary |
2021-10-24 | kernel: Add resource limit related syscalls (#2773) | Mary |
2021-04-24 | HLE: Fix integer sign inconcistency accross the codebase (#2222) | Mary |
2021-04-04 | Allow DRAM size to be increased from 4GB to 6GB (#2174) | gdkchan |
2020-12-09 | Rewrite scheduler context switch code (#1786) | gdkchan |
2020-12-02 | IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h... | gdkchan |
2020-07-17 | Improve kernel WaitSynchronization syscall implementation (#1362) | gdkchan |
2020-07-17 | Fix resource limit reserve taking too long (#1391) | gdkchan |
2020-05-04 | Move kernel state out of the Horizon class (#1107) | gdkchan |
2020-05-04 | Implement a new physical memory manager and replace DeviceMemory (#856) | gdkchan |
2020-01-13 | Name all threads (#886) | Ac_K |
2019-08-08 | Add a new JIT compiler for CPU code (#693) | gdkchan |
2019-07-02 | Misc cleanup (#708) | Alex Barney |
2019-02-19 | ARM exclusive monitor and multicore fixes (#589) | gdkchan |
2019-01-18 | Improve kernel IPC implementation (#550) | gdkchan |
2018-12-18 | Refactor SVC handler (#540) | gdkchan |