]> git.proxmox.com Git - mirror_spl.git/history - include/sys/atomic.h
Fix cstyle warnings
[mirror_spl.git] / include / sys / atomic.h
2018-02-07 Brian BehlendorfFix cstyle warnings
2017-10-09 Olaf FaalandMake file headers conform to ZFS style standard
2014-10-20 Brian BehlendorfMerge branch 'cleanup'
2014-10-17 Brian BehlendorfRemove atomic64_xchg() wrappers
2014-07-28 Tim ChaseAdd atomic_swap_32() and atomic_swap_64()
2013-03-06 Brian BehlendorfMerge branch 'build-system'
2013-03-05 Ned BassRefresh links to web site
2010-09-17 Ricardo M. Correiaatomic_*_*_nv() functions need to return the new value...
2010-08-27 Brian BehlendorfAdd missing atomic functions
2010-05-17 Brian BehlendorfPublic Release Prep
2009-12-04 Brian BehlendorfAtomic64 compatibility for 32-bit systems without kerne...
2009-10-30 Brian BehlendorfAdd autoconf checks for atomic64_cmpxchg + atomic64_xchg
2009-10-30 Brian BehlendorfUse Linux atomic primitives by default.
2008-08-11 behlendoPull in initial 32-bit support patches.
2008-05-26 behlendoGo through and add a header with the proper UCRL number.
2008-04-03 behlendoCorrectly implement atomic_cas_ptr() function. Ideally...
2008-03-28 behlendoCorrectly functioning 64-bit atomic shim layer. It...
2008-03-10 behlendoAdd some typedefs to make it clearer when we passing...
2008-03-07 behlendoMinor atomic cleanup, this needs to be done right.