summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/atomic.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r278770, r279114, r279215, r279338, r279543:ian2015-05-231-2/+2
* MFC r271394, r271398:ian2015-02-121-7/+3
* MFC r271310:ian2014-10-261-5/+5
* MFC r269403, r269405, r269410, r269414:ian2014-08-111-0/+321
* MFC 257189:ian2014-05-181-1/+1
* MFC 265861, 265870:ian2014-05-181-3/+3
* MFC r261137, r261393ian2014-05-151-2/+2
* Start adding support to build bits of our code using the Thumb-2andrew2013-07-201-9/+26
* Don't define rel/acq variants of some atomic operations as the regularcognet2013-01-151-13/+12
* Implement barriers for AMRv6 and ARMv7gonzo2013-01-071-3/+19
* Fix the clobber list on the atomic operators that do comparisons. Withoutandrew2012-10-011-15/+17
* Merging projects/armv6, part 1gonzo2012-08-151-59/+455
* Revert committal of local change accidentally swept up in r238329.imp2012-07-101-3/+1
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-1/+3
* trim trailing whitespaceimp2012-06-131-1/+0
* Fix the userland, RAS, version of atomic_fetchadd_32 :cognet2009-03-311-9/+10
* force atomic_cmpset_ptr types to match atomic_cmpset_32;sam2009-02-031-1/+2
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+4
* Improve ARM_TP_ADDRESS and RAS area.raj2008-02-051-54/+29
* Close a race.cognet2007-12-021-18/+41
* In atomic_fetchadd_32(), do not blindly increase the value of %3.cognet2007-11-271-2/+3
* MFp4: Add missing atomic functionsticso2007-01-051-34/+64
* Add atomic_cmpset_acq_32.cognet2006-11-071-0/+1
* Add definitions for atomic_subtract_rel_32, atomic_add_rel_32 andcognet2006-05-151-0/+3
* Disable/enable fiqs as well as irqs.cognet2006-04-131-1/+1
* Use memory clobbers, to be on the safe side.cognet2006-02-061-6/+11
* Backout rev 1.12. It would have been a good thing, if gcc was smart enoughcognet2006-02-051-24/+18
* A #define is not enough, we need to cast from u_long * to uint32_t *.cognet2005-12-091-1/+8
* Define atomic_whatever_longcognet2005-12-091-0/+4
* Whitespace.jhb2005-10-141-1/+1
* Change the userland atomic operations on arm to use memory operands forjhb2005-10-141-16/+22
* Add a new atomic_fetchadd() primitive that atomically adds a value to ajhb2005-09-271-0/+38
* Add extra constraints to tell the compiler that the memory be modifiedjhb2005-07-271-2/+4
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-8/+4
* Fix a typo.jhb2005-06-231-1/+1
* Make sure we clean the RAS start address once we're done.cognet2005-05-241-0/+12
* Import a basic implementation of the restartable atomic sequences to providecognet2005-04-071-37/+133
* Start all license statements with /*-imp2005-01-051-1/+1
* Make sure gcc doesn't generate something such as swp r3, r4, [r3] for __swp,cognet2004-12-181-1/+1
* Disable interrupts for atomic_cmpset_32, this one is just not atomic.cognet2004-11-051-10/+13
* Try to implement atomic operations using swp, instead of disabling interrupts.cognet2004-11-041-76/+65
* Import FreeBSD/arm kernel bits.cognet2004-05-141-0/+197
OpenPOWER on IntegriCloud