aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/div64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-16__div64_32(): make it overridable at compile timeNicolas Pitre1-2/+4
2015-11-09remove abs64()Andrew Morton1-1/+1
2015-03-06lib: correct link to the original source for div64_u64Heinrich Schuchardt1-1/+1
2013-08-23math64: New separate div64_u64_rem helperMike Snitzer1-0/+40
2013-04-30Revert "math64: New div64_u64_rem helper"Stanislaw Gruszka1-13/+6
2013-03-13math64: New div64_u64_rem helperFrederic Weisbecker1-6/+13
2012-06-28lib: correct link to the original source for div64_u64Akinobu Mita1-1/+1
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+2
2010-10-26div64_u64(): improve precision on 32bit platformsBrian Behlendorf1-10/+42
2008-06-12add an inlined version of iter_div_u64_remJeremy Fitzhardinge1-14/+1
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge1-0/+23
2008-05-01rename div64_64 to div64_u64Roman Zippel1-6/+6
2008-05-01introduce explicit signed/unsigned 64bit divideRoman Zippel1-2/+21
2007-04-25[S390]: Fix build on 31-bit.David S. Miller1-1/+1
2007-04-25[LIB]: div64_64 optimizationStephen Hemminger1-9/+7
2007-04-25[NET]: div64_64 consolidate (rev3)Stephen Hemminger1-0/+22
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+61