| Commit message (Expand) | Author | Age | Files | Lines |
| * | Stop including sys/types.h from arm's machine/atomic.h, fix the places | Ian Lepore | 2017-02-11 | 1 | -1/+0 |
| * | Implement atomic_fcmpset_* for arm and arm64. | Olivier Houchard | 2017-01-28 | 1 | -0/+6 |
| * | Remove arm's cpuconf.h, and references to it, after moving a few lines from | Ian Lepore | 2017-01-16 | 1 | -2/+0 |
| * | Add some missing atomic_*_ptr #defines for arm. | Mark Johnston | 2017-01-04 | 1 | -1/+8 |
| * | Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn't | Ian Lepore | 2016-05-25 | 1 | -2/+0 |
| * | ARM: Implement atomic_swap_int(9). It's used in DRM2 code. | Michal Meloun | 2015-11-28 | 1 | -0/+1 |
| * | FreeBSD does not support SMP on ARMv5. Since processor is always | Konstantin Belousov | 2015-10-02 | 1 | -28/+0 |
| * | Split out the arm and armv6 parts of atomic.h to new files. While here use | Andrew Turner | 2015-07-16 | 1 | -1026/+5 |
| * | Add the atomic_thread_fence() family of functions with intent to | Konstantin Belousov | 2015-07-08 | 1 | -0/+28 |
| * | List both registers to use in the 64-bit atomic instructions. We will need | Andrew Turner | 2015-05-11 | 1 | -19/+19 |
| * | Revert r279338. The casts are apparently bogus, despite the fact that | Ian Lepore | 2015-03-02 | 1 | -17/+7 |
| * | Add casting to make atomic ops work for pointers. (Apparently nobody has | Ian Lepore | 2015-02-26 | 1 | -7/+17 |
| * | Correct a comment which was exactly backwards from reality. | Ian Lepore | 2015-02-21 | 1 | -2/+2 |
| * | Unify interrupts bit definition and usage. While here remove PSR_C_bit. | Andrew Turner | 2014-09-10 | 1 | -7/+3 |
| * | Rename new to newval in inline asm code, to avoid clashes with C++ new. | Ian Lepore | 2014-09-09 | 1 | -5/+5 |
| * | When arm 64-bit atomic ops are available, define ARM_HAVE_ATOMIC64. Use | Ian Lepore | 2014-08-02 | 1 | -0/+4 |
| * | Add 64-bit atomic ops for armv4, only for kernel code, mostly so that we | Ian Lepore | 2014-08-01 | 1 | -0/+69 |
| * | Add 64-bit atomic ops for armv6. The only safe way to access a 64-bit | Ian Lepore | 2014-08-01 | 1 | -0/+248 |
| * | Make the hardware memory and instruction barrier functions work on armv4 | Ian Lepore | 2014-05-11 | 1 | -3/+3 |
| * | Update all arm code that manipulates the PSR registers to use modern syntax. | Ian Lepore | 2014-02-02 | 1 | -2/+2 |
| * | Fix an itt instruction. We need to execute both the mov and b instructions | Andrew Turner | 2013-10-26 | 1 | -1/+1 |
| * | Start adding support to build bits of our code using the Thumb-2 | Andrew Turner | 2013-07-20 | 1 | -9/+26 |
| * | Don't define rel/acq variants of some atomic operations as the regular | Olivier Houchard | 2013-01-15 | 1 | -13/+12 |
| * | Implement barriers for AMRv6 and ARMv7 | Oleksandr Tymoshenko | 2013-01-07 | 1 | -3/+19 |
| * | Fix the clobber list on the atomic operators that do comparisons. Without | Andrew Turner | 2012-10-01 | 1 | -15/+17 |
| * | Merging projects/armv6, part 1 | Oleksandr Tymoshenko | 2012-08-15 | 1 | -59/+455 |
| * | Revert committal of local change accidentally swept up in r238329. | Warner Losh | 2012-07-10 | 1 | -3/+1 |
| * | Remove some unused variables/externs that have been copied too many times... | Warner Losh | 2012-07-10 | 1 | -1/+3 |
| * | trim trailing whitespace | Warner Losh | 2012-06-13 | 1 | -1/+0 |
| * | Fix the userland, RAS, version of atomic_fetchadd_32 : | Olivier Houchard | 2009-03-31 | 1 | -9/+10 |
| * | force atomic_cmpset_ptr types to match atomic_cmpset_32; | Sam Leffler | 2009-02-03 | 1 | -1/+2 |
| * | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | Kip Macy | 2008-11-22 | 1 | -0/+4 |
| * | Improve ARM_TP_ADDRESS and RAS area. | Rafal Jaworowski | 2008-02-05 | 1 | -54/+29 |
| * | Close a race. | Olivier Houchard | 2007-12-02 | 1 | -18/+41 |
| * | In atomic_fetchadd_32(), do not blindly increase the value of %3. | Olivier Houchard | 2007-11-27 | 1 | -2/+3 |
| * | MFp4: Add missing atomic functions | Bernd Walter | 2007-01-05 | 1 | -33/+63 |
| * | Add atomic_cmpset_acq_32. | Olivier Houchard | 2006-11-07 | 1 | -0/+1 |
| * | Add definitions for atomic_subtract_rel_32, atomic_add_rel_32 and | Olivier Houchard | 2006-05-15 | 1 | -0/+3 |
| * | Disable/enable fiqs as well as irqs. | Olivier Houchard | 2006-04-13 | 1 | -1/+1 |
| * | Use memory clobbers, to be on the safe side. | Olivier Houchard | 2006-02-06 | 1 | -6/+11 |
| * | Backout rev 1.12. It would have been a good thing, if gcc was smart enough | Olivier Houchard | 2006-02-05 | 1 | -24/+18 |
| * | A #define is not enough, we need to cast from u_long * to uint32_t *. | Olivier Houchard | 2005-12-09 | 1 | -1/+8 |
| * | Define atomic_whatever_long | Olivier Houchard | 2005-12-09 | 1 | -0/+4 |
| * | Whitespace. | John Baldwin | 2005-10-14 | 1 | -1/+1 |
| * | Change the userland atomic operations on arm to use memory operands for | John Baldwin | 2005-10-14 | 1 | -16/+22 |
| * | Add a new atomic_fetchadd() primitive that atomically adds a value to a | John Baldwin | 2005-09-27 | 1 | -0/+38 |
| * | Add extra constraints to tell the compiler that the memory be modified | John Baldwin | 2005-07-27 | 1 | -2/+4 |
| * | Convert the atomic_ptr() operations over to operating on uintptr_t | John Baldwin | 2005-07-15 | 1 | -8/+4 |
| * | Fix a typo. | John Baldwin | 2005-06-23 | 1 | -1/+1 |
| * | Make sure we clean the RAS start address once we're done. | Olivier Houchard | 2005-05-24 | 1 | -0/+12 |