aboutsummaryrefslogtreecommitdiff
path: root/include/linux/log2.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingGravatar Patrick Bellasi 1-0/+34
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-04-20scsi: ilog2: create truly constant version for sparseGravatar Martin Wilck 1-11/+24
2017-10-07linux/log2.h: fix kernel-doc notationGravatar Randy Dunlap 1-19/+23
2017-03-02give up on gcc ilog2() constant optimizationsGravatar Linus Torvalds 1-11/+2
2017-02-03log2: make order_base_2() behave correctly on const input value zeroGravatar Ard Biesheuvel 1-1/+12
2011-12-12linux/log2.h: Fix rounddown_pow_of_two(1)Gravatar Linus Torvalds 1-1/+0
2008-02-06log2.h: Define order_base_2() macro for convenience.Gravatar Robert P. J. Day 1-0/+16
2007-10-17Add a "rounddown_pow_of_two" routine to log2.hGravatar Robert P. J. Day 1-0/+25
2007-05-18Fix roundup_pow_of_two(1)Gravatar Rolf Eike Beer 1-1/+1
2007-02-17Correct trivial typo in log2.h.Gravatar Robert P. J. Day 1-1/+1
2007-02-07[POWERPC] Add "is_power_of_2" checking to log2.h.Gravatar Robert P. J. Day 1-0/+11
2006-12-08[PATCH] LOG2: Alter roundup_pow_of_two() so that it can use a ilog2() on a co...Gravatar David Howells 1-0/+26
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelGravatar David Howells 1-0/+131