Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | x86/hweight: Get rid of the special calling convention | Borislav Petkov | 2016-06-08 | 1 | -0/+4 |
* | Make ARCH_HAS_FAST_MULTIPLIER a real config variable | Linus Torvalds | 2014-09-13 | 1 | -2/+2 |
* | lib: reduce the use of module.h wherever possible | Paul Gortmaker | 2012-03-07 | 1 | -1/+1 |
* | x86: Add optimized popcnt variants | Borislav Petkov | 2010-04-06 | 1 | -10/+10 |
* | bitops: Optimize hweight() by making use of compile-time evaluation | Peter Zijlstra | 2010-04-06 | 1 | -9/+10 |
* | x86, core: Optimize hweight32() | Akinobu Mita | 2009-12-28 | 1 | -0/+7 |
* | remove asm/bitops.h includes | Jiri Slaby | 2007-10-19 | 1 | -1/+1 |
* | [PATCH] optimize hweight64 for x86_64 | Andi Kleen | 2006-09-26 | 1 | -2/+8 |
* | [PATCH] bitops: hweight() speedup | Akinobu Mita | 2006-03-26 | 1 | -15/+14 |
* | [PATCH] bitops: generic hweight{64,32,16,8}() | Akinobu Mita | 2006-03-26 | 1 | -0/+54 |