summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-20lib/div64.c: off by one in shiftStanislaw Gruszka1-2/+2
2015-11-16__div64_32(): make it overridable at compile timeNicolas Pitre2-2/+6
2015-11-09remove abs64()Andrew Morton13-19/+16
2015-03-06lib: correct link to the original source for div64_u64Heinrich Schuchardt1-1/+1
2013-08-23math64: New separate div64_u64_rem helperMike Snitzer2-0/+53
2013-04-30Revert "math64: New div64_u64_rem helper"Stanislaw Gruszka2-31/+7
2013-03-13math64: New div64_u64_rem helperFrederic Weisbecker2-7/+31
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 Gortmaker63-63/+74
2010-10-26div64_u64(): improve precision on 32bit platformsBrian Behlendorf3-10/+59
2008-06-12add an inlined version of iter_div_u64_remJeremy Fitzhardinge2-14/+20
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge4-19/+30
2008-05-01rename div64_64 to div64_u64Roman Zippel16-46/+34
2008-05-01introduce explicit signed/unsigned 64bit divideRoman Zippel3-2/+113
2007-04-26[S390]: Fix build on 31-bit.David S. Miller3-4/+2
2007-04-26[LIB]: div64_64 optimizationStephen Hemminger1-9/+7
2007-04-26[NET]: div64_64 consolidate (rev3)Stephen Hemminger13-63/+60
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845