summaryrefslogtreecommitdiffstats
path: root/include/linux/timekeeping.h
Commit message (Expand)AuthorAgeFilesLines
* timekeeping: Boot should be boottime for coarse ns accessorJason A. Donenfeld2019-06-251-1/+1
* timekeeping: Add missing _ns functions for coarse accessorsJason A. Donenfeld2019-06-221-0/+28
* timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld2019-06-221-2/+2
* timekeeping: remove obsolete time accessorsArnd Bergmann2018-12-181-14/+0Star
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-12/+0Star
|\
| * y2038: remove unused time interfacesArnd Bergmann2018-08-271-12/+0Star
* | timekeeping: Fix declaration of read_persistent_wall_and_boot_offset()Christian Borntraeger2018-09-031-2/+2
|/
* Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds2018-08-141-0/+15
|\
| * Documentation: document ktime_get_*() APIsArnd Bergmann2018-07-231-0/+15
* | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-141-1/+2
|\ \
| * | timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_o...Pavel Tatashin2018-07-201-1/+2
| |/
* / timekeeping/ntp: Constify some function argumentsOndrej Mosnacek2018-07-201-1/+1
|/
* timekeeping: Add more coarse clocktai/boottime interfacesArnd Bergmann2018-05-191-1/+23
* timekeeping: Add ktime_get_coarse_with_offsetArnd Bergmann2018-05-191-0/+16
* timekeeping: Standardize on ktime_get_*() namingArnd Bergmann2018-05-191-11/+32
* timekeeping: Clean up ktime_get_real_ts64Arnd Bergmann2018-05-191-3/+5
* Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-261-12/+25
* Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-121-0/+1
|\
| * kdb: use __ktime_get_real_seconds instead of __current_kernel_timeArnd Bergmann2018-01-251-0/+1
* | tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner2018-03-131-6/+0Star
* | timekeeping: Remove boot time specific codeThomas Gleixner2018-03-131-25/+17Star
* | timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner2018-03-131-0/+1
|/
* Merge branch 'linus' into timers/urgentThomas Gleixner2017-11-141-135/+3Star
|\
| * Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-141-135/+3Star
| |\
| | * Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-10-311-135/+2Star
| | |\
| | | * time: Move old timekeeping interfaces to timekeeping32.hArnd Bergmann2017-10-301-135/+2Star
| | * | timekeeping: Provide NMI safe access to clock realtimeThomas Gleixner2017-09-251-0/+1
| | |/
* | / timekeeping: Eliminate the stale declaration of ktime_get_raw_and_real_ts64()Dou Liyang2017-11-131-6/+0Star
|/ /
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* time: Change k_clock clock_get() to use timespec64Deepa Dinamani2017-04-141-0/+5
* time: Delete do_sys_setimeofday()Deepa Dinamani2017-04-141-15/+0Star
* sched/headers, timekeeping: Move the timer tick function prototypes to <linux...Ingo Molnar2017-03-031-0/+4
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* timekeeping: Add a fast and NMI safe boot clockJoel Fernandes2016-11-291-0/+1
* timekeeping: Include the correct header for errno definitionsChristoph Hellwig2016-09-221-1/+1
* time: Make settimeofday error checking work againJohn Stultz2016-06-011-0/+3
* time: Introduce do_sys_settimeofday64()Baolin Wang2016-04-221-2/+15
* time: Add history to cross timestamp interface supporting slower devicesChristopher S. Hall2016-03-031-0/+5
* time: Add driver cross timestamp interface for higher precision time synchron...Christopher S. Hall2016-03-031-0/+35
* time: Add timekeeping snapshot code capturing system time and counterChristopher S. Hall2016-03-031-0/+18
* ntp/pps: replace getnstime_raw_and_real with 64-bit versionArnd Bergmann2015-10-011-2/+2
* Merge branch 'fortglx/4.3/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2015-08-201-1/+8
|\
| * time: Introduce current_kernel_time64()Baolin Wang2015-08-171-1/+8
* | time: Get rid of do_posix_clock_monotonic_gettimeThomas Gleixner2015-07-091-1/+0Star
|/
* time: Remove read_boot_clock()Xunlei Pang2015-05-221-1/+0Star
* timekeeping: Provide new API to get the current time resolutionHarald Geyer2015-05-221-0/+1
* time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang2015-04-031-6/+3Star
* time: Add y2038 safe update_persistent_clock64()Xunlei Pang2015-04-031-0/+1
* time: Add y2038 safe read_persistent_clock64()Xunlei Pang2015-04-031-0/+1
* time: Add y2038 safe read_boot_clock64()Xunlei Pang2015-04-031-0/+1