aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/ktime.h
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: add ktime_get_boottime_seconds()Bjoern A. Zeeb2025-05-091-0/+7
* LinuxKPI: Add ms_to_ktimeVladimir Kondratyev2024-04-081-0/+6
* LinuxKPI: Add ktime_get_raw_fast_ns() to linux/ktime.hVladimir Kondratyev2023-12-241-0/+9
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: add ktime_get_real_ts64()Bjoern A. Zeeb2023-06-081-0/+1
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: add ktime_get_boottime_ns() implementation to ktime.hBjoern A. Zeeb2021-05-251-0/+7
* LinuxKPI: Expand ktime functionality.Johannes Lundberg2019-05-151-4/+18
* Implement ktime_get_ts64() function macro in the LinuxKPI.Hans Petter Selasky2018-11-161-0/+1
* Implement ktime_add_ms() and ktime_before() in the LinuxKPI.Hans Petter Selasky2018-08-031-0/+14
* Wrap timespec64 into timespec in the LinuxKPI.Hans Petter Selasky2018-06-071-0/+1
* Implement the ktime_compare() and ktime_after() functions in the LinuxKPI.Hans Petter Selasky2018-06-061-0/+19
* linuxkpi whitespace cleanupEd Maste2018-03-231-2/+2
* Implement ktime_get_raw() function in the LinuxKPI.Hans Petter Selasky2018-03-021-0/+9
* Update the ktime type in the LinuxKPI to be a signed 64-bit integer similarlyHans Petter Selasky2018-02-181-39/+47
* Fix implementation of ktime_add_ns() and ktime_sub_ns() in the LinuxKPI toHans Petter Selasky2018-02-071-6/+2
* Add a few functions to ktime.h in the LinuxKPI, and fix nearby style.Mark Johnston2017-07-091-3/+24
* Add ns_to_ktime() to the LinuxKPI.Mark Johnston2017-06-251-0/+9
* Add more ktime related functions to the LinuxKPI.Hans Petter Selasky2016-05-231-0/+32
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+135