| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | atomic_ops: Fix MSVC | 2024-01-27 | 1 | -15/+19 | |
| * | atomic_ops: Remove volatile qualifier | 2024-01-27 | 1 | -21/+19 | |
| * | atomic_ops: Reduce code duplication with templates | 2024-01-27 | 1 | -45/+26 | |
| * | general: Convert source file copyright comments over to SPDX | 2022-04-23 | 1 | -3/+2 | |
| * | atomic_ops: Implement AtomicCompareAndSwap with writeback | 2022-04-02 | 1 | -0/+73 | |
| * | atomic_ops: Implement AtomicLoad128 | 2022-04-02 | 1 | -0/+17 | |
| * | general: Fix clang/gcc build errors | 2022-03-20 | 1 | -0/+2 | |
| * | common: Reduce unused includes | 2022-03-19 | 1 | -3/+0 | |
| * | X86/NativeClock: Reimplement RTDSC access to be lock free. | 2021-01-02 | 1 | -5/+66 | |
| * | common: Make use of [[nodiscard]] where applicable | 2020-08-15 | 1 | -5/+5 | |
| * | common/atomic_ops: Don't cast away volatile from pointers | 2020-07-28 | 1 | -5/+5 | |
| * | Clang Format. | 2020-06-27 | 1 | -1/+1 | |
| * | ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. | 2020-06-27 | 1 | -0/+17 |