| Commit message (Expand) | Author | Age | Files | Lines |
* | Merging projects/armv6, part 1 | gonzo | 2012-08-15 | 1 | -59/+455 |
* | Revert committal of local change accidentally swept up in r238329. | imp | 2012-07-10 | 1 | -3/+1 |
* | Remove some unused variables/externs that have been copied too many times... | imp | 2012-07-10 | 1 | -1/+3 |
* | trim trailing whitespace | imp | 2012-06-13 | 1 | -1/+0 |
* | Fix the userland, RAS, version of atomic_fetchadd_32 : | cognet | 2009-03-31 | 1 | -9/+10 |
* | force atomic_cmpset_ptr types to match atomic_cmpset_32; | sam | 2009-02-03 | 1 | -1/+2 |
* | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | kmacy | 2008-11-22 | 1 | -0/+4 |
* | Improve ARM_TP_ADDRESS and RAS area. | raj | 2008-02-05 | 1 | -54/+29 |
* | Close a race. | cognet | 2007-12-02 | 1 | -18/+41 |
* | In atomic_fetchadd_32(), do not blindly increase the value of %3. | cognet | 2007-11-27 | 1 | -2/+3 |
* | MFp4: Add missing atomic functions | ticso | 2007-01-05 | 1 | -34/+64 |
* | Add atomic_cmpset_acq_32. | cognet | 2006-11-07 | 1 | -0/+1 |
* | Add definitions for atomic_subtract_rel_32, atomic_add_rel_32 and | cognet | 2006-05-15 | 1 | -0/+3 |
* | Disable/enable fiqs as well as irqs. | cognet | 2006-04-13 | 1 | -1/+1 |
* | Use memory clobbers, to be on the safe side. | cognet | 2006-02-06 | 1 | -6/+11 |
* | Backout rev 1.12. It would have been a good thing, if gcc was smart enough | cognet | 2006-02-05 | 1 | -24/+18 |
* | A #define is not enough, we need to cast from u_long * to uint32_t *. | cognet | 2005-12-09 | 1 | -1/+8 |
* | Define atomic_whatever_long | cognet | 2005-12-09 | 1 | -0/+4 |
* | Whitespace. | jhb | 2005-10-14 | 1 | -1/+1 |
* | Change the userland atomic operations on arm to use memory operands for | jhb | 2005-10-14 | 1 | -16/+22 |
* | Add a new atomic_fetchadd() primitive that atomically adds a value to a | jhb | 2005-09-27 | 1 | -0/+38 |
* | Add extra constraints to tell the compiler that the memory be modified | jhb | 2005-07-27 | 1 | -2/+4 |
* | Convert the atomic_ptr() operations over to operating on uintptr_t | jhb | 2005-07-15 | 1 | -8/+4 |
* | Fix a typo. | jhb | 2005-06-23 | 1 | -1/+1 |
* | Make sure we clean the RAS start address once we're done. | cognet | 2005-05-24 | 1 | -0/+12 |
* | Import a basic implementation of the restartable atomic sequences to provide | cognet | 2005-04-07 | 1 | -37/+133 |
* | Start all license statements with /*- | imp | 2005-01-05 | 1 | -1/+1 |
* | Make sure gcc doesn't generate something such as swp r3, r4, [r3] for __swp, | cognet | 2004-12-18 | 1 | -1/+1 |
* | Disable interrupts for atomic_cmpset_32, this one is just not atomic. | cognet | 2004-11-05 | 1 | -10/+13 |
* | Try to implement atomic operations using swp, instead of disabling interrupts. | cognet | 2004-11-04 | 1 | -76/+65 |
* | Import FreeBSD/arm kernel bits. | cognet | 2004-05-14 | 1 | -0/+197 |