aboutsummaryrefslogtreecommitdiff
path: root/lib/div64.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge tag 'docs-4.15' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-07div64: add missing kernel-docGravatar Randy Dunlap 1-0/+6
2015-11-16__div64_32(): make it overridable at compile timeGravatar Nicolas Pitre 1-2/+4
2015-11-09remove abs64()Gravatar Andrew Morton 1-1/+1
2015-03-06lib: correct link to the original source for div64_u64Gravatar Heinrich Schuchardt 1-1/+1
2013-08-23math64: New separate div64_u64_rem helperGravatar Mike Snitzer 1-0/+40
2013-04-30Revert "math64: New div64_u64_rem helper"Gravatar Stanislaw Gruszka 1-13/+6
2013-03-13math64: New div64_u64_rem helperGravatar Frederic Weisbecker 1-6/+13
2012-06-28lib: correct link to the original source for div64_u64Gravatar Akinobu Mita 1-1/+1
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+2
2010-10-26div64_u64(): improve precision on 32bit platformsGravatar Brian Behlendorf 1-10/+42
2008-06-12add an inlined version of iter_div_u64_remGravatar Jeremy Fitzhardinge 1-14/+1
2008-06-12common implementation of iterative div/modGravatar Jeremy Fitzhardinge 1-0/+23
2008-05-01rename div64_64 to div64_u64Gravatar Roman Zippel 1-6/+6
2008-05-01introduce explicit signed/unsigned 64bit divideGravatar Roman Zippel 1-2/+21
2007-04-25[S390]: Fix build on 31-bit.Gravatar David S. Miller 1-1/+1
2007-04-25[LIB]: div64_64 optimizationGravatar Stephen Hemminger 1-9/+7
2007-04-25[NET]: div64_64 consolidate (rev3)Gravatar Stephen Hemminger 1-0/+22
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+61