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
*
kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemory/UnmapPhysicalMemory
Lioncash
2019-09-05
1
-4
/
+4
*
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-19
1
-4
/
+5
*
Remove unused member function declaration
Michael Scire
2019-07-07
1
-9
/
+0
*
physmem: add helpers, cleanup logic.
Michael Scire
2019-07-07
1
-0
/
+16
*
address review commentary
Michael Scire
2019-07-07
1
-2
/
+2
*
Implement MapPhysicalMemory/UnmapPhysicalMemory
Michael Scire
2019-07-07
1
-1
/
+40
*
kernel/vm_manager: Rename 'new map' to 'stack'
Lioncash
2019-07-06
1
-10
/
+10
*
kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundary
Lioncash
2019-07-04
1
-3
/
+28
*
kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo()
Lioncash
2019-06-10
1
-1
/
+1
*
kernel/vm_manager: Remove usages of global system accessors
Lioncash
2019-04-17
1
-1
/
+7
*
kernel/svc: Implement svcUnmapProcessCodeMemory
Lioncash
2019-04-13
1
-0
/
+23
*
kernel/svc: Implement svcMapProcessCodeMemory
Lioncash
2019-04-13
1
-0
/
+26
*
kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize()
Lioncash
2019-03-24
1
-3
/
+33
*
kernel/vm_manager: Rename HeapAllocate to SetHeapSize
Lioncash
2019-03-24
1
-1
/
+1
*
kernel/vm_manager: Remove unused class variables
Lioncash
2019-03-24
1
-3
/
+0
*
kernel/vm_manager: Remove unnecessary heap_used data member
Lioncash
2019-03-24
1
-6
/
+0
*
kernel/vm_manager: Tidy up heap allocation code
Lioncash
2019-03-24
1
-3
/
+13
*
Merge pull request #2275 from lioncash/memflags
bunnei
2019-03-22
1
-4
/
+4
|
\
|
*
kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively
Lioncash
2019-03-21
1
-4
/
+4
|
*
kernel/vm_manager: Amend flag values for CodeMutable
Lioncash
2019-03-21
1
-1
/
+1
*
|
Merge pull request #1933 from DarkLordZach/cheat-engine
bunnei
2019-03-22
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
vm_manager: Remove cheat-specific ranges from VMManager
Zach Hilman
2019-03-05
1
-8
/
+0
|
*
vm_manager: Add support for storing and getting main code region
Zach Hilman
2019-03-05
1
-0
/
+11
*
|
core: Move PageTable struct into Common.
bunnei
2019-03-17
1
-4
/
+5
*
|
vm_manager: Provide address range checking functions for other memory regions
Lioncash
2019-03-04
1
-4
/
+16
*
|
svc: Migrate address range checking functions to VMManager
Lioncash
2019-03-04
1
-0
/
+6
|
/
*
vm_manager: Add member function for setting memory attributes across an address range
Lioncash
2018-12-19
1
-0
/
+13
*
vm_manager: Add member function for checking a memory range adheres to certain attributes, permissions and states
Lioncash
2018-12-19
1
-0
/
+40
*
vm_manager: Rename meminfo_state to state
Lioncash
2018-12-16
1
-2
/
+1
*
vm_manager: Add backing functionality for memory attributes
Lioncash
2018-12-16
1
-0
/
+83
*
vm_manager: Correct ordering of last two struct members of MemoryInfo
Lioncash
2018-12-12
1
-2
/
+2
*
vm_manager: Amend the returned values for invalid memory queries in QueryMemory()
Lioncash
2018-12-12
1
-0
/
+3
*
vm_manager: Migrate memory querying to the VMManager interface
Lioncash
2018-12-12
1
-1
/
+9
*
vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h
Lioncash
2018-12-12
1
-0
/
+15
*
vm_manager: Amend MemoryState enum members
Lioncash
2018-12-12
1
-21
/
+105
*
vm_manager: Make vma_map private
Lioncash
2018-12-06
1
-10
/
+16
*
ldr_ro: Add error check for memory allocation failure
Zach Hilman
2018-11-18
1
-1
/
+2
*
kernel/process: Migrate heap-related memory management out of the process class and into the vm manager
Lioncash
2018-11-13
1
-0
/
+15
*
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
/
+8
*
svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory
Lioncash
2018-10-18
1
-0
/
+3
*
svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo()
Lioncash
2018-10-15
1
-0
/
+12
*
svc: Report correct memory-related values within some of the cases in svcGetInfo()
Lioncash
2018-09-25
1
-9
/
+6
*
memory: Dehardcode the use of a 36-bit address space
Lioncash
2018-09-25
1
-0
/
+3
*
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-24
1
-2
/
+82
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-2
/
+2
*
kernel/vm_manager: Use const where applicable
Lioncash
2018-08-02
1
-4
/
+4
*
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