summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/intel_pstate.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: intel_pstate: Fix unchecked HWP MSR accessSrinivas Pandruvada2024-06-031-1/+2
* cpufreq: intel_pstate: fix struct cpudata::epp_cached kernel-docJeff Johnson2024-05-071-1/+1
* cpufreq: intel_pstate: hide unused intel_pstate_cpu_oob_ids[]Arnd Bergmann2024-04-031-0/+2
* cpufreq: intel_pstate: Update the maximum CPU frequency consistentlyRafael J. Wysocki2024-04-021-5/+18
* cpufreq: intel_pstate: Replace three global.turbo_disabled checksRafael J. Wysocki2024-04-021-4/+5
* cpufreq: intel_pstate: Read global.no_turbo under READ_ONCE()Rafael J. Wysocki2024-04-021-6/+6
* cpufreq: intel_pstate: Rearrange show_no_turbo() and store_no_turbo()Rafael J. Wysocki2024-04-021-16/+18
* cpufreq: intel_pstate: Do not update global.turbo_disabled after initializationRafael J. Wysocki2024-04-021-43/+8
* cpufreq: intel_pstate: Fold intel_pstate_max_within_limits() into callerRafael J. Wysocki2024-04-021-9/+4
* cpufreq: intel_pstate: Use __ro_after_init for three variablesRafael J. Wysocki2024-04-021-3/+3
* cpufreq: intel_pstate: Get rid of unnecessary READ_ONCE() annotationsRafael J. Wysocki2024-04-021-22/+5
* cpufreq: intel_pstate: Wait for canceled delayed work to completeRafael J. Wysocki2024-04-021-2/+6
* cpufreq: intel_pstate: Simplify spinlock lockingRafael J. Wysocki2024-04-021-8/+4
* cpufreq: intel_pstate: Drop redundant locking from intel_pstate_driver_cleanup()Rafael J. Wysocki2024-04-021-2/+0
* Merge back cpufreq material for 6.9-rc1.Rafael J. Wysocki2024-03-111-9/+37
|\
| * cpufreq: intel_pstate: Update default EPPs for Meteor LakeSrinivas Pandruvada2024-02-241-0/+2
| * cpufreq: intel_pstate: Allow model specific EPPsSrinivas Pandruvada2024-02-241-6/+35
| * cpufreq: intel_pstate: remove cpudata::prev_cummulative_iowaitJiri Slaby (SUSE)2024-02-131-3/+0
* | cpufreq: intel_pstate: fix pstate limits enforcement for adjust_perf call backDoug Smythies2024-02-241-0/+3
|/
* cpufreq: intel_pstate: Refine computation of P-state for given frequencyRafael J. Wysocki2024-01-221-21/+34
* cpufreq: intel_pstate: Update hybrid scaling factor for Meteor LakeSrinivas Pandruvada2024-01-101-3/+18
* cpufreq: intel_pstate: Add Emerald Rapids support in no-HWP modeZhenguo Yao2023-12-191-0/+1
* cpufreq: intel_pstate: Prioritize firmware-provided balance performance EPPSrinivas Pandruvada2023-12-051-7/+7
* cpufreq: intel_pstate: Revise global turbo disable checkSrinivas Pandruvada2023-09-111-5/+1
* cpufreq: intel_pstate: set stale CPU frequency to minimumDoug Smythies2023-08-211-0/+5
* cpufreq: intel_pstate: Fix scaling for hybrid-capable systems with disabled E...Srinivas Pandruvada2023-06-301-10/+48
* cpufreq: intel_pstate: Fix energy_performance_preference for passiveTero Kristo2023-06-211-0/+2
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-2/+5
|\
| * cpufreq: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-2/+5
* | cpufreq: intel_pstate: Enable HWP IO boost for all serversSrinivas Pandruvada2023-03-171-10/+1
|/
* Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-03-031-1/+1
|\
| * cpufreq: intel_pstate: remove MODULE_LICENSE in non-modulesNick Alcock2023-02-281-1/+0
| * cpufreq: intel_pstate: Adjust balance_performance EPP for Sapphire RapidsSrinivas Pandruvada2023-02-231-0/+1
* | cpufreq: intel_pstate: Drop ACPI _PSS states table patchingRafael J. Wysocki2022-12-301-14/+0
|/
* cpufreq: intel_pstate: Add Sapphire Rapids support in no-HWP modeGiovanni Gherdovich2022-11-301-0/+1
* cpufreq: intel_pstate: Allow EPP 0x80 setting by the firmwareSrinivas Pandruvada2022-11-031-4/+5
* cpufreq: intel_pstate: hybrid: Use known scaling factor for P-coresRafael J. Wysocki2022-10-251-54/+15
* cpufreq: intel_pstate: Read all MSRs on the target CPURafael J. Wysocki2022-10-251-33/+33
* cpufreq: intel_pstate: Add Tigerlake support in no-HWP modeDoug Smythies2022-09-101-0/+1
* cpufreq: intel_pstate: Support Sapphire Rapids OOB modeSrinivas Pandruvada2022-05-111-0/+1
* cpufreq: intel_pstate: Handle no_turbo in frequency invarianceChen Yu2022-04-131-0/+1
* cpufreq: intel_pstate: Use firmware default EPPSrinivas Pandruvada2022-03-161-6/+32
* cpufreq: intel_pstate: Update cpuinfo.max_freq on HWP_CAP changesRafael J. Wysocki2021-12-221-7/+17
* cpufreq: intel_pstate: Update EPP for AlderLake mobileSrinivas Pandruvada2021-12-171-22/+57
* cpufreq: intel_pstate: Drop redundant intel_pstate_get_hwp_cap() callRafael J. Wysocki2021-12-171-12/+8
* cpufreq: intel_pstate: ITMT support for overclocked systemSrinivas Pandruvada2021-11-231-0/+10
* cpufreq: intel_pstate: Fix active mode offline/online EPP handlingRafael J. Wysocki2021-11-231-0/+6
* cpufreq: intel_pstate: Add Ice Lake server to out-of-band IDsAdamos Ttofari2021-11-231-0/+1
* cpufreq: intel_pstate: Clear HWP Status during HWP Interrupt enableSrinivas Pandruvada2021-11-041-0/+1
* cpufreq: intel_pstate: Fix unchecked MSR 0x773 accessSrinivas Pandruvada2021-11-041-0/+3