summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/atomic64_64.h
Commit message (Expand)AuthorAgeFilesLines
* x86/asm: 'Simplify' GEN_*_RMWcc() macrosPeter Zijlstra2018-10-161-4/+4
* x86: Fix kernel-doc atomic.h warningsRandy Dunlap2018-09-031-6/+6
* locking/atomics: Instrument xchg()Mark Rutland2018-07-251-1/+1
* atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-18/+0
* atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-3/+2
* atomics/treewide: Make test ops optionalMark Rutland2018-06-211-0/+4
* atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-211-19/+0
* atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-2/+0
* locking/atomic/x86: Switch atomic.h to use atomic-instrumented.hDmitry Vyukov2018-03-121-54/+54
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* locking/atomic/x86: Use 's64 *' for 'old' argument of atomic64_try_cmpxchg()Dmitry Vyukov2017-06-281-6/+6
* locking/atomic/x86: Un-macro-ify atomic ops implementationDmitry Vyukov2017-06-281-23/+44
* locking/atomic/x86: Use atomic_try_cmpxchg()Peter Zijlstra2017-03-231-27/+13
* locking/atomic: Introduce atomic_try_cmpxchg()Peter Zijlstra2017-03-231-0/+6
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-251-9/+9
|\
| * x86, asm: change the GEN_*_RMWcc() macros to not quote the conditionH. Peter Anvin2016-06-081-4/+4
| * x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin2016-06-081-5/+5
* | locking/atomic, arch/x86: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra2016-06-161-3/+32
|/
* atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-231-2/+2
* x86: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-0/+15
* x86/asm: Always inline atomicsHagen Paul Pfeifer2015-04-221-4/+4
* locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-031-1/+1
* x86, bitops: Correct the assembly constraints to testing bitopsH. Peter Anvin2013-12-041-2/+2
* x86: Use asm goto to implement better modify_and_test() functionsPeter Zijlstra2013-09-251-24/+4
* x86: Use xadd helper more widelyJeremy Fitzhardinge2011-08-291-5/+1
* atomic: move atomic_add_unless to generic codeArun Sharma2011-07-261-1/+1
* Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-0/+23
|\
| * x86: Implement atomic[64]_dec_if_positive()Luca Barbieri2010-03-011-0/+23
* | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-171-1/+1
|/
* x86: Split atomic64_t functions into seperate headersBrian Gerst2010-01-071-0/+224