aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/ServerBase.cs
AgeCommit message (Expand)Author
2023-04-14Rename Hipc to Cmif where appropriate (#3880)1.1.709Alex Barney
2023-03-19Avoid copying more handles than we have space for (#4564)1.1.670TSRBerry
2023-03-17Reducing memory allocations (#4537)1.1.668jhorv
2023-03-17Update syscall capabilites to include SVCs from FW 15.0.0 (#4530)1.1.667TSRBerry
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)1.1.506gdkchan
2022-08-18Removed unused usings. (#3593)1.1.223Nicholas Rodine
2022-06-12Less invasive fix for EventFd blocking operations (#3394)1.1.146gdkchan
2022-06-11Allow concurrent BSD EventFd read/write (#3385)1.1.145gdkchan
2022-05-05Enable JIT service LLE (#2959)1.1.117gdkchan
2022-02-22Collapse AsSpan().Slice(..) calls into AsSpan(..) (#3145)1.1.47Berkan Diler
2022-01-29kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)1.1.12Mary
2021-06-29Fix disposing of IPC sessions server at emulation stop (#2334)Mary
2021-05-12Fix race in SM initialization (#2280)gdkchan
2021-05-05SM instance & TIPC fixes (#2241)Mary
2021-04-24HLE: Fix integer sign inconcistency accross the codebase (#2222)Mary
2021-04-14Initial support for the new 12.x IPC system (#2182)Mary
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-09-22IPC refactor part 1: Use explicit separate threads to process requests (#1447)gdkchan