aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/intel_pstate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-30/+42
2015-06-16intel_pstate: Fix overflow in busy_scaled due to long delayPrarit Bhargava1-5/+5
2015-06-10intel_pstate: Force setting target pstate when requiredDoug Smythies1-10/+11
2015-06-10intel_pstate: change some inconsistent debug informationDoug Smythies1-4/+4
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell1-0/+1
2015-05-12intel_pstate: set BYT MSR with wrmsrl_on_cpu()Joe Konno1-1/+1
2015-05-05intel_pstate: Add tsc collection and keep previous target pstateDoug Smythies1-10/+21
2015-04-15cpufreq: intel_pstate: Fix an annoying !CONFIG_SMP warningBorislav Petkov1-6/+6
2015-04-15intel_pstate: Change the setpoint for Atom paramsKristen Carlson Accardi1-1/+1
2015-04-11intel_pstate: Knights Landing supportDasaratharaman Chandramouli1-0/+31
2015-04-11intel_pstate: remove MSR testKristen Carlson Accardi1-14/+0
2015-02-06intel_pstate: provide option to only use intel_pstate with HWPKristen Carlson Accardi1-0/+6
2015-01-30intel_pstate: honor user space min_perf_pct override on resumeKristen Carlson Accardi1-3/+11
2015-01-30intel_pstate: respect cpufreq policy requestSrinivas Pandruvada1-1/+2
2015-01-30intel_pstate: Add num_pstates to sysfsKristen Carlson Accardi1-0/+13
2015-01-30intel_pstate: expose turbo range to sysfsKristen Carlson Accardi1-0/+18
2015-01-30intel_pstate: Add support for SkyLakeKristen Carlson Accardi1-0/+1
2014-12-11intel_pstate: Add a few commentsKristen Carlson Accardi1-1/+31
2014-12-11intel_pstate: add kernel parameter to force loadingEthan Zhao1-1/+5
2014-12-03intel_pstate: skip this driver if Sun server has _PPC methodethan zhao1-4/+41
2014-11-12intel_pstate: Add CPUID for BDW-H CPUDirk Brandewie1-0/+1
2014-11-12intel_pstate: Add support for HWPDirk Brandewie1-2/+98
2014-10-23intel_pstate: Correct BYT VID values.Dirk Brandewie1-1/+12
2014-10-23intel_pstate: Fix BYT frequency reportingDirk Brandewie1-6/+36
2014-10-23intel_pstate: Don't lose sysfs settings during cpu offlineDirk Brandewie1-3/+3
2014-10-23cpufreq: intel_pstate: Reflect current no_turbo state correctlyGabriele Mazzotta1-12/+36
2014-10-23cpufreq: intel_pstate: Fix setting max_perf_pct in performance policyPali Rohár1-0/+1
2014-09-03cpufreq: intel_pstate: Remove unneeded variableGabriele Mazzotta1-4/+0
2014-08-28cpufreq: intel_pstate: Add CPU ID for Braswell processorMika Westerberg1-0/+1
2014-08-28intel_pstate: Turn per cpu printk into pr_debugAndi Kleen1-1/+1
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