summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/intel_pstate.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2015-09-111-10/+28
|\
| * intel_pstate: fix PCT_TO_HWP macroKristen Carlson Accardi2015-09-091-7/+14
| * intel_pstate: Fix user input of min/max to legal policy regionChen Yu2015-09-091-3/+14
* | Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-021-6/+14
|\|
| * intel_pstate: append more Oracle OEM table id to vendor bypass listEthan Zhao2015-08-071-0/+4
| * intel_pstate: Add SKY-S supportKristen Carlson Accardi2015-08-071-0/+1
| * intel_pstate: Fix possible overflow complained by CoverityChen Yu2015-07-311-2/+2
| * Merge back earlier cpufreq material for v4.3.Rafael J. Wysocki2015-07-281-4/+7
| |\
| | * intel_pstate: enable HWP per CPUKristen Carlson Accardi2015-07-161-4/+7
* | | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-181-0/+1
|\| |
| * | intel_pstate: Add get_scaling cpu_defaults param to Knights LandingLukasz Anaczkowski2015-07-271-0/+1
| |/
* / x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-1/+1
|/
* Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-231-30/+42
|\
| * intel_pstate: Fix overflow in busy_scaled due to long delayPrarit Bhargava2015-06-161-5/+5
| * intel_pstate: Force setting target pstate when requiredDoug Smythies2015-06-101-10/+11
| * intel_pstate: change some inconsistent debug informationDoug Smythies2015-06-101-4/+4
| * intel_pstate: set BYT MSR with wrmsrl_on_cpu()Joe Konno2015-05-121-1/+1
| * intel_pstate: Add tsc collection and keep previous target pstateDoug Smythies2015-05-051-10/+21
* | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-031-0/+1
|/
* cpufreq: intel_pstate: Fix an annoying !CONFIG_SMP warningBorislav Petkov2015-04-151-6/+6
* intel_pstate: Change the setpoint for Atom paramsKristen Carlson Accardi2015-04-151-1/+1
* intel_pstate: Knights Landing supportDasaratharaman Chandramouli2015-04-111-0/+31
* intel_pstate: remove MSR testKristen Carlson Accardi2015-04-111-14/+0Star
* intel_pstate: provide option to only use intel_pstate with HWPKristen Carlson Accardi2015-02-061-0/+6
* intel_pstate: honor user space min_perf_pct override on resumeKristen Carlson Accardi2015-01-301-3/+11
* intel_pstate: respect cpufreq policy requestSrinivas Pandruvada2015-01-301-1/+2
* intel_pstate: Add num_pstates to sysfsKristen Carlson Accardi2015-01-301-0/+13
* intel_pstate: expose turbo range to sysfsKristen Carlson Accardi2015-01-301-0/+18
* intel_pstate: Add support for SkyLakeKristen Carlson Accardi2015-01-301-0/+1
* intel_pstate: Add a few commentsKristen Carlson Accardi2014-12-111-1/+31
* intel_pstate: add kernel parameter to force loadingEthan Zhao2014-12-111-1/+5
* intel_pstate: skip this driver if Sun server has _PPC methodethan zhao2014-12-031-4/+41
* intel_pstate: Add CPUID for BDW-H CPUDirk Brandewie2014-11-121-0/+1
* intel_pstate: Add support for HWPDirk Brandewie2014-11-121-2/+98
* intel_pstate: Correct BYT VID values.Dirk Brandewie2014-10-231-1/+12
* intel_pstate: Fix BYT frequency reportingDirk Brandewie2014-10-231-6/+36
* intel_pstate: Don't lose sysfs settings during cpu offlineDirk Brandewie2014-10-231-3/+3
* cpufreq: intel_pstate: Reflect current no_turbo state correctlyGabriele Mazzotta2014-10-231-12/+36
* cpufreq: intel_pstate: Fix setting max_perf_pct in performance policyPali Rohár2014-10-231-0/+1
* cpufreq: intel_pstate: Remove unneeded variableGabriele Mazzotta2014-09-031-4/+0Star
* cpufreq: intel_pstate: Add CPU ID for Braswell processorMika Westerberg2014-08-281-0/+1
* intel_pstate: Turn per cpu printk into pr_debugAndi Kleen2014-08-281-1/+1
* cpufreq: intel_pstate: Remove core_pct roundingStratos Karafotis2014-07-211-5/+1Star
* cpufreq: intel_pstate: Simplify P state adjustment logic.Stratos Karafotis2014-07-211-23/+3Star
* cpufreq: intel_pstate: Keep values in aperf/mperf in full precisionStratos Karafotis2014-07-211-3/+0Star
* cpufreq: intel_pstate: Disable interrupts during MSRs readingStratos Karafotis2014-07-211-0/+3
* cpufreq: intel_pstate: Align multiple lines to open parenthesisStratos Karafotis2014-07-211-17/+17
* cpufreq: intel_pstate: Remove unnecessary intermediate variable sample_timeStratos Karafotis2014-07-211-3/+2Star
* cpufreq: intel_pstate: Cleanup parenthesesStratos Karafotis2014-07-211-5/+5
* cpufreq: intel_pstate: Fit code in a single line where possibleStratos Karafotis2014-07-211-13/+5Star