index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bitops.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-09
bitops: remove duplicated extern declarations
Akinobu Mita
1
-23
/
+0
2010-10-09
bitops: make asm-generic/bitops/find.h more generic
Akinobu Mita
1
-22
/
+0
2010-05-18
Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-25
/
+5
2010-05-04
arch, hweight: Fix compilation errors
Borislav Petkov
1
-0
/
+5
2010-04-07
bitops: remove temporary for_each_bit()
Andrew Morton
1
-3
/
+0
2010-04-07
bitops: Optimize hweight() by making use of compile-time evaluation
Peter Zijlstra
1
-25
/
+0
2010-03-06
bitops: rename for_each_bit() to for_each_set_bit()
Akinobu Mita
1
-1
/
+3
2010-02-04
bitops: Ensure the compile time HWEIGHT is only used for such
Peter Zijlstra
1
-11
/
+22
2010-01-29
bitops: Provide compile time HWEIGHT{8,16,32,64}
Peter Zijlstra
1
-2
/
+16
2009-04-23
bitops: Add __ffs64 bitop
Steven Whitehouse
1
-0
/
+19
2009-01-01
bitmap: find_last_bit()
Rusty Russell
1
-1
/
+12
2008-04-29
bitops: remove "optimizations"
Thomas Gleixner
1
-103
/
+12
2008-04-29
Avoid divides in BITS_TO_LONGS
Eric Dumazet
1
-1
/
+1
2008-04-26
x86: optimize find_first_bit for small bitmaps
Alexander van Heukelum
1
-0
/
+29
2008-04-26
x86: generic versions of find_first_(zero_)bit, convert i386
Alexander van Heukelum
1
-0
/
+34
2008-04-26
x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps
Alexander van Heukelum
1
-0
/
+77
2008-03-29
kernel: add bit rotation helpers for 16 and 8 bit
Harvey Harrison
1
-0
/
+40
2007-10-19
remove BITS_TO_TYPE macro
Jiri Slaby
1
-2
/
+1
2007-10-19
define global BIT macro
Jiri Slaby
1
-0
/
+1
2007-10-19
define first set of BIT* macros
Jiri Slaby
1
-0
/
+8
2007-10-16
I/OAT: Add support for MSI and MSI-X
Shannon Nelson
1
-0
/
+6
2007-01-27
[PATCH] fix various kernel-doc in header files
Robert P. J. Day
1
-4
/
+2
2006-03-26
[PATCH] bitops: remove unused generic bitops in include/linux/bitops.h
Akinobu Mita
1
-123
/
+1
2006-03-25
[PATCH] roundup_pow_of_two() 64-bit fix
Andrew Morton
1
-0
/
+7
2006-02-03
[PATCH] fix generic_fls64()
Akinobu Mita
1
-1
/
+1
2006-01-04
[FLS64]: generic version
Stephen Hemminger
1
-0
/
+9
2005-11-15
[PATCH] x86-64/i386: Intel HT, Multi core detection fixes
Siddha, Suresh B
1
-0
/
+10
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+159