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
/
vm_manager.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
svc: Fix svcGetInfo MapRegionBaseAddr.
bunnei
2018-01-19
1
-0
/
+5
*
Merge pull request #52 from ogniK5377/fsp
bunnei
2018-01-17
1
-2
/
+2
|
\
|
*
Added more svcGetInfo pairs
David Marcec
2018-01-16
1
-2
/
+2
*
|
clang-format
MerryMage
2018-01-16
1
-2
/
+3
|
/
*
vm_manager: Stub out a bunch of interfaces used by svcGetInfo.
bunnei
2018-01-01
1
-1
/
+33
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
1
-4
/
+15
|
\
|
*
Kernel/Memory: Give each Process its own page table.
Subv
2017-09-10
1
-4
/
+9
*
|
core: Various changes to support 64-bit addressing.
bunnei
2017-09-30
1
-11
/
+11
|
/
*
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-25
1
-0
/
+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
-3
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-16
/
+20
*
Memory: Added necessary headers and removed unnecessary header
MerryMage
2016-05-26
1
-0
/
+1
*
Memory: Implement MMIO
MerryMage
2016-01-30
1
-3
/
+4
*
Kernel: Properly implement ControlMemory FREE and COMMIT
Yuri Kunde Schlesner
2015-08-16
1
-10
/
+81
*
VMManager: Introduce names for used ResultCodes
Yuri Kunde Schlesner
2015-08-16
1
-6
/
+3
*
VMManager: Make LogLayout log level configurable as a parameter
Yuri Kunde Schlesner
2015-08-16
1
-3
/
+13
*
VMManager: Change block offsets to size_t
Yuri Kunde Schlesner
2015-08-16
1
-1
/
+1
*
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
2015-07-12
1
-0
/
+14
*
Core: Cleanup core includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+2
*
Kernel: Add VMManager to manage process address spaces
Yuri Kunde Schlesner
2015-05-27
1
-0
/
+245