Age | Commit message (Expand) | Author | Files | Lines |
2021-12-02 | x86/tsc: Add a timer to make sure TSC_adjust is always checked |  Feng Tang | 1 | -0/+41 |
2021-03-21 | x86: Fix various typos in comments, take #2 |  Ingo Molnar | 1 | -1/+1 |
2020-02-16 | x86: Fix a handful of typos |  Martin Molnar | 1 | -1/+1 |
2020-01-22 | x86/tsc: Remove redundant assignment |  Mateusz Nosek | 1 | -1/+0 |
2019-10-18 | x86: Use pr_warn instead of pr_warning |  Kefeng Wang | 1 | -4/+4 |
2017-11-13 | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -10/+46 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-16 | x86/tsc: Drastically reduce the number of firmware bug warnings |  mike.travis@hpe.com | 1 | -6/+3 |
2017-10-16 | x86/tsc: Skip TSC test and error messages if already unstable |  mike.travis@hpe.com | 1 | -0/+8 |
2017-10-16 | x86/tsc: Add option that TSC on Socket 0 being non-zero is valid |  mike.travis@hpe.com | 1 | -4/+35 |
2017-06-04 | x86/tsc: Remove the TSC_ADJUST clamp |  Peter Zijlstra | 1 | -20/+1 |
2017-02-10 | x86/tsc: Make the TSC ADJUST sanitizing work for tsc_reliable |  Thomas Gleixner | 1 | -9/+7 |
2016-12-18 | x86/tsc: Limit the adjust value further |  Thomas Gleixner | 1 | -5/+16 |
2016-12-18 | x86/tsc: Annotate printouts as firmware bug |  Thomas Gleixner | 1 | -2/+3 |
2016-12-15 | x86/tsc: Force TSC_ADJUST register to value >= zero |  Thomas Gleixner | 1 | -16/+39 |
2016-12-15 | x86/tsc: Validate TSC_ADJUST after resume |  Thomas Gleixner | 1 | -3/+3 |
2016-12-01 | x86/tsc: Validate cpumask pointer before accessing it |  Thomas Gleixner | 1 | -2/+5 |
2016-11-30 | x86/tsc: Fix broken CONFIG_X86_TSC=n build |  Thomas Gleixner | 1 | -1/+1 |
2016-11-29 | x86/tsc: Try to adjust TSC if sync test fails |  Thomas Gleixner | 1 | -5/+78 |
2016-11-29 | x86/tsc: Prepare warp test for TSC adjustment |  Thomas Gleixner | 1 | -2/+4 |
2016-11-29 | x86/tsc: Move sync cleanup to a safe place |  Thomas Gleixner | 1 | -5/+5 |
2016-11-29 | x86/tsc: Sync test only for the first cpu in a package |  Thomas Gleixner | 1 | -9/+28 |
2016-11-29 | x86/tsc: Verify TSC_ADJUST from idle |  Thomas Gleixner | 1 | -2/+35 |
2016-11-29 | x86/tsc: Store and check TSC ADJUST MSR |  Thomas Gleixner | 1 | -0/+88 |
2016-11-29 | x86/tsc: Detect random warps |  Thomas Gleixner | 1 | -1/+12 |
2015-07-06 | x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barriers |  Andy Lutomirski | 1 | -8/+6 |
2015-05-27 | x86: Replace cpu_**_mask() with topology_**_cpumask() |  Bartosz Golaszewski | 1 | -1/+1 |
2014-01-06 | x86: Delete non-required instances of include <linux/init.h> |  Paul Gortmaker | 1 | -1/+0 |
2013-07-14 | x86: delete __cpuinit usage from all x86 files |  Paul Gortmaker | 1 | -9/+9 |
2012-02-22 | x86/tsc: Reduce the TSC sync check time for core-siblings |  Suresh Siddha | 1 | -5/+24 |
2011-12-05 | x86, tsc: Skip TSC synchronization checks for tsc=reliable |  Suresh Siddha | 1 | -2/+2 |
2009-12-14 | locking: Convert __raw_spin* functions to arch_spin* |  Thomas Gleixner | 1 | -4/+4 |
2009-12-14 | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED |  Thomas Gleixner | 1 | -1/+1 |
2009-12-14 | locking: Convert raw_spinlock to arch_spinlock |  Thomas Gleixner | 1 | -1/+1 |
2009-11-26 | x86: Limit number of per cpu TSC sync messages |  Mike Travis | 1 | -6/+7 |
2009-09-24 | x86: Reduce verbosity of "TSC is reliable" message |  Roland Dreier | 1 | -1/+1 |
2009-05-07 | x86: clean up arch/x86/kernel/tsc_sync.c a bit |  Ingo Molnar | 1 | -8/+6 |
2008-12-23 | Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'... |  Ingo Molnar | 1 | -1/+7 |
2008-11-18 | x86: add rdtsc barrier to TSC sync check |  Venki Pallipadi | 1 | -0/+4 |
2008-11-01 | x86: Add a synthetic TSC_RELIABLE feature bit. |  Alok Kataria | 1 | -1/+7 |
2008-08-21 | x86: use WARN() in arch/x86/kernel |  Arjan van de Ven | 1 | -4/+2 |
2008-01-30 | x86: add warning to check_tsc_warp() |  Ingo Molnar | 1 | -1/+5 |
2008-01-30 | x86: check_tsc_warp() slowness fix |  Ingo Molnar | 1 | -2/+2 |
2008-01-30 | x86: remove get_cycles_sync |  Andi Kleen | 1 | -2/+2 |
2008-01-30 | x86: fix: s2ram + P4 + tsc = annoyance |  Mike Galbraith | 1 | -8/+8 |
2007-10-13 | Delete filenames in comments. |  Dave Jones | 1 | -1/+1 |
2007-10-11 | x86_64: move kernel |  Thomas Gleixner | 1 | -1/+187 |
2007-10-11 | i386: move kernel |  Thomas Gleixner | 1 | -0/+1 |