summaryrefslogtreecommitdiffstats
path: root/src/core/memory_setup.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-27core/memory: Migrate over memory mapping functions to the new Memory classLioncash1-43/+0
2019-03-17core: Move PageTable struct into Common.bunnei1-6/+13
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
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
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
2015-05-15Memory: Use a table based lookup scheme to read from memory regionsYuri Kunde Schlesner1-0/+29