summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/intel_pstate.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: intel_pstate: Add more out-of-band IDsSrinivas Pandruvada2016-07-281-0/+2
* cpufreq: intel_pstate: Check cpuid for MSR_HWP_INTERRUPTSrinivas Pandruvada2016-07-211-1/+2
* intel_pstate: Update cpu_frequency tracepoint every timeRafael J. Wysocki2016-07-211-8/+4
* cpufreq: intel_pstate: clean remnant struct elementCarsten Emde2016-07-211-2/+0
* intel_pstate: Fix MSR_CONFIG_TDP_x addressing in core_get_max_pstate()Jan Kiszka2016-07-111-1/+1
* Merge back earlier cpufreq material for v4.8.Rafael J. Wysocki2016-07-041-33/+55
|\
| * intel_pstate: Declare pid_params/pstate_funcs/hwp_active __read_mostlyJisheng Zhang2016-06-281-3/+3
| * intel_pstate: add __init/__initdata marker to some functions/variablesJisheng Zhang2016-06-281-9/+9
| * intel_pstate: Fix incorrect placement of __initdataJisheng Zhang2016-06-281-3/+3
| * Merge back earlier cpufreq changes for v4.8.Rafael J. Wysocki2016-06-201-18/+40
| |\
| | * cpufreq: intel_pstate: Broxton supportSrinivas Pandruvada2016-06-131-0/+21
| | * Merge branch 'x86/cpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t...Rafael J. Wysocki2016-06-131-18/+19
| | |\
| | | * x86/cpufreq: Use Intel family name macros for the intel_pstate cpufreq driverDave Hansen2016-06-081-18/+19
* | | | intel_pstate: Do not clear utilization update hooks on policy changesRafael J. Wysocki2016-06-271-2/+3
|/ / /
* | | cpufreq: intel_pstate: Adjust _PSS[0] freqeuency if neededSrinivas Pandruvada2016-06-151-20/+2
|/ /
* | cpufreq: intel_pstate: Fix ->set_policy() interface for no_turboSrinivas Pandruvada2016-06-081-2/+5
* | cpufreq: intel_pstate: Fix code ordering in intel_pstate_set_policy()Srinivas Pandruvada2016-06-081-1/+4
|/
* cpufreq: intel_pstate: Downgrade print level for _PPCSrinivas Pandruvada2016-05-301-1/+1
* intel_pstate: Simplify conditional in intel_pstate_set_policy()Rafael J. Wysocki2016-05-181-6/+5
* intel_pstate: Clean up get_target_pstate_use_performance()Rafael J. Wysocki2016-05-111-16/+11
* intel_pstate: Use sample.core_avg_perf in get_avg_pstate()Rafael J. Wysocki2016-05-111-2/+2
* intel_pstate: Clarify average performance computationRafael J. Wysocki2016-05-111-16/+24
* intel_pstate: Avoid unnecessary synchronize_sched() during initializationChen Yu2016-05-111-0/+9
* intel_pstate: Clean up intel_pstate_get()Rafael J. Wysocki2016-05-091-7/+2
* Merge cpufreq fixes going into v4.6.Rafael J. Wysocki2016-05-061-8/+23
|\
| * intel_pstate: Fix intel_pstate_get()Rafael J. Wysocki2016-05-041-6/+8
| * cpufreq: intel_pstate: Fix HWP on boot CPU after system resumeRafael J. Wysocki2016-05-021-2/+10
| * cpufreq: intel_pstate: Fix processing for turbo activation ratioSrinivas Pandruvada2016-04-251-0/+5
* | cpufreq: intel_pstate: Ignore _PPC processing under HWPSrinivas Pandruvada2016-05-051-0/+3
* | cpufreq: intel_pstate: Enable PPC enforcement for serversSrinivas Pandruvada2016-04-281-1/+11
* | cpufreq: intel_pstate: Adjust policy->maxSrinivas Pandruvada2016-04-281-0/+11
* | cpufreq: intel_pstate: Enforce _PPC limitsSrinivas Pandruvada2016-04-281-2/+134
* | cpufreq: intel_pstate: Use average P-State instead of current P-StatePhilippe Longepe2016-04-251-1/+7
* | Merge back cpufreq changes for v4.7.Rafael J. Wysocki2016-04-251-30/+26
|\ \ | |/ |/|
| * intel_pstate: Use pr_fmtJoe Perches2016-04-091-8/+10
| * intel_pstate: Avoid pointless FRAC_BITS shifts under div_fp()Rafael J. Wysocki2016-04-091-18/+13
| * Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki2016-04-091-4/+3
| |\
| | * cpufreq: sched: Helpers to add and remove update_util hooksRafael J. Wysocki2016-04-021-4/+3
* | | intel_pstate: Avoid getting stuck in high P-states when idleRafael J. Wysocki2016-04-101-0/+4
|/ /
* | cpufreq: intel_pstate: Documenation for structuresSrinivas Pandruvada2016-04-051-0/+135
* | cpufreq: intel_pstate: fix inconsistency in setting policy limitsSrinivas Pandruvada2016-04-051-6/+23
|/
* intel_pstate: Avoid extra invocation of intel_pstate_sample()Rafael J. Wysocki2016-04-021-6/+15
* intel_pstate: Do not set utilization update hook too earlyRafael J. Wysocki2016-03-311-8/+19
* intel_pstate: Do not call wrmsrl_on_cpu() with disabled interruptsRafael J. Wysocki2016-03-201-30/+43
* intel_pstate: Do not skip samples partiallyRafael J. Wysocki2016-03-111-5/+7
* intel_pstate: Remove freq calculation from intel_pstate_calc_busy()Philippe Longepe2016-03-111-8/+8
* intel_pstate: Move intel_pstate_calc_busy() into get_target_pstate_use_perfor...Philippe Longepe2016-03-111-3/+2
* intel_pstate: Optimize calculation for max/min_perf_adjPhilippe Longepe2016-03-111-2/+2
* intel_pstate: Remove extra conversions in pid calculationPhilippe Longepe2016-03-111-4/+4
* Merge branch 'pm-cpufreq-governor' into pm-cpufreqRafael J. Wysocki2016-03-101-64/+39
|\
OpenPOWER on IntegriCloud