summaryrefslogtreecommitdiff
path: root/include/linux/bitops.h
Commit message (Expand)AuthorAge
* Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-14
|\
| * bitops: Introduce assign_bit()Lukas Wunner2017-10-19
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke2017-09-08
* mm/vmalloc.c: fix align value calculation errorzijun_hu2016-10-07
* md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang2016-05-09
* bitops.h: correctly handle rol32 with 0 byte shiftSasha Levin2015-12-09
* bitops.h: add sign_extend64()Martin Kepplinger2015-11-06
* bitops.h: improve sign_extend32()'s documentationMartin Kepplinger2015-11-06
* linux/bitmap: Force inlining of bitmap weight functionsDenys Vlasenko2015-08-05
* lib: find_*_bit reimplementationYury Norov2015-04-17
* bitops: Fix shift overflow in GENMASK macrosMaxime COQUELIN2014-11-16
* locking: Remove deprecated smp_mb__() barriersPeter Zijlstra2014-08-13
* arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra2014-04-18
* ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o2014-03-30
* Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-14
|\
| * bitops: Introduce BIT_ULLSrinivas Pandruvada2013-10-17
* | bitops: Introduce a more generic BITMASK macroChen, Gong2013-10-21
|/
* bitops: introduce for_each_clear_bit()Akinobu Mita2012-03-23
* bitops: remove for_each_set_bit_cont()Akinobu Mita2012-03-23
* bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita2012-03-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-02-18
|\
| * crypto: sha512 - use standard ror64()Alexey Dobriyan2012-02-16
* | perf, x86: Implement event scheduler helper functionsRobert Richter2011-12-06
|/
* arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-26
* bitops: add #ifndef for each of find bitopsAkinobu Mita2011-05-26
* bitops: Provide generic sign_extend32 functionAndreas Herrmann2010-11-15
* bitops: remove duplicated extern declarationsAkinobu Mita2010-10-09
* bitops: make asm-generic/bitops/find.h more genericAkinobu Mita2010-10-09
* Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-18
|\
| * arch, hweight: Fix compilation errorsBorislav Petkov2010-05-04
| * bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra2010-04-06
* | bitops: remove temporary for_each_bit()Andrew Morton2010-04-07
|/
* bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-06
* bitops: Ensure the compile time HWEIGHT is only used for suchPeter Zijlstra2010-02-04
* bitops: Provide compile time HWEIGHT{8,16,32,64}Peter Zijlstra2010-01-29
* bitops: Add __ffs64 bitopSteven Whitehouse2009-04-23
* bitmap: find_last_bit()Rusty Russell2009-01-01
* bitops: remove "optimizations"Thomas Gleixner2008-04-29
* Avoid divides in BITS_TO_LONGSEric Dumazet2008-04-29
* x86: optimize find_first_bit for small bitmapsAlexander van Heukelum2008-04-26
* x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum2008-04-26
* x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum2008-04-26
* kernel: add bit rotation helpers for 16 and 8 bitHarvey Harrison2008-03-28
* remove BITS_TO_TYPE macroJiri Slaby2007-10-19
* define global BIT macroJiri Slaby2007-10-19
* define first set of BIT* macrosJiri Slaby2007-10-19
* I/OAT: Add support for MSI and MSI-XShannon Nelson2007-10-16