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
/
math64.h
Age
Commit message (
Expand
)
Author
2018-10-26
mm: don't miss the last page because of round-off error
Roman Gushchin
2017-11-13
Merge tag 'docs-4.15' of git://git.lwn.net/linux
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-07
math64: add missing kernel-doc notation
Randy Dunlap
2017-01-14
math64, timers: Fix 32bit mul_u64_u32_shr() and friends
Peter Zijlstra
2015-11-10
KVM: x86: Replace call-back set_tsc_khz() with a common function
Haozhong Zhang
2015-11-10
KVM: x86: Add a common TSC scaling function
Haozhong Zhang
2013-12-11
math64: Add mul_u64_u32_shr()
Peter Zijlstra
2013-08-23
math64: New separate div64_u64_rem helper
Mike Snitzer
2013-06-12
include/linux/math64.h: add div64_ul()
Alex Shi
2013-04-30
Revert "math64: New div64_u64_rem helper"
Stanislaw Gruszka
2013-03-13
math64: New div64_u64_rem helper
Frederic Weisbecker
2012-03-15
math: Introduce div64_long
Sasha Levin
2010-10-26
div64_u64(): improve precision on 32bit platforms
Brian Behlendorf
2008-06-12
add an inlined version of iter_div_u64_rem
Jeremy Fitzhardinge
2008-06-12
common implementation of iterative div/mod
Jeremy Fitzhardinge
2008-05-01
rename div64_64 to div64_u64
Roman Zippel
2008-05-01
introduce explicit signed/unsigned 64bit divide
Roman Zippel