index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
clocksource.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-10
clocksource: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-3
/
+3
2021-06-22
clocksource: Print deviation in nanoseconds when a clocksource becomes unstable
Feng Tang
1
-4
/
+4
2021-06-22
clocksource: Provide kernel module to test clocksource watchdog
Paul E. McKenney
1
-2
/
+4
2021-06-22
clocksource: Reduce clocksource-skew threshold
Paul E. McKenney
1
-10
/
+38
2021-06-22
clocksource: Limit number of CPUs checked for clock synchronization
Paul E. McKenney
1
-2
/
+72
2021-06-22
clocksource: Check per-CPU clock synchronization when marked unstable
Paul E. McKenney
1
-0
/
+60
2021-06-22
clocksource: Retry clock read if long delays detected
Paul E. McKenney
1
-6
/
+47
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+2
2021-04-07
time: Add mechanism to recognize clocksource in time_get_snapshot
Thomas Gleixner
1
-0
/
+2
2021-03-22
timekeeping, clocksource: Fix various typos in comments
Ingo Molnar
1
-2
/
+2
2020-10-30
timekeeping: remove arch_gettimeoffset
Arnd Bergmann
1
-8
/
+0
2020-06-09
clocksource: Remove obsolete ifdef
Thomas Gleixner
1
-2
/
+0
2020-02-17
clocksource: Add common vdso clock mode storage
Thomas Gleixner
1
-0
/
+9
2020-02-01
clocksource: Prevent double add_timer_on() for watchdog_timer
Konstantin Khlebnikov
1
-2
/
+9
2019-06-14
clocksource: Move inline keyword to the beginning of function declarations
Mathieu Malaterre
1
-2
/
+2
2018-11-23
time: Remove license boilerplate
Thomas Gleixner
1
-14
/
+0
2018-11-23
time: Add SPDX license identifiers
Thomas Gleixner
1
-0
/
+1
2018-11-23
time: Remove useless filenames in top level comments
Thomas Gleixner
1
-5
/
+0
2018-10-04
clocksource: Provide clocksource_arch_init()
Thomas Gleixner
1
-0
/
+2
2018-09-06
clocksource: Revert "Remove kthread"
Peter Zijlstra
1
-10
/
+30
2018-07-19
time: Introduce one suspend clocksource to compensate the suspend time
Baolin Wang
1
-0
/
+149
2018-05-16
clocksource: Move inline keyword to the beginning of function declarations
Mathieu Malaterre
1
-2
/
+2
2018-05-02
clocksource: Remove kthread
Peter Zijlstra
1
-21
/
+10
2018-05-02
clocksource: Rework stale comment
Peter Zijlstra
1
-4
/
+2
2018-05-02
clocksource: Consistent de-rate when marking unstable
Peter Zijlstra
1
-1
/
+8
2018-05-02
clocksource: Initialize cs->wd_list
Peter Zijlstra
1
-0
/
+2
2018-05-02
clocksource: Allow clocksource_mark_unstable() on unregistered clocksources
Peter Zijlstra
1
-16
/
+34
2018-02-28
clocksource: Use ATTRIBUTE_GROUPS
Baolin Wang
1
-11
/
+10
2018-02-28
clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributes
Baolin Wang
1
-26
/
+17
2018-02-28
clocksource: Don't walk the clocksource list for empty override
Baolin Wang
1
-0
/
+4
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-2
/
+2
2017-11-21
treewide: init_timer() -> setup_timer()
Kees Cook
1
-2
/
+1
2017-05-15
x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...
Peter Zijlstra
1
-0
/
+3
2017-01-14
sched/clock, clocksource: Add optional cs::mark_unstable() method
Thomas Gleixner
1
-0
/
+4
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
1
-1
/
+1
2016-12-07
clocksource: export the clocks_calc_mult_shift to use by timestamp code
Murali Karicheri
1
-0
/
+1
2016-08-31
clocksource: Defer override invalidation unless clock is unstable
Kyle Walker
1
-3
/
+12
2016-06-20
clocksource: Make clocksource insert entry more efficient
Minfei Huang
1
-3
/
+5
2016-01-27
clocksource: Allow unregistering the watchdog
Vitaly Kuznetsov
1
-10
/
+42
2015-12-07
clocksource: Add CPU info to clocksource watchdog reporting
Seiichi Ikarashi
1
-2
/
+2
2015-11-09
remove abs64()
Andrew Morton
1
-1
/
+1
2015-10-12
Merge tag 'v4.3-rc5' into timers/core, to pick up fixes before applying new c...
Ingo Molnar
1
-1
/
+1
2015-10-11
clocksource: Remove return statement from void functions
Guillaume Gomez
1
-3
/
+2
2015-10-02
clocksource: Fix abs() usage w/ 64bit values
John Stultz
1
-1
/
+1
2015-09-22
time: Fix spelling in comments
Zhen Lei
1
-1
/
+1
2015-06-10
clocksource: Use current logging style
Joe Perches
1
-12
/
+12
2015-04-03
clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...
John Stultz
1
-2
/
+5
2015-04-01
tick: Move core only declarations and functions to core
Thomas Gleixner
1
-1
/
+1
2015-04-01
tick: Move clocksource related stuff to timekeeping.h
Thomas Gleixner
1
-1
/
+1
2015-03-13
clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...
John Stultz
1
-5
/
+6
[next]