summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_thread_local_page.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-19scope_exit: Make constexprFearlessTobi1-1/+3
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2023-11-10kernel: add KPageTableBaseLiam1-2/+2
Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
2023-07-15k_process: PageTable -> GetPageTableLiam1-5/+5
2023-03-22kernel: use KTypedAddress for addressesLiam1-3/+3
2023-03-13kernel: prefer std::addressofLiam1-1/+1
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-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.
2022-03-19core: Reduce unused includesameerj1-0/+2
2022-03-18general: Reduce core.h includesameerj1-0/+1
2022-03-15core: hle: kernel: k_page_buffer: Add KThreadLocalPage primitive.bunnei1-0/+65