index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.HLE
/
HOS
/
Kernel
/
Common
Age
Commit message (
Expand
)
Author
2023-03-17
Reducing memory allocations (#4537)
jhorv
2023-03-11
Misc performance tweaks (#4509)
jhorv
2023-01-05
hle: Add safety measure around overflow in ScheduleFutureInvocation
Mary
2023-01-04
IPC refactor part 3+4: New server HIPC message processor (#4188)
gdkchan
2022-12-05
Make structs readonly when applicable (#4002)
Andrey Sukharev
2022-11-16
Update units of memory from decimal to binary prefixes (#3716)
Wunk
2022-08-18
Removed unused usings. (#3593)
Nicholas Rodine
2022-02-18
Use BitOperations methods and delete now unused BitUtils methods (#3134)
Berkan Diler
2022-01-29
kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)
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