aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-27/+2
2015-06-18timekeeping: Copy the shadow-timekeeper over the real timekeeper lastJohn Stultz1-1/+2
2015-06-12time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz1-1/+22
2015-06-12time: Move clock_was_set_seq update before updating shadow-timekeeperJohn Stultz1-4/+8
2015-05-28seqlock: Introduce raw_read_seqcount_latch()Peter Zijlstra1-1/+1
2015-05-28seqlock: Better document raw_write_seqcount_latch()Peter Zijlstra1-26/+1
2015-05-22time: Remove read_boot_clock()Xunlei Pang1-11/+3
2015-05-22time: Rework debugging variables so they aren't globalJohn Stultz1-22/+11
2015-05-22timekeeping: Provide new API to get the current time resolutionHarald Geyer1-0/+17
2015-04-22hrtimer: Make offset update smarterThomas Gleixner1-7/+16
2015-04-22hrtimer: Get rid of softirq timeThomas Gleixner1-32/+0
2015-04-03timekeeping: Get rid of stale commentThomas Gleixner1-4/+0
2015-04-03time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang1-17/+49
2015-04-03time: Fix a bug in timekeeping_suspend() with no persistent clockXunlei Pang1-17/+19
2015-04-03time: Don't build timekeeping_inject_sleeptime64() if no one uses itXunlei Pang1-0/+2
2015-04-03time: Add y2038 safe read_persistent_clock64()Xunlei Pang1-10/+12
2015-04-03time: Add y2038 safe read_boot_clock64()Xunlei Pang1-2/+9
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner1-4/+2
2015-03-27time: Introduce tk_fast_rawPeter Zijlstra1-0/+13
2015-03-27time: Parametrize all tk_fast_mono usersPeter Zijlstra1-10/+15
2015-03-27time: Add timerkeeper::tkr_rawPeter Zijlstra1-22/+19
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra1-75/+75
2015-03-13timekeeping: Add warnings when overflows or underflows are observedJohn Stultz1-7/+57
2015-03-13timekeeping: Try to catch clocksource delta underflowsJohn Stultz1-0/+7
2015-03-13timekeeping: Add checks to cap clocksource reads to the 'max_cycles' valueJohn Stultz1-14/+35
2015-03-13timekeeping: Add debugging checks to warn if we see delaysJohn Stultz1-0/+28
2015-02-15PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki1-2/+2
2015-02-15timekeeping: Make it safe to use the fast timekeeper while suspendedRafael J. Wysocki1-0/+30
2015-02-13timekeeping: Pass readout base to update_fast_timekeeper()Rafael J. Wysocki1-8/+6
2015-01-23time: Expose getboottime64 for in-kernel usesJohn Stultz1-6/+6
2014-12-10Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+63
2014-11-25time: Fix sign bug in NTP mult overflow warningJohn Stultz1-1/+1
2014-11-21time: Fixup comments to reflect usage of timespec64John Stultz1-3/+3
2014-11-21time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz1-2/+2
2014-11-21time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz1-5/+6
2014-11-21time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei1-6/+4
2014-11-21time: Provide y2038 safe do_settimeofday() replacementpang.xunlei1-10/+9
2014-11-21time: Complete NTP adjustment threshold judging conditionspang.xunlei1-1/+2
2014-11-21time: Avoid possible NTP adjustment mult overflow.pang.xunlei1-0/+6
2014-10-29timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REALTIMEHeena Sirwani1-0/+30
2014-10-29timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani1-5/+33
2014-09-06timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner1-2/+3
2014-08-14timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallJohn Stultz1-2/+3
2014-07-23timekeeping: Use cached ntp_tick_length when accumulating errorJohn Stultz1-1/+4
2014-07-23timekeeping: Rework frequency adjustments to work better w/ nohzJohn Stultz1-110/+83
2014-07-23timekeeping: Minor fixup for timespec64->timespec assignmentJohn Stultz1-1/+1
2014-07-23timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONICThomas Gleixner1-0/+124
2014-07-23timekeeping: Use tk_read_base as argument for timekeeping_get_ns()Thomas Gleixner1-11/+11
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner1-66/+66
2014-07-23timekeeping: Restructure the timekeeper some moreThomas Gleixner1-20/+15