index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timekeeping.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting
John Stultz
2017-06-20
1
-9
/
+10
*
time: Fix clock->read(clock) race around clocksource changes
John Stultz
2017-06-20
1
-16
/
+36
*
timekeeping: Remove pointless conversion to bool
Nicholas Mc Guire
2017-03-31
1
-2
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
timekeeping: Remove unused timekeeping_{get,set}_tai_offset()
Stephen Boyd
2017-01-06
1
-38
/
+1
*
ktime: Get rid of the union
Thomas Gleixner
2016-12-25
1
-3
/
+3
*
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-12-25
1
-30
/
+27
*
timekeeping: Use mul_u64_u32_shr() instead of open coding it
Thomas Gleixner
2016-12-09
1
-21
/
+5
*
timekeeping: Get rid of pointless typecasts
Thomas Gleixner
2016-12-09
1
-3
/
+2
*
timekeeping: Make the conversion call chain consistently unsigned
Thomas Gleixner
2016-12-09
1
-13
/
+13
*
timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion
Thomas Gleixner
2016-12-09
1
-2
/
+2
*
timekeeping: Add a fast and NMI safe boot clock
Joel Fernandes
2016-11-29
1
-0
/
+29
*
timekeeping: Fix __ktime_get_fast_ns() regression
John Stultz
2016-10-05
1
-2
/
+5
*
timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
John Stultz
2016-08-24
1
-1
/
+4
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-07-25
1
-4
/
+6
|
\
|
*
timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLD
Thomas Graziadei
2016-06-20
1
-4
/
+6
*
|
timekeeping: export get_monotonic_coarse64 symbol
Gregor Boirie
2016-06-30
1
-0
/
+1
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2016-03-17
1
-1
/
+1
|
\
|
*
treewide: Fix typo in printk
Masanari Iida
2016-02-15
1
-1
/
+1
*
|
time/timekeeping: Work around false positive GCC warning
Ingo Molnar
2016-03-08
1
-1
/
+1
*
|
time: Add history to cross timestamp interface supporting slower devices
Christopher S. Hall
2016-03-02
1
-1
/
+170
*
|
time: Add driver cross timestamp interface for higher precision time synchron...
Christopher S. Hall
2016-03-02
1
-0
/
+56
*
|
time: Remove duplicated code in ktime_get_raw_and_real()
Christopher S. Hall
2016-03-02
1
-38
/
+2
*
|
time: Add timekeeping snapshot code capturing system time and counter
Christopher S. Hall
2016-03-02
1
-0
/
+30
*
|
time: Add cycles to nanoseconds translation
Christopher S. Hall
2016-03-02
1
-4
/
+21
*
|
timekeeping: Cap adjustments so they don't exceed the maxadj value
John Stultz
2015-12-16
1
-4
/
+27
*
|
timekeeping: Provide internal function __ktime_get_real_seconds
DengChao
2015-12-16
1
-0
/
+13
*
|
time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
John Stultz
2015-12-10
1
-1
/
+1
*
|
time: Avoid signed overflow in timekeeping_get_ns()
David Gibson
2015-12-07
1
-2
/
+1
*
|
remove abs64()
Andrew Morton
2015-11-09
1
-1
/
+1
|
/
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-11-03
1
-9
/
+9
|
\
|
*
Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/...
Thomas Gleixner
2015-10-20
1
-7
/
+7
|
|
\
|
|
*
ntp/pps: replace getnstime_raw_and_real with 64-bit version
Arnd Bergmann
2015-10-01
1
-6
/
+6
|
|
*
ntp/pps: use timespec64 for hardpps()
Arnd Bergmann
2015-10-01
1
-1
/
+1
|
*
|
time: Fix spelling in comments
Zhen Lei
2015-09-22
1
-2
/
+2
|
|
/
*
/
timekeeping: Increment clock_was_set_seq in timekeeping_init()
Thomas Gleixner
2015-10-16
1
-1
/
+1
|
/
*
time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()
John Stultz
2015-09-13
1
-1
/
+1
*
time: Introduce current_kernel_time64()
Baolin Wang
2015-08-17
1
-3
/
+3
*
time: Always make sure wall_to_monotonic isn't positive
Wang YanQing
2015-08-17
1
-3
/
+10
*
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-07-01
1
-27
/
+2
|
\
|
*
seqlock: Introduce raw_read_seqcount_latch()
Peter Zijlstra
2015-05-28
1
-1
/
+1
|
*
seqlock: Better document raw_write_seqcount_latch()
Peter Zijlstra
2015-05-28
1
-26
/
+1
*
|
timekeeping: Copy the shadow-timekeeper over the real timekeeper last
John Stultz
2015-06-18
1
-1
/
+2
*
|
time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge
John Stultz
2015-06-12
1
-1
/
+22
*
|
time: Move clock_was_set_seq update before updating shadow-timekeeper
John Stultz
2015-06-12
1
-4
/
+8
*
|
time: Remove read_boot_clock()
Xunlei Pang
2015-05-22
1
-11
/
+3
*
|
time: Rework debugging variables so they aren't global
John Stultz
2015-05-22
1
-22
/
+11
*
|
timekeeping: Provide new API to get the current time resolution
Harald Geyer
2015-05-22
1
-0
/
+17
*
|
hrtimer: Make offset update smarter
Thomas Gleixner
2015-04-22
1
-7
/
+16
[next]