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 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
*
|
hrtimer: Get rid of softirq time
Thomas Gleixner
2015-04-22
1
-32
/
+0
|
/
*
timekeeping: Get rid of stale comment
Thomas Gleixner
2015-04-03
1
-4
/
+0
*
time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksource
Xunlei Pang
2015-04-03
1
-17
/
+49
*
time: Fix a bug in timekeeping_suspend() with no persistent clock
Xunlei Pang
2015-04-03
1
-17
/
+19
*
time: Don't build timekeeping_inject_sleeptime64() if no one uses it
Xunlei Pang
2015-04-03
1
-0
/
+2
*
time: Add y2038 safe read_persistent_clock64()
Xunlei Pang
2015-04-03
1
-10
/
+12
*
time: Add y2038 safe read_boot_clock64()
Xunlei Pang
2015-04-03
1
-2
/
+9
*
clockevents: Make suspend/resume calls explicit
Thomas Gleixner
2015-04-01
1
-4
/
+2
*
time: Introduce tk_fast_raw
Peter Zijlstra
2015-03-27
1
-0
/
+13
*
time: Parametrize all tk_fast_mono users
Peter Zijlstra
2015-03-27
1
-10
/
+15
*
time: Add timerkeeper::tkr_raw
Peter Zijlstra
2015-03-27
1
-22
/
+19
*
time: Rename timekeeper::tkr to timekeeper::tkr_mono
Peter Zijlstra
2015-03-27
1
-75
/
+75
*
timekeeping: Add warnings when overflows or underflows are observed
John Stultz
2015-03-13
1
-7
/
+57
*
timekeeping: Try to catch clocksource delta underflows
John Stultz
2015-03-13
1
-0
/
+7
*
timekeeping: Add checks to cap clocksource reads to the 'max_cycles' value
John Stultz
2015-03-13
1
-14
/
+35
*
timekeeping: Add debugging checks to warn if we see delays
John Stultz
2015-03-13
1
-0
/
+28
*
PM / sleep: Make it possible to quiesce timers during suspend-to-idle
Rafael J. Wysocki
2015-02-15
1
-2
/
+2
*
timekeeping: Make it safe to use the fast timekeeper while suspended
Rafael J. Wysocki
2015-02-15
1
-0
/
+30
*
timekeeping: Pass readout base to update_fast_timekeeper()
Rafael J. Wysocki
2015-02-13
1
-8
/
+6
*
time: Expose getboottime64 for in-kernel uses
John Stultz
2015-01-23
1
-6
/
+6
*
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-12-10
1
-5
/
+63
|
\
|
*
timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...
Heena Sirwani
2014-10-29
1
-0
/
+30
|
*
timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONIC
Heena Sirwani
2014-10-29
1
-5
/
+33
*
|
time: Fix sign bug in NTP mult overflow warning
John Stultz
2014-11-25
1
-1
/
+1
*
|
time: Fixup comments to reflect usage of timespec64
John Stultz
2014-11-21
1
-3
/
+3
*
|
time: Expose get_monotonic_coarse64() for in-kernel uses
John Stultz
2014-11-21
1
-2
/
+2
*
|
time: Expose getrawmonotonic64 for in-kernel uses
John Stultz
2014-11-21
1
-5
/
+6
*
|
time: Provide y2038 safe timekeeping_inject_sleeptime() replacement
pang.xunlei
2014-11-21
1
-6
/
+4
*
|
time: Provide y2038 safe do_settimeofday() replacement
pang.xunlei
2014-11-21
1
-10
/
+9
*
|
time: Complete NTP adjustment threshold judging conditions
pang.xunlei
2014-11-21
1
-1
/
+2
*
|
time: Avoid possible NTP adjustment mult overflow.
pang.xunlei
2014-11-21
1
-0
/
+6
|
/
*
timekeeping: Update timekeeper before updating vsyscall and pvclock
Thomas Gleixner
2014-09-06
1
-2
/
+3
*
timekeeping: Another fix to the VSYSCALL_OLD update_vsyscall
John Stultz
2014-08-14
1
-2
/
+3
*
timekeeping: Use cached ntp_tick_length when accumulating error
John Stultz
2014-07-23
1
-1
/
+4
*
timekeeping: Rework frequency adjustments to work better w/ nohz
John Stultz
2014-07-23
1
-110
/
+83
*
timekeeping: Minor fixup for timespec64->timespec assignment
John Stultz
2014-07-23
1
-1
/
+1
*
timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONIC
Thomas Gleixner
2014-07-23
1
-0
/
+124
[next]