summaryrefslogtreecommitdiff
path: root/src/core/arm/dynarmic
AgeCommit message (Expand)Author
2018-09-18arm_interface: Remove ARM11-isms from the CPU interfaceLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-04Update microprofile scopes.Markus Wick
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-24core: Namespace all code in the arm subdirectory under the Core namespaceLioncash
2018-08-16dynarmic: Update to 550d662MerryMage
2018-08-13arm_dynarmic: Remove IsExecuting check from PrepareRescheduleMerryMage
2018-08-12CPU/Timing: Use an approximated amortized amount of ticks when advancing timing.Subv
2018-07-31Merge pull request #876 from lioncash/includebunnei
2018-07-31kernel: Remove unnecessary includesLioncash
2018-07-31arm_dynarmic: Make SetTlsAddress() prototype and definition consistentLioncash
2018-07-31arm_dynarmic: Remove unnecessary qualifying of ThreadContextLioncash
2018-07-31arm_dynarmic: Correct initializer list orderLioncash
2018-07-23arm_dynarmic: Make MakeJit() a const member functionLioncash
2018-07-23exclusive_monitor: Use consistent type alias for u64Lioncash
2018-07-22Implement exclusive monitorMerryMage
2018-07-21Merge pull request #750 from lioncash/ctxbunnei
2018-07-20CPU: Save and restore the TPIDR_EL0 system register on every context switch.Subv
2018-07-20arm_interface: Remove unused tls_address member of ThreadContextLioncash
2018-07-16scheduler: Clear exclusive state when switching contextsMerryMage
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash
2018-04-26core: Replace remaining old non-generic logger usages with fmt-capable equiva...Lioncash
2018-03-24arm_dynarmic: Fix timingMerryMage
2018-03-18Merge pull request #193 from N00byKing/3184_2_robotic_boogaloobunnei
2018-03-16arm_interface: Support unmapping previously mapped memory.bunnei
2018-03-14core: Move process creation out of global state.bunnei
2018-02-25Implements citra-emu/citra#3184N00byKing
2018-02-21dynarmic: Update to 6b4c6b0MerryMage
2018-02-21arm_dynarmic: LOG_INFO on unicorn fallbackMerryMage
2018-02-12arm_dynarmic: Support direct page table accessMerryMage
2018-02-09dynarmic: Update to 41ae12263MerryMage
2018-01-19Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware
2018-01-13Update dynarmic to bc73004MerryMage
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-12arm_dynarmic: Implement coreMerryMage
2018-01-04arm_dynarmic: More cleanup.bunnei
2018-01-03arm_dynarmic: Gut interface until dynarmic is ready for general use.bunnei
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-09-30arm_interface: Set TLS address for dynarmic core.bunnei
2017-09-30arm: Use 64-bit addressing in a bunch of places.bunnei
2017-09-30Moved down_count to CoreTimingHuw Pascoe
2017-09-24ARM_Interface: Implement PageTableChangedMerryMage
2017-09-15Merge pull request #2842 from Subv/switchable_page_tableB3n30
2017-09-15CPU/Dynarmic: Disable the fast page-table access in dynarmic until it support...Subv
2017-08-21CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in Execut...Subv
2017-02-03arm_dynarmic: Update memory interfaceMerryMage