Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include/linux/math64.h: add div64_ul() | Alex Shi | 2013-06-12 | 1 | -2/+4 |
* | Revert "math64: New div64_u64_rem helper" | Stanislaw Gruszka | 2013-04-30 | 1 | -18/+1 |
* | math64: New div64_u64_rem helper | Frederic Weisbecker | 2013-03-13 | 1 | -1/+18 |
* | math: Introduce div64_long | Sasha Levin | 2012-03-15 | 1 | -0/+4 |
* | div64_u64(): improve precision on 32bit platforms | Brian Behlendorf | 2010-10-26 | 1 | -0/+12 |
* | add an inlined version of iter_div_u64_rem | Jeremy Fitzhardinge | 2008-06-12 | 1 | -0/+19 |
* | common implementation of iterative div/mod | Jeremy Fitzhardinge | 2008-06-12 | 1 | -0/+2 |
* | rename div64_64 to div64_u64 | Roman Zippel | 2008-05-01 | 1 | -0/+12 |
* | introduce explicit signed/unsigned 64bit divide | Roman Zippel | 2008-05-01 | 1 | -0/+72 |