index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
memory.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/video_core: Fix a bunch of u64 -> u32 warnings.
bunnei
2018-01-01
1
-2
/
+2
*
hle: Fix QueryMemory response for MemoryInfo.
bunnei
2017-10-20
1
-66
/
+0
*
Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer.
Subv
2017-09-15
1
-25
/
+5
*
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-19
1
-3
/
+3
*
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-30
1
-0
/
+1
*
Kernel: Map special regions according to ExHeader
Yuri Kunde Schlesner
2017-05-10
1
-38
/
+79
*
DSP: Create backing memory for entire DSP RAM
Yuri Kunde Schlesner
2017-05-10
1
-1
/
+6
*
Fix typos
Ricardo de Almeida Gonzaga
2016-10-20
1
-1
/
+1
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-4
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-9
/
+13
*
Memory: Fixed a regression caused by #1695 and #1689.
Subv
2016-05-14
1
-0
/
+3
*
Merge pull request #1689 from Subv/shmem
bunnei
2016-05-13
1
-1
/
+0
|
\
|
*
Kernel/Memory: Remove the Shared Memory region from the legacy memory map.
Subv
2016-05-13
1
-1
/
+0
*
|
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.
Subv
2016-05-07
1
-1
/
+0
|
/
*
AudioCore: Skeleton Implementation
MerryMage
2016-02-21
1
-1
/
+4
*
Kernel: Implement svcGetSystemInfo
Yuri Kunde Schlesner
2015-12-01
1
-0
/
+2
*
Kernel: Remove unused legacy heap MapBlock_* functions
Yuri Kunde Schlesner
2015-08-16
1
-60
/
+0
*
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
2015-08-16
1
-0
/
+72
*
Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}
Yuri Kunde Schlesner
2015-08-16
1
-0
/
+124