| Commit message (Expand) | Author | Age | Files | Lines |
| * | core: memory: Fix memory access on page boundaries. | bunnei | 2020-04-17 | 1 | -6/+39 |
| * | core: memory: Updates for new VMM. | bunnei | 2020-04-17 | 1 | -100/+52 |
| * | core: memory: Move to Core::Memory namespace. | bunnei | 2020-04-17 | 1 | -2/+2 |
| * | Buffer Cache: Use vAddr instead of physical memory. | Fernando Sahmkow | 2020-04-06 | 1 | -0/+115 |
| * | GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr | Fernando Sahmkow | 2020-04-06 | 1 | -6/+6 |
| * | core/memory: Create a special MapMemoryRegion for physical memory. | Markus Wick | 2020-01-18 | 1 | -0/+11 |
| * | core/memory + arm/dynarmic: Use a global offset within our arm page table. | Markus Wick | 2020-01-01 | 1 | -9/+16 |
| * | core/memory; Migrate over SetCurrentPageTable() to the Memory class | Lioncash | 2019-11-26 | 1 | -15/+16 |
| * | core/memory: Migrate over GetPointerFromVMA() to the Memory class | Lioncash | 2019-11-26 | 1 | -36/+36 |
| * | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-26 | 1 | -92/+128 |
| * | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-26 | 1 | -96/+132 |
| * | core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class | Lioncash | 2019-11-26 | 1 | -89/+110 |
| * | core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class | Lioncash | 2019-11-26 | 1 | -63/+67 |
| * | core/memory: Migrate over ReadCString() to the Memory class | Lioncash | 2019-11-26 | 1 | -14/+19 |
| * | core/memory: Migrate over GetPointer() | Lioncash | 2019-11-26 | 1 | -15/+23 |
| * | core/memory: Move memory read/write implementation functions into an anonymou... | Lioncash | 2019-11-26 | 1 | -97/+98 |
| * | core/memory: Migrate over address checking functions to the new Memory class | Lioncash | 2019-11-26 | 1 | -20/+31 |
| * | core/memory: Migrate over memory mapping functions to the new Memory class | Lioncash | 2019-11-26 | 1 | -71/+106 |
| * | core/memory: Introduce skeleton of Memory class | Lioncash | 2019-11-26 | 1 | -0/+12 |
| * | core: Remove Core::CurrentProcess() | Lioncash | 2019-10-06 | 1 | -5/+5 |
| * | Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerC... | Fernando Sahmkow | 2019-09-18 | 1 | -2/+7 |
| * | memory: Remove unused includes | Lioncash | 2019-07-06 | 1 | -2/+0 |
| * | core/cpu_core_manager: Create threads separately from initialization. | Lioncash | 2019-04-11 | 1 | -8/+8 |
| * | core/memory: Remove GetCurrentPageTable() | Lioncash | 2019-04-07 | 1 | -4/+0 |
| * | memory: Check that core is powered on before attempting to use GPU. | bunnei | 2019-03-20 | 1 | -1/+1 |
| * | core: Move PageTable struct into Common. | bunnei | 2019-03-16 | 1 | -74/+60 |
| * | memory: Simplify rasterizer cache operations. | bunnei | 2019-03-16 | 1 | -60/+21 |
| * | gpu: Use host address for caching instead of guest address. | bunnei | 2019-03-14 | 1 | -5/+8 |
| * | gpu: Move command processing to another thread. | bunnei | 2019-03-06 | 1 | -4/+4 |
| * | Memory: don't lock hle mutex in memory read/write | Weiyi Wang | 2019-03-02 | 1 | -6/+0 |
| * | Speed up memory page mapping (#2141) | Annomatg | 2019-02-27 | 1 | -6/+11 |
| * | Fixed uninitialized memory due to missing returns in canary | David Marcec | 2018-12-19 | 1 | -0/+1 |
| * | memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA() | Lioncash | 2018-12-06 | 1 | -1/+1 |
| * | vm_manager: Make vma_map private | Lioncash | 2018-12-06 | 1 | -6/+5 |
| * | Call shrink_to_fit after page-table vector resizing to cause crt to actually ... | heapo | 2018-12-05 | 1 | -0/+8 |
| * | global: Use std::optional instead of boost::optional (#1578) | Frederic L | 2018-10-30 | 1 | -1/+1 |
| * | kernel/process: Make data member variables private | Lioncash | 2018-09-30 | 1 | -7/+7 |
| * | memory: Dehardcode the use of fixed memory range constants | Lioncash | 2018-09-24 | 1 | -5/+7 |
| * | memory: Dehardcode the use of a 36-bit address space | Lioncash | 2018-09-24 | 1 | -2/+16 |
| * | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -27/+28 |
| * | gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. | bunnei | 2018-08-31 | 1 | -36/+15 |
| * | gpu: Make memory_manager private | Lioncash | 2018-08-28 | 1 | -2/+2 |
| * | renderer_base: Make Rasterizer() return the rasterizer by reference | Lioncash | 2018-08-04 | 1 | -4/+4 |
| * | video_core: Eliminate the g_renderer global variable | Lioncash | 2018-08-04 | 1 | -8/+10 |
| * | memory: Remove unused GetSpecialHandlers() function | Lioncash | 2018-08-03 | 1 | -16/+0 |
| * | core/memory: Get rid of 3DS leftovers | Lioncash | 2018-08-03 | 1 | -106/+0 |
| * | Merge pull request #690 from lioncash/move | bunnei | 2018-07-18 | 1 | -3/+5 |
| |\ |
|
| | * | core/memory, core/hle/kernel: Use std::move where applicable | Lioncash | 2018-07-18 | 1 | -3/+5 |
| * | | core/memory: Remove unused function GetSpecialHandlers() and an unused variab... | Lioncash | 2018-07-18 | 1 | -7/+0 |
| |/ |
|
| * | Update clang format | James Rowe | 2018-07-02 | 1 | -12/+12 |