summaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day2017-09-081-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-041-1/+1
|\
| * timekeeping: Use proper timekeeper for debug codeStafford Horne2017-08-171-1/+1
* | time: Fix ktime_get_raw() incorrect base accumulationJohn Stultz2017-08-261-3/+1
|/
* time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2017-06-201-0/+1
* time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz2017-06-201-20/+25
* time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2017-06-201-9/+10
* time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-201-16/+36
* timekeeping: Remove pointless conversion to boolNicholas Mc Guire2017-03-311-2/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* timekeeping: Remove unused timekeeping_{get,set}_tai_offset()Stephen Boyd2017-01-061-38/+1
* ktime: Get rid of the unionThomas Gleixner2016-12-251-3/+3
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-30/+27
* timekeeping: Use mul_u64_u32_shr() instead of open coding itThomas Gleixner2016-12-091-21/+5
* timekeeping: Get rid of pointless typecastsThomas Gleixner2016-12-091-3/+2
* timekeeping: Make the conversion call chain consistently unsignedThomas Gleixner2016-12-091-13/+13
* timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner2016-12-091-2/+2
* timekeeping: Add a fast and NMI safe boot clockJoel Fernandes2016-11-291-0/+29
* timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz2016-10-051-2/+5
* timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz2016-08-241-1/+4
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-251-4/+6
|\
| * timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLDThomas Graziadei2016-06-201-4/+6
* | timekeeping: export get_monotonic_coarse64 symbolGregor Boirie2016-06-301-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-171-1/+1
|\
| * treewide: Fix typo in printkMasanari Iida2016-02-151-1/+1
* | time/timekeeping: Work around false positive GCC warningIngo Molnar2016-03-081-1/+1
* | time: Add history to cross timestamp interface supporting slower devicesChristopher S. Hall2016-03-021-1/+170
* | time: Add driver cross timestamp interface for higher precision time synchron...Christopher S. Hall2016-03-021-0/+56
* | time: Remove duplicated code in ktime_get_raw_and_real()Christopher S. Hall2016-03-021-38/+2
* | time: Add timekeeping snapshot code capturing system time and counterChristopher S. Hall2016-03-021-0/+30
* | time: Add cycles to nanoseconds translationChristopher S. Hall2016-03-021-4/+21
* | timekeeping: Cap adjustments so they don't exceed the maxadj valueJohn Stultz2015-12-161-4/+27
* | timekeeping: Provide internal function __ktime_get_real_secondsDengChao2015-12-161-0/+13
* | time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2015-12-101-1/+1
* | time: Avoid signed overflow in timekeeping_get_ns()David Gibson2015-12-071-2/+1
* | remove abs64()Andrew Morton2015-11-091-1/+1
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-031-9/+9
|\
| * Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2015-10-201-7/+7
| |\
| | * ntp/pps: replace getnstime_raw_and_real with 64-bit versionArnd Bergmann2015-10-011-6/+6
| | * ntp/pps: use timespec64 for hardpps()Arnd Bergmann2015-10-011-1/+1
| * | time: Fix spelling in commentsZhen Lei2015-09-221-2/+2
| |/
* | timekeeping: Increment clock_was_set_seq in timekeeping_init()Thomas Gleixner2015-10-161-1/+1
|/
* time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz2015-09-131-1/+1
* time: Introduce current_kernel_time64()Baolin Wang2015-08-171-3/+3
* time: Always make sure wall_to_monotonic isn't positiveWang YanQing2015-08-171-3/+10
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-27/+2
|\
| * seqlock: Introduce raw_read_seqcount_latch()Peter Zijlstra2015-05-281-1/+1
| * seqlock: Better document raw_write_seqcount_latch()Peter Zijlstra2015-05-281-26/+1
* | timekeeping: Copy the shadow-timekeeper over the real timekeeper lastJohn Stultz2015-06-181-1/+2
OpenPOWER on IntegriCloud