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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Replace usages of LOG_GENERIC with new fmt-capable equivalents
Lioncash
2018-04-27
1
-1
/
+1
*
svc: Use more correct values for GetInfo MapRegion and NewMapRegion.
bunnei
2018-03-16
1
-9
/
+0
*
MemoryState: Add additional memory states and improve naming.
bunnei
2018-03-16
1
-10
/
+19
*
memory: Replace all memory hooking with Special regions
MerryMage
2018-01-27
1
-3
/
+3
*
svc: Fix svcGetInfo MapRegionBaseAddr.
bunnei
2018-01-19
1
-0
/
+3
*
vm_manager: Use a more reasonable MAX_ADDRESS size.
bunnei
2018-01-03
1
-5
/
+4
*
vm_manager: Stub out a bunch of interfaces used by svcGetInfo.
bunnei
2018-01-01
1
-0
/
+18
*
hle: Fix QueryMemory response for MemoryInfo.
bunnei
2017-10-20
1
-11
/
+8
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
1
-1
/
+5
|
\
|
*
Kernel/Memory: Give each Process its own page table.
Subv
2017-09-10
1
-1
/
+5
*
|
core: Various changes to support 64-bit addressing.
bunnei
2017-09-30
1
-10
/
+10
|
/
*
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-25
1
-8
/
+0
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-2
/
+0
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-10
/
+11
*
Memory: Implement MMIO
MerryMage
2016-01-30
1
-1
/
+4
*
Kernel: Properly implement ControlMemory FREE and COMMIT
Yuri Kunde Schlesner
2015-08-16
1
-3
/
+21
*
VMManager: Introduce names for used ResultCodes
Yuri Kunde Schlesner
2015-08-16
1
-0
/
+8
*
VMManager: Make LogLayout log level configurable as a parameter
Yuri Kunde Schlesner
2015-08-16
1
-1
/
+1
*
VMManager: Change block offsets to size_t
Yuri Kunde Schlesner
2015-08-16
1
-2
/
+2
*
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
2015-07-12
1
-1
/
+5
*
Core: Cleanup core includes.
Emmanuel Gil Peyrot
2015-06-28
1
-1
/
+0
*
Kernel: Add VMManager to manage process address spaces
Yuri Kunde Schlesner
2015-05-27
1
-0
/
+200