summaryrefslogtreecommitdiffstats
path: root/include/linux/bitops.h
Commit message (Expand)AuthorAgeFilesLines
* bitops: Add non-atomic bitops for pointersKumar Kartikeya Dwivedi2021-07-071-0/+50
* lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov2021-05-061-12/+0
* include/linux/bitops.h: spelling s/synomyn/synonym/Geert Uytterhoeven2021-02-261-1/+1
* kernel.h: split out mathematical helpersAndy Shevchenko2020-12-151-4/+7
* bitops: use the same mechanism for get_count_order[_long]Wei Yang2020-10-161-5/+3
* bitops: simplify get_count_order_long()Wei Yang2020-10-161-4/+1
* include/linux/bitops.h: avoid clang shift-count-overflow warningsArnd Bergmann2020-06-041-1/+1
* bitops: always inline sign extension helpersJosh Poimboeuf2020-04-071-2/+2
* bitops: more BITS_TO_* macrosYury Norov2020-02-041-1/+3
* ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko2020-01-311-0/+1
* bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-0/+12
* lib: introduce copy_struct_from_user() helperAleksa Sarai2019-10-011-0/+7
* include/linux/bitops.h: sanitize rotate primitivesRasmus Villemoes2019-05-141-8/+8
* include/linux/bitops.h: set_mask_bits() to return old valueVineet Gupta2019-03-071-1/+1
* bitops: protect variables in bit_clear_unless() macroMiklos Szeredi2018-10-151-8/+8
* bitops: protect variables in set_mask_bits() macroMiklos Szeredi2018-10-151-7/+7
* include/linux/bitops.h: introduce BITS_PER_TYPEChris Wilson2018-08-221-1/+2
* locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new...Will Deacon2018-06-211-21/+1
* Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-0/+24
|\
| * bitops: Introduce assign_bit()Lukas Wunner2017-10-191-0/+24
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/
* bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke2017-09-081-2/+3
* mm/vmalloc.c: fix align value calculation errorzijun_hu2016-10-071-10/+26
* md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang2016-05-091-0/+16
* bitops.h: correctly handle rol32 with 0 byte shiftSasha Levin2015-12-091-1/+1
* bitops.h: add sign_extend64()Martin Kepplinger2015-11-061-0/+11
* bitops.h: improve sign_extend32()'s documentationMartin Kepplinger2015-11-061-0/+2
* linux/bitmap: Force inlining of bitmap weight functionsDenys Vlasenko2015-08-051-3/+3
* lib: find_*_bit reimplementationYury Norov2015-04-171-2/+2
* bitops: Fix shift overflow in GENMASK macrosMaxime COQUELIN2014-11-161-2/+5
* locking: Remove deprecated smp_mb__() barriersPeter Zijlstra2014-08-131-20/+0
* arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra2014-04-181-0/+20
* ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o2014-03-301-0/+15
* Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-141-0/+3
|\
| * bitops: Introduce BIT_ULLSrinivas Pandruvada2013-10-171-0/+3
* | bitops: Introduce a more generic BITMASK macroChen, Gong2013-10-211-0/+8
|/
* bitops: introduce for_each_clear_bit()Akinobu Mita2012-03-231-0/+11
* bitops: remove for_each_set_bit_cont()Akinobu Mita2012-03-231-3/+0
* bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita2012-03-231-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-02-181-0/+20
|\
| * crypto: sha512 - use standard ror64()Alexey Dobriyan2012-02-161-0/+20
* | perf, x86: Implement event scheduler helper functionsRobert Richter2011-12-061-2/+8
|/
* arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-261-2/+0
* bitops: add #ifndef for each of find bitopsAkinobu Mita2011-05-261-0/+2
* bitops: Provide generic sign_extend32 functionAndreas Herrmann2010-11-151-0/+11
* bitops: remove duplicated extern declarationsAkinobu Mita2010-10-091-23/+0
* bitops: make asm-generic/bitops/find.h more genericAkinobu Mita2010-10-091-22/+0
* Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-181-25/+5
|\