Chen, Gong
|
10ef6b0dff
bitops: Introduce a more generic BITMASK macro
|
11 years ago |
Akinobu Mita
|
03f4a8226c
bitops: introduce for_each_clear_bit()
|
13 years ago |
Akinobu Mita
|
0a329d2d5a
bitops: remove for_each_set_bit_cont()
|
13 years ago |
Akinobu Mita
|
307b1cd7ec
bitops: rename for_each_set_bit_cont() in favor of analogous list.h function
|
13 years ago |
Linus Torvalds
|
a18d3afefa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
13 years ago |
Alexey Dobriyan
|
f2ea0f5f04
crypto: sha512 - use standard ror64()
|
13 years ago |
Robert Richter
|
1e2ad28f80
perf, x86: Implement event scheduler helper functions
|
13 years ago |
Akinobu Mita
|
63e424c844
arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}
|
14 years ago |
Akinobu Mita
|
19de85ef57
bitops: add #ifndef for each of find bitops
|
14 years ago |
Andreas Herrmann
|
7919a57bc6
bitops: Provide generic sign_extend32 function
|
15 years ago |
Akinobu Mita
|
d852a6afd9
bitops: remove duplicated extern declarations
|
15 years ago |
Akinobu Mita
|
708ff2a009
bitops: make asm-generic/bitops/find.h more generic
|
15 years ago |
Linus Torvalds
|
cb41838bbc
Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
15 years ago |
Borislav Petkov
|
4677d4a53e
arch, hweight: Fix compilation errors
|
15 years ago |
Andrew Morton
|
b01d0942c2
bitops: remove temporary for_each_bit()
|
15 years ago |
Peter Zijlstra
|
1527bc8b92
bitops: Optimize hweight() by making use of compile-time evaluation
|
15 years ago |
Akinobu Mita
|
984b3f5746
bitops: rename for_each_bit() to for_each_set_bit()
|
15 years ago |
Peter Zijlstra
|
fce877e3a4
bitops: Ensure the compile time HWEIGHT is only used for such
|
15 years ago |
Peter Zijlstra
|
9f41699ed0
bitops: Provide compile time HWEIGHT{8,16,32,64}
|
15 years ago |
Steven Whitehouse
|
952043ac12
bitops: Add __ffs64 bitop
|
16 years ago |
Rusty Russell
|
ab53d472e7
bitmap: find_last_bit()
|
16 years ago |
Thomas Gleixner
|
fee4b19fb3
bitops: remove "optimizations"
|
17 years ago |
Eric Dumazet
|
ede9c697bc
Avoid divides in BITS_TO_LONGS
|
17 years ago |
Alexander van Heukelum
|
3a48305028
x86: optimize find_first_bit for small bitmaps
|
17 years ago |
Alexander van Heukelum
|
77b9bd9c49
x86: generic versions of find_first_(zero_)bit, convert i386
|
17 years ago |
Alexander van Heukelum
|
64970b68d2
x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps
|
17 years ago |
Harvey Harrison
|
3afe392598
kernel: add bit rotation helpers for 16 and 8 bit
|
17 years ago |
Jiri Slaby
|
14ed9d23aa
remove BITS_TO_TYPE macro
|
18 years ago |
Jiri Slaby
|
93043ece03
define global BIT macro
|
18 years ago |
Jiri Slaby
|
d05be13bcc
define first set of BIT* macros
|
18 years ago |