atomic - fix inline assembly
[dragonfly.git] / sys / cpu / i386 / include / atomic.h
2009-11-18 Alex Hornungatomic - fix inline assembly
2009-09-12 Simon Schubertatomic.h: use system namespace for function arguments
2009-08-09 Matthew DillonAMD64 - Fix prototypes for atomic_cmpset_long()
2009-07-28 Sascha Wildneratomic.[ch]: Clean up some warnings that crept up in...
2009-07-15 Matthew DillonAdjust atomic_cmpset_int/long - Faster version, fix...
2009-06-24 Hasso TepperMake atomic_load_acq_* and atomic_store_rel_* actually...
2009-04-24 Matthew DillonFix the backslashes in a __asm line's interference...
2009-04-24 AlexFix various clang compile issues
2008-06-26 Matthew DillonAdd additional atomic ops from FreeBSD.
2007-11-07 Matthew DillonRemove i386 support.
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-10-01 Victor Balada DiazFix name collision on C++.
2006-08-26 Joerg SonnenbergerMove atomic_intr_t to machine/stdint.h and predent...
2006-06-02 Matthew DillonRename arguments to atomic_cmpset_int() to make their...
2006-05-21 Matthew DillonOnly _KERNEL code can optimize based on SMP vs UP....
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-05-16 Sepherosa ZiehauAdd a commant, which warns atomic_cmpset_int() is a...
2006-05-16 Sepherosa ZiehauPut atomic_cmpset_int() into central place. This funct...
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-08-28 Jeffrey HsuA machine-independent spinlock implementation. It...
2005-05-26 Matthew DillonFix a bug in the serializer's race detection code....
2005-05-25 Matthew DillonFix a race in the serializer's use of atomic_intr_cond_...
2005-05-25 Matthew DillonRewrite the polling code. Instead of trying to do...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-04-13 Matthew DillonOptimize lwkt_send_ipiq() - the IPI based inter-cpu...
2004-07-29 Matthew DillonAdd a test-and-set and release poll function. This...
2004-02-14 Matthew Dillonatomic_*_*_nonlocked() inlines are not MP locked. ...
2004-02-13 Matthew DillonOops. Forgot to renumber the %N's in the macros in...
2004-02-13 Matthew DillonUse "iq" instead of "ir" for the register constraint...
2003-07-20 Matthew DillonAdd externs for *_nonlocked atomic extensions to avoid...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: