summaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz2015-06-121-1/+22
* | time: Move clock_was_set_seq update before updating shadow-timekeeperJohn Stultz2015-06-121-4/+8
* | time: Remove read_boot_clock()Xunlei Pang2015-05-221-11/+3
* | time: Rework debugging variables so they aren't globalJohn Stultz2015-05-221-22/+11
* | timekeeping: Provide new API to get the current time resolutionHarald Geyer2015-05-221-0/+17
* | hrtimer: Make offset update smarterThomas Gleixner2015-04-221-7/+16
* | hrtimer: Get rid of softirq timeThomas Gleixner2015-04-221-32/+0
|/
* timekeeping: Get rid of stale commentThomas Gleixner2015-04-031-4/+0
* time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang2015-04-031-17/+49
* time: Fix a bug in timekeeping_suspend() with no persistent clockXunlei Pang2015-04-031-17/+19
* time: Don't build timekeeping_inject_sleeptime64() if no one uses itXunlei Pang2015-04-031-0/+2
* time: Add y2038 safe read_persistent_clock64()Xunlei Pang2015-04-031-10/+12
OpenPOWER on IntegriCloud