| Commit message (Expand) | Author | Age | Files | Lines |
* | math64: favor kernel-doc from header files | Liam Beguin | 2022-11-21 | 1 | -13/+2 |
* | math: make RATIONAL tristate | Geert Uytterhoeven | 2021-09-08 | 2 | -1/+4 |
* | lib/math/rational: add Kunit test cases | Trent Piepho | 2021-07-01 | 2 | -0/+57 |
* | lib/math/rational.c: fix divide by zero | Trent Piepho | 2021-07-01 | 1 | -5/+11 |
* | Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 2021-04-29 | 2 | -0/+251 |
|\ |
|
| * | lib/math/test_div64: Correct the spelling of "dividend" | Maciej W. Rozycki | 2021-04-23 | 1 | -19/+19 |
| * | lib/math/test_div64: Fix error message formatting | Maciej W. Rozycki | 2021-04-21 | 1 | -1/+1 |
| * | lib/math: Add a `do_div' test module | Maciej W. Rozycki | 2021-04-21 | 2 | -0/+251 |
* | | math: Export mul_u64_u64_div_u64 | David S. Miller | 2021-03-24 | 1 | -0/+1 |
|/ |
|
* | kernel.h: split out mathematical helpers | Andy Shevchenko | 2020-12-15 | 4 | -6/+12 |
* | kernel.h: split out min()/max() et al. helpers | Andy Shevchenko | 2020-10-16 | 2 | -1/+2 |
* | lib/: replace HTTP links with HTTPS ones | Alexander A. Klimov | 2020-08-12 | 1 | -1/+1 |
* | sched/cputime: Improve cputime_adjust() | Oleg Nesterov | 2020-06-15 | 1 | -0/+41 |
* | Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-06-09 | 1 | -1/+6 |
|\ |
|
| * | lib: Make prime number generator independently selectable | Masami Hiramatsu | 2020-06-02 | 1 | -1/+6 |
* | | lib/math: avoid trailing newline hidden in pr_fmt() | Christophe JAILLET | 2020-06-04 | 1 | -5/+5 |
|/ |
|
* | lib/math/rational.c: fix possible incorrect result from rational fractions he... | Trent Piepho | 2019-12-04 | 1 | -13/+50 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | lib/math: move int_pow() from pwm_bl.c for wider use | Andy Shevchenko | 2019-05-14 | 2 | -1/+33 |
* | lib: Move mathematic helpers to separate folder | Andy Shevchenko | 2019-05-14 | 10 | -0/+928 |