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