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
2020-12-28
hle: kernel: hle_ipc: Remove SleepClientThread.
bunnei
2020-12-06
hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler.
bunnei
2020-12-06
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-08-13
General: Tidy up clang-format warnings part 2
Lioncash
2020-06-27
HLE_IPC: Correct HLE Event behavior on timeout.
Fernando Sahmkow
2020-06-27
Core: Correct HLE Event Callbacks and other issues.
Fernando Sahmkow
2020-06-27
SVC: Correct SendSyncRequest.
Fernando Sahmkow
2020-06-24
Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG
David Marcec
2020-05-03
hle_ipc: Eliminate core memory globals
Lioncash
2020-04-16
hle_ipc: Remove std::size_t casts where applicable
Lioncash
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-02-11
Kernel: Change WaitObject to Synchronization object. In order to better refle...
Fernando Sahmkow
2020-02-05
hle_ipc: Add error checking to read/write buffer access.
bunnei
2019-11-28
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-26
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
2019-05-24
Merge pull request #2489 from FearlessTobi/port-4716
bunnei
2019-05-19
Address review comment
Tobias
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
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
kernel/server_session: Make data members private
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
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
[next]