summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/intel_pstate.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-04cpufreq: intel_pstate: Get per-CPU max freq via MSR_HWP_CAPABILITIES if avail...Chen Yu1-2/+3
2020-09-17cpufreq: intel_pstate: Fix intel_pstate_get_hwp_max() for turbo disabledFrancisco Jerez1-1/+1
2020-09-17cpufreq: intel_pstate: Refuse to turn off with HWP enabledRafael J. Wysocki1-3/+9
2020-09-03cpufreq: intel_pstate: Fix EPP setting via sysfs in active modeRafael J. Wysocki1-6/+12
2020-08-26cpufreq: intel_pstate: Fix cpuinfo_max_freq when MSR_TURBO_RATIO_LIMIT is 0Srinivas Pandruvada1-0/+1
2020-05-20cpufreq: intel_pstate: Only mention the BIOS disabling turbo mode onceChris Wilson1-1/+1
2020-02-11cpufreq: Avoid creating excessively large stack framesRafael J. Wysocki1-21/+17
2019-11-08cpufreq: intel_pstate: Fix invalid EPB settingSrinivas Pandruvada1-3/+1
2019-10-21cpufreq: Use per-policy frequency QoSRafael J. Wysocki1-15/+15
2019-09-18Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-4/+116
2019-08-28x86/intel: Aggregate microserver namingPeter Zijlstra1-3/+3
2019-08-28x86/intel: Aggregate big core graphics namingPeter Zijlstra1-2/+2
2019-08-28x86/intel: Aggregate big core mobile namingPeter Zijlstra1-2/+2
2019-08-28x86/intel: Aggregate big core client namingPeter Zijlstra1-6/+6
2019-08-21cpufreq: intel_pstate: Implement QoS supported freq constraintsViresh Kumar1-4/+116
2019-07-09cpufreq: intel_pstate: Reuse refresh_frequency_limits()Viresh Kumar1-6/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-04-08Merge back cpufreq material for v5.2.Rafael J. Wysocki1-9/+56
2019-04-08drivers/cpufreq: Convert some slow-path static_cpu_has() callers to boot_cpu_...Borislav Petkov1-9/+9
2019-04-08cpufreq: intel_pstate: Update max frequency on global turbo changesRafael J. Wysocki1-6/+29
2019-04-02cpufreq: intel_pstate: Driver-specific handling of _PPC updatesRafael J. Wysocki1-0/+24
2019-04-02cpufreq/intel_pstate: Load only on Intel hardwareBorislav Petkov1-1/+4
2019-03-26cpufreq: intel_pstate: Also use CPPC nominal_perf for base_frequencySrinivas Pandruvada1-1/+4
2019-03-12cpufreq: intel_pstate: Fix up iowait_boost computationRafael J. Wysocki1-1/+1
2019-02-18cpufreq: intel_pstate: Rework iowait boosting to be less aggressiveRafael J. Wysocki1-18/+18
2019-02-18cpufreq: intel_pstate: Eliminate intel_pstate_get_base_pstate()Rafael J. Wysocki1-7/+2
2019-02-18cpufreq: intel_pstate: Avoid redundant initialization of local varsRafael J. Wysocki1-7/+3
2019-02-13cpufreq: intel_pstate: Add reasons for failure and debug messagesErwan Velu1-6/+21
2019-01-29cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar1-11/+12
2018-12-27Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2018-11-30cpufreq: intel_pstate: Force HWP min perf before offlineSrinivas Pandruvada1-2/+26
2018-11-27cpufreq/intel_pstate: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-10-25cpufreq: intel_pstate: Fix compilation for !CONFIG_ACPIDominik Brodowski1-9/+11
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2018-10-16cpufreq: intel_pstate: Add base_frequency attributeSrinivas Pandruvada1-0/+38
2018-10-02x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra1-2/+2
2018-08-06cpufreq: intel_pstate: Ignore turbo active ratio in HWPSrinivas Pandruvada1-1/+2
2018-08-06Merge back cpufreq changes for 4.19.Rafael J. Wysocki1-9/+15
2018-07-31cpufreq: intel_pstate: Limit the scope of HWP dynamic boost platformsSrinivas Pandruvada1-2/+15
2018-07-25Merge back cpufreq material for 4.19.Rafael J. Wysocki1-9/+15
2018-07-19cpufreq: intel_pstate: Show different max frequency with turbo 3 and HWPSrinivas Pandruvada1-0/+9
2018-07-18cpufreq: intel_pstate: Register when ACPI PCCH is presentRafael J. Wysocki1-1/+16
2018-07-02cpufreq: intel_pstate: use match_string() helperXie Yisheng1-9/+6
2018-06-19cpufreq: intel_pstate: Fix scaling max/min limits with Turbo 3.0Srinivas Pandruvada1-5/+22
2018-06-13Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+176
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-08cpufreq: intel_pstate: enable boost for Skylake XeonSrinivas Pandruvada1-0/+10
2018-06-06cpufreq: intel_pstate: New sysfs entry to control HWP boostSrinivas Pandruvada1-0/+30
2018-06-06cpufreq: intel_pstate: HWP boost performance on IO wakeupSrinivas Pandruvada1-0/+39
2018-06-06cpufreq: intel_pstate: Add HWP boost utility and sched util hooksSrinivas Pandruvada1-3/+97