Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-07-01 | bitops: unify non-atomic bitops prototypes across architectures | Alexander Lobakin | 1 | -11/+2 |
2022-07-01 | bitops: always define asm-generic non-atomic bitops | Alexander Lobakin | 1 | -102/+8 |
2021-09-02 | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+7 |
2021-08-14 | bitops/non-atomic: make @nr unsigned to avoid any DIV | Vineet Gupta | 1 | -7/+7 |
2021-08-04 | locking/atomic: simplify non-atomic wrappers | Mark Rutland | 1 | -9/+7 |
2021-07-16 | locking/atomic: add generic arch_*() bitops | Mark Rutland | 1 | -13/+28 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2007-10-19 | define first set of BIT* macros | Jiri Slaby | 1 | -16/+13 |
2006-03-26 | [PATCH] bitops: generic __{,test_and_}{set,clear,change}_bit() and test_bit() | Akinobu Mita | 1 | -0/+111 |