index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-generic
/
bitops
Commit message (
Expand
)
Author
Age
Files
Lines
*
wait_on_bit: add an acquire memory barrier
Mikulas Patocka
2022-08-26
4
-0
/
+28
*
locking/atomic: Make test_and_*_bit() ordered on failure
Hector Martin
2022-08-16
1
-6
/
+0
*
bitops: wrap non-atomic bitops with a transparent macro
Alexander Lobakin
2022-06-30
2
-21
/
+21
*
bitops: define const_*() versions of the non-atomics
Alexander Lobakin
2022-06-30
1
-0
/
+31
*
bitops: unify non-atomic bitops prototypes across architectures
Alexander Lobakin
2022-06-30
4
-30
/
+44
*
bitops: always define asm-generic non-atomic bitops
Alexander Lobakin
2022-06-30
2
-102
/
+138
*
asm-generic/bitops: Always inline all bit manipulation helpers
Borislav Petkov
2022-01-25
2
-14
/
+14
*
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
2022-01-23
2
-252
/
+0
|
\
|
*
include: move find.h from asm_generic to linux
Yury Norov
2022-01-15
1
-262
/
+0
|
*
bitops: move find_bit_*_le functions from le.h to find.h
Yury Norov
2022-01-15
2
-64
/
+69
|
*
bitops: protect find_first_{,zero}_bit properly
Yury Norov
2022-01-15
1
-0
/
+5
*
|
asm-generic/bitops, kcsan: Add instrumentation for barriers
Marco Elver
2021-12-09
2
-0
/
+6
|
/
*
Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-09-01
3
-9
/
+9
|
\
|
*
bitops/non-atomic: make @nr unsigned to avoid any DIV
Vineet Gupta
2021-08-14
1
-7
/
+7
|
*
asm-generic: ffs: Drop bogus reference to ffz location
Geert Uytterhoeven
2021-08-11
2
-2
/
+2
*
|
locking/atomic: simplify non-atomic wrappers
Mark Rutland
2021-08-04
2
-23
/
+14
*
|
locking/atomic: add generic arch_*() bitops
Mark Rutland
2021-07-16
4
-50
/
+83
|
/
*
lib: add fast path for find_first_*_bit() and find_last_bit()
Yury Norov
2021-05-06
1
-4
/
+46
*
lib: add fast path for find_next_*_bit()
Yury Norov
2021-05-06
2
-0
/
+51
*
lib: inline _find_next_bit() wrappers
Yury Norov
2021-05-06
2
-10
/
+35
*
arm64: make atomic helpers __always_inline
Arnd Bergmann
2021-01-13
1
-3
/
+3
*
asm-generic: fix ffs -Wshadow warning
Arnd Bergmann
2020-10-26
1
-4
/
+1
*
bitops, kcsan: Partially revert instrumentation for non-atomic bitops
Marco Elver
2020-08-24
1
-3
/
+27
*
asm-generic/bitops: Use instrument_read_write() where appropriate
Marco Elver
2020-08-24
3
-7
/
+7
*
asm-generic, kcsan: Add KCSAN instrumentation for bitops
Marco Elver
2020-03-21
3
-20
/
+20
*
Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-12-06
3
-0
/
+295
|
\
|
*
kasan: support instrumented bitops combined with generic bitops
Daniel Axtens
2019-11-07
3
-0
/
+295
*
|
bitops: introduce the for_each_set_clump8 macro
William Breathitt Gray
2019-12-04
1
-0
/
+17
|
/
*
fls: change parameter to unsigned int
Matthew Wilcox
2019-01-04
2
-2
/
+2
*
locking/atomics, asm-generic/bitops/lock.h: Rewrite using atomic_fetch_*()
Will Deacon
2018-06-21
1
-12
/
+56
*
locking/atomics, asm-generic/bitops/atomic.h: Rewrite using atomic_*() APIs
Will Deacon
2018-06-21
1
-155
/
+33
*
locking/atomic/bitops: Document and clarify ordering semantics for failed tes...
Will Deacon
2018-02-13
1
-1
/
+2
*
lib: optimize cpumask_next_and()
Clement Courbet
2018-02-06
1
-0
/
+20
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
21
-0
/
+21
*
bitops: Do not default to __clear_bit() for __clear_bit_unlock()
Peter Zijlstra
2016-03-21
1
-7
/
+7
*
move count_zeroes.h out of asm-generic
Christoph Hellwig
2015-10-15
1
-57
/
+0
*
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
2014-04-18
2
-2
/
+2
*
bitops: Fix signedness of compile-time hweight implementations
Paul Walmsley
2014-02-09
1
-8
/
+9
*
bitops/find: clarify and extend documentation
Cody P Schafer
2013-11-13
1
-2
/
+10
*
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-10-14
1
-0
/
+57
|
\
|
*
MPILIB: Provide count_leading/trailing_zeros() based on arch functions
David Howells
2012-10-08
1
-0
/
+57
*
|
bitops: introduce generic {clear,set}_bit_le()
Takuya Yoshikawa
2012-10-06
1
-0
/
+10
*
|
generic: Implement generic ffs/fls using __builtin_* functions
Catalin Marinas
2012-09-14
4
-0
/
+63
|
/
*
Add #includes needed to permit the removal of asm/system.h
David Howells
2012-03-28
1
-1
/
+1
*
asm-generic: add another generic ext2 atomic bitops
Akinobu Mita
2011-07-26
2
-0
/
+15
*
bitops: add #ifndef for each of find bitops
Akinobu Mita
2011-05-26
2
-0
/
+11
*
bitops: remove minix bitops from asm/bitops.h
Akinobu Mita
2011-03-23
2
-30
/
+0
*
bitops: remove ext2 non-atomic bitops from asm/bitops.h
Akinobu Mita
2011-03-23
1
-18
/
+0
*
asm-generic: use little-endian bitops
Akinobu Mita
2011-03-23
1
-2
/
+2
*
bitops: introduce little-endian bitops for most architectures
Akinobu Mita
2011-03-23
2
-4
/
+0
[next]