summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/intel_pstate.c
AgeCommit message (Expand)AuthorLines
2015-02-06intel_pstate: provide option to only use intel_pstate with HWPKristen Carlson Accardi-0/+6
2015-01-30intel_pstate: honor user space min_perf_pct override on resumeKristen Carlson Accardi-3/+11
2015-01-30intel_pstate: respect cpufreq policy requestSrinivas Pandruvada-1/+2
2015-01-30intel_pstate: Add num_pstates to sysfsKristen Carlson Accardi-0/+13
2015-01-30intel_pstate: expose turbo range to sysfsKristen Carlson Accardi-0/+18
2015-01-30intel_pstate: Add support for SkyLakeKristen Carlson Accardi-0/+1
2014-12-11intel_pstate: Add a few commentsKristen Carlson Accardi-1/+31
2014-12-11intel_pstate: add kernel parameter to force loadingEthan Zhao-1/+5
2014-12-03intel_pstate: skip this driver if Sun server has _PPC methodethan zhao-4/+41
2014-11-12intel_pstate: Add CPUID for BDW-H CPUDirk Brandewie-0/+1
2014-11-12intel_pstate: Add support for HWPDirk Brandewie-2/+98
2014-10-23intel_pstate: Correct BYT VID values.Dirk Brandewie-1/+12
2014-10-23intel_pstate: Fix BYT frequency reportingDirk Brandewie-6/+36
2014-10-23intel_pstate: Don't lose sysfs settings during cpu offlineDirk Brandewie-3/+3
2014-10-23cpufreq: intel_pstate: Reflect current no_turbo state correctlyGabriele Mazzotta-12/+36
2014-10-23cpufreq: intel_pstate: Fix setting max_perf_pct in performance policyPali Rohár-0/+1
2014-09-03cpufreq: intel_pstate: Remove unneeded variableGabriele Mazzotta-4/+0
2014-08-28cpufreq: intel_pstate: Add CPU ID for Braswell processorMika Westerberg-0/+1
2014-08-28intel_pstate: Turn per cpu printk into pr_debugAndi Kleen-1/+1
2014-07-21cpufreq: intel_pstate: Remove core_pct roundingStratos Karafotis-5/+1
2014-07-21cpufreq: intel_pstate: Simplify P state adjustment logic.Stratos Karafotis-23/+3
2014-07-21cpufreq: intel_pstate: Keep values in aperf/mperf in full precisionStratos Karafotis-3/+0
2014-07-21cpufreq: intel_pstate: Disable interrupts during MSRs readingStratos Karafotis-0/+3
2014-07-21cpufreq: intel_pstate: Align multiple lines to open parenthesisStratos Karafotis-17/+17
2014-07-21cpufreq: intel_pstate: Remove unnecessary intermediate variable sample_timeStratos Karafotis-3/+2
2014-07-21cpufreq: intel_pstate: Cleanup parenthesesStratos Karafotis-5/+5
2014-07-21cpufreq: intel_pstate: Fit code in a single line where possibleStratos Karafotis-13/+5
2014-07-21cpufreq: intel_pstate: Add missing blank lines after declarationsStratos Karafotis-5/+13
2014-07-21cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() callStratos Karafotis-1/+1
2014-07-21cpufreq: intel_pstate: Make intel_pstate_kobject and debugfs_parent localsStratos Karafotis-4/+4
2014-07-07intel_pstate: Set CPU number before accessing MSRsVincent Minet-2/+1
2014-07-07intel_pstate: don't touch turbo bit if turbo disabled or unavailable.Dirk Brandewie-6/+16
2014-07-07intel_pstate: Fix setting VIDDirk Brandewie-5/+5
2014-06-17intel_pstate: Correct rounding in busy calculationDoug Smythies-4/+1
2014-06-10cpufreq: intel_pstate: Remove duplicate CPU ID checkStratos Karafotis-6/+0
2014-06-03Merge back earlier cpufreq material.Rafael J. Wysocki-9/+6
2014-06-02intel_pstate: Improve initial busy calculationDoug Smythies-5/+8
2014-06-02intel_pstate: add sample time scalingDirk Brandewie-1/+17
2014-06-02intel_pstate: Correct rounding in busy calculationDirk Brandewie-5/+7
2014-06-02intel_pstate: Remove C0 trackingDirk Brandewie-12/+1
2014-05-27cpufreq: intel_pstate: Remove unused member name of cpudataStratos Karafotis-4/+0
2014-05-13intel_pstate: remove setting P state to MAX on initDirk Brandewie-12/+1
2014-05-13intel_pstate: Add CPU IDs for Broadwell processorsDirk Brandewie-0/+3
2014-05-12intel_pstate: Set turbo VID for BayTrailDirk Brandewie-6/+15
2014-05-07intel_pstate: Remove sample parameter in intel_pstate_calc_busyStratos Karafotis-7/+4
2014-03-26intel_pstate: Use del_timer_sync in intel_pstate_cpu_stopDirk Brandewie-1/+1
2014-03-20intel_pstate: Set core to min P state during core offlineDirk Brandewie-8/+11
2014-03-02intel_pstate: fix pid_reset to use fixed point valuesDirk Brandewie-1/+1
2014-03-02intel_pstate: remove unneeded sample buffersDirk Brandewie-13/+11
2014-02-26intel_pstate: Change busy calculation to use fixed point math.Dirk Brandewie-10/+18