aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bitops/atomic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16locking/atomic: Make test_and_*_bit() ordered on failureHector Martin1-6/+0
2021-07-16locking/atomic: add generic arch_*() bitopsMark Rutland1-12/+20
2021-01-13arm64: make atomic helpers __always_inlineArnd Bergmann1-3/+3
2018-06-21locking/atomics, asm-generic/bitops/atomic.h: Rewrite using atomic_*() APIsWill Deacon1-155/+33
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells1-1/+1
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-2/+2
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-3/+3
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann1-0/+1
2007-10-19define first set of BIT* macrosJiri Slaby1-15/+12
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day1-1/+1
2006-03-26[PATCH] bitops: generic {,test_and_}{set,clear,change}_bit()Akinobu Mita1-0/+191