Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |