summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/atomic.h
AgeCommit message (Expand)Author
2020-01-12locking/x86: Remove the unused atomic_inc_short() methdDmitry Vyukov
2019-11-25x86/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra
2016-06-16locking/atomic, arch/x86: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra
2016-06-08x86, asm: change the GEN_*_RMWcc() macros to not quote the conditionH. Peter Anvin
2016-06-08x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin
2015-12-06x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra
2015-07-27atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra
2015-07-27x86: Provide atomic_{or,xor,and}Peter Zijlstra
2015-05-08x86: Force inlining of atomic opsDenys Vlasenko
2015-04-22x86/asm: Always inline atomicsHagen Paul Pfeifer
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar
2014-08-14locking,x86: Kill atomic_or_long()Peter Zijlstra
2014-04-18arch,x86: Convert smp_mb__*()Peter Zijlstra
2013-12-04x86, bitops: Correct the assembly constraints to testing bitopsH. Peter Anvin
2013-09-25x86: Use asm goto to implement better modify_and_test() functionsPeter Zijlstra
2012-11-29x86, 386 removal: Remove CONFIG_XADDH. Peter Anvin
2012-10-09atomic: implement generic atomic_dec_if_positive()Shaohua Li
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells
2011-08-29x86: Use xadd helper more widelyJeremy Fitzhardinge
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2010-05-18Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard
2010-03-01x86: Implement atomic[64]_dec_if_positive()Luca Barbieri
2010-02-16x86: Mark atomic irq ops raw for 32bit legacyIngo Molnar
2010-01-07x86: Merge asm/atomic_{32,64}.hBrian Gerst
2008-10-22x86, um: ... and asm-x86 moveAl Viro