bunnei
|
a609b6907a
Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size.
|
7 lat temu |
Lioncash
|
33830aa65a
svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory
|
7 lat temu |
Lioncash
|
90f8474fc1
svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo()
|
7 lat temu |
Lioncash
|
6c6f95d071
svc: Report correct memory-related values within some of the cases in svcGetInfo()
|
7 lat temu |
Lioncash
|
7fd598636e
memory: Dehardcode the use of a 36-bit address space
|
7 lat temu |
Lioncash
|
75603b005b
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
|
7 lat temu |
fearlessTobi
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 lat temu |
Lioncash
|
c4e0c3d76c
kernel/vm_manager: Use const where applicable
|
8 lat temu |
Lioncash
|
843dd62c81
core: Replace usages of LOG_GENERIC with new fmt-capable equivalents
|
8 lat temu |
bunnei
|
34a29ad051
svc: Use more correct values for GetInfo MapRegion and NewMapRegion.
|
8 lat temu |
bunnei
|
8be7131033
MemoryState: Add additional memory states and improve naming.
|
8 lat temu |
MerryMage
|
738f91a57d
memory: Replace all memory hooking with Special regions
|
8 lat temu |
bunnei
|
e1ee8f4657
svc: Fix svcGetInfo MapRegionBaseAddr.
|
8 lat temu |
bunnei
|
f0eab802e8
vm_manager: Use a more reasonable MAX_ADDRESS size.
|
8 lat temu |
bunnei
|
e9710a2cf7
vm_manager: Stub out a bunch of interfaces used by svcGetInfo.
|
8 lat temu |
bunnei
|
dcd6bb82f7
hle: Fix QueryMemory response for MemoryInfo.
|
8 lat temu |
bunnei
|
b1d5db1cf6
Merge remote-tracking branch 'upstream/master' into nx
|
8 lat temu |
bunnei
|
f01472a5ff
core: Various changes to support 64-bit addressing.
|
9 lat temu |
Subv
|
6d2734a074
Kernel/Memory: Give each Process its own page table.
|
9 lat temu |
Yuri Kunde Schlesner
|
2cdb40d709
Kernel: Centralize error definitions in errors.h
|
9 lat temu |
Emmanuel Gil Peyrot
|
ebdae19fd2
Remove empty newlines in #include blocks.
|
9 lat temu |
Emmanuel Gil Peyrot
|
dc8479928c
Sources: Run clang-format on everything.
|
9 lat temu |
MerryMage
|
2b93313348
Memory: Implement MMIO
|
10 lat temu |
Yuri Kunde Schlesner
|
cdeeecf080
Kernel: Properly implement ControlMemory FREE and COMMIT
|
11 lat temu |
Yuri Kunde Schlesner
|
306408d174
VMManager: Introduce names for used ResultCodes
|
11 lat temu |
Yuri Kunde Schlesner
|
b9a9ad9742
VMManager: Make LogLayout log level configurable as a parameter
|
11 lat temu |
Yuri Kunde Schlesner
|
785407d06f
VMManager: Change block offsets to size_t
|
11 lat temu |
Yuri Kunde Schlesner
|
5c5cf2f8e0
Core: Properly configure address space when loading a binary
|
11 lat temu |
Emmanuel Gil Peyrot
|
aea15f5c73
Core: Cleanup core includes.
|
11 lat temu |
Yuri Kunde Schlesner
|
0a60aa75c2
Kernel: Add VMManager to manage process address spaces
|
11 lat temu |