aboutsummaryrefslogtreecommitdiff
path: root/lib/math
AgeCommit message (Expand)AuthorFilesLines
2024-04-01bitmap: introduce generic optimized bitmap_size()Gravatar Alexander Lobakin 1-2/+0
2024-03-12mul_u64_u64_div_u64: increase precision by conditionally swapping a and bGravatar Uwe Kleine-König 1-0/+15
2023-07-09lib/math/int_log: Replace LGPL-2.1-or-later boilerplate with SPDX identifierGravatar Andy Shevchenko 1-10/+1
2023-07-09lib/math/int_log: Use ARRAY_SIZE(logtable) where makes senseGravatar Andy Shevchenko 1-2/+2
2023-07-09lib/math: Move dvb_math.c into lib/math/int_log.cGravatar Andy Shevchenko 2-1/+143
2022-11-21math64: favor kernel-doc from header filesGravatar Liam Beguin 1-13/+2
2021-09-08math: make RATIONAL tristateGravatar Geert Uytterhoeven 2-1/+4
2021-07-01lib/math/rational: add Kunit test casesGravatar Trent Piepho 2-0/+57
2021-07-01lib/math/rational.c: fix divide by zeroGravatar Trent Piepho 1-5/+11
2021-04-29Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 2-0/+251
2021-04-23lib/math/test_div64: Correct the spelling of "dividend"Gravatar Maciej W. Rozycki 1-19/+19
2021-04-21lib/math/test_div64: Fix error message formattingGravatar Maciej W. Rozycki 1-1/+1
2021-04-21lib/math: Add a `do_div' test moduleGravatar Maciej W. Rozycki 2-0/+251
2021-03-24math: Export mul_u64_u64_div_u64Gravatar David S. Miller 1-0/+1
2020-12-15kernel.h: split out mathematical helpersGravatar Andy Shevchenko 4-6/+12
2020-10-16kernel.h: split out min()/max() et al. helpersGravatar Andy Shevchenko 2-1/+2
2020-08-12lib/: replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-06-15sched/cputime: Improve cputime_adjust()Gravatar Oleg Nesterov 1-0/+41
2020-06-09Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+6
2020-06-04lib/math: avoid trailing newline hidden in pr_fmt()Gravatar Christophe JAILLET 1-5/+5
2020-06-02lib: Make prime number generator independently selectableGravatar Masami Hiramatsu 1-1/+6
2019-12-04lib/math/rational.c: fix possible incorrect result from rational fractions he...Gravatar Trent Piepho 1-13/+50
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 2-0/+2
2019-05-14lib/math: move int_pow() from pwm_bl.c for wider useGravatar Andy Shevchenko 2-1/+33
2019-05-14lib: Move mathematic helpers to separate folderGravatar Andy Shevchenko 10-0/+928