summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tsc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into timers/urgent, to pick up fixesIngo Molnar2016-08-101-1/+1
|\
| * Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+1
| |\
| | * x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* | | x86/timers/apic: Inform TSC deadline clockevent device about recalibrationNicolai Stange2016-08-101-0/+4
|/ /
* | x86/tsc: Remove the unused check_tsc_disabled()Wei Jiangang2016-07-151-6/+0
* | x86/tsc: Enumerate BXT tsc_khz via CPUIDLen Brown2016-07-111-1/+15
* | x86/tsc: Enumerate SKL cpu_khz and tsc_khz via CPUIDLen Brown2016-07-111-7/+68
* | x86/tsc_msr: Remove irqoff around MSR-based TSC enumerationLen Brown2016-07-111-4/+1
|/
* x86/tsc: Save an indentation level in recalibrate_cpu_khz()Borislav Petkov2016-04-131-8/+8
* x86/tsc: Do not check X86_FEATURE_CONSTANT_TSC in notifier callBorislav Petkov2016-04-131-5/+2
* x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov2016-04-131-6/+6
* x86/tsc: Prevent NULL pointer deref in calibrate_delay_is_known()Thomas Gleixner2016-03-181-1/+5
* Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-171-1/+1
|\
| * x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-0/+59
|\ \
| * | x86/tsc: Always Running Timer (ART) correlated clocksourceChristopher S. Hall2016-03-031-0/+59
| |/
* | x86/tsc: Use topology functionsThomas Gleixner2016-02-211-4/+4
|/
* x86/tsc: Remove unused tsc_pre_init() hookThomas Gleixner2015-11-191-2/+0
* perf/x86: Fix time_shift in perf_event_mmap_pageAdrian Hunter2015-10-201-0/+11
* Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2015-09-181-7/+10
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-171-7/+10
| |\
| | * x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse2015-09-161-7/+10
* | | perf/x86: Improve accuracy of perf/sched clockAdrian Hunter2015-09-131-13/+11
|/ /
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-031-12/+10
|\ \ | |/ |/|
| * x86, tsc, locking/static_keys: Employ static_branch_likely()Peter Zijlstra2015-08-031-12/+10
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-9/+3
|\ \ | |/
| * Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-311-1/+10
| |\
| * | x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles()Andy Lutomirski2015-07-061-1/+1
| * | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-2/+2
| * | x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-061-2/+2
| * | x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski2015-07-061-6/+0
* | | perf/x86: Add a native_perf_sched_clock_from_tsc()Andi Kleen2015-08-041-0/+8
| |/ |/|
* | x86/tsc: Let high latency PIT fail fast in quick_pit_calibrate()Adrian Hunter2015-07-061-1/+10
|/
* x86/tsc: Change Fast TSC calibration failed from error to infoAlexandre Demers2015-01-231-1/+1
* x86, apic: Handle a bad TSC more gracefullyAndy Lutomirski2014-10-221-1/+4
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-051-12/+9
|\
| * clocksource: Move cycle_last validation to core codeThomas Gleixner2014-07-231-12/+9
| |
| \
*-. \ Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug...Linus Torvalds2014-08-041-4/+3
|\ \ \ | | |/ | |/|
| | * x86/tsc: Get rid of custom DIV_ROUND() macroMichal Nazarewicz2014-06-191-4/+3
| |/
* | x86, tsc: Fix cpufreq lockupPeter Zijlstra2014-07-021-2/+2
|/
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-021-2/+0
|\
| * x86, vdso: Make vsyscall_gtod_data handling x86 genericStefani Seibold2014-03-181-2/+0
* | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar2014-03-191-2/+1
|/
* x86, tsc: Fallback to normal calibration if fast MSR calibration failsThomas Gleixner2014-02-191-5/+2
* x86: Use preempt_disable_notrace() in cycles_2_ns()Steven Rostedt2014-02-091-2/+2
* sched/x86/tsc: Initialize multiplier to 0Peter Zijlstra2014-01-231-1/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-201-0/+10
|\
| * x86, tsc: Add static (MSR) TSC calibration on Intel Atom SoCsBin Gao2014-01-151-0/+10
* | sched/clock, x86: Avoid a runtime condition in native_sched_clock()Peter Zijlstra2014-01-131-1/+6
* | sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2014-01-131-3/+3
OpenPOWER on IntegriCloud