summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/intel_pstate.c
Commit message (Expand)AuthorAgeFilesLines
* intel_pstate: Use del_timer_sync in intel_pstate_cpu_stopDirk Brandewie2014-03-261-1/+1
* intel_pstate: Set core to min P state during core offlineDirk Brandewie2014-03-201-8/+11
* intel_pstate: fix pid_reset to use fixed point valuesDirk Brandewie2014-03-021-1/+1
* intel_pstate: remove unneeded sample buffersDirk Brandewie2014-03-021-13/+11
* intel_pstate: Change busy calculation to use fixed point math.Dirk Brandewie2014-02-261-10/+18
* intel_pstate: Add support for Baytrail turbo P statesDirk Brandewie2014-02-211-3/+12
* intel_pstate: Use LFM bus ratio as min ratio/P stateDirk Brandewie2014-02-211-1/+1
* intel_pstate: Remove energy reporting from pstate_sample tracepointDirk Brandewie2014-02-131-9/+0
* intel_pstate: Take core C0 time into account for core busy calculationDirk Brandewie2014-02-041-4/+17
* intel_pstate: Add trace point to report internal state.Dirk Brandewie2014-01-171-0/+24
* Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-01-141-15/+54
|\
| * Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-01-051-15/+54
| |\
| | * intel_pstate: Remove periodic P state boostDirk Brandewie2013-12-221-11/+0
| | * intel_pstate: Add setting voltage value for baytrail P states.Dirk Brandewie2013-12-221-4/+54
* | | intel_pstate: Add X86_FEATURE_APERFMPERF to cpu match parameters.Dirk Brandewie2014-01-061-1/+2
|/ /
* | intel_pstate: Fail initialization if P-state information is missingRafael J. Wysocki2013-12-311-0/+5
|/
* 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/+1
| |\
| | * cpufreq: add new routine cpufreq_verify_within_cpu_limits()Viresh Kumar2013-10-161-3/+1
* | | 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/+15
|/ /
* | 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/+3
* | 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/+0
* 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-141-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/+1
* cpufreq / intel_pstate: remove #ifdef MODULE compile fenceDirk Brandewie2013-05-121-2/+1
* cpufreq / intel_pstate: Remove idle mode PIDDirk Brandewie2013-05-121-49/+0
* cpufreq / intel_pstate: fix ffmpeg regressionDirk Brandewie2013-05-121-8/+2
* 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/+8
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-04-281-12/+9
|\
| * cpufreq / intel_pstate: Optimize intel_pstate_set_policySrinivas Pandruvada2013-04-101-12/+9
* | cpufreq / intel_pstate: Set timer timeout correctlyDirk Brandewie2013-04-081-1/+0
|/
* 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/+11
* 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
OpenPOWER on IntegriCloud