aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/arm_interface.h
AgeCommit message (Expand)Author
2020-03-02core: Implement separate A32/A64 ARM interfaces.bunnei
2019-11-26core: Prepare various classes for memory read/write migrationLioncash
2019-07-11core/arm: Remove obsolete Unicorn memory mappingLioncash
2019-05-25arm_interface: Expand backtrace generationZach Hilman
2019-04-11core/cpu_core_manager: Create threads separately from initialization.Lioncash
2018-12-30arm_interface: Make LogBacktrace() a const member functionLioncash
2018-12-29Moved log backtrace to arm_interface.cpp. Added printing of error code to fatalDavid Marcec
2018-12-19Moved backtrace to ArmInterfaceDavid Marcec
2018-12-03Moved backtrace to ArmInterfaceDavid Marcec
2018-09-30arm_interface: Add missing fpsr/tpidr members to the ThreadContext structLioncash
2018-09-20arm_interface: Replace kernel vm_manager include with a forward declarationLioncash
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-08-24core: Namespace all code in the arm subdirectory under the Core namespaceLioncash
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-03-18Merge pull request #193 from N00byKing/3184_2_robotic_boogaloobunnei
2018-03-16arm_interface: Support unmapping previously mapped memory.bunnei
2018-02-25Implements citra-emu/citra#3184N00byKing
2018-01-16clang-formatMerryMage
2018-01-12arm_dynarmic: Implement coreMerryMage
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
2016-12-22ThreadContext: Move from "core" to "arm_interface".bunnei
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-09-15arm: ResetContext shouldn't be part of ARM_Interface.bunnei
2016-08-27ARM: add ClearInstructionCache functionwwylele
2016-05-17Set fpscr for new threadsJannik Vogel
2015-12-06arm_interface: Make GetNumInstructions constLioncash
2015-12-06arm_interface: directly initialize class membersLioncash
2015-08-06arm_interface: Implement interface for retrieving VFP registersLioncash
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-04-06arm_interface: Support retrieval/storage to CP15 registersLioncash
2015-03-16arm_interface: Get rid of GetTicks.Lioncash
2015-02-09Scheduler refactor Pt. 1Kevin Hartman
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2015-01-07CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv
2014-12-25ARM: Add a mechanism for faking CPU time elapsed during HLE.bunnei
2014-12-20License changepurpasmart96
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-11-14ARM_Interface: Make destructor virtualLioncash
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
2014-06-01arm: added option to prepare CPU core (while mid-instruction) for thread resc...bunnei