index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
hle_ipc.cpp
Age
Commit message (
Expand
)
Author
2018-11-29
hle_ipc: Refactor SleepClientThread to avoid ReadableEvent
Zach Hilman
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
hle_ipc: Use event pair for SleepClientThread
Zach Hilman
2018-10-20
kernel/process: Make the handle table per-process
Lioncash
2018-10-04
kernel/thread: Make all instance variables private
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-09
hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter const
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-31
kernel: Remove unnecessary includes
Lioncash
2018-07-19
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-19
hle_ipc: Introduce generic WriteBuffer overload for multiple container types
Lioncash
2018-07-19
hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteB...
Lioncash
2018-07-18
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-17
nvflinger: Fix for BufferQueue event handling.
bunnei
2018-07-14
No need to use ASSERT_MSG with an empty message
David Marcec
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-22
IPC: skip empty buffer write
mailwl
2018-05-17
Added RequestWithContext & ControlWithContext
David Marcec
2018-05-01
GetSharedFontInOrderOfPriority (#381)
David
2018-04-25
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-03-31
hle_ipc, fsp_srv: Cleanup logging.
bunnei
2018-03-31
hle_ipc: Do not ensure write buffer size.
bunnei
2018-03-19
Clean Warnings (?)
N00byKing
2018-03-18
hle_ipc: Add SleepClientThread to block current thread within HLE routines.
bunnei
2018-03-18
hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.
bunnei
2018-03-18
hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.
bunnei
2018-02-20
Add warning if Domain request has no domain message header
mailwl
2018-02-20
Fix: change check for domain order and existance of domain message header
mailwl
2018-02-20
IPC: add domain header to response if only it exists in request
mailwl
2018-02-16
Service/hid: stub some functions
mailwl
2018-02-14
hle_ipc: Remove const from WriteBuffer size.
bunnei
2018-02-14
hle_ipc: Add GetReadBufferSize and check write buffer size.
bunnei
2018-02-13
hle_ipc: Add helper functions for reading and writing buffers.
bunnei
2018-02-13
hle_ipc: Add helper functions for reading and writing buffers.
bunnei
2018-01-24
hle: Integrate Domain handling into ServerSession.
bunnei
2018-01-24
hle: Remove Domain and SyncObject kernel objects.
bunnei
2018-01-20
Format: Run the new clang format on everything
James Rowe
2018-01-19
Fixes some cast warnings, partial port of citra #3064 (#106)
River City Ransomware
2018-01-18
Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc...
gdkchan
2018-01-17
hle_ipc: Clang format.
bunnei
2018-01-17
ipc: Implement domain command CloseVirtualHandle.
bunnei
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-10
IPC: Corrected some definitions for the buffer C descriptor flags.
Subv
2018-01-07
IPC: Add functions to read the input move/copy objects from an IPC request.
Subv
2018-01-07
IPC: Don't attempt to read the command buffer if it holds a Close request.
Subv
2018-01-07
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...
Subv
2018-01-07
IPC: Skip the entire u64 of the command id when receiving an IPC request.
Subv
[next]