bunnei
|
b4fc2e52a2
hle: kernel: Use host memory allocations for KSlabMemory.
|
5 лет назад |
bunnei
|
2a7eff57a8
hle: kernel: Rename Process to KProcess.
|
5 лет назад |
bunnei
|
3401676768
core: memory: Add a work-around to allocate and access kernel memory regions by vaddr.
|
5 лет назад |
bunnei
|
93e20867b0
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
|
5 лет назад |
MerryMage
|
6d30745d77
memory: Remove MemoryHook
|
5 лет назад |
ReinUsesLisp
|
b3587102d1
core/memory: Read and write page table atomically
|
5 лет назад |
bunnei
|
c8a4967c9d
core: memory: Ensure thread safe access when pages are rasterizer cached (#5206)
|
5 лет назад |
Lioncash
|
a44ff5ed31
memory: Resolve -Wdocumentation warning for Write()
|
5 лет назад |
bunnei
|
3d592972dc
Revert "core: Fix clang build"
|
5 лет назад |
Lioncash
|
be1954e04c
core: Fix clang build
|
5 лет назад |
Lioncash
|
39c8d18feb
core/CMakeLists: Make some warnings errors
|
5 лет назад |
Lioncash
|
b14d344dfc
memory: Resolve a -Wdocumentation warning
|
5 лет назад |
Lioncash
|
e3f0c93230
common/atomic_ops: Don't cast away volatile from pointers
|
6 лет назад |
MerryMage
|
76bd617b2d
memory: Set page-table pointers before setting attribute = Memory
|
6 лет назад |
Fernando Sahmkow
|
ab9aae28bf
General: Initial Setup for Single Core.
|
6 лет назад |
Fernando Sahmkow
|
cd1c38be8d
ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.
|
6 лет назад |
Fernando Sahmkow
|
e31425df38
General: Recover Prometheus project from harddrive failure
|
6 лет назад |
bunnei
|
ff5d5b6f41
core: memory: Fix memory access on page boundaries.
|
6 лет назад |
bunnei
|
f7c03610e1
core: memory: Updates for new VMM.
|
6 лет назад |
bunnei
|
4caff51710
core: memory: Move to Core::Memory namespace.
|
6 лет назад |
Fernando Sahmkow
|
7fcd0fee6d
Buffer Cache: Use vAddr instead of physical memory.
|
6 лет назад |
Fernando Sahmkow
|
9c0f40a1f5
GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr
|
6 лет назад |
Markus Wick
|
56672b8c98
core/memory: Create a special MapMemoryRegion for physical memory.
|
6 лет назад |
Markus Wick
|
0986caa8d8
core/memory + arm/dynarmic: Use a global offset within our arm page table.
|
6 лет назад |
Lioncash
|
e7e939104b
core/memory; Migrate over SetCurrentPageTable() to the Memory class
|
6 лет назад |
Lioncash
|
50a518be69
core/memory: Migrate over GetPointerFromVMA() to the Memory class
|
6 лет назад |
Lioncash
|
e4c381b885
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
|
6 лет назад |
Lioncash
|
b05bfc6036
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
|
6 лет назад |
Lioncash
|
89ef3ef575
core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class
|
6 лет назад |
Lioncash
|
849581075a
core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class
|
6 лет назад |