aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-generic/atomic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-13/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-9/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland1-11/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-2/+2
2018-03-09mn10300: Remove the architectureDavid Howells1-2/+0
2017-02-25openrisc: add optimized atomic operationsStefan Kristiansson1-0/+2
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}()Peter Zijlstra1-0/+49
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra1-2/+2
2015-07-27atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra1-10/+0
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra1-9/+12
2015-07-27atomic: Prepare generic atomic implementation for logic opsPeter Zijlstra1-2/+10
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar1-1/+1
2014-08-14locking,arch: Rewrite generic atomic supportPeter Zijlstra1-96/+96
2014-04-18arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra1-6/+1
2013-03-13asm-generic: move cmpxchg*_local defs to cmpxchg.hJonas Bonn1-6/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.hDavid Howells1-0/+2
2011-07-26asm-generic/atomic.h: allow SMP peeps to leverage thisMike Frysinger1-1/+15
2011-07-26asm-generic/atomic.h: add atomic_set_mask() helperMike Frysinger1-0/+16
2011-07-26asm-generic/atomic.h: fix type used in atomic_clear_maskMike Frysinger1-2/+9
2011-07-26asm-generic/atomic.h: simplify inc/dec test helpersMike Frysinger1-2/+2
2011-07-26atomic: Update comments in atomic.hArun Sharma1-1/+3
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-2/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-2/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-17/+17
2010-10-09asm-generic: make atomic_add_unless a functionMathieu Lacage1-17/+17
2010-10-07Fix IRQ flag handling namingDavid Howells1-2/+3
2010-08-09asm-generic: use raw_local_irq_save/restore instead local_irq_save/restoreMichal Simek1-6/+6
2010-05-25asm-generic: don't warn that atomic_t is only 24 bitPeter Fritzsche1-6/+2
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard1-1/+1
2009-06-11asm-generic: add generic atomic.h and io.hArnd Bergmann1-0/+165
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann1-258/+0
2009-05-02atomic: fix atomic_long_cmpxchg/xchg for 64 bit architecturesHeiko Carstens1-2/+2
2008-12-10atomic: fix a typo in atomic_long_xchg()Eric Dumazet1-1/+1
2008-07-04Christoph has movedChristoph Lameter1-1/+1
2007-05-08atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular dependencyMathieu Desnoyers1-5/+12
2007-05-08atomic.h: complete atomic_long operations in asm-genericMathieu Desnoyers1-0/+133
2006-12-07[PATCH] cleanup include/asm-generic/atomic.hAdrian Bunk1-3/+4
2006-01-15[PATCH] Use atomic64_set for 64-bit case of atomic_long_setKyle McMartin1-1/+1
2006-01-08[PATCH] asm-generic/atomic.h needs types.hAndrew Morton1-0/+1
2006-01-06[PATCH] atomic_long_t & include/asm-generic/atomic.h V2Christoph Lameter1-0/+116