Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-08-01 | vppinfra: refactor clib_spinlock_t to use compare and swap | 1 | -0/+3 | |
2019-06-05 | Switch atomic release API from __sync to __atomic builtin. | 1 | -1/+1 | |
2019-06-05 | Switch atomic test and set API from __sync to __atomic builtin | 1 | -1/+1 | |
2019-04-16 | svm_fifo rework to avoid contention on cursize | 1 | -0/+3 | |
2019-03-22 | svm/atomics: add clib_atomic_swap_rel_n | 1 | -0/+1 | |
2018-11-28 | Use acquire/release ordering when accessing svm_fifo shared variable cursize | 1 | -0/+4 | |
2018-11-05 | Enable atomic swap and store macro with acquire and release ordering | 1 | -2/+3 | |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | 1 | -0/+45 |