aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Ipc
AgeCommit message (Expand)AuthorFilesLines
2023-03-17Reducing memory allocations (#4537)1.1.668jhorv3-117/+115
2023-03-11Misc performance tweaks (#4509)1.1.657jhorv2-4/+5
2022-02-09misc: Make PID unsigned long instead of long (#3043)1.1.22Mary1-3/+3
2021-06-22ipc: Remove size checks for buffer type 0x21/0x22 (#2387)Ac_K1-12/+4
2021-05-05SM instance & TIPC fixes (#2241)Mary1-0/+48
2021-04-24HLE: Fix integer sign inconcistency accross the codebase (#2222)Mary4-25/+25
2021-04-14Initial support for the new 12.x IPC system (#2182)Mary2-12/+17
2020-12-12Rewrite size for fixed size buffers (#1808)gdkchan1-0/+5
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan3-3/+53
2020-09-22IPC refactor part 1: Use explicit separate threads to process requests (#1447)gdkchan1-149/+0
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan1-2/+2
2020-01-30Discard higher 32-bits of IPC message magic and command number (#911)gdkchan1-2/+2
2019-10-31.NET Core 3.0 is here! (#784)LDj3SNuD1-1/+1
2019-10-31Increase IPC buffer size (#803)jduncanator1-1/+1
2019-10-11Fix error code returned by CloseSession (#787)Thomas Guillemard1-0/+1
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan1-2/+2
2019-07-02Misc cleanup (#708)Alex Barney2-5/+5
2019-03-15Print Guest Stack Trace in ServiceNotImplemented Exception (#650)jduncanator1-0/+3
2019-01-18Improve kernel IPC implementation (#550)gdkchan1-6/+6
2018-12-18Refactor SVC handler (#540)gdkchan1-3/+5
2018-12-06Adjust naming conventions and general refactoring in HLE Project (#527)Alex Barney7-195/+197
2018-12-04Revert "Adjust naming conventions and general refactoring in HLE Project (#49...gdkchan7-215/+213
2018-12-04Adjust naming conventions and general refactoring in HLE Project (#490)Alex Barney7-213/+215
2018-11-28Better process implementation (#491)gdkchan1-3/+3
2018-10-30Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484)Alex Barney1-6/+6
2018-09-23Improve kernel events implementation (#430)gdkchan1-1/+4
2018-08-24Update BSD service implementation (#363)emmauss1-18/+18
2018-08-16Code style fixes and nits on the HLE project (#355)gdkchan9-0/+543