summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_scoped_resource_reservation.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-13kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLockLiam1-18/+18
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-3/+3
2021-05-06hle: kernel: Migrate KResourceLimit to KAutoObject.bunnei1-5/+3
2021-02-13kernel: KScopedReservation implementationameerj1-0/+67
This implements KScopedReservation, allowing resource limit reservations to be more HW accurate, and release upon failure without requiring too many conditionals.