summaryrefslogtreecommitdiff
path: root/include/linux/bitops.h
AgeCommit message (Expand)Author
2021-07-07bitops: Add non-atomic bitops for pointersKumar Kartikeya Dwivedi
2021-05-06lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov
2021-02-26include/linux/bitops.h: spelling s/synomyn/synonym/Geert Uytterhoeven
2020-12-15kernel.h: split out mathematical helpersAndy Shevchenko
2020-10-16bitops: use the same mechanism for get_count_order[_long]Wei Yang
2020-10-16bitops: simplify get_count_order_long()Wei Yang
2020-06-04include/linux/bitops.h: avoid clang shift-count-overflow warningsArnd Bergmann
2020-04-07bitops: always inline sign extension helpersJosh Poimboeuf
2020-02-04bitops: more BITS_TO_* macrosYury Norov
2020-01-31ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko
2019-12-04bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray
2019-10-01lib: introduce copy_struct_from_user() helperAleksa Sarai
2019-05-14include/linux/bitops.h: sanitize rotate primitivesRasmus Villemoes
2019-03-07include/linux/bitops.h: set_mask_bits() to return old valueVineet Gupta
2018-10-15bitops: protect variables in bit_clear_unless() macroMiklos Szeredi
2018-10-15bitops: protect variables in set_mask_bits() macroMiklos Szeredi
2018-08-22include/linux/bitops.h: introduce BITS_PER_TYPEChris Wilson
2018-06-21locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new...Will Deacon
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-19bitops: Introduce assign_bit()Lukas Wunner
2017-09-08bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke
2016-10-07mm/vmalloc.c: fix align value calculation errorzijun_hu
2016-05-09md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang
2015-12-09bitops.h: correctly handle rol32 with 0 byte shiftSasha Levin
2015-11-06bitops.h: add sign_extend64()Martin Kepplinger
2015-11-06bitops.h: improve sign_extend32()'s documentationMartin Kepplinger
2015-08-05linux/bitmap: Force inlining of bitmap weight functionsDenys Vlasenko
2015-04-17lib: find_*_bit reimplementationYury Norov
2014-11-16bitops: Fix shift overflow in GENMASK macrosMaxime COQUELIN
2014-08-13locking: Remove deprecated smp_mb__() barriersPeter Zijlstra
2014-04-18arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra
2014-03-30ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-10-21bitops: Introduce a more generic BITMASK macroChen, Gong
2013-10-17bitops: Introduce BIT_ULLSrinivas Pandruvada
2012-03-23bitops: introduce for_each_clear_bit()Akinobu Mita
2012-03-23bitops: remove for_each_set_bit_cont()Akinobu Mita
2012-03-23bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita
2012-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-02-16crypto: sha512 - use standard ror64()Alexey Dobriyan
2011-12-06perf, x86: Implement event scheduler helper functionsRobert Richter
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita
2011-05-26bitops: add #ifndef for each of find bitopsAkinobu Mita
2010-11-15bitops: Provide generic sign_extend32 functionAndreas Herrmann
2010-10-09bitops: remove duplicated extern declarationsAkinobu Mita
2010-10-09bitops: make asm-generic/bitops/find.h more genericAkinobu Mita
2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds