summaryrefslogtreecommitdiffstats
path: root/src/core/arm/exclusive_monitor.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* dynarmic: Inline exclusive memory accessesmerry2022-02-271-1/+1
* ARM: Addapt to new Exclusive Monitor Interface.Fernando Sahmkow2020-06-271-5/+5
* ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Fernando Sahmkow2020-06-271-1/+5
* core: memory: Move to Core::Memory namespace.bunnei2020-04-171-1/+1
* System: Address FeedbackFernando Sahmkow2020-01-271-2/+3
* ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfasce.Fernando Sahmkow2020-01-261-1/+9
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-6/+6
* core: Namespace all code in the arm subdirectory under the Core namespaceLioncash2018-08-251-0/+4
* exclusive_monitor: Use consistent type alias for u64Lioncash2018-07-241-8/+6
* Implement exclusive monitorMerryMage2018-07-221-0/+23