summaryrefslogtreecommitdiff
path: root/include/linux/bitops.h
Commit message (Expand)AuthorAge
* 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
* [PATCH] fix various kernel-doc in header filesRobert P. J. Day2007-01-26
* [PATCH] bitops: remove unused generic bitops in include/linux/bitops.hAkinobu Mita2006-03-26
* [PATCH] roundup_pow_of_two() 64-bit fixAndrew Morton2006-03-25
* [PATCH] fix generic_fls64()Akinobu Mita2006-02-03
* [FLS64]: generic versionStephen Hemminger2006-01-03
* [PATCH] x86-64/i386: Intel HT, Multi core detection fixesSiddha, Suresh B2005-11-14
* Linux-2.6.12-rc2Linus Torvalds2005-04-16