summaryrefslogtreecommitdiffstats
path: root/src/core/arm/exclusive_monitor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial ARM64 supportLiam2022-11-091-2/+2
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* ARM: Update Dynarmic and Setup A32 according to latest interface.Fernando Sahmkow2020-06-271-1/+1
|
* core: Implement separate A32/A64 ARM interfaces.bunnei2020-03-031-1/+1
|
* System: Address FeedbackFernando Sahmkow2020-01-271-1/+2
|
* ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfasce.Fernando Sahmkow2020-01-261-0/+13
|
* core: Namespace all code in the arm subdirectory under the Core namespaceLioncash2018-08-251-0/+4
| | | | Gets all of these types and interfaces out of the global namespace.
* Implement exclusive monitorMerryMage2018-07-221-0/+7