aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-generic/bitops/non-atomic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka1-0/+1
2022-06-30bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin1-11/+2
2022-06-30bitops: always define asm-generic non-atomic bitopsAlexander Lobakin1-102/+8
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-7/+7
2021-08-14bitops/non-atomic: make @nr unsigned to avoid any DIVVineet Gupta1-7/+7
2021-08-04locking/atomic: simplify non-atomic wrappersMark Rutland1-9/+7
2021-07-16locking/atomic: add generic arch_*() bitopsMark Rutland1-13/+28
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2007-10-19define first set of BIT* macrosJiri Slaby1-16/+13
2006-03-26[PATCH] bitops: generic __{,test_and_}{set,clear,change}_bit() and test_bit()Akinobu Mita1-0/+111