summaryrefslogtreecommitdiffstats
path: root/src/core/memory_setup.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-27memory: Replace all memory hooking with Special regionsMerryMage1-2/+6
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2018-01-01core/video_core: Fix a bunch of u64 -> u32 warnings.bunnei1-3/+3
2017-09-30core: Various changes to support 64-bit addressing.bunnei1-3/+3
2017-09-10Kernel/Memory: Give each Process its own page table.Subv1-5/+5
The loader is in charge of setting the newly created process's page table as the main one during the loading process.
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-1/+0
2016-05-26Memory: Added necessary headers and removed unnecessary headerMerryMage1-1/+1
2016-01-30Memory: Implement MMIOMerryMage1-3/+4
2015-08-16Memory: Move PAGE_MASK and PAGE_BITS to memory.hYuri Kunde Schlesner1-3/+0
2015-05-27Kernel: Add VMManager to manage process address spacesYuri Kunde Schlesner1-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.
2015-05-15Memory: Use a table based lookup scheme to read from memory regionsYuri Kunde Schlesner1-0/+29