aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | cpufreq: amd-pstate: add debug message while CPPC is supported and disabled b...Perry Yuan2024-06-201-0/+26
| | | | * | cpufreq: amd-pstate: show CPPC debug message if CPPC is not supportedPerry Yuan2024-06-201-0/+19
| | | | * | cpufreq: amd-pstate: remove unused variable nominal_freqPerry Yuan2024-06-201-4/+2
| | | | * | cpufreq: amd-pstate: optimize the initial frequency values verificationPerry Yuan2024-06-201-17/+18
| | | | * | cpufreq: amd-pstate: Allow users to write 'default' EPP stringMario Limonciello2024-06-202-5/+4
| | | * | | cpufreq: update to sysfs_emit() for safer buffer handlingPerry Yuan2024-06-201-19/+18
| | | * | | cpufreq: intel_pstate: Update Lunar Lake hybrid scaling factorSrinivas Pandruvada2024-06-191-0/+2
| | | * | | cpufreq: intel_pstate: Update Arrow Lake hybrid scaling factorSrinivas Pandruvada2024-06-191-0/+1
| | | * | | Merge tag 'amd-pstate-v6.11-2024-06-11' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki2024-06-141-2/+7
| | | |\| |
| | | | * | cpufreq: amd-pstate: change cpu freq transition delay for some modelsXiaojian Du2024-06-111-2/+7
| | | * | | Merge back new cpufreq material for v6.11.Rafael J. Wysocki2024-06-142-50/+51
| | | |\ \ \
| | | | * | | cpufreq: intel_pstate: Support Emerald Rapids OOB modeSrinivas Pandruvada2024-06-071-0/+1
| | | | * | | cpufreq: intel_pstate: Use Meteor Lake EPPs for Arrow LakeSrinivas Pandruvada2024-06-071-0/+2
| | | | * | | cpufreq: intel_pstate: Update Meteor Lake EPPsSrinivas Pandruvada2024-06-071-1/+1
| | | | * | | cpufreq: intel_pstate: Switch to new Intel CPU model definesTony Luck2024-06-071-46/+44
| | | | * | | cpufreq: Switch to new Intel CPU model definesTony Luck2024-06-071-4/+4
| | | | |/ /
* | | | | | Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-161-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge tag 'qcom-drivers-for-6.11' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2024-07-091-0/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | cpufreq: qcom-nvmem: add support for IPQ5321Kathiravan Thirumoorthy2024-05-271-0/+1
| | | |_|/ | | |/| |
* | | | | cpufreq: ACPI: Mark boost policy as enabled when setting boostMario Limonciello2024-07-011-1/+3
* | | | | cpufreq: Allow drivers to advertise boost enabledMario Limonciello2024-07-011-1/+2
| |_|/ / |/| | |
* | | | cpufreq: intel_pstate: Use HWP to initialize ITMT if CPPC is missingRafael J. Wysocki2024-06-241-7/+6
|/ / /
* | / cpufreq: intel_pstate: Check turbo_is_disabled() in store_no_turbo()Rafael J. Wysocki2024-06-121-7/+12
| |/ |/|
* | cpufreq: intel_pstate: Fix unchecked HWP MSR accessSrinivas Pandruvada2024-06-031-1/+2
* | cpufreq: amd-pstate: Fix the inconsistency in max frequency unitsDhananjay Ugwekar2024-05-281-1/+1
* | cpufreq: amd-pstate: remove global header fileArnd Bergmann2024-05-283-2/+139
|/
* Merge tag 'pm-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-05-211-0/+7
|\
| * cpufreq: amd-pstate: fix memory leak on CPU EPP exitPeng Ma2024-05-161-0/+7
* | Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-05-171-4/+4
|\ \ | |/ |/|
| * powerpc: rename SPRN_HID2 define to SPRN_HID2_750FXMatthias Schiffer2024-05-081-4/+4
* | Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2024-05-1412-299/+469
|\ \
| * | cpufreq: amd-pstate: fix the highest frequency issue which limits performancePerry Yuan2024-05-081-3/+19
| * | cpufreq: intel_pstate: fix struct cpudata::epp_cached kernel-docJeff Johnson2024-05-071-1/+1
| * | Merge branch 'amd-pstate'Rafael J. Wysocki2024-05-021-103/+155
| |\ \
| | * | cpufreq: amd-pstate: remove unused variable lowest_nonlinear_freqPerry Yuan2024-04-301-4/+2
| | * | cpufreq: amd-pstate: fix code format problemsPerry Yuan2024-04-301-4/+3
| | * | cpufreq: amd-pstate: Add quirk for the pstate CPPC capabilities missingPerry Yuan2024-04-261-2/+51
| | * | cpufreq: amd-pstate: get transition delay and latency value from ACPI tablesPerry Yuan2024-04-261-2/+32
| | * | cpufreq: amd-pstate: Bail out if min/max/nominal_freq is 0Perry Yuan2024-04-261-6/+10
| | * | cpufreq: amd-pstate: Remove amd_get_{min,max,nominal,lowest_nonlinear}_freq()Gautham R. Shenoy2024-04-261-30/+10
| | * | cpufreq: amd-pstate: Unify computation of {max,min,nominal,lowest_nonlinear}_...Perry Yuan2024-04-261-67/+59
| * | | cpufreq: Fix up printing large CPU numbers and frequency valuesJoshua Yeong2024-04-301-2/+2
| * | | Merge tag 'cpufreq-arm-updates-6.10' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki2024-04-308-76/+216
| |\ \ \ | | |/ / | |/| |
| | * | cpufreq: sun50i: fix error returns in dt_has_supported_hw()Dan Carpenter2024-04-251-2/+2
| | * | cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarationsPortia Stephens2024-04-251-1/+4
| | * | cpufreq: dt-platdev: eliminate uses of of_node_put()Javier Carrasco2024-04-231-5/+2
| | * | cpufreq: dt: eliminate uses of of_node_put()Javier Carrasco2024-04-231-15/+6
| | * | cpufreq: ti: Implement scope-based cleanup in ti_cpufreq_match_node()Shivani Gupta2024-04-231-3/+1
| | * | cpufreq: mediatek: Add support for MT7988ASam Shih2024-04-231-0/+10
| | * | cpufreq: sun50i: Fix build warning around snprint()Viresh Kumar2024-04-231-4/+2