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