summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/ktime.h
AgeCommit message (Expand)Author
2025-05-09LinuxKPI: add ktime_get_boottime_seconds()Bjoern A. Zeeb
2024-04-08LinuxKPI: Add ms_to_ktimeVladimir Kondratyev
2023-12-24LinuxKPI: Add ktime_get_raw_fast_ns() to linux/ktime.hVladimir Kondratyev
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-08LinuxKPI: add ktime_get_real_ts64()Bjoern A. Zeeb
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2021-05-25LinuxKPI: add ktime_get_boottime_ns() implementation to ktime.hBjoern A. Zeeb
2019-05-15LinuxKPI: Expand ktime functionality.Johannes Lundberg
2018-11-16Implement ktime_get_ts64() function macro in the LinuxKPI.Hans Petter Selasky
2018-08-03Implement ktime_add_ms() and ktime_before() in the LinuxKPI.Hans Petter Selasky
2018-06-07Wrap timespec64 into timespec in the LinuxKPI.Hans Petter Selasky
2018-06-06Implement the ktime_compare() and ktime_after() functions in the LinuxKPI.Hans Petter Selasky
2018-03-23linuxkpi whitespace cleanupEd Maste
2018-03-02Implement ktime_get_raw() function in the LinuxKPI.Hans Petter Selasky
2018-02-18Update the ktime type in the LinuxKPI to be a signed 64-bit integer similarlyHans Petter Selasky
2018-02-07Fix implementation of ktime_add_ns() and ktime_sub_ns() in the LinuxKPI toHans Petter Selasky
2017-07-09Add a few functions to ktime.h in the LinuxKPI, and fix nearby style.Mark Johnston
2017-06-25Add ns_to_ktime() to the LinuxKPI.Mark Johnston
2016-05-23Add more ktime related functions to the LinuxKPI.Hans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky