summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/atomic.h
AgeCommit message (Expand)AuthorLines
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland-3/+0
2023-04-04asm-generic: avoid __generic_cmpxchg_local warningsArnd Bergmann-2/+2
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland-41/+3
2021-05-26locking/atomic: atomic: support ARCH_ATOMICMark Rutland-9/+62
2021-05-26locking/atomic: atomic: simplify ifdefferyMark Rutland-42/+4
2021-05-26locking/atomic: atomic: remove redundant includeMark Rutland-2/+0
2021-05-26locking/atomic: atomic: remove stale commentsMark Rutland-37/+2
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu-2/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner-5/+1
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland-13/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland-9/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland-11/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland-2/+2
2018-03-09mn10300: Remove the architectureDavid Howells-2/+0
2017-02-25openrisc: add optimized atomic operationsStefan Kristiansson-0/+2
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra-2/+0
2016-06-16locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}...Peter Zijlstra-0/+49
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra-2/+2
2015-07-27atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra-10/+0
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra-9/+12
2015-07-27atomic: Prepare generic atomic implementation for logic opsPeter Zijlstra-2/+10
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar-1/+1
2014-08-14locking,arch: Rewrite generic atomic supportPeter Zijlstra-96/+96
2014-04-18arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra-6/+1
2013-03-13asm-generic: move cmpxchg*_local defs to cmpxchg.hJonas Bonn-6/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2012-03-28Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.hDavid Howells-0/+2
2011-07-26asm-generic/atomic.h: allow SMP peeps to leverage thisMike Frysinger-1/+15
2011-07-26asm-generic/atomic.h: add atomic_set_mask() helperMike Frysinger-0/+16
2011-07-26asm-generic/atomic.h: fix type used in atomic_clear_maskMike Frysinger-2/+9
2011-07-26asm-generic/atomic.h: simplify inc/dec test helpersMike Frysinger-2/+2
2011-07-26atomic: Update comments in atomic.hArun Sharma-1/+3
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma-2/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-2/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds-17/+17
2010-10-09asm-generic: make atomic_add_unless a functionMathieu Lacage-17/+17
2010-10-07Fix IRQ flag handling namingDavid Howells-2/+3
2010-08-09asm-generic: use raw_local_irq_save/restore instead local_irq_save/restoreMichal Simek-6/+6
2010-05-25asm-generic: don't warn that atomic_t is only 24 bitPeter Fritzsche-6/+2
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard-1/+1
2009-06-11asm-generic: add generic atomic.h and io.hArnd Bergmann-0/+165
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann-258/+0
2009-05-02atomic: fix atomic_long_cmpxchg/xchg for 64 bit architecturesHeiko Carstens-2/+2
2008-12-10atomic: fix a typo in atomic_long_xchg()Eric Dumazet-1/+1
2008-07-04Christoph has movedChristoph Lameter-1/+1
2007-05-08atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe...Mathieu Desnoyers-5/+12
2007-05-08atomic.h: complete atomic_long operations in asm-genericMathieu Desnoyers-0/+133
2006-12-07[PATCH] cleanup include/asm-generic/atomic.hAdrian Bunk-3/+4
2006-01-15[PATCH] Use atomic64_set for 64-bit case of atomic_long_setKyle McMartin-1/+1