index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
tsc.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-21
Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+50
2023-02-21
Merge tag 'x86-cleanups-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-7
/
+6
2023-02-11
x86/tsc: Do feature check as the very first thing
Borislav Petkov (AMD)
1
-5
/
+5
2023-02-11
x86/tsc: Make recalibrate_cpu_khz() export GPL only
Borislav Petkov (AMD)
1
-2
/
+1
2023-02-06
clocksource: Enable TSC watchdog checking of HPET and PMTMR only when requested
Paul E. McKenney
1
-2
/
+16
2023-02-02
clocksource: Verify HPET and PMTMR when TSC unverified
Paul E. McKenney
1
-0
/
+5
2023-02-02
x86/tsc: Add option to force frequency recalibration with HW timer
Feng Tang
1
-4
/
+30
2023-01-31
sched/clock/x86: Mark sched_clock() noinstr
Peter Zijlstra
1
-4
/
+3
2022-10-17
x86/tsc: Make art_related_clocksource static
Chen Lifu
1
-1
/
+1
2022-03-15
x86/tsc: Be consistent about use_tsc_delay()
Peter Zijlstra
1
-3
/
+3
2021-12-02
x86/tsc: Disable clocksource watchdog for TSC on qualified platorms
Feng Tang
1
-4
/
+24
2021-06-22
clocksource: Reduce clocksource-skew threshold
Paul E. McKenney
1
-0
/
+1
2021-06-22
clocksource: Check per-CPU clock synchronization when marked unstable
Paul E. McKenney
1
-1
/
+2
2021-04-26
Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-3
/
+3
2021-03-11
x86/paravirt: Switch time pvops functions to use static_call()
Juergen Gross
1
-1
/
+2
2020-09-10
x86/tsc: Use seqcount_latch_t
Ahmed S. Darwish
1
-5
/
+5
2020-05-21
x86/tsc: Add tsc_early_khz command line parameter
Krzysztof Piecuch
1
-1
/
+11
2020-03-31
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2020-02-17
x86/vdso: Use generic VDSO clock mode storage
Thomas Gleixner
1
-3
/
+3
2020-02-17
x86/vdso: Move VDSO clocksource state tracking to callback
Thomas Gleixner
1
-12
/
+20
2020-02-16
x86: Fix a handful of typos
Martin Molnar
1
-1
/
+1
2019-11-05
x86/tsc: Respect tsc command line paraemeter for clocksource_tsc_early
Michael Zhivich
1
-0
/
+3
2019-08-28
x86/intel: Aggregate microserver naming
Peter Zijlstra
1
-1
/
+1
2019-07-08
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2019-07-08
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-20
/
+37
2019-06-14
x86/tsc: Move inline keyword to the beginning of function declarations
Mathieu Malaterre
1
-2
/
+2
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-10
cpufreq: Call transition notifier only once for each policy
Viresh Kumar
1
-1
/
+1
2019-05-09
x86/tsc: Set LAPIC timer period to crystal clock frequency
Daniel Drake
1
-0
/
+10
2019-05-09
x86/tsc: Use CPUID.0x16 to calculate missing crystal frequency
Daniel Drake
1
-20
/
+27
2019-05-06
Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-15
/
+14
2019-04-25
x86: tsc: Rework time_cpufreq_notifier()
Rafael J. Wysocki
1
-15
/
+14
2019-03-22
x86/tsc: Add option to disable tsc clocksource watchdog
Juri Lelli
1
-1
/
+4
2018-11-06
x86/tsc: Make calibration refinement more robust
Daniel Vacek
1
-14
/
+16
2018-10-23
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2018-10-23
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2018-10-23
Merge branch 'x86/cache' into perf/core, to pick up fixes
Ingo Molnar
1
-0
/
+4
2018-10-14
x86/tsc: Force inlining of cyc2ns bits
Peter Zijlstra
1
-3
/
+3
2018-10-02
x86/tsc: Fix UV TSC initialization
Mike Travis
1
-0
/
+4
2018-10-02
x86/cpu: Sanitize FAM6_ATOM naming
Peter Zijlstra
1
-1
/
+1
2018-09-06
x86/tsc: Prevent result truncation on 32bit
Chuanhua Lei
1
-1
/
+1
2018-09-03
x86/paravirt: Use a single ops structure
Juergen Gross
1
-1
/
+1
2018-07-30
x86/tsc: Consolidate init code
Dou Liyang
1
-10
/
+12
2018-07-20
x86/tsc: Make use of tsc_calibrate_cpu_early()
Pavel Tatashin
1
-6
/
+19
2018-07-20
x86/tsc: Split native_calibrate_cpu() into early and late parts
Pavel Tatashin
1
-18
/
+36
2018-07-20
x86/tsc: Use TSC as sched clock early
Pavel Tatashin
1
-0
/
+1
2018-07-20
x86/tsc: Initialize cyc2ns when tsc frequency is determined
Pavel Tatashin
1
-41
/
+53
2018-07-20
x86/tsc: Calibrate tsc only once
Pavel Tatashin
1
-40
/
+47
2018-07-20
x86/tsc: Redefine notsc to behave as tsc=unstable
Pavel Tatashin
1
-15
/
+3
[next]