| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/atomics: Flip fallbacks and instrumentation | Peter Zijlstra | 2020-06-11 | 1 | -0/+9 |
* | locking/atomic, x86: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 1 | -34/+32 |
* | x86: Fix kernel-doc atomic.h warnings | Randy Dunlap | 2018-09-03 | 1 | -4/+4 |
* | atomics/treewide: Make conditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -0/+1 |
* | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -0/+4 |
* | atomics/treewide: Make test ops optional | Mark Rutland | 2018-06-21 | 1 | -54/+0 |
* | atomics/treewide: Make atomic64_inc_not_zero() optional | Mark Rutland | 2018-06-21 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2018-04-05 | 1 | -1/+1 |
|\ |
|
| * | treewide: Align function definition open/close braces | Joe Perches | 2018-03-26 | 1 | -1/+1 |
* | | locking/atomic/x86: Switch atomic.h to use atomic-instrumented.h | Dmitry Vyukov | 2018-03-12 | 1 | -52/+54 |
|/ |
|
* | 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 | -24/+57 |
* | locking/atomic, arch/x86: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -3/+22 |
* | x86/headers: Don't include asm/processor.h in asm/atomic.h | Andi Kleen | 2015-12-06 | 1 | -1/+0 |
* | x86: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -0/+14 |
* | atomic64_32.h: fix parameter naming mismatch | Philipp Hahn | 2012-05-09 | 1 | -5/+5 |
* | x86: atomic64 assembly improvements | Jan Beulich | 2012-01-20 | 1 | -3/+2 |
* | x86: Adjust asm constraints in atomic64 wrappers | Jan Beulich | 2012-01-20 | 1 | -67/+80 |
* | x86, atomic: atomic64_read() take a const pointer | H. Peter Anvin | 2012-01-09 | 1 | -1/+1 |
* | atomic: move atomic_add_unless to generic code | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | x86-32: Rewrite 32-bit atomic64 functions in assembly | Luca Barbieri | 2010-02-25 | 1 | -67/+211 |
* | x86: Split atomic64_t functions into seperate headers | Brian Gerst | 2010-01-07 | 1 | -0/+160 |