summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dynarmic/arm_dynarmic.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-13/+14
* Update microprofile scopes.Markus Wick2018-09-041-0/+4
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-0/+1
* core: Namespace all code in the arm subdirectory under the Core namespaceLioncash2018-08-251-0/+4
* dynarmic: Update to 550d662MerryMage2018-08-161-0/+3
* arm_dynarmic: Remove IsExecuting check from PrepareRescheduleMerryMage2018-08-131-3/+1
* CPU/Timing: Use an approximated amortized amount of ticks when advancing timing.Subv2018-08-131-1/+10
* Merge pull request #876 from lioncash/includebunnei2018-08-011-1/+1
|\
| * kernel: Remove unnecessary includesLioncash2018-07-311-1/+1
* | arm_dynarmic: Make SetTlsAddress() prototype and definition consistentLioncash2018-07-311-1/+1
* | arm_dynarmic: Remove unnecessary qualifying of ThreadContextLioncash2018-07-311-3/+3
* | arm_dynarmic: Correct initializer list orderLioncash2018-07-311-5/+3
|/
* arm_dynarmic: Make MakeJit() a const member functionLioncash2018-07-241-2/+2
* exclusive_monitor: Use consistent type alias for u64Lioncash2018-07-241-7/+6
* Implement exclusive monitorMerryMage2018-07-221-7/+60
* Merge pull request #750 from lioncash/ctxbunnei2018-07-211-2/+0
|\
| * arm_interface: Remove unused tls_address member of ThreadContextLioncash2018-07-211-2/+0
* | CPU: Save and restore the TPIDR_EL0 system register on every context switch.Subv2018-07-211-0/+8
|/
* scheduler: Clear exclusive state when switching contextsMerryMage2018-07-161-0/+4
* Update clang formatJames Rowe2018-07-031-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
* general: Convert assertion macros over to be fmt-compatibleLioncash2018-04-271-1/+1
* core: Replace remaining old non-generic logger usages with fmt-capable equivalentsLioncash2018-04-261-2/+2
* arm_dynarmic: Fix timingMerryMage2018-03-241-7/+3
* Merge pull request #193 from N00byKing/3184_2_robotic_boogaloobunnei2018-03-191-7/+12
|\
| * Implements citra-emu/citra#3184N00byKing2018-02-251-7/+12
* | arm_interface: Support unmapping previously mapped memory.bunnei2018-03-161-0/+4
* | core: Move process creation out of global state.bunnei2018-03-141-1/+2
* | dynarmic: Update to 6b4c6b0MerryMage2018-02-211-2/+18
* | arm_dynarmic: LOG_INFO on unicorn fallbackMerryMage2018-02-211-0/+4
|/
* arm_dynarmic: Support direct page table accessMerryMage2018-02-121-6/+14
* dynarmic: Update to 41ae12263MerryMage2018-02-091-30/+44
* Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware2018-01-201-3/+3
* Update dynarmic to bc73004MerryMage2018-01-131-12/+17
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* arm_dynarmic: Implement coreMerryMage2018-01-121-42/+128
* arm_dynarmic: Gut interface until dynarmic is ready for general use.bunnei2018-01-041-134/+41
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei2018-01-031-21/+5
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-101-58/+35
|\
| * Moved down_count to CoreTimingHuw Pascoe2017-09-301-8/+1
| * ARM_Interface: Implement PageTableChangedMerryMage2017-09-251-5/+17
| * Merge pull request #2842 from Subv/switchable_page_tableB3n302017-09-151-1/+3
| |\
| | * CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime.Subv2017-09-151-1/+3
| * | CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in ExecuteInstructions.Subv2017-08-211-1/+1
| |/
* | arm_interface: Set TLS address for dynarmic core.bunnei2017-09-301-0/+14
* | arm: Use 64-bit addressing in a bunch of places.bunnei2017-09-301-48/+81
|/
* arm_dynarmic: Update memory interfaceMerryMage2017-02-031-10/+10
* arm_dynarmic: CP15 supportMerryMage2017-02-031-4/+7
* Merge pull request #2366 from MerryMage/MemoryReadCodebunnei2016-12-221-0/+1
|\
| * arm_dynarmic: Provide MemoryReadCode callbackMerryMage2016-12-221-0/+1
* | ThreadContext: Move from "core" to "arm_interface".bunnei2016-12-221-2/+2
|/
* Core: Add a forgotten #include <cstring> for memcpy.Emmanuel Gil Peyrot2016-12-111-0/+1
* dynarmic: Add ticks based on ticks executed, not ticks requestedMerryMage2016-11-261-2/+2
* Expose page table to dynarmic for optimized reads and writes to the JITJames Rowe2016-11-251-0/+1
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-4/+2
* arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg.bunnei2016-09-151-5/+12
* arm: ResetContext shouldn't be part of ARM_Interface.bunnei2016-09-151-9/+0
* dynarmic: Implement ARM CPU interface.bunnei2016-09-151-0/+176