Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
2e584b1a02eeb860e286d39bc408b25ebc5ec844
/
include
/
linux
/
log2.h
ad68326
include/linux/log2.h: add missing () around n in roundup_pow_of_two()
by Jason Gunthorpe
· 4 years, 4 months ago
8de6ea4
log2: make order_base_2() behave correctly on const input value zero
by Ard Biesheuvel
· 8 years ago
85f6877
give up on gcc ilog2() constant optimizations
by Linus Torvalds
· 8 years ago
13c07b0
linux/log2.h: Fix rounddown_pow_of_two(1)
by Linus Torvalds
· 13 years ago
de9330d
log2.h: Define order_base_2() macro for convenience.
by Robert P. J. Day
· 17 years ago
b311e92
Add a "rounddown_pow_of_two" routine to log2.h
by Robert P. J. Day
· 17 years ago
1a06a52e
Fix roundup_pow_of_two(1)
by Rolf Eike Beer
· 18 years ago
6fb189c
Correct trivial typo in log2.h.
by Robert P. J. Day
· 18 years ago
63c2f78
[POWERPC] Add "is_power_of_2" checking to log2.h.
by Robert P. J. Day
· 18 years ago
312a0c17
[PATCH] LOG2: Alter roundup_pow_of_two() so that it can use a ilog2() on a constant
by David Howells
· 18 years ago
f0d1b0b
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
by David Howells
· 18 years ago