summaryrefslogtreecommitdiffstats
path: root/src/core/device_memory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* core: device_memory: Use memory size reported by KSystemControl.bunnei2022-02-211-1/+4
| | | | - That way, we can consolidate the memory layout to one place.
* core: Make use of fastmemMarkus Wick2021-06-111-1/+1
|
* device_memory: Remove unused system memberLioncash2020-07-281-4/+1
| | | | This isn't used by anything in particular, so it can be removed.
* kernel: memory: page_table: Simplify GetPhysicalAddr impl.bunnei2020-04-171-7/+0
|
* core: device_memory: Update to use VirtualBuffer class.bunnei2020-04-171-33/+5
|
* core: device_manager: Add a simple class to manage device RAM.bunnei2020-04-171-0/+50