summaryrefslogtreecommitdiff
path: root/src/core/memory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expose page table to dynarmic for optimized reads and writes to the JITGravatar James Rowe2016-11-241-0/+9
* 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-35/+35
* Memory: add ReadCString functionGravatar wwylele2016-08-271-0/+3
* Memory: Make ReadBlock and WriteBlock accept void pointers.Gravatar Subv2016-05-281-2/+2
* Memory: CopyBlockGravatar MerryMage2016-05-281-2/+2
* Memory: ZeroBlockGravatar MerryMage2016-05-211-0/+1
* Memory: ReadBlock/WriteBlockGravatar MerryMage2016-05-211-1/+3
* Memory: IsValidVirtualAddress/IsValidPhysicalAddressGravatar MerryMage2016-05-211-0/+3
* Merge pull request #1695 from Subv/tls_allocGravatar bunnei2016-05-121-6/+0
|\
| * Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...Gravatar Subv2016-05-071-6/+0
* | HWRasterizer: Texture forwardingGravatar tfarley2016-04-211-0/+16
|/
* Fix broken boot introduced by last-minute change in #1025Gravatar Yuri Kunde Schlesner2015-08-221-1/+1
* Kernel: Implement svcGetProcessInfo in a basic wayGravatar Yuri Kunde Schlesner2015-08-161-1/+3
* Kernel: Add more infrastructure to support different memory layoutsGravatar Yuri Kunde Schlesner2015-08-161-0/+5
* Memory: Move address type conversion routines to memory.cpp/hGravatar Yuri Kunde Schlesner2015-08-161-0/+11
* Memory: Move PAGE_MASK and PAGE_BITS to memory.hGravatar Yuri Kunde Schlesner2015-08-161-0/+2
* Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-281-0/+2
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-291-1/+1
* Memory: Use a table based lookup scheme to read from memory regionsGravatar Yuri Kunde Schlesner2015-05-151-0/+4
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-151-0/+125