summaryrefslogtreecommitdiffstats
path: root/src/core/arm/exclusive_monitor.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-02-27dynarmic: Inline exclusive memory accessesmerry1-1/+1
2020-06-27ARM: Addapt to new Exclusive Monitor Interface.Fernando Sahmkow1-5/+5
2020-06-27ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Fernando Sahmkow1-1/+5
2020-04-17core: memory: Move to Core::Memory namespace.bunnei1-1/+1
2020-01-27System: Address FeedbackFernando Sahmkow1-2/+3
2020-01-26ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfasce.Fernando Sahmkow1-1/+9
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-6/+6
2018-08-25core: Namespace all code in the arm subdirectory under the Core namespaceLioncash1-0/+4
2018-07-24exclusive_monitor: Use consistent type alias for u64Lioncash1-8/+6
2018-07-22Implement exclusive monitorMerryMage1-0/+23