summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_address_arbiter.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-22kernel: use KTypedAddress for addressesLiam1-7/+7
2023-03-13kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new styleLiam1-23/+22
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-10/+9
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph1-2/+2
Transition to PascalCase for result names.
2021-01-11core: hle: kernel: Update KAddressArbiter.bunnei1-0/+70