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
/
server_session.h
Age
Commit message (
Expand
)
Author
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-15
kernel/server_session: Add IsSession() member function
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-31
kernel: Remove unnecessary includes
Lioncash
2018-02-18
Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starv...
Subv
2018-01-24
hle: Integrate Domain handling into ServerSession.
bunnei
2018-01-20
Format: Run the new clang format on everything
James Rowe
2017-12-29
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-10-15
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-06-25
Kernel/ServerSession: Keep track of which threads have issued sync requests.
Subv
2017-06-08
Session: Remove/add some forward declarations
Yuri Kunde Schlesner
2017-06-06
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-05
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-05-29
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-29
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-05-15
Kernel: Use a Session object to keep track of the status of a Client/Server s...
Subv
2017-02-26
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-26
Core: Remove unnecessary include in thread.h
Yuri Kunde Schlesner
2017-01-04
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-09
Moved the HLE command buffer translation task to ServerSession instead of the...
Subv
2016-12-08
Use std::move where appropriate.
Subv
2016-12-05
KServerPorts now have an HLE handler "template", which is inherited by all Se...
Subv
2016-11-30
Fixed the rebase mistakes.
Subv
2016-11-30
A bit of a redesign.
Subv
2016-11-30
fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...
Subv
2016-11-30
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv