index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
math
/
div64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-20
lib: mul_u64_u64_div_u64(): optimise the divide code
David Laight
1
-39
/
+85
2025-11-20
lib: mul_u64_u64_div_u64(): optimise multiply on 32bit x86
David Laight
1
-14
/
+26
2025-11-20
lib: test_mul_u64_u64_div_u64(): test both generic and arch versions
David Laight
1
-2
/
+6
2025-11-20
lib: add mul_u64_add_u64_div_u64() and mul_u64_u64_div_u64_roundup()
David Laight
1
-6
/
+8
2025-11-20
lib: mul_u64_u64_div_u64(): simplify check for a 64bit product
David Laight
1
-3
/
+3
2025-11-20
lib: mul_u64_u64_div_u64(): combine overflow and divide by zero checks
David Laight
1
-10
/
+9
2025-11-20
lib: mul_u64_u64_div_u64(): rename parameter 'c' to 'd'
David Laight
1
-12
/
+12
2025-07-09
mul_u64_u64_div_u64: fix the division-by-zero behavior
Nicolas Pitre
1
-6
/
+7
2024-09-01
mul_u64_u64_div_u64: basic sanity test
Nicolas Pitre
1
-1
/
+8
2024-09-01
mul_u64_u64_div_u64: make it precise always
Nicolas Pitre
1
-43
/
+65
2024-03-12
mul_u64_u64_div_u64: increase precision by conditionally swapping a and b
Uwe Kleine-König
1
-0
/
+15
2022-11-21
math64: favor kernel-doc from header files
Liam Beguin
1
-13
/
+2
2021-03-24
math: Export mul_u64_u64_div_u64
David S. Miller
1
-0
/
+1
2020-12-15
kernel.h: split out mathematical helpers
Andy Shevchenko
1
-1
/
+3
2020-06-15
sched/cputime: Improve cputime_adjust()
Oleg Nesterov
1
-0
/
+41
2019-05-14
lib: Move mathematic helpers to separate folder
Andy Shevchenko
1
-0
/
+192