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
*
kernel/svc: Implement svcUnmapProcessCodeMemory
Lioncash
2019-04-13
1
-0
/
+51
*
kernel/svc: Implement svcMapProcessCodeMemory
Lioncash
2019-04-13
1
-0
/
+29
*
kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize()
Lioncash
2019-03-24
1
-21
/
+13
*
kernel/vm_manager: Rename HeapAllocate to SetHeapSize
Lioncash
2019-03-24
1
-1
/
+1
*
kernel/vm_manager: Handle case of identical calls to HeapAllocate
Lioncash
2019-03-24
1
-0
/
+5
*
kernel/vm_manager: Remove unnecessary heap_used data member
Lioncash
2019-03-24
1
-6
/
+1
*
kernel/vm_manager: Tidy up heap allocation code
Lioncash
2019-03-24
1
-20
/
+22
*
kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively
Lioncash
2019-03-21
1
-10
/
+10
*
core: Move PageTable struct into Common.
bunnei
2019-03-17
1
-3
/
+3
*
vm_manager: Use range helpers in HeapAlloc() and HeapFree()
Lioncash
2019-03-04
1
-4
/
+2
*
vm_manager: Provide address range checking functions for other memory regions
Lioncash
2019-03-04
1
-0
/
+19
*
svc: Migrate address range checking functions to VMManager
Lioncash
2019-03-04
1
-2
/
+20
*
kernel/vm_manager: Reset region attributes when unmapping a VMA
Lioncash
2018-12-27
1
-0
/
+1
*
vm_manager: Add member function for setting memory attributes across an address range
Lioncash
2018-12-19
1
-0
/
+28
*
vm_manager: Add member function for checking a memory range adheres to certain attributes, permissions and states
Lioncash
2018-12-19
1
-0
/
+60
*
vm_manager: Rename meminfo_state to state
Lioncash
2018-12-16
1
-8
/
+8
*
vm_manager: Add backing functionality for memory attributes
Lioncash
2018-12-16
1
-1
/
+2
*
vm_manager: Amend the returned values for invalid memory queries in QueryMemory()
Lioncash
2018-12-12
1
-4
/
+4
*
vm_manager: Migrate memory querying to the VMManager interface
Lioncash
2018-12-12
1
-0
/
+19
*
vm_manager: Amend MemoryState enum members
Lioncash
2018-12-12
1
-2
/
+2
*
vm_manager: Make vma_map private
Lioncash
2018-12-06
1
-0
/
+4
*
ldr_ro: Add error check for memory allocation failure
Zach Hilman
2018-11-18
1
-3
/
+3
*
vm_manager: Unstub GetTotalHeapUsage()
Lioncash
2018-11-13
1
-2
/
+1
*
kernel/process: Migrate heap-related memory management out of the process class and into the vm manager
Lioncash
2018-11-13
1
-0
/
+79
*
Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size.
bunnei
2018-10-26
1
-0
/
+20
*
svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory
Lioncash
2018-10-18
1
-0
/
+20
*
svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo()
Lioncash
2018-10-15
1
-9
/
+26
*
svc: Report correct memory-related values within some of the cases in svcGetInfo()
Lioncash
2018-09-25
1
-5
/
+7
*
memory: Dehardcode the use of a 36-bit address space
Lioncash
2018-09-25
1
-5
/
+13
*
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-24
1
-8
/
+146
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-1
/
+1
*
kernel/vm_manager: Convert loop into std::any_of()
Lioncash
2018-08-02
1
-4
/
+4
*
kernel/vm_manager: Use const where applicable
Lioncash
2018-08-02
1
-14
/
+14
*
kernel/vm_manager: Use the VAddr type alias in CarveVMA()
Lioncash
2018-08-02
1
-2
/
+2
*
Merge pull request #690 from lioncash/move
bunnei
2018-07-19
1
-2
/
+3
|
\
|
*
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-19
1
-2
/
+3
*
|
vm_manager: Add missing commas to string literal array elements in GetMemoryStateName()
Lioncash
2018-07-19
1
-22
/
+12
|
/
*
Update clang format
James Rowe
2018-07-03
1
-5
/
+5
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-5
/
+5
*
core: Implement multicore support.
bunnei
2018-05-11
1
-4
/
+19
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
1
-4
/
+4
*
core: Replace usages of LOG_GENERIC with new fmt-capable equivalents
Lioncash
2018-04-27
1
-4
/
+2
*
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-27
1
-4
/
+4
*
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-04-26
1
-4
/
+4
*
vm_manager: Increase GetTotalMemoryUsage value.
bunnei
2018-04-15
1
-1
/
+1
*
arm_interface: Support unmapping previously mapped memory.
bunnei
2018-03-16
1
-0
/
+3
*
svc: Use more correct values for GetInfo MapRegion and NewMapRegion.
bunnei
2018-03-16
1
-15
/
+0
*
MemoryState: Add additional memory states and improve naming.
bunnei
2018-03-16
1
-3
/
+21
*
vm_manager: Silence formatting specifier warnings
Lioncash
2018-02-14
1
-5
/
+7
*
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
/
+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