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
Age
Commit message (
Expand
)
Author
2023-04-27
Move solution and projects to src
TSR Berry
2023-04-25
Add missing check for thread termination on ArbitrateLock (#4722)
gdkchan
2023-04-24
Reducing Memory Allocations 202303 (#4624)
jhorv
2023-03-31
HLE: Refactoring of ApplicationLoader (#4480)
Ac_K
2023-03-17
Reducing memory allocations (#4537)
jhorv
2023-03-17
Update syscall capabilites to include SVCs from FW 15.0.0 (#4530)
TSRBerry
2023-03-11
Misc performance tweaks (#4509)
jhorv
2023-03-04
Minor code formatting (#4498)
gdkchan
2023-01-17
Implement support for page sizes > 4KB (#4252)
gdkchan
2023-01-15
Implement missing service calls in `pm` (#4210)
Isaac Marovitz
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-26
Added Generic Math to BitUtils (#3929)
Hunter
2022-12-05
Make structs readonly when applicable (#4002)
Andrey Sukharev
2022-12-04
Add InfoType.MesosphereCurrentProcess (#3792)
Shane Slattery
2022-11-16
Update units of memory from decimal to binary prefixes (#3716)
Wunk
2022-10-17
Fix kernel VA allocation when random allocation fails (#3755)
gdkchan
2022-08-26
Optimize kernel memory block lookup and consolidate RBTree implementations (#...
gdkchan
2022-08-18
Removed unused usings. (#3593)
Nicholas Rodine
2022-06-24
Fix ThreadingLock deadlock on invalid access and TerminateProcess (#3407)
gdkchan
2022-06-22
Rewrite kernel memory allocator (#3316)
gdkchan
2022-06-11
Allow concurrent BSD EventFd read/write (#3385)
gdkchan
2022-05-31
Rewrite SVC handler using source generators rather than IL emit (#3371)
gdkchan
2022-05-31
Refactor CPU interface to allow the implementation of other CPU emulators (#3...
gdkchan
2022-05-03
Implement PM GetProcessInfo atmosphere extension (partially) (#2966)
gdkchan
2022-05-03
Implement code memory syscalls (#2958)
gdkchan
2022-05-02
Support memory aliasing (#2954)
gdkchan
2022-03-12
Fix GetUserDisableCount NRE (#3187)
gdkchan
2022-03-11
KThread: Fix GetPsr mask (#3180)
merry
2022-02-18
Enable CPU JIT cache invalidation (#2965)
gdkchan
2022-02-18
Use BitOperations methods and delete now unused BitUtils methods (#3134)
Berkan Diler
2022-02-18
Move kernel syscall logs to new trace log level (#3137)
gdkchan
2022-02-17
Added trace log level (#3096)
mlgatto
2022-02-13
Use Enum and Delegate.CreateDelegate generic overloads (#3111)
Berkan Diler
2022-02-09
misc: Make PID unsigned long instead of long (#3043)
Mary
2022-01-29
kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)
Mary
2022-01-16
kernel: Fix deadlock when pinning in interrupt handler (#2999)
Mary
2021-12-30
kernel: Implement thread pinning support (#2840)
Mary
2021-12-23
Remove PortRemoteClosed warning (#2928)
gdkchan
2021-12-04
kernel: Improve GetInfo readability and update to 13.0.0 (#2900)
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: Fix inverted condition on permission check of SetMemoryPermission sys...
Mary
2021-10-24
kernel: Clear pages allocated with SetHeapSize (#2776)
Mary
2021-10-24
kernel: Add resource limit related syscalls (#2773)
Mary
2021-10-24
kernel: Implement SetMemoryPermission syscall (#2772)
Mary
2021-10-24
kernel: Add missing address space check in SetMemoryAttribute syscall (#2771)
Mary
2021-09-11
Implement a "Pause Emulation" option & hotkey (#2428)
mpnico
2021-08-04
Update TamperMachine and disable write-to-code prevention (#2506)
Caian Benedicto
2021-07-11
Fix virtual memory allocation being out of range (#2464)
gdkchan
[next]