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