aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tsc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-23Merge 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 Molnar1-13/+29
2008-11-08sched: optimize sched_clock() a bitIngo Molnar1-1/+1
2008-11-04x86: don't use tsc_khz to calculate lpj if notsc is passedAlok Kataria1-4/+4
2008-11-01x86: Skip verification by the watchdog for TSC clocksource.Alok Kataria1-12/+21
2008-11-01x86: Hypervisor detection and get tsc_freq from hypervisorAlok Kataria1-1/+8
2008-10-30x86: use CONFIG_X86_SMP instead of CONFIG_SMPJames Bottomley1-1/+1
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', ...Ingo Molnar1-58/+232
2008-09-06x86, tsc calibration: fixIngo Molnar1-1/+1
2008-09-04x86: quick TSC calibration, improveIngo Molnar1-0/+6
2008-09-04x86: quick TSC calibrationLinus Torvalds1-1/+118
2008-09-04x86: TSC make the calibration loop smarterThomas Gleixner1-37/+58
2008-09-04x86: TSC: use one set of reference variablesThomas Gleixner1-11/+11
2008-09-04x86: TSC: separate hpet/pmtimer calculation outThomas Gleixner1-15/+41
2008-09-04x86: TSC: define the PIT latch value separateThomas Gleixner1-5/+9
2008-09-03x86: Change warning message in TSC calibration.Alok N Kataria1-2/+1
2008-09-03Split up PIT part of TSC calibration from native_calibrate_tscLinus Torvalds1-61/+71
2008-09-02[x86] Fix TSC calibration issuesThomas Gleixner1-54/+181
2008-08-25x86: fix cpufreq + sched_clock() regressionPeter Zijlstra1-1/+1
2008-08-24x86: do not enable TSC notifier if we don't need itLinus Torvalds1-0/+4
2008-08-18x86, tsc: fix section mismatch warningMarcin Slusarz1-1/+1
2008-07-15x86: fix TSC build error on 32bitThomas Gleixner1-0/+2
2008-07-10x86: remove duplicate call to use_tsc_delayGlauber Costa1-1/+0
2008-07-09x86: provide delay loop for x86_64.Glauber Costa1-0/+1
2008-07-09x86: rename paravirtualized TSC functionsAlok Kataria1-11/+7
2008-07-09x86: merge tsc_init and clocksource codeAlok Kataria1-3/+209
2008-07-09x86: merge the TSC cpu-freq codeAlok Kataria1-0/+114
2008-07-09x86: merge tsc calibrationAlok Kataria1-0/+131
2008-07-09x86: merge sched_clock handlingAlok Kataria1-0/+86