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.h
Age
Commit message (
Expand
)
Author
2021-05-11
hle: kernel: hle_ipc: Fix outgoing IPC response size calculation.
bunnei
2021-05-10
hle: kernel: hle_ipc: Improve IPC code and add initial support for TIPC.
bunnei
2021-05-10
hle: kernel: Further cleanup and add TIPC helpers.
bunnei
2021-05-10
hle: ipc_helpers: Update IPC response generation for TIPC.
bunnei
2021-05-08
kernel: Eliminate variable shadowing
Lioncash
2021-05-05
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-05
hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
bunnei
2021-05-05
hle: kernel: HandleTable: Remove deprecated APIs.
bunnei
2021-05-05
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
2021-05-05
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-05
hle: kernel: Migrate more of KThread to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor out various KThread std::shared_ptr usage.
bunnei
2021-04-15
hle_ipc: Add helper functions to get copy/move handles
Morph
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-01-28
hle: kernel: Recode implementation of KThread to be more accurate.
bunnei
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-28
hle_ipc: Add Can(Read, Write)Buffer
Morph
2020-12-28
hle: kernel: hle_ipc: Remove SleepClientThread.
bunnei
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-08-03
ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...
David
2020-05-03
hle_ipc: Eliminate core memory globals
Lioncash
2020-04-16
hle_ipc: Remove std::size_t casts where applicable
Lioncash
2019-11-28
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-05-18
HLE/IPC: HLEContext can memorize the client thread and use it for SleepClient...
Weiyi Wang
2019-03-07
kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional
Lioncash
2019-03-05
core/hle/ipc: Remove unnecessary includes
Lioncash
2018-12-31
core/kernel: Remove unnecessary inclusions
Lioncash
2018-11-29
hle_ipc: Refactor SleepClientThread to avoid ReadableEvent
Zach Hilman
2018-11-29
hle_ipc: Use event pair for SleepClientThread
Zach Hilman
2018-10-29
hle_ipc: Add member function for querying the existence of a domain header
Lioncash
2018-10-29
hle_ipc: Make GetDomainMessageHeader return a regular pointer
Lioncash
2018-10-20
kernel/process: Make the handle table per-process
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
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-23
hle_ipc: Make constructors explicit where applicable
Lioncash
2018-07-19
hle_ipc: Introduce generic WriteBuffer overload for multiple container types
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-05-01
ipc: Add support for PopIpcInterface() method.
bunnei
2018-05-01
GetSharedFontInOrderOfPriority (#381)
David
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-16
Service/hid: stub some functions
mailwl
[next]