summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-06-08x86/hweight: Get rid of the special calling conventionBorislav Petkov8-25/+97
2014-09-13Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds5-6/+8
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker63-63/+74
2010-04-06x86: Add optimized popcnt variantsBorislav Petkov8-18/+108
2010-04-06bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra8-58/+87
2009-12-28x86, core: Optimize hweight32()Akinobu Mita1-0/+7
2007-10-19remove asm/bitops.h includesJiri Slaby57-60/+58
2006-09-26[PATCH] optimize hweight64 for x86_64Andi Kleen2-2/+10
2006-03-26[PATCH] bitops: hweight() speedupAkinobu Mita1-15/+14
2006-03-26[PATCH] bitops: generic hweight{64,32,16,8}()Akinobu Mita3-0/+64