summaryrefslogtreecommitdiffstats
path: root/include/linux/math64.h
Commit message (Expand)AuthorAgeFilesLines
* math64: Always inline u128 version of mul_u64_u64_shr()Peter Zijlstra2023-06-051-1/+1
* sched/clock/x86: Mark sched_clock() noinstrPeter Zijlstra2023-01-311-2/+2
* math64: fix kernel-doc return value warningsLiam Beguin2022-11-211-0/+4
* math64: add kernel-doc for DIV64_U64_ROUND_UPLiam Beguin2022-11-211-0/+10
* math64: favor kernel-doc from header filesLiam Beguin2022-11-211-6/+6
* math64: New DIV_U64_ROUND_CLOSEST helperPali Rohár2022-02-251-0/+13
* math64.h: Add mul_s64_u64_shr()Ilias Stamatis2021-06-171-0/+19
* math64.h: kernel-docs: Convert some markups into normal commentsMauro Carvalho Chehab2020-10-151-4/+4
* Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2020-08-071-0/+19
|\
| * math64: New DIV_S64_ROUND_CLOSEST helperChunyan Zhang2020-07-281-0/+19
* | sched/cputime: Improve cputime_adjust()Oleg Nesterov2020-06-151-0/+2
|/
* linux/math64.h: Extract common header for vDSOVincenzo Frascino2020-03-211-19/+1
* math64: New DIV64_U64_ROUND_CLOSEST helperSimon Horman2019-04-021-0/+13
* mm: don't miss the last page because of round-off errorRoman Gushchin2018-10-261-0/+3
* Merge tag 'docs-4.15' of git://git.lwn.net/linuxLinus Torvalds2017-11-131-0/+27
|\
| * math64: add missing kernel-doc notationRandy Dunlap2017-10-071-0/+27
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* math64, timers: Fix 32bit mul_u64_u32_shr() and friendsPeter Zijlstra2017-01-141-8/+18
* KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang2015-11-101-0/+29
* KVM: x86: Add a common TSC scaling functionHaozhong Zhang2015-11-101-0/+51
* math64: Add mul_u64_u32_shr()Peter Zijlstra2013-12-111-0/+30
* math64: New separate div64_u64_rem helperMike Snitzer2013-08-231-0/+13
* include/linux/math64.h: add div64_ul()Alex Shi2013-06-121-2/+4
* Revert "math64: New div64_u64_rem helper"Stanislaw Gruszka2013-04-301-18/+1
* math64: New div64_u64_rem helperFrederic Weisbecker2013-03-131-1/+18
* math: Introduce div64_longSasha Levin2012-03-151-0/+4
* div64_u64(): improve precision on 32bit platformsBrian Behlendorf2010-10-261-0/+12
* add an inlined version of iter_div_u64_remJeremy Fitzhardinge2008-06-121-0/+19
* common implementation of iterative div/modJeremy Fitzhardinge2008-06-121-0/+2
* rename div64_64 to div64_u64Roman Zippel2008-05-011-0/+12
* introduce explicit signed/unsigned 64bit divideRoman Zippel2008-05-011-0/+72