summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/atomic.h
Commit message (Expand)AuthorAgeFilesLines
* locking/atomic/x86: Use atomic_try_cmpxchg()Peter Zijlstra2017-03-231-18/+9Star
* 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-261-8/+8
|\
| * 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-4/+4
* | locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0Star
* | locking/atomic, arch/x86: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra2016-06-161-3/+34
|/
* x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen2015-12-061-1/+0Star
* atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-231-2/+2
* atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra2015-07-271-10/+0Star
* atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-2/+0Star
* x86: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-8/+25
* x86: Force inlining of atomic opsDenys Vlasenko2015-05-081-7/+7
* x86/asm: Always inline atomicsHagen Paul Pfeifer2015-04-221-8/+8
* locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-031-1/+1
* locking,x86: Kill atomic_or_long()Peter Zijlstra2014-08-141-15/+0Star
* arch,x86: Convert smp_mb__*()Peter Zijlstra2014-04-181-6/+1Star
* 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/+5Star
* x86, 386 removal: Remove CONFIG_XADDH. Peter Anvin2012-11-291-16/+0Star
* atomic: implement generic atomic_dec_if_positive()Shaohua Li2012-10-091-24/+0Star
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-021-2/+2
* x86: Use xadd helper more widelyJeremy Fitzhardinge2011-08-291-6/+2Star
* atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-271-1/+0Star
* atomic: move atomic_add_unless to generic codeArun Sharma2011-07-271-4/+4
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+0Star
* 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: Mark atomic irq ops raw for 32bit legacyIngo Molnar2010-02-161-2/+2
* x86: Merge asm/atomic_{32,64}.hBrian Gerst2010-01-071-2/+297
* x86, um: ... and asm-x86 moveAl Viro2008-10-231-0/+5