Age | Commit message (Expand) | Author |
2022-11-12 | kernel: implement FlushProcessDataCache | Liam |
2022-10-06 | MemoryManager: Fix errors popping out. | Fernando Sahmkow |
2022-08-19 | code: dodge PAGE_SIZE #define | Kyle Kienapfel |
2022-07-27 | chore: make yuzu REUSE compliant | Andrea Pappacoda |
2022-07-22 | Project Andio | Kelebek1 |
2022-06-16 | core/debugger: memory breakpoint support | Liam |
2022-06-01 | core/debugger: Implement new GDB stub debugger | Liam |
2021-08-05 | memory: Address lioncash's review | yzct12345 |
2021-08-05 | memory: Clean up code | yzct12345 |
2021-05-20 | hle: kernel: Use host memory allocations for KSlabMemory. | bunnei |
2021-05-05 | hle: kernel: Rename Process to KProcess. | bunnei |
2021-05-05 | core: memory: Add a work-around to allocate and access kernel memory regions ... | bunnei |
2021-02-18 | core: memory: Add templated GetPointer methods. | bunnei |
2021-01-01 | memory: Remove MemoryHook | MerryMage |
2020-06-27 | ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. | Fernando Sahmkow |
2020-06-27 | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow |
2020-04-17 | core: memory: Updates for new VMM. | bunnei |
2020-04-17 | core: memory: Move to Core::Memory namespace. | bunnei |
2020-04-08 | Memory: Address Feedback. | Fernando Sahmkow |
2020-04-06 | Buffer Cache: Use vAddr instead of physical memory. | Fernando Sahmkow |
2020-01-18 | core/memory: Create a special MapMemoryRegion for physical memory. | Markus Wick |
2019-11-26 | core/memory; Migrate over SetCurrentPageTable() to the Memory class | Lioncash |
2019-11-26 | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class | Lioncash |
2019-11-26 | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash |
2019-11-26 | core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class | Lioncash |
2019-11-26 | core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class | Lioncash |
2019-11-26 | core/memory: Migrate over ReadCString() to the Memory class | Lioncash |
2019-11-26 | core/memory: Migrate over GetPointer() | Lioncash |
2019-11-26 | core/memory: Migrate over address checking functions to the new Memory class | Lioncash |
2019-11-26 | core/memory: Migrate over memory mapping functions to the new Memory class | Lioncash |
2019-11-26 | core/memory: Introduce skeleton of Memory class | Lioncash |
2019-07-06 | memory: Remove unused PageTable forward declaration | Lioncash |
2019-05-07 | core/memory: Remove unused FlushMode enum | Lioncash |
2019-04-11 | core/cpu_core_manager: Create threads separately from initialization. | Lioncash |
2019-04-07 | Merge pull request #2361 from lioncash/pagetable | bunnei |
2019-04-07 | core/memory: Remove unused enum constants | Lioncash |
2019-04-07 | core/memory: Remove GetCurrentPageTable() | Lioncash |
2019-03-21 | core/memory: Remove unnecessary includes | Lioncash |
2019-03-16 | core: Move PageTable struct into Common. | bunnei |
2019-03-16 | memory: Simplify rasterizer cache operations. | bunnei |
2018-09-24 | memory: Dehardcode the use of fixed memory range constants | Lioncash |
2018-09-24 | memory: Dehardcode the use of a 36-bit address space | Lioncash |
2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi |
2018-08-31 | gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. | bunnei |
2018-08-05 | memory: Make prototype parameter names match their definitions | Lioncash |
2018-08-05 | memory: Correct prototype of ZeroBlock | Lioncash |
2018-08-05 | memory: Remove unnecessary const qualifiers in prototypes | Lioncash |
2018-08-03 | core/memory: Get rid of 3DS leftovers | Lioncash |
2018-06-22 | Kernel/Arbiters: Fix casts, cleanup comments/magic numbers | Michael Scire |
2018-04-24 | gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. | bunnei |