101 Commits (ff19204dc6a776ed0e6f33495d43af6653d8f131)

Author SHA1 Message Date
Lioncash ff19204dc6 hle_ipc: Add helper functions for getting number of buffer elements 3 years ago
Lioncash ce329764a2 hle_ipc: Mark relevant member functions as [[nodiscard]] 3 years ago
Liam 0fc08006e5 service_thread: fix deletion 3 years ago
Liam 2e56a382a9 kernel: invert session request handling flow 3 years ago
Morph 89ace6c367 concepts: Use the std::contiguous_iterator concept 3 years ago
Liam c0ae56548e kernel: remove most SessionRequestManager handling from KServerSession 3 years ago
Liam 09777eea76 kernel: remove KWritableEvent 3 years ago
Kelebek1 be1f5f1d9f Project Andio 4 years ago
german77 c7890ebccc core: Replace all instances of ResultCode with Result 4 years ago
Liam c1771c98f3 common: Change semantics of UNREACHABLE to unconditionally crash 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
bunnei 75e39568a0 hle: service: Add option for service interfaces to create or use the default thread. 4 years ago
bunnei 8421193857 core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and SessionRequestManager. 4 years ago
bunnei af11abed3f hle: kernel: KServerSession: Simplify CompleteSyncRequest EndWait. 4 years ago
Morph 6bc7f27655 kernel: hle_ipc: Foward declare KAutoObject 4 years ago
bunnei 4ad8a148ee hle: kernel: hle_ipc: Ensure SessionRequestHandler is valid. 5 years ago
bunnei a3de201dcf hle: kernel: Remove service thread manager and use weak_ptr. 5 years ago
bunnei ff57fd7281 hle: kernel: k_server_session: Return service thread by strong pointer. 5 years ago
bunnei 8bf7b19d1d hle: kernel: Refactor to allocate a ServiceThread per service handler. 5 years ago
bunnei 14f50729e2 hle: kernel: hle_ipc: Simplify incoming/outgoing move/copy/domain objects. 5 years ago
bunnei 6e3c9d2b06 hle: kernel: Implement CloneCurrentObject and improve session management. 5 years ago
Morph 29ce6e48ed hle_ipc: Add a getter for PID 5 years ago
bunnei 006a51c86b hle: kernel: hle_ipc: Fix outgoing IPC response size calculation. 5 years ago
bunnei 232102c794 hle: kernel: hle_ipc: Improve IPC code and add initial support for TIPC. 5 years ago
bunnei 4a781928dd hle: kernel: Further cleanup and add TIPC helpers. 5 years ago
bunnei ae86003503 hle: ipc_helpers: Update IPC response generation for TIPC. 5 years ago
Lioncash e019da0487 kernel: Eliminate variable shadowing 5 years ago
bunnei 47224d3864 hle: kernel: Migrate to KHandleTable. 5 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
bunnei 796dddf78f hle: kernel: Remove deprecated Object class. 5 years ago
bunnei d6844cf75f hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. 5 years ago
bunnei 944eb14d69 hle: kernel: HandleTable: Remove deprecated APIs. 5 years ago
bunnei 83b96b7264 hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. 5 years ago
bunnei 8b224f05c9 hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. 5 years ago
bunnei a4a27a1ef2 hle: kernel: Migrate more of KThread to KAutoObject. 5 years ago
bunnei 07939c59a6 hle: kernel: Refactor out various KThread std::shared_ptr usage. 5 years ago
Morph e1702e2844 hle_ipc: Add helper functions to get copy/move handles 5 years ago
bunnei 80d0eb3bbd hle: kernel: Rename WritableEvent to KWritableEvent. 5 years ago
bunnei 284a4d9283 hle: kernel: Rename ReadableEvent to KReadableEvent. 5 years ago
bunnei f34dd04d09 hle: kernel: Recode implementation of KThread to be more accurate. 5 years ago
bunnei 3d70b4a4ea core: hle: kernel: Rename Thread to KThread. 5 years ago
Morph afa0d5efb3 hle_ipc: Add Can(Read, Write)Buffer 5 years ago
bunnei 846f35c4ad hle: kernel: hle_ipc: Remove SleepClientThread. 5 years ago
Lioncash e7fe020ace ipc_helpers: Remove usage of the global system instance 5 years ago
David ecaac59acd ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 6 years ago
Lioncash ccfac6d992 hle_ipc: Eliminate core memory globals 6 years ago
Lioncash f8fe53c9f9 hle_ipc: Remove std::size_t casts where applicable 6 years ago
bunnei 4a4516868c kernel: Implement a more accurate IPC dispatch. 6 years ago
bunnei 5cb0f276fe kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
Weiyi Wang 9d47890fce HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread 7 years ago