summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_address_space_info.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-08general: fix type inconsistenciesLiam1-2/+2
2023-03-01kernel: simplify AddressSpaceInfo, update valuesLiam1-66/+13
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
2021-06-24common: Replace common_sizes into user-literalsWunkolo1-16/+19
2021-03-24common: common_sizes: Move sizes to the Common namespace.bunnei1-14/+15
2021-03-21common: common_sizes: Move Invalid to Size_* prefix and add missing values.bunnei1-14/+14
2021-03-21common: Move common sizes to their own header for code reuse.bunnei1-13/+1
2021-03-21hle: kernel: k_address_space_info: Cleanup.bunnei1-9/+9
2021-02-19hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo.bunnei1-31/+29
2021-01-05core: Silence warnings when compiling without assertsReinUsesLisp1-0/+2
2020-10-21Revert "core: Fix clang build"bunnei1-2/+0
2020-10-18core: Fix clang buildLioncash1-0/+2
2020-07-13address_space_info: Use type alias to simplify codeLioncash1-14/+13
2020-07-13address_space_info: Make use of designated initializersLioncash1-22/+22
2020-05-03kernel/memory: Make use of std::array consistently in address_space_infoLioncash1-6/+6
2020-05-03kernel/memory: Amend potential encoding warningsLioncash1-2/+2
2020-04-17core: hle: Address various feedback & code cleanup.bunnei1-10/+12
2020-04-17memory: Add copyright notice for Atmosphere where applicable.bunnei1-0/+3
2020-04-17kernel: memory: Add AddressSpaceInfo class, for managing the memory address space.bunnei1-0/+113