aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/intel_pstate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-20intel_pstate: Do not call wrmsrl_on_cpu() with disabled interruptsRafael J. Wysocki1-30/+43
2016-03-11intel_pstate: Do not skip samples partiallyRafael J. Wysocki1-5/+7
2016-03-11intel_pstate: Remove freq calculation from intel_pstate_calc_busy()Philippe Longepe1-8/+8
2016-03-11intel_pstate: Move intel_pstate_calc_busy() into get_target_pstate_use_performance()Philippe Longepe1-3/+2
2016-03-11intel_pstate: Optimize calculation for max/min_perf_adjPhilippe Longepe1-2/+2
2016-03-11intel_pstate: Remove extra conversions in pid calculationPhilippe Longepe1-4/+4
2016-03-10Merge branch 'pm-cpufreq-governor' into pm-cpufreqRafael J. Wysocki1-64/+39
2016-03-09cpufreq: Reduce cpufreq_update_util() overhead a bitRafael J. Wysocki1-2/+2
2016-03-09cpufreq: intel_pstate: Replace timers with utilization update callbacksRafael J. Wysocki1-64/+39
2016-02-26cpufreq: intel_pstate: disable HWP notificationsSrinivas Pandruvada1-0/+3
2016-02-26cpufreq: intel_pstate: Enable HWP by defaultSrinivas Pandruvada1-12/+22
2016-02-23intel_pstate: Update frequencies of policy->cpus only from ->set_policy()Viresh Kumar1-9/+12
2015-12-21Merge back earlier cpufreq material for v4.5.Rafael J. Wysocki1-16/+57
2015-12-12cpufreq: intel_pstate: Minor cleanup for FRAC_BITSPrarit Bhargava1-1/+1
2015-12-10cpufreq: intel_pstate: Account for IO wait timePhilippe Longepe1-3/+21
2015-12-10cpufreq: intel_pstate: Account for non C0 timePhilippe Longepe1-5/+24
2015-12-10cpufreq: intel_pstate: Configurable algorithm to get target pstatePhilippe Longepe1-13/+17
2015-11-25intel_pstate: Fix "performance" mode behavior with HWP enabledAlexandra Yates1-0/+2
2015-11-23cpufreq: intel_pstate: Fix limits->max_perf rounding errorPrarit Bhargava1-0/+1
2015-11-23cpufreq: intel_pstate: Fix limits->max_policy_pct rounding errorPrarit Bhargava1-1/+2
2015-11-19cpufreq: intel_pstate: Add separate support for Airmont coresPhilippe Longepe1-11/+46
2015-11-19cpufreq: intel_pstate: Replace BYT with ATOMPhilippe Longepe1-29/+29
2015-11-19Revert "cpufreq: intel_pstate: Use ACPI perf configuration"Rafael J. Wysocki1-170/+1
2015-11-18Revert "cpufreq: intel_pstate: Avoid calculation for max/min"Rafael J. Wysocki1-43/+5
2015-11-02intel_pstate: decrease number of "HWP enabled" messagesPrarit Bhargava1-4/+6
2015-10-16cpufreq: intel_pstate: Fix intel_pstate powersave min_perf_pct valuePrarit Bhargava1-57/+85
2015-10-16Merge back earlier cpufreq material for v4.4.Rafael J. Wysocki1-10/+266
2015-10-15cpufreq: intel_pstate: Fix divide by zero on Knights Landing (KNL)Srinivas Pandruvada1-0/+5
2015-10-15cpufreq: intel_pstate: Avoid calculation for max/minSrinivas Pandruvada1-5/+45
2015-10-15cpufreq: intel_pstate: Use ACPI perf configurationSrinivas Pandruvada1-1/+170
2015-10-15cpufreq: intel-pstate: Use separate max pstate for scalingSrinivas Pandruvada1-2/+18
2015-10-15cpufreq: intel_pstate: get P1 from TAR when availableSrinivas Pandruvada1-4/+35
2015-09-11Merge branch 'pm-cpufreq'Rafael J. Wysocki1-10/+28
2015-09-09intel_pstate: fix PCT_TO_HWP macroKristen Carlson Accardi1-7/+14
2015-09-09intel_pstate: Fix user input of min/max to legal policy regionChen Yu1-3/+14
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+14
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar1-0/+1
2015-08-07intel_pstate: append more Oracle OEM table id to vendor bypass listEthan Zhao1-0/+4
2015-08-07intel_pstate: Add SKY-S supportKristen Carlson Accardi1-0/+1
2015-07-31intel_pstate: Fix possible overflow complained by CoverityChen Yu1-2/+2
2015-07-28Merge back earlier cpufreq material for v4.3.Rafael J. Wysocki1-4/+7
2015-07-27intel_pstate: Add get_scaling cpu_defaults param to Knights LandingLukasz Anaczkowski1-0/+1
2015-07-16intel_pstate: enable HWP per CPUKristen Carlson Accardi1-4/+7
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski1-1/+1
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