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