index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
log2.h
Age
Commit message (
Expand
)
Author
2022-03-23
ilog2: force inlining of __ilog2_u32() and __ilog2_u64()
Christophe Leroy
2020-12-15
ilog2: improve ilog2 for constant arguments
Jakub Jelinek
2020-09-05
include/linux/log2.h: add missing () around n in roundup_pow_of_two()
Jason Gunthorpe
2019-06-24
sched/uclamp: Add CPU's clamp buckets refcounting
Patrick Bellasi
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-04-20
scsi: ilog2: create truly constant version for sparse
Martin Wilck
2017-10-07
linux/log2.h: fix kernel-doc notation
Randy Dunlap
2017-03-02
give up on gcc ilog2() constant optimizations
Linus Torvalds
2017-02-03
log2: make order_base_2() behave correctly on const input value zero
Ard Biesheuvel
2011-12-12
linux/log2.h: Fix rounddown_pow_of_two(1)
Linus Torvalds
2008-02-06
log2.h: Define order_base_2() macro for convenience.
Robert P. J. Day
2007-10-17
Add a "rounddown_pow_of_two" routine to log2.h
Robert P. J. Day
2007-05-18
Fix roundup_pow_of_two(1)
Rolf Eike Beer
2007-02-17
Correct trivial typo in log2.h.
Robert P. J. Day
2007-02-07
[POWERPC] Add "is_power_of_2" checking to log2.h.
Robert P. J. Day
2006-12-08
[PATCH] LOG2: Alter roundup_pow_of_two() so that it can use a ilog2() on a co...
David Howells
2006-12-08
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
David Howells