summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/intel_pstate.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-11-071-2/+76
|\
| * intel_pstate: skip the driver if ACPI has power mgmt optionAdrian Huang2013-11-071-0/+74
| * cpufreq/intel_pstate: Add static declarations to internal functionsDirk Brandewie2013-10-311-2/+2
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-10-281-48/+133
|\|
| * intel_pstate: Add Baytrail supportDirk Brandewie2013-10-251-0/+35
| * intel_pstate: Refactor driver to support CPUs with different MSR layoutsDirk Brandewie2013-10-251-46/+98
| * Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2013-10-251-3/+1Star
| |\
| | * cpufreq: add new routine cpufreq_verify_within_cpu_limits()Viresh Kumar2013-10-161-3/+1Star
* | | intel_pstate: Correct calculation of min pstate valueDirk Brandewie2013-10-221-2/+3
* | | intel_pstate: Improve accuracy by not truncating until final resultBrennan Shacklett2013-10-221-18/+15Star
|/ /
* | intel_pstate: Fix type mismatch warningRafael J. Wysocki2013-10-161-3/+4
* | cpufreq / intel_pstate: Fix max_perf_pct on resumeDirk Brandewie2013-10-161-4/+3Star
* | intel_pstate: fix no_turboSrinivas Pandruvada2013-10-011-1/+4
|/
* intel_pstate: Add Haswell CPU modelsNell Hardcastle2013-09-101-0/+5
* cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar2013-08-101-1/+0Star
* cpufreq / intel_pstate: Change to scale off of max P-stateDirk Brandewie2013-07-231-6/+6
* cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker2013-07-151-2/+2
* cpufreq / intel_pstate: Add additional supported CPU IDDirk Brandewie2013-05-221-0/+1
* cpufreq / intel_pstate: use vzalloc() instead of vmalloc()/memset(0)Wei Yongjun2013-05-141-2/+1Star
* cpufreq / intel_pstate: remove #ifdef MODULE compile fenceDirk Brandewie2013-05-121-2/+1Star
* cpufreq / intel_pstate: Remove idle mode PIDDirk Brandewie2013-05-121-49/+0Star
* cpufreq / intel_pstate: fix ffmpeg regressionDirk Brandewie2013-05-121-8/+2Star
* cpufreq / intel_pstate: use lowest requested max performanceDirk Brandewie2013-05-121-3/+9
* cpufreq / intel_pstate: remove idle time and duration from sample and calcula...Dirk Brandewie2013-05-121-37/+8Star
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-04-281-12/+9Star
|\
| * cpufreq / intel_pstate: Optimize intel_pstate_set_policySrinivas Pandruvada2013-04-101-12/+9Star
* | cpufreq / intel_pstate: Set timer timeout correctlyDirk Brandewie2013-04-081-1/+0Star
|/
* intel-pstate: Use #defines instead of hard-coded values.Konrad Rzeszutek Wilk2013-03-251-3/+3
* cpufreq / intel_pstate: Fix calculation of current frequencyDirk Brandewie2013-03-251-1/+1
* cpufreq / intel_pstate: Add function to check that all MSRs are validDirk Brandewie2013-03-251-0/+26
* cpufreq / intel_pstate: Do not load on VM that does not report max P state.Dirk Brandewie2013-03-061-0/+3
* cpufreq / intel_pstate: Fix intel_pstate_init() error pathDirk Brandewie2013-03-061-28/+11Star
* cpufreq / intel_pstate: Add kernel command line option disable intel_pstate.Dirk Brandewie2013-02-151-0/+16
* cpufreq / intel_pstate: Fix 32 bit buildDirk Brandewie2013-02-111-1/+2
* cpufreq/x86: Add P-state driver for sandy bridge.Dirk Brandewie2013-02-091-0/+806