| Commit message (Expand) | Author | Age | Files | Lines |
* | core/memory; Migrate over SetCurrentPageTable() to the Memory class | Lioncash | 2019-11-27 | 1 | -4/+7 |
* | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-27 | 1 | -9/+88 |
* | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-27 | 1 | -7/+78 |
* | core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class | Lioncash | 2019-11-27 | 1 | -2/+51 |
* | core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class | Lioncash | 2019-11-27 | 1 | -5/+10 |
* | core/memory: Migrate over ReadCString() to the Memory class | Lioncash | 2019-11-27 | 1 | -2/+17 |
* | core/memory: Migrate over GetPointer() | Lioncash | 2019-11-27 | 1 | -2/+20 |
* | core/memory: Migrate over address checking functions to the new Memory class | Lioncash | 2019-11-27 | 1 | -3/+21 |
* | core/memory: Migrate over memory mapping functions to the new Memory class | Lioncash | 2019-11-27 | 1 | -0/+59 |
* | core/memory: Introduce skeleton of Memory class | Lioncash | 2019-11-27 | 1 | -0/+21 |
* | memory: Remove unused PageTable forward declaration | Lioncash | 2019-07-06 | 1 | -4/+0 |
* | core/memory: Remove unused FlushMode enum | Lioncash | 2019-05-07 | 1 | -9/+0 |
* | core/cpu_core_manager: Create threads separately from initialization. | Lioncash | 2019-04-12 | 1 | -2/+3 |
* | Merge pull request #2361 from lioncash/pagetable | bunnei | 2019-04-07 | 1 | -2/+1 |
|\ |
|
| * | core/memory: Remove GetCurrentPageTable() | Lioncash | 2019-04-07 | 1 | -2/+1 |
* | | core/memory: Remove unused enum constants | Lioncash | 2019-04-07 | 1 | -10/+0 |
|/ |
|
* | core/memory: Remove unnecessary includes | Lioncash | 2019-03-21 | 1 | -3/+0 |
* | core: Move PageTable struct into Common. | bunnei | 2019-03-17 | 1 | -68/+6 |
* | memory: Simplify rasterizer cache operations. | bunnei | 2019-03-16 | 1 | -6/+0 |
* | memory: Dehardcode the use of fixed memory range constants | Lioncash | 2018-09-25 | 1 | -30/+1 |
* | memory: Dehardcode the use of a 36-bit address space | Lioncash | 2018-09-25 | 1 | -11/+21 |
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -9/+9 |
* | gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. | bunnei | 2018-08-31 | 1 | -2/+1 |
* | memory: Make prototype parameter names match their definitions | Lioncash | 2018-08-06 | 1 | -5/+5 |
* | memory: Correct prototype of ZeroBlock | Lioncash | 2018-08-06 | 1 | -1/+1 |
* | memory: Remove unnecessary const qualifiers in prototypes | Lioncash | 2018-08-06 | 1 | -9/+8 |
* | core/memory: Get rid of 3DS leftovers | Lioncash | 2018-08-03 | 1 | -87/+1 |
* | Kernel/Arbiters: Fix casts, cleanup comments/magic numbers | Michael Scire | 2018-06-22 | 1 | -0/+7 |
* | gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. | bunnei | 2018-04-25 | 1 | -1/+2 |
* | memory: Fix stack region. | bunnei | 2018-03-31 | 1 | -4/+5 |
* | memory: Add RasterizerMarkRegionCached code and cleanup. | bunnei | 2018-03-27 | 1 | -0/+5 |
* | Merge pull request #265 from bunnei/tegra-progress-2 | bunnei | 2018-03-24 | 1 | -1/+19 |
|\ |
|
| * | rasterizer: Flush and invalidate regions should be 64-bit. | bunnei | 2018-03-23 | 1 | -1/+1 |
| * | memory: Port RasterizerFlushVirtualRegion from Citra. | bunnei | 2018-03-23 | 1 | -1/+19 |
* | | Remove more N3DS References | N00byKing | 2018-03-22 | 1 | -11/+0 |
|/ |
|
* | memory: Add regions for map region, "new" map region, etc. | bunnei | 2018-03-16 | 1 | -19/+29 |
* | arm_dynarmic: Support direct page table access | MerryMage | 2018-02-12 | 1 | -4/+5 |
* | memory: Replace all memory hooking with Special regions | MerryMage | 2018-01-27 | 1 | -51/+21 |
* | Update memory.h | David | 2018-01-17 | 1 | -2/+2 |
* | Increased heap size and changed tls area vaddr | David Marcec | 2018-01-16 | 1 | -2/+2 |
* | core/video_core: Fix a bunch of u64 -> u32 warnings. | bunnei | 2018-01-01 | 1 | -5/+5 |
* | svc: Implement MapMemory. | bunnei | 2017-12-29 | 1 | -1/+1 |
* | memory: Support 32-bit paging, move heap address space up. | bunnei | 2017-10-23 | 1 | -2/+2 |
* | Merge remote-tracking branch 'upstream/master' into nx | bunnei | 2017-10-10 | 1 | -14/+77 |
|\ |
|
| * | Memory: Make WriteBlock take a Process parameter on which to operate | Subv | 2017-10-01 | 1 | -0/+2 |
| * | Memory: Make ReadBlock take a Process parameter on which to operate | Subv | 2017-10-01 | 1 | -0/+2 |
| * | Memory: Allow IsValidVirtualAddress to be called with a specific process parameter. | Subv | 2017-09-27 | 1 | -0/+7 |
| * | memory: Remove GetCurrentPageTablePointers | MerryMage | 2017-09-24 | 1 | -6/+0 |
| * | memory: Add GetCurrentPageTable/SetCurrentPageTable | MerryMage | 2017-09-24 | 1 | -1/+2 |
| * | Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer. | Subv | 2017-09-15 | 1 | -2/+0 |
| * | Kernel/Memory: Give each Process its own page table. | Subv | 2017-09-10 | 1 | -1/+59 |
* | | loader: Various improvements for NSO/NRO loaders. | bunnei | 2017-10-10 | 1 | -2/+2 |
* | | core: Various changes to support 64-bit addressing. | bunnei | 2017-09-30 | 1 | -8/+8 |
|/ |
|
* | Memory: Add function to flush a virtual range from the rasterizer cache | Yuri Kunde Schlesner | 2017-06-22 | 1 | -0/+13 |
* | Memory: Add TryVirtualToPhysicalAddress, returning a boost::optional | Yuri Kunde Schlesner | 2017-06-22 | 1 | -3/+11 |
* | Memory: Make PhysicalToVirtualAddress return a boost::optional | Yuri Kunde Schlesner | 2017-06-22 | 1 | -3/+4 |
* | Memory: Add enum definitions for the n3DS FCRAM size | Yuri Kunde Schlesner | 2017-06-21 | 1 | -1/+3 |
* | Memory: Add constants for the n3DS additional RAM | Yuri Kunde Schlesner | 2017-05-10 | 1 | -0/+10 |
* | Expose page table to dynarmic for optimized reads and writes to the JIT | James Rowe | 2016-11-25 | 1 | -0/+9 |
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -1/+0 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -35/+35 |
* | Memory: add ReadCString function | wwylele | 2016-08-27 | 1 | -0/+3 |
* | Memory: Make ReadBlock and WriteBlock accept void pointers. | Subv | 2016-05-28 | 1 | -2/+2 |
* | Memory: CopyBlock | MerryMage | 2016-05-28 | 1 | -2/+2 |
* | Memory: ZeroBlock | MerryMage | 2016-05-21 | 1 | -0/+1 |
* | Memory: ReadBlock/WriteBlock | MerryMage | 2016-05-21 | 1 | -1/+3 |
* | Memory: IsValidVirtualAddress/IsValidPhysicalAddress | MerryMage | 2016-05-21 | 1 | -0/+3 |
* | Merge pull request #1695 from Subv/tls_alloc | bunnei | 2016-05-13 | 1 | -6/+0 |
|\ |
|
| * | Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. | Subv | 2016-05-07 | 1 | -6/+0 |
* | | HWRasterizer: Texture forwarding | tfarley | 2016-04-21 | 1 | -0/+16 |
|/ |
|
* | Fix broken boot introduced by last-minute change in #1025 | Yuri Kunde Schlesner | 2015-08-22 | 1 | -1/+1 |
* | Kernel: Implement svcGetProcessInfo in a basic way | Yuri Kunde Schlesner | 2015-08-16 | 1 | -1/+3 |
* | Kernel: Add more infrastructure to support different memory layouts | Yuri Kunde Schlesner | 2015-08-16 | 1 | -0/+5 |
* | Memory: Move address type conversion routines to memory.cpp/h | Yuri Kunde Schlesner | 2015-08-16 | 1 | -0/+11 |
* | Memory: Move PAGE_MASK and PAGE_BITS to memory.h | Yuri Kunde Schlesner | 2015-08-16 | 1 | -0/+2 |
* | Common: Cleanup memory and misc includes. | Emmanuel Gil Peyrot | 2015-06-28 | 1 | -0/+2 |
* | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 | 1 | -1/+1 |
* | Memory: Use a table based lookup scheme to read from memory regions | Yuri Kunde Schlesner | 2015-05-15 | 1 | -0/+4 |
* | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 2015-05-15 | 1 | -0/+125 |