summaryrefslogtreecommitdiffstats
path: root/lib/hweight.c
Commit message (Expand)AuthorAgeFilesLines
* x86/hweight: Get rid of the special calling conventionBorislav Petkov2016-06-081-0/+4
* Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds2014-09-131-2/+2
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* x86: Add optimized popcnt variantsBorislav Petkov2010-04-061-10/+10
* bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra2010-04-061-9/+10
* x86, core: Optimize hweight32()Akinobu Mita2009-12-281-0/+7
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* [PATCH] optimize hweight64 for x86_64Andi Kleen2006-09-261-2/+8
* [PATCH] bitops: hweight() speedupAkinobu Mita2006-03-261-15/+14
* [PATCH] bitops: generic hweight{64,32,16,8}()Akinobu Mita2006-03-261-0/+54