summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/board (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-10kernel: add KPageTableBaseGravatar Liam2-3/+17
2023-10-21kernel: update KProcessGravatar Liam2-0/+72
2023-07-21k_system_control: Always return some memory sizeGravatar lat9nq1-0/+2
2023-07-21core,common: Give memory layout setting an enumGravatar lat9nq1-4/+16
2023-04-30settings: rename extended memory layout to unsafe, move from general to systemGravatar Liam1-3/+4
2023-04-09kernel: move more memory to application in 8GB arrangementGravatar Liam1-2/+4
2023-04-08kernel: switch extended memory setting to 8GB arrangementGravatar Liam1-2/+2
2023-03-22kernel: use KTypedAddress for addressesGravatar Liam4-10/+12
2023-03-12kernel: move KMemoryLayout for NX boardGravatar Liam1-0/+201
2023-03-01kernel: adjust pool allocationsGravatar Liam1-6/+15
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades791-2/+2
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades791-2/+2
2022-11-03core: hle: kernel: k_system_control: Add SecureAppletMemorySize.Gravatar bunnei1-0/+4
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph5-15/+10
2022-04-05k_system_control: Fix data raceGravatar lat9nq1-3/+3
2022-02-27hle: kernel: board: nx: Add k_memory_layout.h header.Gravatar bunnei1-0/+13
2022-02-27hle: kernel: k_system_control: Add GetRealMemorySize and update GetKernelPhys...Gravatar bunnei2-1/+12
2022-02-21hle: kernel: KSystemControl: Use 6GB memory layout when "use_extended_memory_...Gravatar bunnei1-20/+4
2021-11-03core: Remove unused includesGravatar ameerj1-2/+0
2021-06-24common: Replace common_sizes into user-literalsGravatar Wunkolo1-17/+20
2021-03-23hle: kernel: k_system_control: Remove unnecessary inline.Gravatar bunnei1-4/+4
2021-03-23common: common_sizes: Move sizes to the Common namespace.Gravatar bunnei1-16/+16
2021-03-21hle: kernel: board: k_system_control: Extend to include memory region sizes.Gravatar bunnei2-1/+125
2021-03-21hle: kernel: board: Add secure_monitor module.Gravatar bunnei1-0/+26
2021-03-21hle: kernel: KSystemControl: Update to reflect board-specific behavior.Gravatar bunnei2-0/+68
2021-03-21hle: kernel: Add architecture and board specific memory regions.Gravatar bunnei1-0/+52