summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typosRicardo de Almeida Gonzaga2016-10-201-1/+1
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-4/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-9/+13
* Memory: Fixed a regression caused by #1695 and #1689.Subv2016-05-141-0/+3
* Merge pull request #1689 from Subv/shmembunnei2016-05-131-1/+0
|\
| * Kernel/Memory: Remove the Shared Memory region from the legacy memory map.Subv2016-05-131-1/+0
* | Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.Subv2016-05-071-1/+0
|/
* AudioCore: Skeleton ImplementationMerryMage2016-02-211-1/+4
* Kernel: Implement svcGetSystemInfoYuri Kunde Schlesner2015-12-011-0/+2
* Kernel: Remove unused legacy heap MapBlock_* functionsYuri Kunde Schlesner2015-08-161-60/+0
* Kernel: Add more infrastructure to support different memory layoutsYuri Kunde Schlesner2015-08-161-0/+72
* Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}Yuri Kunde Schlesner2015-08-161-0/+124