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
/
clocksource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
clocksource: Replace cpumask_weight() with cpumask_empty()
Yury Norov
2022-04-10
1
-1
/
+1
*
clocksource: Add a Kconfig option for WATCHDOG_MAX_SKEW
Waiman Long
2022-02-01
1
-1
/
+7
*
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
2022-01-23
1
-2
/
+2
|
\
|
*
cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
Yury Norov
2022-01-15
1
-2
/
+2
*
|
clocksource: Reduce the default clocksource_watchdog() retries to 2
Waiman Long
2021-11-30
1
-1
/
+1
*
|
clocksource: Avoid accidental unstable marking of clocksources
Waiman Long
2021-11-30
1
-9
/
+41
|
/
*
clocksource: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-08-10
1
-3
/
+3
*
clocksource: Print deviation in nanoseconds when a clocksource becomes unstable
Feng Tang
2021-06-22
1
-4
/
+4
*
clocksource: Provide kernel module to test clocksource watchdog
Paul E. McKenney
2021-06-22
1
-2
/
+4
*
clocksource: Reduce clocksource-skew threshold
Paul E. McKenney
2021-06-22
1
-10
/
+38
*
clocksource: Limit number of CPUs checked for clock synchronization
Paul E. McKenney
2021-06-22
1
-2
/
+72
*
clocksource: Check per-CPU clock synchronization when marked unstable
Paul E. McKenney
2021-06-22
1
-0
/
+60
*
clocksource: Retry clock read if long delays detected
Paul E. McKenney
2021-06-22
1
-6
/
+47
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-01
1
-0
/
+2
|
\
|
*
time: Add mechanism to recognize clocksource in time_get_snapshot
Thomas Gleixner
2021-04-07
1
-0
/
+2
*
|
timekeeping, clocksource: Fix various typos in comments
Ingo Molnar
2021-03-22
1
-2
/
+2
|
/
*
timekeeping: remove arch_gettimeoffset
Arnd Bergmann
2020-10-30
1
-8
/
+0
*
clocksource: Remove obsolete ifdef
Thomas Gleixner
2020-06-09
1
-2
/
+0
*
clocksource: Add common vdso clock mode storage
Thomas Gleixner
2020-02-17
1
-0
/
+9
*
clocksource: Prevent double add_timer_on() for watchdog_timer
Konstantin Khlebnikov
2020-02-01
1
-2
/
+9
*
clocksource: Move inline keyword to the beginning of function declarations
Mathieu Malaterre
2019-06-14
1
-2
/
+2
*
time: Remove license boilerplate
Thomas Gleixner
2018-11-23
1
-14
/
+0
*
time: Add SPDX license identifiers
Thomas Gleixner
2018-11-23
1
-0
/
+1
*
time: Remove useless filenames in top level comments
Thomas Gleixner
2018-11-23
1
-5
/
+0
*
clocksource: Provide clocksource_arch_init()
Thomas Gleixner
2018-10-04
1
-0
/
+2
*
clocksource: Revert "Remove kthread"
Peter Zijlstra
2018-09-06
1
-10
/
+30
*
time: Introduce one suspend clocksource to compensate the suspend time
Baolin Wang
2018-07-19
1
-0
/
+149
*
clocksource: Move inline keyword to the beginning of function declarations
Mathieu Malaterre
2018-05-16
1
-2
/
+2
*
clocksource: Remove kthread
Peter Zijlstra
2018-05-02
1
-21
/
+10
*
clocksource: Rework stale comment
Peter Zijlstra
2018-05-02
1
-4
/
+2
*
clocksource: Consistent de-rate when marking unstable
Peter Zijlstra
2018-05-02
1
-1
/
+8
*
clocksource: Initialize cs->wd_list
Peter Zijlstra
2018-05-02
1
-0
/
+2
*
clocksource: Allow clocksource_mark_unstable() on unregistered clocksources
Peter Zijlstra
2018-05-02
1
-16
/
+34
*
clocksource: Use ATTRIBUTE_GROUPS
Baolin Wang
2018-02-28
1
-11
/
+10
*
clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributes
Baolin Wang
2018-02-28
1
-26
/
+17
*
clocksource: Don't walk the clocksource list for empty override
Baolin Wang
2018-02-28
1
-0
/
+4
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-2
/
+2
*
treewide: init_timer() -> setup_timer()
Kees Cook
2017-11-21
1
-2
/
+1
*
x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...
Peter Zijlstra
2017-05-15
1
-0
/
+3
*
sched/clock, clocksource: Add optional cs::mark_unstable() method
Thomas Gleixner
2017-01-14
1
-0
/
+4
*
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-12-25
1
-1
/
+1
*
clocksource: export the clocks_calc_mult_shift to use by timestamp code
Murali Karicheri
2016-12-07
1
-0
/
+1
*
clocksource: Defer override invalidation unless clock is unstable
Kyle Walker
2016-08-31
1
-3
/
+12
*
clocksource: Make clocksource insert entry more efficient
Minfei Huang
2016-06-20
1
-3
/
+5
*
clocksource: Allow unregistering the watchdog
Vitaly Kuznetsov
2016-01-27
1
-10
/
+42
*
clocksource: Add CPU info to clocksource watchdog reporting
Seiichi Ikarashi
2015-12-07
1
-2
/
+2
*
remove abs64()
Andrew Morton
2015-11-09
1
-1
/
+1
*
Merge tag 'v4.3-rc5' into timers/core, to pick up fixes before applying new c...
Ingo Molnar
2015-10-12
1
-1
/
+1
|
\
|
*
clocksource: Fix abs() usage w/ 64bit values
John Stultz
2015-10-02
1
-1
/
+1
*
|
clocksource: Remove return statement from void functions
Guillaume Gomez
2015-10-11
1
-3
/
+2
[next]