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