| Age | Commit message (Expand) | Author |
|---|---|---|
| 2021-07-28 | Remove memory barriers from the atomic_ops(3) atomic operations. They're | skrll |
| 2021-07-10 | s/ifdef _ARM_ARCH_6/if defined(_ARM_ARCH_6)/ for consistency. NFCI. | skrll |
| 2021-06-28 | Whitespace | skrll |
| 2014-03-04 | Don't export __sync* if _KERNEL || _STANDALONE are defined. | matt |
| 2013-11-30 | Use explicit form of register pair operations by specifying both. | joerg |
| 2013-11-08 | Add support for the gcc __sync builtins. | matt |
| 2013-08-20 | Push two registers to keep stack aligned. | matt |
| 2013-08-11 | Use foo{s} since it reduces the ifdefs for thumb | matt |
| 2013-08-10 | Make these under Thumb2 | matt |
| 2013-08-10 | Never modify NLO/NHI (r2,r3) only LO/HI (r0,r1) so subsequent loops will work. | matt |
| 2013-08-10 | Use push/pop | matt |
| 2012-09-13 | Correct copyright/fix comments. | matt |
| 2012-09-11 | Add 64bit atomic ops for ARMv6+ (using ldrexd/strexd). | matt |
