summaryrefslogtreecommitdiffstats
path: root/include/linux/bitops.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * arch, hweight: Fix compilation errorsBorislav Petkov2010-05-041-0/+5
| * bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra2010-04-061-25/+0
* | bitops: remove temporary for_each_bit()Andrew Morton2010-04-071-3/+0
|/
* bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+3
* bitops: Ensure the compile time HWEIGHT is only used for suchPeter Zijlstra2010-02-041-11/+22
* bitops: Provide compile time HWEIGHT{8,16,32,64}Peter Zijlstra2010-01-291-2/+16
* bitops: Add __ffs64 bitopSteven Whitehouse2009-04-231-0/+19
* bitmap: find_last_bit()Rusty Russell2009-01-011-1/+12
* bitops: remove "optimizations"Thomas Gleixner2008-04-291-103/+12
* Avoid divides in BITS_TO_LONGSEric Dumazet2008-04-291-1/+1
* x86: optimize find_first_bit for small bitmapsAlexander van Heukelum2008-04-261-0/+29
* x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum2008-04-261-0/+34
* x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum2008-04-261-0/+77
* kernel: add bit rotation helpers for 16 and 8 bitHarvey Harrison2008-03-281-0/+40
* remove BITS_TO_TYPE macroJiri Slaby2007-10-191-2/+1
* define global BIT macroJiri Slaby2007-10-191-0/+1
* define first set of BIT* macrosJiri Slaby2007-10-191-0/+8
* I/OAT: Add support for MSI and MSI-XShannon Nelson2007-10-161-0/+6
* [PATCH] fix various kernel-doc in header filesRobert P. J. Day2007-01-261-4/+2
* [PATCH] bitops: remove unused generic bitops in include/linux/bitops.hAkinobu Mita2006-03-261-123/+1
* [PATCH] roundup_pow_of_two() 64-bit fixAndrew Morton2006-03-251-0/+7
* [PATCH] fix generic_fls64()Akinobu Mita2006-02-031-1/+1
* [FLS64]: generic versionStephen Hemminger2006-01-031-0/+9
* [PATCH] x86-64/i386: Intel HT, Multi core detection fixesSiddha, Suresh B2005-11-141-0/+10
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+159