Age | Commit message (Expand) | Author | Files | Lines |
2022-11-22 | math64: fix kernel-doc return value warnings | Liam Beguin | 1 | -0/+4 |
2022-11-22 | math64: add kernel-doc for DIV64_U64_ROUND_UP | Liam Beguin | 1 | -0/+10 |
2022-11-22 | math64: favor kernel-doc from header files | Liam Beguin | 1 | -6/+6 |
2022-02-25 | math64: New DIV_U64_ROUND_CLOSEST helper | Pali Rohár | 1 | -0/+13 |
2021-06-17 | math64.h: Add mul_s64_u64_shr() | Ilias Stamatis | 1 | -0/+19 |
2020-10-15 | math64.h: kernel-docs: Convert some markups into normal comments | Mauro Carvalho Chehab | 1 | -4/+4 |
2020-08-08 | Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin... | Linus Torvalds | 1 | -0/+19 |
2020-07-28 | math64: New DIV_S64_ROUND_CLOSEST helper | Chunyan Zhang | 1 | -0/+19 |
2020-06-15 | sched/cputime: Improve cputime_adjust() | Oleg Nesterov | 1 | -0/+2 |
2020-03-21 | linux/math64.h: Extract common header for vDSO | Vincenzo Frascino | 1 | -19/+1 |
2019-04-02 | math64: New DIV64_U64_ROUND_CLOSEST helper | Simon Horman | 1 | -0/+13 |
2018-10-27 | mm: don't miss the last page because of round-off error | Roman Gushchin | 1 | -0/+3 |
2017-11-13 | Merge tag 'docs-4.15' of git://git.lwn.net/linux | Linus Torvalds | 1 | -0/+27 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-07 | math64: add missing kernel-doc notation | Randy Dunlap | 1 | -0/+27 |
2017-01-14 | math64, timers: Fix 32bit mul_u64_u32_shr() and friends | Peter Zijlstra | 1 | -8/+18 |
2015-11-10 | KVM: x86: Replace call-back set_tsc_khz() with a common function | Haozhong Zhang | 1 | -0/+29 |
2015-11-10 | KVM: x86: Add a common TSC scaling function | Haozhong Zhang | 1 | -0/+51 |
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 |