aboutsummaryrefslogtreecommitdiff
path: root/lib/hweight.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-13x86/kconfig: Disable CONFIG_GENERIC_HWEIGHT and remove __HAVE_ARCH_SW_HWEIGHTGravatar Masahiro Yamada 1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-06-08x86/hweight: Get rid of the special calling conventionGravatar Borislav Petkov 1-0/+4
2014-09-13Make ARCH_HAS_FAST_MULTIPLIER a real config variableGravatar Linus Torvalds 1-2/+2
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2010-04-06x86: Add optimized popcnt variantsGravatar Borislav Petkov 1-10/+10
2010-04-06bitops: Optimize hweight() by making use of compile-time evaluationGravatar Peter Zijlstra 1-9/+10
2009-12-28x86, core: Optimize hweight32()Gravatar Akinobu Mita 1-0/+7
2007-10-19remove asm/bitops.h includesGravatar Jiri Slaby 1-1/+1
2006-09-26[PATCH] optimize hweight64 for x86_64Gravatar Andi Kleen 1-2/+8
2006-03-26[PATCH] bitops: hweight() speedupGravatar Akinobu Mita 1-15/+14
2006-03-26[PATCH] bitops: generic hweight{64,32,16,8}()Gravatar Akinobu Mita 1-0/+54