summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/tsc_sync.c
AgeCommit message (Expand)Author
2023-10-27x86/tsc: Defer marking TSC unstable to a workerThomas Gleixner
2023-05-15x86/smpboot: Make TSC synchronization function call basedThomas Gleixner
2021-12-02x86/tsc: Add a timer to make sure TSC_adjust is always checkedFeng Tang
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2020-02-16x86: Fix a handful of typosMartin Molnar
2020-01-22x86/tsc: Remove redundant assignmentMateusz Nosek
2019-10-18x86: Use pr_warn instead of pr_warningKefeng Wang
2017-11-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-16x86/tsc: Drastically reduce the number of firmware bug warningsmike.travis@hpe.com
2017-10-16x86/tsc: Skip TSC test and error messages if already unstablemike.travis@hpe.com
2017-10-16x86/tsc: Add option that TSC on Socket 0 being non-zero is validmike.travis@hpe.com
2017-06-04x86/tsc: Remove the TSC_ADJUST clampPeter Zijlstra
2017-02-10x86/tsc: Make the TSC ADJUST sanitizing work for tsc_reliableThomas Gleixner
2016-12-18x86/tsc: Limit the adjust value furtherThomas Gleixner
2016-12-18x86/tsc: Annotate printouts as firmware bugThomas Gleixner
2016-12-15x86/tsc: Force TSC_ADJUST register to value >= zeroThomas Gleixner
2016-12-15x86/tsc: Validate TSC_ADJUST after resumeThomas Gleixner
2016-12-01x86/tsc: Validate cpumask pointer before accessing itThomas Gleixner
2016-11-30x86/tsc: Fix broken CONFIG_X86_TSC=n buildThomas Gleixner
2016-11-29x86/tsc: Try to adjust TSC if sync test failsThomas Gleixner
2016-11-29x86/tsc: Prepare warp test for TSC adjustmentThomas Gleixner
2016-11-29x86/tsc: Move sync cleanup to a safe placeThomas Gleixner
2016-11-29x86/tsc: Sync test only for the first cpu in a packageThomas Gleixner
2016-11-29x86/tsc: Verify TSC_ADJUST from idleThomas Gleixner
2016-11-29x86/tsc: Store and check TSC ADJUST MSRThomas Gleixner
2016-11-29x86/tsc: Detect random warpsThomas Gleixner
2015-07-06x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barr...Andy Lutomirski
2015-05-27x86: Replace cpu_**_mask() with topology_**_cpumask()Bartosz Golaszewski
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker
2012-02-22x86/tsc: Reduce the TSC sync check time for core-siblingsSuresh Siddha
2011-12-05x86, tsc: Skip TSC synchronization checks for tsc=reliableSuresh Siddha
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2009-11-26x86: Limit number of per cpu TSC sync messagesMike Travis
2009-09-24x86: Reduce verbosity of "TSC is reliable" messageRoland Dreier
2009-05-07x86: clean up arch/x86/kernel/tsc_sync.c a bitIngo Molnar
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar
2008-11-18x86: add rdtsc barrier to TSC sync checkVenki Pallipadi
2008-11-01x86: Add a synthetic TSC_RELIABLE feature bit.Alok Kataria
2008-08-21x86: use WARN() in arch/x86/kernelArjan van de Ven
2008-01-30x86: add warning to check_tsc_warp()Ingo Molnar
2008-01-30x86: check_tsc_warp() slowness fixIngo Molnar
2008-01-30x86: remove get_cycles_syncAndi Kleen
2008-01-30x86: fix: s2ram + P4 + tsc = annoyanceMike Galbraith
2007-10-13Delete filenames in comments.Dave Jones
2007-10-11x86_64: move kernelThomas Gleixner
2007-10-11i386: move kernelThomas Gleixner