aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/intel_pstate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-21cpufreq: intel_pstate: Remove core_pct roundingStratos Karafotis1-5/+1
2014-07-21cpufreq: intel_pstate: Simplify P state adjustment logic.Stratos Karafotis1-23/+3
2014-07-21cpufreq: intel_pstate: Keep values in aperf/mperf in full precisionStratos Karafotis1-3/+0
2014-07-21cpufreq: intel_pstate: Disable interrupts during MSRs readingStratos Karafotis1-0/+3
2014-07-21cpufreq: intel_pstate: Align multiple lines to open parenthesisStratos Karafotis1-17/+17
2014-07-21cpufreq: intel_pstate: Remove unnecessary intermediate variable sample_timeStratos Karafotis1-3/+2
2014-07-21cpufreq: intel_pstate: Cleanup parenthesesStratos Karafotis1-5/+5
2014-07-21cpufreq: intel_pstate: Fit code in a single line where possibleStratos Karafotis1-13/+5
2014-07-21cpufreq: intel_pstate: Add missing blank lines after declarationsStratos Karafotis1-5/+13
2014-07-21cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() callStratos Karafotis1-1/+1
2014-07-21cpufreq: intel_pstate: Make intel_pstate_kobject and debugfs_parent localsStratos Karafotis1-4/+4
2014-07-07intel_pstate: Set CPU number before accessing MSRsVincent Minet1-2/+1
2014-07-07intel_pstate: don't touch turbo bit if turbo disabled or unavailable.Dirk Brandewie1-6/+16
2014-07-07intel_pstate: Fix setting VIDDirk Brandewie1-5/+5
2014-06-17intel_pstate: Correct rounding in busy calculationDoug Smythies1-4/+1
2014-06-10cpufreq: intel_pstate: Remove duplicate CPU ID checkStratos Karafotis1-6/+0
2014-06-03Merge back earlier cpufreq material.Rafael J. Wysocki1-9/+6
2014-06-02intel_pstate: Improve initial busy calculationDoug Smythies1-5/+8
2014-06-02intel_pstate: add sample time scalingDirk Brandewie1-1/+17
2014-06-02intel_pstate: Correct rounding in busy calculationDirk Brandewie1-5/+7
2014-06-02intel_pstate: Remove C0 trackingDirk Brandewie1-12/+1
2014-05-27cpufreq: intel_pstate: Remove unused member name of cpudataStratos Karafotis1-4/+0
2014-05-13intel_pstate: remove setting P state to MAX on initDirk Brandewie1-12/+1
2014-05-13intel_pstate: Add CPU IDs for Broadwell processorsDirk Brandewie1-0/+3
2014-05-12intel_pstate: Set turbo VID for BayTrailDirk Brandewie1-6/+15
2014-05-07intel_pstate: Remove sample parameter in intel_pstate_calc_busyStratos Karafotis1-7/+4
2014-03-26intel_pstate: Use del_timer_sync in intel_pstate_cpu_stopDirk Brandewie1-1/+1
2014-03-20intel_pstate: Set core to min P state during core offlineDirk Brandewie1-8/+11
2014-03-02intel_pstate: fix pid_reset to use fixed point valuesDirk Brandewie1-1/+1
2014-03-02intel_pstate: remove unneeded sample buffersDirk Brandewie1-13/+11
2014-02-26intel_pstate: Change busy calculation to use fixed point math.Dirk Brandewie1-10/+18
2014-02-21intel_pstate: Add support for Baytrail turbo P statesDirk Brandewie1-3/+12
2014-02-21intel_pstate: Use LFM bus ratio as min ratio/P stateDirk Brandewie1-1/+1
2014-02-13intel_pstate: Remove energy reporting from pstate_sample tracepointDirk Brandewie1-9/+0
2014-02-04intel_pstate: Take core C0 time into account for core busy calculationDirk Brandewie1-4/+17
2014-01-17intel_pstate: Add trace point to report internal state.Dirk Brandewie1-0/+24
2014-01-14Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-15/+54
2014-01-06intel_pstate: Add X86_FEATURE_APERFMPERF to cpu match parameters.Dirk Brandewie1-1/+2
2014-01-05Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-15/+54
2013-12-31intel_pstate: Fail initialization if P-state information is missingRafael J. Wysocki1-0/+5
2013-12-22intel_pstate: Remove periodic P state boostDirk Brandewie1-11/+0
2013-12-22intel_pstate: Add setting voltage value for baytrail P states.Dirk Brandewie1-4/+54
2013-11-07Merge branch 'pm-cpufreq'Rafael J. Wysocki1-2/+76
2013-11-07intel_pstate: skip the driver if ACPI has power mgmt optionAdrian Huang1-0/+74
2013-10-31cpufreq/intel_pstate: Add static declarations to internal functionsDirk Brandewie1-2/+2
2013-10-28Merge branch 'pm-cpufreq'Rafael J. Wysocki1-48/+133
2013-10-25intel_pstate: Add Baytrail supportDirk Brandewie1-0/+35
2013-10-25intel_pstate: Refactor driver to support CPUs with different MSR layoutsDirk Brandewie1-46/+98
2013-10-25Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-3/+1
2013-10-22intel_pstate: Correct calculation of min pstate valueDirk Brandewie1-2/+3