summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/server_session.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-18 Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation.Subv1-9/+5
2018-01-25hle: Integrate Domain handling into ServerSession.bunnei1-1/+17
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei1-10/+0
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei1-0/+10
2017-06-25Kernel/ServerSession: Keep track of which threads have issued sync requests.Subv1-2/+12
2017-06-08Session: Remove/add some forward declarationsYuri Kunde Schlesner1-1/+1
2017-06-06Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner1-8/+12
2017-06-06HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner1-5/+4
2017-05-30Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner1-1/+1
2017-05-30Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner1-0/+1
2017-05-15Kernel: Use a Session object to keep track of the status of a Client/Server session pair.Subv1-3/+9
2017-02-27Doxygen: Amend minor issues (#2593)Mat M1-1/+2
2017-02-27Core: Remove unnecessary include in thread.hYuri Kunde Schlesner1-0/+1
2017-01-04Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Subv1-2/+2
2016-12-14Fixed the codestyle to match our clang-format rules.Subv1-10/+15
2016-12-09Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass.Subv1-0/+10
2016-12-08Use std::move where appropriate.Subv1-1/+3
2016-12-05KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.Subv1-15/+15
2016-12-01Fixed the rebase mistakes.Subv1-3/+6
2016-12-01A bit of a redesign.Subv1-159/+8
2016-12-01fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv1-1/+1
2016-12-01 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv1-33/+40
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+0
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-25/+36
2016-08-02fix #1942 and adds a few IPC functions for descriptorsLectem1-15/+103
2016-05-31Fix parameter name in EnableNotificationmailwl1-0/+4
2016-03-21session: Make helper functions constexprLioncash1-6/+6
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot1-0/+6
2015-06-23Add helpers to create IPC command buffer headers and descriptorsYuri Kunde Schlesner1-0/+34
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner1-1/+1
2015-05-11Core/Memory: Give every emulated thread it's own TLS area.Subv1-3/+7
2015-05-09Memory: Re-organize and rename memory area address constantsYuri Kunde Schlesner1-1/+1
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-1/+1
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner1-0/+4
2015-01-22Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.bunnei1-4/+4
2015-01-22WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual.bunnei1-3/+8
2015-01-22Session: Change to a WaitObject.bunnei1-1/+7
2014-12-28Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsYuri Kunde Schlesner1-2/+2
2014-12-21License changepurpasmart961-1/+1
2014-12-15Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner1-0/+58