summaryrefslogtreecommitdiff
path: root/arch/x86_64/atomic.h
AgeCommit message (Expand)AuthorLines
2014-01-15remove more unnecessary operand-size suffixes from x86_64 atomic.hRich Felker-3/+3
2014-01-11remove gratuitous temp vars, casts, and suffixes in x86_64 atomic.hRich Felker-13/+11
2011-08-23security hardening: ensure suid programs have valid stdin/out/errRich Felker-0/+5
2011-04-27add word-sized ctz function to atomic.hRich Felker-2/+8
2011-03-17optimize contended normal mutex case; add int compare-and-swap atomicRich Felker-0/+7
2011-02-15Optimize x86_64 atomics to take advantage of 64-bitness.Nicholas J. Kain-9/+8
2011-02-15Port musl to x86-64. One giant commit!Nicholas J. Kain-0/+110