aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/intel_pstate.c
Commit message (Expand)AuthorAge
* cpufreq: intel_pstate: Remove core_pct roundingStratos Karafotis2014-07-21
* cpufreq: intel_pstate: Simplify P state adjustment logic.Stratos Karafotis2014-07-21
* cpufreq: intel_pstate: Keep values in aperf/mperf in full precisionStratos Karafotis2014-07-21
* cpufreq: intel_pstate: Disable interrupts during MSRs readingStratos Karafotis2014-07-21
* cpufreq: intel_pstate: Align multiple lines to open parenthesisStratos Karafotis2014-07-21
* cpufreq: intel_pstate: Remove unnecessary intermediate variable sample_timeStratos Karafotis2014-07-21
* cpufreq: intel_pstate: Cleanup parenthesesStratos Karafotis2014-07-21
* cpufreq: intel_pstate: Fit code in a single line where possibleStratos Karafotis2014-07-21
* cpufreq: intel_pstate: Add missing blank lines after declarationsStratos Karafotis2014-07-21
* cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() callStratos Karafotis2014-07-21
* cpufreq: intel_pstate: Make intel_pstate_kobject and debugfs_parent localsStratos Karafotis2014-07-21
* intel_pstate: Set CPU number before accessing MSRsVincent Minet2014-07-06
* intel_pstate: don't touch turbo bit if turbo disabled or unavailable.Dirk Brandewie2014-07-06
* intel_pstate: Fix setting VIDDirk Brandewie2014-07-06
* intel_pstate: Correct rounding in busy calculationDoug Smythies2014-06-17
* cpufreq: intel_pstate: Remove duplicate CPU ID checkStratos Karafotis2014-06-10
* Merge back earlier cpufreq material.Rafael J. Wysocki2014-06-03
|\
| * cpufreq: intel_pstate: Remove unused member name of cpudataStratos Karafotis2014-05-26
| * intel_pstate: Add CPU IDs for Broadwell processorsDirk Brandewie2014-05-12
| * intel_pstate: Remove sample parameter in intel_pstate_calc_busyStratos Karafotis2014-05-06
* | intel_pstate: Improve initial busy calculationDoug Smythies2014-06-02
* | intel_pstate: add sample time scalingDirk Brandewie2014-06-02
* | intel_pstate: Correct rounding in busy calculationDirk Brandewie2014-06-02
* | intel_pstate: Remove C0 trackingDirk Brandewie2014-06-02
* | intel_pstate: remove setting P state to MAX on initDirk Brandewie2014-05-13
* | intel_pstate: Set turbo VID for BayTrailDirk Brandewie2014-05-11
|/
* intel_pstate: Use del_timer_sync in intel_pstate_cpu_stopDirk Brandewie2014-03-26
* intel_pstate: Set core to min P state during core offlineDirk Brandewie2014-03-19
* intel_pstate: fix pid_reset to use fixed point valuesDirk Brandewie2014-03-01
* intel_pstate: remove unneeded sample buffersDirk Brandewie2014-03-01
* intel_pstate: Change busy calculation to use fixed point math.Dirk Brandewie2014-02-25
* intel_pstate: Add support for Baytrail turbo P statesDirk Brandewie2014-02-20
* intel_pstate: Use LFM bus ratio as min ratio/P stateDirk Brandewie2014-02-20
* intel_pstate: Remove energy reporting from pstate_sample tracepointDirk Brandewie2014-02-12
* intel_pstate: Take core C0 time into account for core busy calculationDirk Brandewie2014-02-04
* intel_pstate: Add trace point to report internal state.Dirk Brandewie2014-01-16
* Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-01-14
|\
| * Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-01-05
| |\
| | * intel_pstate: Remove periodic P state boostDirk Brandewie2013-12-21
| | * intel_pstate: Add setting voltage value for baytrail P states.Dirk Brandewie2013-12-21
* | | intel_pstate: Add X86_FEATURE_APERFMPERF to cpu match parameters.Dirk Brandewie2014-01-06
|/ /
* / intel_pstate: Fail initialization if P-state information is missingRafael J. Wysocki2013-12-31
|/
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-11-07
|\
| * intel_pstate: skip the driver if ACPI has power mgmt optionAdrian Huang2013-11-06
| * cpufreq/intel_pstate: Add static declarations to internal functionsDirk Brandewie2013-10-30
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-10-27
|\|
| * intel_pstate: Add Baytrail supportDirk Brandewie2013-10-25
| * intel_pstate: Refactor driver to support CPUs with different MSR layoutsDirk Brandewie2013-10-25
| * Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2013-10-25
| |\
| | * cpufreq: add new routine cpufreq_verify_within_cpu_limits()Viresh Kumar2013-10-15