aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-31timekeeping: Remove pointless conversion to boolNicholas Mc Guire1-2/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>Ingo Molnar1-0/+1
2017-01-06timekeeping: Remove unused timekeeping_{get,set}_tai_offset()Stephen Boyd1-38/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-3/+3
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-30/+27
2016-12-09timekeeping: Use mul_u64_u32_shr() instead of open coding itThomas Gleixner1-21/+5
2016-12-09timekeeping: Get rid of pointless typecastsThomas Gleixner1-3/+2
2016-12-09timekeeping: Make the conversion call chain consistently unsignedThomas Gleixner1-13/+13
2016-12-09timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner1-2/+2
2016-11-29timekeeping: Add a fast and NMI safe boot clockJoel Fernandes1-0/+29
2016-10-05timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz1-2/+5
2016-08-24timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz1-1/+4
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+6
2016-06-30timekeeping: export get_monotonic_coarse64 symbolGregor Boirie1-0/+1
2016-06-20timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLDThomas Graziadei1-4/+6
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-03-08time/timekeeping: Work around false positive GCC warningIngo Molnar1-1/+1
2016-03-02time: Add history to cross timestamp interface supporting slower devicesChristopher S. Hall1-1/+170
2016-03-02time: Add driver cross timestamp interface for higher precision time synchronizationChristopher S. Hall1-0/+56
2016-03-02time: Remove duplicated code in ktime_get_raw_and_real()Christopher S. Hall1-38/+2
2016-03-02time: Add timekeeping snapshot code capturing system time and counterChristopher S. Hall1-0/+30
2016-03-02time: Add cycles to nanoseconds translationChristopher S. Hall1-4/+21
2016-02-15treewide: Fix typo in printkMasanari Iida1-1/+1
2015-12-16timekeeping: Cap adjustments so they don't exceed the maxadj valueJohn Stultz1-4/+27
2015-12-16timekeeping: Provide internal function __ktime_get_real_secondsDengChao1-0/+13
2015-12-10time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz1-1/+1
2015-12-07time: Avoid signed overflow in timekeeping_get_ns()David Gibson1-2/+1
2015-11-09remove abs64()Andrew Morton1-1/+1
2015-11-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+9
2015-10-20Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/linux into timers/coreThomas Gleixner1-7/+7
2015-10-16timekeeping: Increment clock_was_set_seq in timekeeping_init()Thomas Gleixner1-1/+1
2015-10-01ntp/pps: replace getnstime_raw_and_real with 64-bit versionArnd Bergmann1-6/+6
2015-10-01ntp/pps: use timespec64 for hardpps()Arnd Bergmann1-1/+1
2015-09-22time: Fix spelling in commentsZhen Lei1-2/+2
2015-09-13time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz1-1/+1
2015-08-17time: Introduce current_kernel_time64()Baolin Wang1-3/+3
2015-08-17time: Always make sure wall_to_monotonic isn't positiveWang YanQing1-3/+10
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