index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bitops.h
Age
Commit message (
Expand
)
Author
2021-07-07
bitops: Add non-atomic bitops for pointers
Kumar Kartikeya Dwivedi
2021-05-06
lib: add fast path for find_first_*_bit() and find_last_bit()
Yury Norov
2021-02-26
include/linux/bitops.h: spelling s/synomyn/synonym/
Geert Uytterhoeven
2020-12-15
kernel.h: split out mathematical helpers
Andy Shevchenko
2020-10-16
bitops: use the same mechanism for get_count_order[_long]
Wei Yang
2020-10-16
bitops: simplify get_count_order_long()
Wei Yang
2020-06-04
include/linux/bitops.h: avoid clang shift-count-overflow warnings
Arnd Bergmann
2020-04-07
bitops: always inline sign extension helpers
Josh Poimboeuf
2020-02-04
bitops: more BITS_TO_* macros
Yury Norov
2020-01-31
ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use
Andy Shevchenko
2019-12-04
bitops: introduce the for_each_set_clump8 macro
William Breathitt Gray
2019-10-01
lib: introduce copy_struct_from_user() helper
Aleksa Sarai
2019-05-14
include/linux/bitops.h: sanitize rotate primitives
Rasmus Villemoes
2019-03-07
include/linux/bitops.h: set_mask_bits() to return old value
Vineet Gupta
2018-10-15
bitops: protect variables in bit_clear_unless() macro
Miklos Szeredi
2018-10-15
bitops: protect variables in set_mask_bits() macro
Miklos Szeredi
2018-08-22
include/linux/bitops.h: introduce BITS_PER_TYPE
Chris Wilson
2018-06-21
locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new...
Will Deacon
2017-11-14
Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-19
bitops: Introduce assign_bit()
Lukas Wunner
2017-09-08
bitops: avoid integer overflow in GENMASK(_ULL)
Matthias Kaehlcke
2016-10-07
mm/vmalloc.c: fix align value calculation error
zijun_hu
2016-05-09
md: set MD_CHANGE_PENDING in a atomic region
Guoqing Jiang
2015-12-09
bitops.h: correctly handle rol32 with 0 byte shift
Sasha Levin
2015-11-06
bitops.h: add sign_extend64()
Martin Kepplinger
2015-11-06
bitops.h: improve sign_extend32()'s documentation
Martin Kepplinger
2015-08-05
linux/bitmap: Force inlining of bitmap weight functions
Denys Vlasenko
2015-04-17
lib: find_*_bit reimplementation
Yury Norov
2014-11-16
bitops: Fix shift overflow in GENMASK macros
Maxime COQUELIN
2014-08-13
locking: Remove deprecated smp_mb__() barriers
Peter Zijlstra
2014-04-18
arch: Prepare for smp_mb__{before,after}_atomic()
Peter Zijlstra
2014-03-30
ext4: atomically set inode->i_flags in ext4_set_inode_flags()
Theodore Ts'o
2013-11-14
Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-10-21
bitops: Introduce a more generic BITMASK macro
Chen, Gong
2013-10-17
bitops: Introduce BIT_ULL
Srinivas Pandruvada
2012-03-23
bitops: introduce for_each_clear_bit()
Akinobu Mita
2012-03-23
bitops: remove for_each_set_bit_cont()
Akinobu Mita
2012-03-23
bitops: rename for_each_set_bit_cont() in favor of analogous list.h function
Akinobu Mita
2012-02-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2012-02-16
crypto: sha512 - use standard ror64()
Alexey Dobriyan
2011-12-06
perf, x86: Implement event scheduler helper functions
Robert Richter
2011-05-26
arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}
Akinobu Mita
2011-05-26
bitops: add #ifndef for each of find bitops
Akinobu Mita
2010-11-15
bitops: Provide generic sign_extend32 function
Andreas Herrmann
2010-10-09
bitops: remove duplicated extern declarations
Akinobu Mita
2010-10-09
bitops: make asm-generic/bitops/find.h more generic
Akinobu Mita
2010-05-18
Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
[next]