aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/math64.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-02math64: New DIV64_U64_ROUND_CLOSEST helperSimon Horman1-0/+13
2018-10-26mm: don't miss the last page because of round-off errorRoman Gushchin1-0/+3
2017-11-13Merge tag 'docs-4.15' of git://git.lwn.net/linuxLinus Torvalds1-0/+27
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-07math64: add missing kernel-doc notationRandy Dunlap1-0/+27
2017-01-14math64, timers: Fix 32bit mul_u64_u32_shr() and friendsPeter Zijlstra1-8/+18
2015-11-10KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang1-0/+29
2015-11-10KVM: x86: Add a common TSC scaling functionHaozhong Zhang1-0/+51
2013-12-11math64: Add mul_u64_u32_shr()Peter Zijlstra1-0/+30
2013-08-23math64: New separate div64_u64_rem helperMike Snitzer1-0/+13
2013-06-12include/linux/math64.h: add div64_ul()Alex Shi1-2/+4
2013-04-30Revert "math64: New div64_u64_rem helper"Stanislaw Gruszka1-18/+1
2013-03-13math64: New div64_u64_rem helperFrederic Weisbecker1-1/+18
2012-03-15math: Introduce div64_longSasha Levin1-0/+4
2010-10-26div64_u64(): improve precision on 32bit platformsBrian Behlendorf1-0/+12
2008-06-12add an inlined version of iter_div_u64_remJeremy Fitzhardinge1-0/+19
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge1-0/+2
2008-05-01rename div64_64 to div64_u64Roman Zippel1-0/+12
2008-05-01introduce explicit signed/unsigned 64bit divideRoman Zippel1-0/+72