summaryrefslogtreecommitdiffstats
path: root/src/core/memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* memory: Get rid of pointer castsLioncash2015-09-101-14/+7
* Kernel: Add more infrastructure to support different memory layoutsYuri Kunde Schlesner2015-08-161-1/+4
* Memory: Move address type conversion routines to memory.cpp/hYuri Kunde Schlesner2015-08-161-1/+36
* Memory: Fix unmapping of pagesYuri Kunde Schlesner2015-07-121-4/+2
* Common: Cleanup memory and misc includes.Emmanuel Gil Peyrot2015-06-281-3/+0
* Kernel: Add VMManager to manage process address spacesYuri Kunde Schlesner2015-05-271-4/+8
* Memory: Use a table based lookup scheme to read from memory regionsYuri Kunde Schlesner2015-05-151-120/+123
* Memory: Read SharedPage directly from Memory::ReadYuri Kunde Schlesner2015-05-151-1/+2
* Memory: Read ConfigMem directly from Memory::ReadYuri Kunde Schlesner2015-05-151-1/+2
* Memmap: Re-organize memory function in two filesYuri Kunde Schlesner2015-05-151-0/+197