tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
kernel
/
lib
/
math
/
at
nocache-cleanup
1 folder
15 files
tests
lib/prime_numbers: convert self-test to KUnit
1 year ago
Kconfig
math: make RATIONAL tristate
4 years ago
Makefile
lib: math: Move KUnit tests into tests/ subdir
1 year ago
cordic.c
lib: Move mathematic helpers to separate folder
6 years ago
div64.c
lib: mul_u64_u64_div_u64(): optimise the divide code
4 months ago
gcd.c
lib/math/gcd: use static key to select implementation at runtime
10 months ago
int_log.c
lib/math/int_log: Replace LGPL-2.1-or-later boilerplate with SPDX identifier
2 years ago
int_pow.c
kernel.h: split out mathematical helpers
5 years ago
int_sqrt.c
kernel.h: split out mathematical helpers
5 years ago
lcm.c
treewide: Add SPDX license identifier for missed files
6 years ago
prime_numbers.c
lib/prime_numbers: convert self-test to KUnit
1 year ago
prime_numbers_private.h
lib/prime_numbers: convert self-test to KUnit
1 year ago
rational.c
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
2 years ago
reciprocal_div.c
kernel.h: split out mathematical helpers
5 years ago
test_div64.c
lib/math/test_div64: add some edge cases relevant to __div64_const32()
2 years ago
test_mul_u64_u64_div_u64.c
lib: test_mul_u64_u64_div_u64(): test the 32bit code on 64bit
4 months ago