aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bitops.h
AgeCommit message (Expand)Author
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
2010-05-04arch, hweight: Fix compilation errorsBorislav Petkov
2010-04-07bitops: remove temporary for_each_bit()Andrew Morton
2010-04-06bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita
2010-02-04bitops: Ensure the compile time HWEIGHT is only used for suchPeter Zijlstra
2010-01-29bitops: Provide compile time HWEIGHT{8,16,32,64}Peter Zijlstra
2009-04-23bitops: Add __ffs64 bitopSteven Whitehouse
2009-01-01bitmap: find_last_bit()Rusty Russell
2008-04-29bitops: remove "optimizations"Thomas Gleixner
2008-04-29Avoid divides in BITS_TO_LONGSEric Dumazet
2008-04-26x86: optimize find_first_bit for small bitmapsAlexander van Heukelum
2008-04-26x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum
2008-04-26x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum
2008-03-28kernel: add bit rotation helpers for 16 and 8 bitHarvey Harrison
2007-10-19remove BITS_TO_TYPE macroJiri Slaby
2007-10-19define global BIT macroJiri Slaby
2007-10-19define first set of BIT* macrosJiri Slaby
2007-10-16I/OAT: Add support for MSI and MSI-XShannon Nelson
2007-01-26[PATCH] fix various kernel-doc in header filesRobert P. J. Day
2006-03-26[PATCH] bitops: remove unused generic bitops in include/linux/bitops.hAkinobu Mita
2006-03-25[PATCH] roundup_pow_of_two() 64-bit fixAndrew Morton
2006-02-03[PATCH] fix generic_fls64()Akinobu Mita
2006-01-03[FLS64]: generic versionStephen Hemminger
2005-11-14[PATCH] x86-64/i386: Intel HT, Multi core detection fixesSiddha, Suresh B
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds