summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/math64.h
AgeCommit message (Expand)Author
2025-09-05LinuxKPI: maths64: implement roundup_u64()Bjoern A. Zeeb
2025-06-24linuxkpi: Define `div64_ul()` as a synonym to `div64_u64()`Jean-Sébastien Pédron
2023-08-18linuxkpi math: fix kassert in math64.hDoug Moore
2023-08-18linuxkpi: fix buildkernel after b80ea452375fKyle Evans
2023-08-18LinuxKPI: implement mul_u64_u64_div_u64()Bjoern A. Zeeb
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-08-08linuxkpi: math.h: Add mul_u64_u32_div and mul_u64_u32_shrEmmanuel Vadot
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2020-05-01Implement DIV64_U64_ROUND_UP() in the LinuxKPI.Hans Petter Selasky
2018-06-05Implement mul_u32_u32() function in the LinuxKPI.Hans Petter Selasky
2017-07-09Add some functions to math64.h in the LinuxKPI, and fix nearby style.Mark Johnston
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky