summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bitops/non-atomic.h
Commit message (Expand)AuthorAgeFilesLines
* wait_on_bit: add an acquire memory barrierMikulas Patocka2022-08-261-0/+1
* bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin2022-06-301-11/+2
* bitops: always define asm-generic non-atomic bitopsAlexander Lobakin2022-06-301-102/+8
* Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-011-7/+7
|\
| * bitops/non-atomic: make @nr unsigned to avoid any DIVVineet Gupta2021-08-141-7/+7
* | locking/atomic: simplify non-atomic wrappersMark Rutland2021-08-041-9/+7
* | locking/atomic: add generic arch_*() bitopsMark Rutland2021-07-161-13/+28
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* define first set of BIT* macrosJiri Slaby2007-10-191-16/+13
* [PATCH] bitops: generic __{,test_and_}{set,clear,change}_bit() and test_bit()Akinobu Mita2006-03-261-0/+111