index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
exclusive_monitor.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-02-27
dynarmic: Inline exclusive memory accesses
merry
2020-06-27
ARM: Addapt to new Exclusive Monitor Interface.
Fernando Sahmkow
2020-06-27
ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.
Fernando Sahmkow
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2020-01-27
System: Address Feedback
Fernando Sahmkow
2020-01-26
ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfa...
Fernando Sahmkow
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-24
core: Namespace all code in the arm subdirectory under the Core namespace
Lioncash
2018-07-23
exclusive_monitor: Use consistent type alias for u64
Lioncash
2018-07-22
Implement exclusive monitor
MerryMage