summaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
Commit message (Expand)AuthorAge
* timekeeping: Remove __current_kernel_time()Baolin Wang2018-04-17
* hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-13
* timekeeping: Remove boot time specific codeThomas Gleixner2018-03-13
* timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner2018-03-13
* timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner2018-03-13
* timekeeping/ntp: Determine the multiplier directly from NTP tick lengthMiroslav Lichvar2018-03-10
* timekeeping/ntp: Don't align NTP frequency adjustments to ticksMiroslav Lichvar2018-03-10
* timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLDMiroslav Lichvar2017-11-14
* pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann2017-11-12
* Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-10-31
|\
| * timekeeping: Use timespec64 in timekeeping_inject_offsetArnd Bergmann2017-10-30
| * timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann2017-10-30
* | timekeeping: Provide NMI safe access to clock realtimeThomas Gleixner2017-09-25
* | timekeeping: Make fast accessors return 0 before timekeeping is initializedPrarit Bhargava2017-09-25
|/
* drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day2017-09-08
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-04
|\
| * timekeeping: Use proper timekeeper for debug codeStafford Horne2017-08-17
* | time: Fix ktime_get_raw() incorrect base accumulationJohn Stultz2017-08-26
|/
* time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2017-06-20
* time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz2017-06-20
* time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2017-06-20
* time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-20
* timekeeping: Remove pointless conversion to boolNicholas Mc Guire2017-03-31
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* timekeeping: Remove unused timekeeping_{get,set}_tai_offset()Stephen Boyd2017-01-06
* ktime: Get rid of the unionThomas Gleixner2016-12-25
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-25
* timekeeping: Use mul_u64_u32_shr() instead of open coding itThomas Gleixner2016-12-09
* timekeeping: Get rid of pointless typecastsThomas Gleixner2016-12-09
* timekeeping: Make the conversion call chain consistently unsignedThomas Gleixner2016-12-09
* timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner2016-12-09
* timekeeping: Add a fast and NMI safe boot clockJoel Fernandes2016-11-29
* timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz2016-10-05
* timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz2016-08-24
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-25
|\
| * timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLDThomas Graziadei2016-06-20
* | timekeeping: export get_monotonic_coarse64 symbolGregor Boirie2016-06-30
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-17
|\
| * treewide: Fix typo in printkMasanari Iida2016-02-15
* | time/timekeeping: Work around false positive GCC warningIngo Molnar2016-03-08
* | time: Add history to cross timestamp interface supporting slower devicesChristopher S. Hall2016-03-02
* | time: Add driver cross timestamp interface for higher precision time synchron...Christopher S. Hall2016-03-02
* | time: Remove duplicated code in ktime_get_raw_and_real()Christopher S. Hall2016-03-02
* | time: Add timekeeping snapshot code capturing system time and counterChristopher S. Hall2016-03-02
* | time: Add cycles to nanoseconds translationChristopher S. Hall2016-03-02
* | timekeeping: Cap adjustments so they don't exceed the maxadj valueJohn Stultz2015-12-16
* | timekeeping: Provide internal function __ktime_get_real_secondsDengChao2015-12-16
* | time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2015-12-10
* | time: Avoid signed overflow in timekeeping_get_ns()David Gibson2015-12-07