index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
math
Age
Commit message (
Expand
)
Author
2025-07-19
lib/math/gcd: use static key to select implementation at runtime
Kuan-Wei Chiu
2025-07-09
mul_u64_u64_div_u64: fix the division-by-zero behavior
Nicolas Pitre
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