index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
math
Age
Commit message (
Expand
)
Author
2025-02-12
lib/prime_numbers: convert self-test to KUnit
Tamir Duberstein
2025-02-12
lib/math: Add Kunit test suite for gcd()
Yu-Chun Lin
2025-02-10
lib/math: Add int_log test suite
Bruno Sobreira França
2025-02-10
lib: math: Move KUnit tests into tests/ subdir
Luis Felipe Hernandez
2025-01-12
lib/math: add int_sqrt test suite
Luis Felipe Hernandez
2024-10-28
lib/math/test_div64: add some edge cases relevant to __div64_const32()
Nicolas Pitre
2024-09-21
Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-09-12
lib/math: Add int_pow test suite
Luis Felipe Hernandez
2024-09-01
mul_u64_u64_div_u64: basic sanity test
Nicolas Pitre
2024-09-01
mul_u64_u64_div_u64: make it precise always
Nicolas Pitre
2024-07-21
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-07-04
math: rational: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2024-06-04
lib/math: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-04-01
bitmap: introduce generic optimized bitmap_size()
Alexander Lobakin
2024-03-12
mul_u64_u64_div_u64: increase precision by conditionally swapping a and b
Uwe Kleine-König
2023-07-09
lib/math/int_log: Replace LGPL-2.1-or-later boilerplate with SPDX identifier
Andy Shevchenko
2023-07-09
lib/math/int_log: Use ARRAY_SIZE(logtable) where makes sense
Andy Shevchenko
2023-07-09
lib/math: Move dvb_math.c into lib/math/int_log.c
Andy Shevchenko
2022-11-21
math64: favor kernel-doc from header files
Liam Beguin
2021-09-08
math: make RATIONAL tristate
Geert Uytterhoeven
2021-07-01
lib/math/rational: add Kunit test cases
Trent Piepho
2021-07-01
lib/math/rational.c: fix divide by zero
Trent Piepho
2021-04-29
Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
2021-04-23
lib/math/test_div64: Correct the spelling of "dividend"
Maciej W. Rozycki
2021-04-21
lib/math/test_div64: Fix error message formatting
Maciej W. Rozycki
2021-04-21
lib/math: Add a `do_div' test module
Maciej W. Rozycki
2021-03-24
math: Export mul_u64_u64_div_u64
David S. Miller
2020-12-15
kernel.h: split out mathematical helpers
Andy Shevchenko
2020-10-16
kernel.h: split out min()/max() et al. helpers
Andy Shevchenko
2020-08-12
lib/: replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-06-15
sched/cputime: Improve cputime_adjust()
Oleg Nesterov
2020-06-09
Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-06-04
lib/math: avoid trailing newline hidden in pr_fmt()
Christophe JAILLET
2020-06-02
lib: Make prime number generator independently selectable
Masami Hiramatsu
2019-12-04
lib/math/rational.c: fix possible incorrect result from rational fractions he...
Trent Piepho
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-14
lib/math: move int_pow() from pwm_bl.c for wider use
Andy Shevchenko
2019-05-14
lib: Move mathematic helpers to separate folder
Andy Shevchenko