aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/math64.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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