summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_scoped_resource_reservation.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLockLiam2023-03-131-18/+18
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-6/+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.
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-3/+3
|
* hle: kernel: Migrate KResourceLimit to KAutoObject.bunnei2021-05-061-5/+3
|
* kernel: KScopedReservation implementationameerj2021-02-131-0/+67
This implements KScopedReservation, allowing resource limit reservations to be more HW accurate, and release upon failure without requiring too many conditionals.