index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
tsc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-02
x86/tsc: Stop using 32-bit MSR interfaces
Juergen Gross
1
-3
/
+3
2026-06-11
x86/cpu: Remove unused !CONFIG_X86_TSC code
Ingo Molnar
1
-13
/
+0
2026-03-20
clocksource: Rewrite watchdog code completely
Thomas Gleixner
1
-31
/
+18
2026-03-12
x86/tsc: Handle CLOCK_SOURCE_VALID_FOR_HRES correctly
Thomas Gleixner
1
-1
/
+9
2026-02-27
x86/apic: Enable TSC coupled programming mode
Thomas Gleixner
1
-1
/
+2
2026-02-27
x86: Inline TSC reads in timekeeping
Thomas Gleixner
1
-0
/
+1
2026-02-10
Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+9
2026-02-03
sched/clock: Avoid false sharing for sched_clock_irqtime
Wangyang Guo
1
-2
/
+0
2026-01-12
x86/paravirt: Move paravirt_sched_clock() related code into tsc.c
Juergen Gross
1
-1
/
+9
2025-11-12
x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible
Sean Christopherson
1
-0
/
+1
2025-05-15
x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID header
Ahmed S. Darwish
1
-1
/
+1
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+1
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
1
-1
/
+1
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/kerne...
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/g...
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/kerne...
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/kern...
Linus Torvalds
1
-5
/
+50
2023-02-21
Merge tag 'x86-cleanups-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...
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/kern...
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
[next]