summaryrefslogtreecommitdiffstats
path: root/src/core/memory_setup.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
* 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
* Memory: Use a table based lookup scheme to read from memory regionsYuri Kunde Schlesner2015-05-151-0/+29