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
/
vm_manager.cpp
Age
Commit message (
Expand
)
Author
2018-07-18
Merge pull request #690 from lioncash/move
bunnei
2018-07-18
vm_manager: Add missing commas to string literal array elements in GetMemoryS...
Lioncash
2018-07-18
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-10
core: Implement multicore support.
bunnei
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-27
core: Replace usages of LOG_GENERIC with new fmt-capable equivalents
Lioncash
2018-04-27
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-25
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-04-14
vm_manager: Increase GetTotalMemoryUsage value.
bunnei
2018-03-16
arm_interface: Support unmapping previously mapped memory.
bunnei
2018-03-16
svc: Use more correct values for GetInfo MapRegion and NewMapRegion.
bunnei
2018-03-16
MemoryState: Add additional memory states and improve naming.
bunnei
2018-02-14
vm_manager: Silence formatting specifier warnings
Lioncash
2018-01-27
memory: Replace all memory hooking with Special regions
MerryMage
2018-01-18
svc: Fix svcGetInfo MapRegionBaseAddr.
bunnei
2018-01-16
Merge pull request #52 from ogniK5377/fsp
bunnei
2018-01-16
Added more svcGetInfo pairs
David Marcec
2018-01-16
clang-format
MerryMage
2018-01-01
vm_manager: Stub out a bunch of interfaces used by svcGetInfo.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-09-30
core: Various changes to support 64-bit addressing.
bunnei
2017-09-10
Kernel/Memory: Give each Process its own page table.
Subv
2017-05-24
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
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-26
Memory: Added necessary headers and removed unnecessary header
MerryMage
2016-01-30
Memory: Implement MMIO
MerryMage
2015-08-16
Kernel: Properly implement ControlMemory FREE and COMMIT
Yuri Kunde Schlesner
2015-08-16
VMManager: Introduce names for used ResultCodes
Yuri Kunde Schlesner
2015-08-16
VMManager: Make LogLayout log level configurable as a parameter
Yuri Kunde Schlesner
2015-08-16
VMManager: Change block offsets to size_t
Yuri Kunde Schlesner
2015-07-11
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
2015-06-28
Core: Cleanup core includes.
Emmanuel Gil Peyrot
2015-05-27
Kernel: Add VMManager to manage process address spaces
Yuri Kunde Schlesner