summaryrefslogtreecommitdiffstats
path: root/src/common/atomic_ops.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-02atomic_ops: Implement AtomicCompareAndSwap with writebackmerry1-0/+73
2022-04-02atomic_ops: Implement AtomicLoad128Merry1-0/+17
2022-03-20general: Fix clang/gcc build errorsameerj1-0/+2
2022-03-19common: Reduce unused includesameerj1-3/+0
2021-01-02X86/NativeClock: Reimplement RTDSC access to be lock free.Fernando Sahmkow1-5/+66
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash1-5/+5
2020-07-28common/atomic_ops: Don't cast away volatile from pointersLioncash1-5/+5
2020-06-27Clang Format.Fernando Sahmkow1-1/+1
2020-06-27ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Fernando Sahmkow1-0/+17