aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bitops.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-04include/linux/bitops.h: avoid clang shift-count-overflow warningsGravatar Arnd Bergmann 1-1/+1
2020-04-07bitops: always inline sign extension helpersGravatar Josh Poimboeuf 1-2/+2
2020-02-04bitops: more BITS_TO_* macrosGravatar Yury Norov 1-1/+3
2020-01-31ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useGravatar Andy Shevchenko 1-0/+1
2019-12-04bitops: introduce the for_each_set_clump8 macroGravatar William Breathitt Gray 1-0/+12
2019-10-01lib: introduce copy_struct_from_user() helperGravatar Aleksa Sarai 1-0/+7
2019-05-14include/linux/bitops.h: sanitize rotate primitivesGravatar Rasmus Villemoes 1-8/+8
2019-03-07include/linux/bitops.h: set_mask_bits() to return old valueGravatar Vineet Gupta 1-1/+1
2018-10-15bitops: protect variables in bit_clear_unless() macroGravatar Miklos Szeredi 1-8/+8
2018-10-15bitops: protect variables in set_mask_bits() macroGravatar Miklos Szeredi 1-7/+7
2018-08-22include/linux/bitops.h: introduce BITS_PER_TYPEGravatar Chris Wilson 1-1/+2
2018-06-21locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new...Gravatar Will Deacon 1-21/+1
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+24
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-2/+2
2017-10-19bitops: Introduce assign_bit()Gravatar Lukas Wunner 1-0/+24
2017-09-08bitops: avoid integer overflow in GENMASK(_ULL)Gravatar Matthias Kaehlcke 1-2/+3
2016-10-07mm/vmalloc.c: fix align value calculation errorGravatar zijun_hu 1-10/+26
2016-05-09md: set MD_CHANGE_PENDING in a atomic regionGravatar Guoqing Jiang 1-0/+16
2015-12-09bitops.h: correctly handle rol32 with 0 byte shiftGravatar Sasha Levin 1-1/+1
2015-11-06bitops.h: add sign_extend64()Gravatar Martin Kepplinger 1-0/+11
2015-11-06bitops.h: improve sign_extend32()'s documentationGravatar Martin Kepplinger 1-0/+2
2015-08-05linux/bitmap: Force inlining of bitmap weight functionsGravatar Denys Vlasenko 1-3/+3
2015-04-17lib: find_*_bit reimplementationGravatar Yury Norov 1-2/+2
2014-11-16bitops: Fix shift overflow in GENMASK macrosGravatar Maxime COQUELIN 1-2/+5
2014-08-13locking: Remove deprecated smp_mb__() barriersGravatar Peter Zijlstra 1-20/+0
2014-04-18arch: Prepare for smp_mb__{before,after}_atomic()Gravatar Peter Zijlstra 1-0/+20
2014-03-30ext4: atomically set inode->i_flags in ext4_set_inode_flags()Gravatar Theodore Ts'o 1-0/+15
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+3
2013-10-21bitops: Introduce a more generic BITMASK macroGravatar Chen, Gong 1-0/+8
2013-10-17bitops: Introduce BIT_ULLGravatar Srinivas Pandruvada 1-0/+3
2012-03-23bitops: introduce for_each_clear_bit()Gravatar Akinobu Mita 1-0/+11
2012-03-23bitops: remove for_each_set_bit_cont()Gravatar Akinobu Mita 1-3/+0
2012-03-23bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionGravatar Akinobu Mita 1-1/+4
2012-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-0/+20
2012-02-16crypto: sha512 - use standard ror64()Gravatar Alexey Dobriyan 1-0/+20
2011-12-06perf, x86: Implement event scheduler helper functionsGravatar Robert Richter 1-2/+8
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Gravatar Akinobu Mita 1-2/+0
2011-05-26bitops: add #ifndef for each of find bitopsGravatar Akinobu Mita 1-0/+2
2010-11-15bitops: Provide generic sign_extend32 functionGravatar Andreas Herrmann 1-0/+11
2010-10-09bitops: remove duplicated extern declarationsGravatar Akinobu Mita 1-23/+0
2010-10-09bitops: make asm-generic/bitops/find.h more genericGravatar Akinobu Mita 1-22/+0
2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-25/+5
2010-05-04arch, hweight: Fix compilation errorsGravatar Borislav Petkov 1-0/+5
2010-04-07bitops: remove temporary for_each_bit()Gravatar Andrew Morton 1-3/+0
2010-04-06bitops: Optimize hweight() by making use of compile-time evaluationGravatar Peter Zijlstra 1-25/+0
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Gravatar Akinobu Mita 1-1/+3
2010-02-04bitops: Ensure the compile time HWEIGHT is only used for suchGravatar Peter Zijlstra 1-11/+22
2010-01-29bitops: Provide compile time HWEIGHT{8,16,32,64}Gravatar Peter Zijlstra 1-2/+16