index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
math64.h
Age
Commit message (
Expand
)
Author
2022-02-25
math64: New DIV_U64_ROUND_CLOSEST helper
Pali Rohár
2021-06-17
math64.h: Add mul_s64_u64_shr()
Ilias Stamatis
2020-10-15
math64.h: kernel-docs: Convert some markups into normal comments
Mauro Carvalho Chehab
2020-08-07
Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...
Linus Torvalds
2020-07-28
math64: New DIV_S64_ROUND_CLOSEST helper
Chunyan Zhang
2020-06-15
sched/cputime: Improve cputime_adjust()
Oleg Nesterov
2020-03-21
linux/math64.h: Extract common header for vDSO
Vincenzo Frascino
2019-04-02
math64: New DIV64_U64_ROUND_CLOSEST helper
Simon Horman
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