summaryrefslogtreecommitdiff
path: root/src/core/memory_setup.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* memory: Replace all memory hooking with Special regionsGravatar MerryMage2018-01-271-2/+6
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-1/+1
* core/video_core: Fix a bunch of u64 -> u32 warnings.Gravatar bunnei2018-01-011-3/+3
* Kernel/Memory: Give each Process its own page table.Gravatar Subv2017-09-101-5/+5
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+0
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-1/+0
* Memory: Added necessary headers and removed unnecessary headerGravatar MerryMage2016-05-261-1/+1
* Memory: Implement MMIOGravatar MerryMage2016-01-301-3/+4
* Memory: Move PAGE_MASK and PAGE_BITS to memory.hGravatar Yuri Kunde Schlesner2015-08-161-3/+0
* Kernel: Add VMManager to manage process address spacesGravatar Yuri Kunde Schlesner2015-05-271-0/+7
* Memory: Use a table based lookup scheme to read from memory regionsGravatar Yuri Kunde Schlesner2015-05-151-0/+29