aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/ServerBase.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-04-24Reducing Memory Allocations 202303 (#4624)jhorv
2023-04-14Rename Hipc to Cmif where appropriate (#3880)Alex Barney
2023-03-19Avoid copying more handles than we have space for (#4564)TSRBerry
2023-03-17Reducing memory allocations (#4537)jhorv
2023-03-17Update syscall capabilites to include SVCs from FW 15.0.0 (#4530)TSRBerry
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)gdkchan
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-06-12Less invasive fix for EventFd blocking operations (#3394)gdkchan
2022-06-11Allow concurrent BSD EventFd read/write (#3385)gdkchan
2022-05-05Enable JIT service LLE (#2959)gdkchan
2022-02-22Collapse AsSpan().Slice(..) calls into AsSpan(..) (#3145)Berkan Diler
2022-01-29kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)Mary
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