| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-10 | kernel: add KPageTableBase | Liam | |
| Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk> | |||
| 2023-10-21 | kernel: update KProcess | Liam | |
| 2023-07-21 | k_system_control: Always return some memory size | lat9nq | |
| 2023-07-21 | core,common: Give memory layout setting an enum | lat9nq | |
| Allows for 6GB and 8GB layouts to be selected. | |||
| 2023-04-30 | settings: rename extended memory layout to unsafe, move from general to system | Liam | |
| 2023-04-09 | kernel: move more memory to application in 8GB arrangement | Liam | |
| 2023-04-08 | kernel: switch extended memory setting to 8GB arrangement | Liam | |
| 2023-03-22 | kernel: use KTypedAddress for addresses | Liam | |
| 2023-03-12 | kernel: move KMemoryLayout for NX board | Liam | |
| 2023-03-01 | kernel: adjust pool allocations | Liam | |
| 2022-11-03 | core: hle: kernel: k_system_control: Add SecureAppletMemorySize. | bunnei | |
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| 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-04-05 | k_system_control: Fix data race | lat9nq | |
| `return distribution(gen)` is a data race between a read and a write in two threads, reported by TSan. Remove static random number generators so they aren't using the same generator. | |||
| 2022-02-27 | hle: kernel: board: nx: Add k_memory_layout.h header. | bunnei | |
| 2022-02-27 | hle: kernel: k_system_control: Add GetRealMemorySize and update ↵ | bunnei | |
| GetKernelPhysicalBaseAddress. | |||
| 2022-02-21 | hle: kernel: KSystemControl: Use 6GB memory layout when ↵ | bunnei | |
| "use_extended_memory_layout" setting is enabled. - This uses a larger 6GB DRAM memory layout, which is useful for some mods that require more memory. | |||
| 2021-11-03 | core: Remove unused includes | ameerj | |
| 2021-06-24 | common: Replace common_sizes into user-literals | Wunkolo | |
| Removes common_sizes.h in favor of having `_KiB`, `_MiB`, `_GiB`, etc user-literals within literals.h. To keep the global namespace clean, users will have to use: ``` using namespace Common::Literals; ``` to access these literals. | |||
| 2021-03-23 | hle: kernel: k_system_control: Remove unnecessary inline. | bunnei | |
| 2021-03-23 | common: common_sizes: Move sizes to the Common namespace. | bunnei | |
| 2021-03-21 | hle: kernel: board: k_system_control: Extend to include memory region sizes. | bunnei | |
| 2021-03-21 | hle: kernel: board: Add secure_monitor module. | bunnei | |
| 2021-03-21 | hle: kernel: KSystemControl: Update to reflect board-specific behavior. | bunnei | |
| 2021-03-21 | hle: kernel: Add architecture and board specific memory regions. | bunnei | |
