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