aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/intel_pstate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-23cpufreq / intel_pstate: Change to scale off of max P-stateDirk Brandewie1-6/+6
2013-07-14cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker1-2/+2
2013-05-22cpufreq / intel_pstate: Add additional supported CPU IDDirk Brandewie1-0/+1
2013-05-14cpufreq / intel_pstate: use vzalloc() instead of vmalloc()/memset(0)Wei Yongjun1-2/+1
2013-05-12cpufreq / intel_pstate: remove #ifdef MODULE compile fenceDirk Brandewie1-2/+1
2013-05-12cpufreq / intel_pstate: Remove idle mode PIDDirk Brandewie1-49/+0
2013-05-12cpufreq / intel_pstate: fix ffmpeg regressionDirk Brandewie1-8/+2
2013-05-12cpufreq / intel_pstate: use lowest requested max performanceDirk Brandewie1-3/+9
2013-05-12cpufreq / intel_pstate: remove idle time and duration from sample and calculationsDirk Brandewie1-37/+8
2013-04-28Merge branch 'pm-cpufreq'Rafael J. Wysocki1-12/+9
2013-04-10cpufreq / intel_pstate: Optimize intel_pstate_set_policySrinivas Pandruvada1-12/+9
2013-04-08cpufreq / intel_pstate: Set timer timeout correctlyDirk Brandewie1-1/+0
2013-03-25intel-pstate: Use #defines instead of hard-coded values.Konrad Rzeszutek Wilk1-3/+3
2013-03-25cpufreq / intel_pstate: Fix calculation of current frequencyDirk Brandewie1-1/+1
2013-03-25cpufreq / intel_pstate: Add function to check that all MSRs are validDirk Brandewie1-0/+26
2013-03-06cpufreq / intel_pstate: Do not load on VM that does not report max P state.Dirk Brandewie1-0/+3
2013-03-06cpufreq / intel_pstate: Fix intel_pstate_init() error pathDirk Brandewie1-28/+11
2013-02-15cpufreq / intel_pstate: Add kernel command line option disable intel_pstate.Dirk Brandewie1-0/+16
2013-02-11cpufreq / intel_pstate: Fix 32 bit buildDirk Brandewie1-1/+2
2013-02-09cpufreq/x86: Add P-state driver for sandy bridge.Dirk Brandewie1-0/+806