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
2025-02-21
x86/tsc: Always save/restore TSC sched_clock() on suspend/resume
Guilherme G. Piccoli
1
-2
/
+2
2025-01-21
Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-12
/
+11
2025-01-08
x86/tsc: Init the TSC for Secure TSC guests
Nikunj A Dadhania
1
-0
/
+4
2024-12-18
x86/cpu: Make all all CPUID leaf names consistent
Dave Hansen
1
-9
/
+9
2024-12-18
x86/tsc: Remove CPUID "frequency" leaf magic numbers.
Dave Hansen
1
-6
/
+6
2024-12-18
x86/tsc: Move away from TSC leaf magic numbers
Dave Hansen
1
-6
/
+5
2024-11-05
seqlock, treewide: Switch to non-raw seqcount_latch interface
Marco Elver
1
-2
/
+3
2024-08-02
x86/tsc: Check for sockets instead of CPUs to make code match comment
Paul E. McKenney
1
-1
/
+1
2024-07-31
x86/tsc: Use topology_max_packages() to get package number
Feng Tang
1
-5
/
+3
2024-06-03
x86/tsc: Remove obsolete ART to TSC conversion functions
Lakshmi Sowjanya D
1
-60
/
+0
2024-06-03
x86/tsc: Provide ART base clock information for TSC
Lakshmi Sowjanya D
1
-18
/
+24
2024-05-13
Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2024-04-29
x86/tsc: Switch to new Intel CPU model defines
Tony Luck
1
-3
/
+3
2024-03-22
x86/tsc: Make __use_tsc __ro_after_init
Valentin Schneider
1
-1
/
+1
2024-02-07
treewide: Remove system_counterval_t.cs, which is never read
Peter Hilber
1
-12
/
+2
2024-02-07
x86/tsc: Add clocksource ID, set system_counterval_t.cs_id
Peter Hilber
1
-7
/
+21
2024-02-07
x86/tsc: Correct kernel-doc notation
Randy Dunlap
1
-5
/
+5
2023-07-14
x86/tsc: Extend watchdog check exemption to 4-Sockets platform
Feng Tang
1
-1
/
+1
2023-06-27
Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-9
/
+29
2023-06-05
x86/tsc: Provide sched_clock_noinstr()
Peter Zijlstra
1
-9
/
+29
2023-05-15
x86/smpboot: Avoid pointless delay calibration if TSC is synchronized
Thomas Gleixner
1
-4
/
+16
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
[next]