summaryrefslogtreecommitdiffstats
path: root/src/core/memory_setup.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Move PageTable struct into Common.bunnei2019-03-171-6/+13
|
* memory: Replace all memory hooking with Special regionsMerryMage2018-01-271-2/+6
|
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
|
* core/video_core: Fix a bunch of u64 -> u32 warnings.bunnei2018-01-011-3/+3
|
* Kernel/Memory: Give each Process its own page table.Subv2017-09-101-5/+5
| | | | The loader is in charge of setting the newly created process's page table as the main one during the loading process.
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-1/+0
|
* Memory: Added necessary headers and removed unnecessary headerMerryMage2016-05-261-1/+1
|
* Memory: Implement MMIOMerryMage2016-01-301-3/+4
|
* Memory: Move PAGE_MASK and PAGE_BITS to memory.hYuri Kunde Schlesner2015-08-161-3/+0
|
* Kernel: Add VMManager to manage process address spacesYuri Kunde Schlesner2015-05-271-0/+7
| | | | | | | | This enables more dynamic management of the process address space, compared to just directly configuring the page table for major areas. This will serve as the foundation upon which the rest of the Kernel memory management functions will be built.
* Memory: Use a table based lookup scheme to read from memory regionsYuri Kunde Schlesner2015-05-151-0/+29