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
/
Services
/
ServerBase.cs
Age
Commit message (
Expand
)
Author
2023-04-27
Move solution and projects to src
TSR Berry
2023-04-24
Reducing Memory Allocations 202303 (#4624)
jhorv
2023-04-14
Rename Hipc to Cmif where appropriate (#3880)
Alex Barney
2023-03-19
Avoid copying more handles than we have space for (#4564)
TSRBerry
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-01-04
IPC refactor part 3+4: New server HIPC message processor (#4188)
gdkchan
2022-08-18
Removed unused usings. (#3593)
Nicholas Rodine
2022-06-12
Less invasive fix for EventFd blocking operations (#3394)
gdkchan
2022-06-11
Allow concurrent BSD EventFd read/write (#3385)
gdkchan
2022-05-05
Enable JIT service LLE (#2959)
gdkchan
2022-02-22
Collapse AsSpan().Slice(..) calls into AsSpan(..) (#3145)
Berkan Diler
2022-01-29
kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)
Mary
2021-06-29
Fix disposing of IPC sessions server at emulation stop (#2334)
Mary
2021-05-12
Fix race in SM initialization (#2280)
gdkchan
2021-05-05
SM instance & TIPC fixes (#2241)
Mary
2021-04-24
HLE: Fix integer sign inconcistency accross the codebase (#2222)
Mary
2021-04-14
Initial support for the new 12.x IPC system (#2182)
Mary
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-09-22
IPC refactor part 1: Use explicit separate threads to process requests (#1447)
gdkchan