Age | Commit message (Expand) | Author |
---|---|---|
2014-11-17 | split the int and long implementations to avoid compiler warnings. | David Gwynne |
2014-09-24 | jmatthew@ found another case of me getting the number of args wrong | David Gwynne |
2014-09-24 | implement atomic_{cas,swap}_{uint,long,ptr) and atomic_{add,sub}_{int,long} | David Gwynne |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2007-04-05 | Disable interrupts around bit operations for propert atomicity against them. | Miod Vallat |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |