index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
memory.cpp
Age
Commit message (
Expand
)
Author
2018-08-03
core/memory: Get rid of 3DS leftovers
Lioncash
2018-07-31
kernel: Remove unnecessary includes
Lioncash
2018-07-23
hle: Remove config_mem.h/.cpp
Lioncash
2018-07-23
hle: Remove shared_page.h/.cpp
Lioncash
2018-01-16
clang-format
MerryMage
2018-01-01
core/video_core: Fix a bunch of u64 -> u32 warnings.
bunnei
2017-10-19
hle: Fix QueryMemory response for MemoryInfo.
bunnei
2017-09-15
Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the c...
Subv
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-05-29
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-09
Kernel: Map special regions according to ExHeader
Yuri Kunde Schlesner
2017-05-09
DSP: Create backing memory for entire DSP RAM
Yuri Kunde Schlesner
2016-10-20
Fix typos
Ricardo de Almeida Gonzaga
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-14
Memory: Fixed a regression caused by #1695 and #1689.
Subv
2016-05-13
Merge pull request #1689 from Subv/shmem
bunnei
2016-05-12
Kernel/Memory: Remove the Shared Memory region from the legacy memory map.
Subv
2016-05-07
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...
Subv
2016-02-21
AudioCore: Skeleton Implementation
MerryMage
2015-11-30
Kernel: Implement svcGetSystemInfo
Yuri Kunde Schlesner
2015-08-16
Kernel: Remove unused legacy heap MapBlock_* functions
Yuri Kunde Schlesner
2015-08-16
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
2015-08-16
Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}
Yuri Kunde Schlesner