summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_session.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: remove kernel_Liam2023-03-131-3/+3
|
* kernel: convert KPort, KSessionLiam2023-03-131-30/+24
|
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-1/+1
|
* kernel: use GetCurrentProcessLiam2023-02-131-0/+1
|
* kernel/svc_types: refreshLiam2022-11-101-1/+1
|
* kernel: invert session request handling flowLiam2022-10-311-3/+2
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* core: Remove unused includesameerj2021-11-041-1/+0
|
* hle: kernel: Refactor to allocate a ServiceThread per service handler.bunnei2021-06-051-2/+3
| | | | | | - Previously, we would allocate a thread per session, which adds new threads on CloneCurrentObject. - This results in race conditions with N sessions queuing requests to the same service interface. - Fixes Pokken Tournament DX crashes/softlocks, which were regressed by #6347.
* Revert "WORKAROUND: temp. disable session resource limits while we work out issues"bunnei2021-05-211-1/+1
| | | | This reverts commit fc086f93b2165b5c210cb7dcd6c18ebe17f1fd7b.
* WORKAROUND: temp. disable session resource limits while we work out issuesbunnei2021-05-111-1/+1
|
* kernel: Eliminate variable shadowingLioncash2021-05-081-2/+2
| | | | | Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
* fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei2021-05-061-9/+15
|
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
|
* hle: kernel: Remove deprecated Object class.bunnei2021-05-061-2/+2
|
* hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.bunnei2021-05-061-3/+15
|
* hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei2021-05-061-0/+67