summaryrefslogtreecommitdiff
path: root/include/linux/atomic.h
AgeCommit message (Expand)Author
2021-07-16locking/atomic: add arch_atomic_long*()Mark Rutland
2021-07-16locking/atomic: centralize generated headersMark Rutland
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland
2021-05-26locking/atomic: make ARCH_ATOMIC a Kconfig symbolMark Rutland
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra
2018-11-01locking/atomics: Switch to generated fallbacksMark Rutland
2018-07-25locking/atomics: Rework ordering barriersMark Rutland
2018-06-21atomics/treewide: Clean up '*_andnot()' ifdefferyMark Rutland
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland
2018-06-21atomics/treewide: Make test ops optionalMark Rutland
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland
2018-06-21atomics: Prepare for atomic64_fetch_add_unless()Mark Rutland
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland
2018-06-21atomics: Make conditional ops return 'bool'Mark Rutland
2018-06-21atomics/treewide: Remove atomic_inc_not_zero_hint()Mark Rutland
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland
2018-04-27locking/barriers: Introduce smp_cond_load_relaxed() and atomic_cond_read_rela...Will Deacon
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomic: Add atomic_cond_read_acquire()Will Deacon
2017-08-10locking: Introduce smp_mb__after_spinlock()Peter Zijlstra
2017-03-30locking/atomic: Fix atomic_try_cmpxchg() semanticsPeter Zijlstra
2017-03-23locking/atomic: Introduce atomic_try_cmpxchg()Peter Zijlstra
2016-07-07locking/atomic: Introduce inc/dec variants for the atomic_fetch_$op() APIDavidlohr Bueso
2016-06-16locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functionsPeter Zijlstra
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra
2016-06-16locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}...Peter Zijlstra
2016-06-16locking/atomic: Fix atomic64_relaxed() bitsPeter Zijlstra
2016-05-05locking/atomics: Flip atomic_fetch_or() argumentsPeter Zijlstra
2016-03-29locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker
2016-03-29locking/atomic: Introduce atomic_fetch_or()Frederic Weisbecker
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-02-18atomics: Allow architectures to define their own __atomic_op_* helpersBoqun Feng
2016-02-13atomic: Export fetch_or()Frederic Weisbecker
2015-11-03atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds
2015-10-06locking/asm-generic: Add _{relaxed|acquire|release}() variants for inc/dec at...Davidlohr Bueso
2015-09-23atomic: Implement atomic_read_ctrl()Peter Zijlstra
2015-09-23atomic: Add atomic_long_t bitopsPeter Zijlstra
2015-08-12locking/atomics: Add _{acquire|release|relaxed}() variants of some atomic ope...Will Deacon
2015-07-27atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra
2014-08-13locking: Remove deprecated smp_mb__() barriersPeter Zijlstra
2014-04-18arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra
2012-10-09atomic: implement generic atomic_dec_if_positive()Shaohua Li
2012-03-07atomic: Allow atomic_inc_not_zero to be overriddenAnton Blanchard
2011-07-26atomic: Update comments in atomic.hArun Sharma
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma