| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-01-27 | atomic_ops: Fix MSVC | 1 | -15/+19 | ||
| 2024-01-27 | atomic_ops: Remove volatile qualifier | 1 | -21/+19 | ||
| 2024-01-27 | atomic_ops: Reduce code duplication with templates | 1 | -45/+26 | ||
| Also fixes builds on unusual toolchains where: - u32 is unsigned int - u64 is unsigned long long - uintptr_t is unsigned long | |||||
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | 1 | -3/+2 | ||
| This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||||
| 2022-04-02 | atomic_ops: Implement AtomicCompareAndSwap with writeback | 1 | -0/+73 | ||
| 2022-04-02 | atomic_ops: Implement AtomicLoad128 | 1 | -0/+17 | ||
| 2022-03-20 | general: Fix clang/gcc build errors | 1 | -0/+2 | ||
| 2022-03-19 | common: Reduce unused includes | 1 | -3/+0 | ||
| 2021-01-02 | X86/NativeClock: Reimplement RTDSC access to be lock free. | 1 | -5/+66 | ||
| 2020-08-15 | common: Make use of [[nodiscard]] where applicable | 1 | -5/+5 | ||
| Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions. | |||||
| 2020-07-28 | common/atomic_ops: Don't cast away volatile from pointers | 1 | -5/+5 | ||
| Preserves the volatility of the pointers being casted. | |||||
| 2020-06-27 | Clang Format. | 1 | -1/+1 | ||
| 2020-06-27 | ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. | 1 | -0/+17 | ||