| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/asm: 'Simplify' GEN_*_RMWcc() macros | Peter Zijlstra | 2018-10-16 | 1 | -4/+4 |
* | x86: Fix kernel-doc atomic.h warnings | Randy Dunlap | 2018-09-03 | 1 | -6/+6 |
* | locking/atomics: Instrument xchg() | Mark Rutland | 2018-07-25 | 1 | -1/+1 |
* | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -3/+2 |
* | atomics/treewide: Make test ops optional | Mark Rutland | 2018-06-21 | 1 | -0/+4 |
* | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland | 2018-06-21 | 1 | -21/+0 |
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -2/+2 |
* | locking/atomic, asm-generic, x86: Add comments for atomic instrumentation | Dmitry Vyukov | 2018-03-12 | 1 | -0/+4 |
* | locking/atomic/x86: Switch atomic.h to use atomic-instrumented.h | Dmitry Vyukov | 2018-03-12 | 1 | -50/+52 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | locking/atomic/x86: Un-macro-ify atomic ops implementation | Dmitry Vyukov | 2017-06-28 | 1 | -23/+46 |
* | locking/x86: Remove the unused atomic_inc_short() methd | Dmitry Vyukov | 2017-06-08 | 1 | -13/+0 |
* | locking/atomic/x86: Use atomic_try_cmpxchg() | Peter Zijlstra | 2017-03-23 | 1 | -18/+9 |
* | locking/atomic: Introduce atomic_try_cmpxchg() | Peter Zijlstra | 2017-03-23 | 1 | -0/+6 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-07-25 | 1 | -8/+8 |
|\ |
|
| * | x86, asm: change the GEN_*_RMWcc() macros to not quote the condition | H. Peter Anvin | 2016-06-08 | 1 | -4/+4 |
| * | x86, asm: use bool for bitops and other assembly outputs | H. Peter Anvin | 2016-06-08 | 1 | -4/+4 |
* | | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 | 1 | -2/+0 |
* | | locking/atomic, arch/x86: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -3/+34 |
|/ |
|
* | x86/headers: Don't include asm/processor.h in asm/atomic.h | Andi Kleen | 2015-12-06 | 1 | -1/+0 |
* | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 2015-09-23 | 1 | -2/+2 |
* | atomic: Collapse all atomic_{set,clear}_mask definitions | Peter Zijlstra | 2015-07-27 | 1 | -10/+0 |
* | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -2/+0 |
* | x86: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -8/+25 |
* | x86: Force inlining of atomic ops | Denys Vlasenko | 2015-05-08 | 1 | -7/+7 |
* | x86/asm: Always inline atomics | Hagen Paul Pfeifer | 2015-04-22 | 1 | -8/+8 |
* | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar | 2014-10-03 | 1 | -1/+1 |
* | locking,x86: Kill atomic_or_long() | Peter Zijlstra | 2014-08-14 | 1 | -15/+0 |
* | arch,x86: Convert smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -6/+1 |
* | x86, bitops: Correct the assembly constraints to testing bitops | H. Peter Anvin | 2013-12-04 | 1 | -2/+2 |
* | x86: Use asm goto to implement better modify_and_test() functions | Peter Zijlstra | 2013-09-25 | 1 | -24/+5 |
* | x86, 386 removal: Remove CONFIG_XADD | H. Peter Anvin | 2012-11-29 | 1 | -16/+0 |
* | atomic: implement generic atomic_dec_if_positive() | Shaohua Li | 2012-10-09 | 1 | -24/+0 |
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst... | David Howells | 2012-10-02 | 1 | -2/+2 |
* | x86: Use xadd helper more widely | Jeremy Fitzhardinge | 2011-08-29 | 1 | -6/+2 |
* | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 2011-07-26 | 1 | -1/+0 |
* | atomic: move atomic_add_unless to generic code | Arun Sharma | 2011-07-26 | 1 | -4/+4 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+0 |
* | Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-05-18 | 1 | -0/+23 |
|\ |
|
| * | x86: Implement atomic[64]_dec_if_positive() | Luca Barbieri | 2010-03-01 | 1 | -0/+23 |
* | | atomic_t: Cast to volatile when accessing atomic variables | Anton Blanchard | 2010-05-17 | 1 | -1/+1 |
|/ |
|
* | x86: Mark atomic irq ops raw for 32bit legacy | Ingo Molnar | 2010-02-16 | 1 | -2/+2 |
* | x86: Merge asm/atomic_{32,64}.h | Brian Gerst | 2010-01-07 | 1 | -2/+297 |
* | x86, um: ... and asm-x86 move | Al Viro | 2008-10-22 | 1 | -0/+5 |