index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
hle_ipc.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service_thread: fix deletion
Liam
2022-11-07
1
-3
/
+3
*
kernel: invert session request handling flow
Liam
2022-10-31
1
-17
/
+12
*
concepts: Use the std::contiguous_iterator concept
Morph
2022-10-26
1
-1
/
+1
*
kernel: remove most SessionRequestManager handling from KServerSession
Liam
2022-10-19
1
-0
/
+9
*
kernel: remove KWritableEvent
Liam
2022-10-13
1
-1
/
+1
*
Project Andio
Kelebek1
2022-07-22
1
-0
/
+8
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-7
/
+6
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-14
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
hle: service: Add option for service interfaces to create or use the default thread.
bunnei
2022-04-02
1
-1
/
+7
*
core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and SessionRequestManager.
bunnei
2022-03-15
1
-4
/
+5
*
hle: kernel: KServerSession: Simplify CompleteSyncRequest EndWait.
bunnei
2022-01-21
1
-5
/
+0
*
kernel: hle_ipc: Foward declare KAutoObject
Morph
2021-10-07
1
-1
/
+1
*
hle: kernel: hle_ipc: Ensure SessionRequestHandler is valid.
bunnei
2021-06-08
1
-1
/
+2
*
hle: kernel: Remove service thread manager and use weak_ptr.
bunnei
2021-06-08
1
-3
/
+3
*
hle: kernel: k_server_session: Return service thread by strong pointer.
bunnei
2021-06-07
1
-3
/
+3
*
hle: kernel: Refactor to allocate a ServiceThread per service handler.
bunnei
2021-06-05
1
-2
/
+20
*
hle: kernel: hle_ipc: Simplify incoming/outgoing move/copy/domain objects.
bunnei
2021-05-21
1
-32
/
+11
*
hle: kernel: Implement CloneCurrentObject and improve session management.
bunnei
2021-05-21
1
-9
/
+73
*
hle_ipc: Add a getter for PID
Morph
2021-05-16
1
-1
/
+6
*
hle: kernel: hle_ipc: Fix outgoing IPC response size calculation.
bunnei
2021-05-11
1
-0
/
+1
*
hle: kernel: hle_ipc: Improve IPC code and add initial support for TIPC.
bunnei
2021-05-11
1
-1
/
+2
*
hle: kernel: Further cleanup and add TIPC helpers.
bunnei
2021-05-11
1
-3
/
+11
*
hle: ipc_helpers: Update IPC response generation for TIPC.
bunnei
2021-05-11
1
-2
/
+8
*
kernel: Eliminate variable shadowing
Lioncash
2021-05-08
1
-1
/
+1
*
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-06
1
-3
/
+4
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-1
/
+1
*
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-06
1
-10
/
+0
*
hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
bunnei
2021-05-06
1
-8
/
+2
*
hle: kernel: HandleTable: Remove deprecated APIs.
bunnei
2021-05-06
1
-5
/
+5
*
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
bunnei
2021-05-06
1
-10
/
+8
*
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-06
1
-8
/
+11
*
hle: kernel: Migrate more of KThread to KAutoObject.
bunnei
2021-05-06
1
-2
/
+2
*
hle: kernel: Refactor out various KThread std::shared_ptr usage.
bunnei
2021-05-06
1
-7
/
+3
*
hle_ipc: Add helper functions to get copy/move handles
Morph
2021-04-15
1
-0
/
+10
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
1
-1
/
+1
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
1
-1
/
+1
*
hle: kernel: Recode implementation of KThread to be more accurate.
bunnei
2021-01-29
1
-3
/
+0
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-29
1
-7
/
+7
*
hle_ipc: Add Can(Read, Write)Buffer
Morph
2021-01-28
1
-0
/
+6
*
hle: kernel: hle_ipc: Remove SleepClientThread.
bunnei
2020-12-29
1
-17
/
+0
*
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-11-08
1
-0
/
+6
*
ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)
David
2020-08-03
1
-14
/
+16
*
hle_ipc: Eliminate core memory globals
Lioncash
2020-05-03
1
-1
/
+10
*
hle_ipc: Remove std::size_t casts where applicable
Lioncash
2020-04-17
1
-5
/
+7
*
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-28
1
-0
/
+13
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-18
/
+20
*
HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread
Weiyi Wang
2019-05-18
1
-4
/
+4
*
kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional
Lioncash
2019-03-08
1
-7
/
+8
*
core/hle/ipc: Remove unnecessary includes
Lioncash
2019-03-05
1
-5
/
+5
*
core/kernel: Remove unnecessary inclusions
Lioncash
2019-01-01
1
-3
/
+6
*
hle_ipc: Refactor SleepClientThread to avoid ReadableEvent
Zach Hilman
2018-11-29
1
-3
/
+1
*
hle_ipc: Use event pair for SleepClientThread
Zach Hilman
2018-11-29
1
-5
/
+9
*
hle_ipc: Add member function for querying the existence of a domain header
Lioncash
2018-10-30
1
-0
/
+4
*
hle_ipc: Make GetDomainMessageHeader return a regular pointer
Lioncash
2018-10-30
1
-2
/
+2
*
kernel/process: Make the handle table per-process
Lioncash
2018-10-20
1
-6
/
+7
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-10
/
+10
*
hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter const
Lioncash
2018-08-09
1
-1
/
+1
*
kernel: Move object class to its own source files
Lioncash
2018-08-02
1
-1
/
+1
*
kernel: Remove unnecessary includes
Lioncash
2018-07-31
1
-1
/
+0
*
hle_ipc: Make constructors explicit where applicable
Lioncash
2018-07-24
1
-1
/
+1
*
hle_ipc: Introduce generic WriteBuffer overload for multiple container types
Lioncash
2018-07-19
1
-2
/
+21
*
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-19
1
-2
/
+2
*
nvflinger: Fix for BufferQueue event handling.
bunnei
2018-07-17
1
-1
/
+3
*
ipc: Add support for PopIpcInterface() method.
bunnei
2018-05-02
1
-0
/
+12
*
GetSharedFontInOrderOfPriority (#381)
David
2018-05-01
1
-5
/
+5
*
hle_ipc: Add SleepClientThread to block current thread within HLE routines.
bunnei
2018-03-19
1
-0
/
+20
*
hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.
bunnei
2018-03-19
1
-5
/
+5
*
hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.
bunnei
2018-03-19
1
-2
/
+2
*
Service/hid: stub some functions
mailwl
2018-02-16
1
-0
/
+2
*
hle_ipc: Remove const from WriteBuffer size.
bunnei
2018-02-14
1
-1
/
+1
*
hle_ipc: Add GetReadBufferSize and check write buffer size.
bunnei
2018-02-14
1
-0
/
+3
*
hle_ipc: Add helper functions for reading and writing buffers.
bunnei
2018-02-14
1
-0
/
+12
*
ipc_helpers: Make interface domain agnostic and add header validation.
bunnei
2018-01-25
1
-1
/
+12
*
hle: Integrate Domain handling into ServerSession.
bunnei
2018-01-25
1
-14
/
+2
*
Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96)
gdkchan
2018-01-18
1
-0
/
+6
*
IPC: Push domain objects as move handles when not in a domain.
Subv
2018-01-17
1
-0
/
+8
*
clang-format
MerryMage
2018-01-16
1
-2
/
+2
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
core: Fix recent GCC build breaks.
bunnei
2018-01-12
1
-2
/
+2
*
IPC: Corrected some definitions for the buffer C descriptor flags.
Subv
2018-01-11
1
-0
/
+4
*
IPC: Add functions to read the input move/copy objects from an IPC request.
Subv
2018-01-07
1
-0
/
+12
*
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.
Subv
2018-01-07
1
-22
/
+17
*
IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects.
Subv
2018-01-07
1
-2
/
+6
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
1
-5
/
+24
*
service: Return proper result code for IPC::CommandType::Close.
bunnei
2017-11-01
1
-1
/
+1
*
hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer.
bunnei
2017-10-19
1
-0
/
+8
*
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-15
1
-1
/
+2
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-15
1
-2
/
+23
*
Kernel/IPC: Make HLERequestContext usable from outside kernel
Yuri Kunde Schlesner
2017-06-19
1
-3
/
+4
*
Kernel/IPC: Use boost::small_vector for HLE context objects
Yuri Kunde Schlesner
2017-06-12
1
-1
/
+3
*
Kernel: Allow clearing request_objects to re-use buffer space
Yuri Kunde Schlesner
2017-06-11
1
-0
/
+7
*
Kernel: Basic support for IPC translation for HLE services
Yuri Kunde Schlesner
2017-06-11
1
-2
/
+35
*
Kernel: Add methods in HLERequestContext abstracting handle creation
Yuri Kunde Schlesner
2017-06-11
1
-0
/
+3
*
ServiceFramework: Use separate copy of command buffer
Yuri Kunde Schlesner
2017-06-11
1
-3
/
+6
*
Service: Add new ServiceFramework framework for writing HLE services
Yuri Kunde Schlesner
2017-06-08
1
-2
/
+34
*
Kernel: Remove some unnecessary namespace qualifications
Yuri Kunde Schlesner
2017-06-06
1
-4
/
+6
*
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-06
1
-1
/
+2
*
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+52