summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: intel_pstate: Update Balance performance EPP for Emerald RapidsPedro Henrique Kopper2024-08-021-0/+1
* Merge tag 'pm-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2024-07-1743-375/+950
|\
| * Merge back cpufreq material for 6.11.Rafael J. Wysocki2024-07-1043-375/+950
| |\
| | * Merge tag 'cpufreq-arm-updates-6.11' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki2024-07-0939-180/+597
| | |\
| | | * cpufreq: sti: fix build warningRaphael Gallais-Pou2024-07-091-1/+1
| | | * cpufreq: mediatek: Use dev_err_probe in every error path in probeNĂ­colas F. R. A. Prado2024-07-091-38/+34
| | | * cpufreq: Add Loongson-3 CPUFreq driver supportHuacai Chen2024-07-093-0/+408
| | | * cpufreq: Make cpufreq_driver->exit() return voidLizhe2024-07-0927-83/+36
| | | * cpufreq: pcc: Remove empty exit() callbackViresh Kumar2024-07-051-6/+0
| | | * cpufreq: loongson2: Remove empty exit() callbackViresh Kumar2024-07-051-6/+0
| | | * cpufreq: nforce2: Remove empty exit() callbackViresh Kumar2024-07-051-6/+0
| | | * cpufreq: sti: add missing MODULE_DEVICE_TABLE entry for stih418Raphael Gallais-Pou2024-06-261-0/+1
| | | * cpufreq: ti: update OPP table for AM62Px SoCsBryan Brattlof2024-06-251-1/+34
| | | * cpufreq: ti: update OPP table for AM62Ax SoCsBryan Brattlof2024-06-251-1/+58
| | | * cpufreq: sun50i: add Allwinner H700 speed binRyan Walklin2024-06-191-0/+3
| | | * cpufreq/cppc: Don't compare desired_perf in target()Riwen Lu2024-06-131-7/+2
| | | * cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe()Primoz Fiser2024-06-061-1/+1
| | | * cpufreq: dt-platdev: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-031-0/+1
| | | * cpufreq: longhaul: Fix kernel-doc param for longhaul_setstateYang Li2024-05-281-2/+3
| | | * cpufreq: qcom-nvmem: eliminate uses of of_node_put()Javier Carrasco2024-05-281-18/+7
| | | * cpufreq: qcom-nvmem: fix memory leaks in probe error pathsJavier Carrasco2024-05-281-3/+10
| | | * cpufreq: scmi: Avoid overflow of target_freq in fast switchJagadeesh Kona2024-05-281-2/+2
| | | * cpufreq: sun50i: replace of_node_put() with automatic cleanup handlerJavier Carrasco2024-05-281-17/+8
| | | * cpufreq: sun50i: fix memory leak in dt_has_supported_hw()Javier Carrasco2024-05-281-2/+2
| | * | Merge tag 'amd-pstate-v6.11-2024-07-07' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki2024-07-082-25/+30
| | |\ \
| | | * | cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC sy...Dhananjay Ugwekar2024-07-071-20/+23
| | | * | cpufreq/amd-pstate-ut: Convert nominal_freq to khz during comparisonsDhananjay Ugwekar2024-07-071-5/+7
| | * | | cpufreq: make cpufreq_boost_enabled() return boolDhruva Gole2024-06-281-1/+1
| | * | | cpufreq: intel_pstate: Support highest performance change interruptSrinivas Pandruvada2024-06-281-4/+19
| | * | | Merge tag 'amd-pstate-v6.11-2024-06-26' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki2024-06-273-24/+101
| | |\| |
| | | * | cpufreq: amd-pstate: Cap the CPPC.max_perf to nominal_perf if CPB is offPerry Yuan2024-06-261-0/+5
| | | * | cpufreq: amd-pstate: initialize core precision boost statePerry Yuan2024-06-262-22/+96
| | | * | cpufreq: acpi: move MSR_K7_HWCR_CPB_DIS_BIT into msr-index.hPerry Yuan2024-06-261-2/+0
| | * | | Merge back cpufreq material for v6.11.Rafael J. Wysocki2024-06-276-141/+202
| | |\ \ \
| | | * | | cpufreq: intel_pstate: Replace boot_cpu_has()Srinivas Pandruvada2024-06-251-2/+2
| | | * | | Merge tag 'amd-pstate-v6.11-2024-06-24' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki2024-06-254-68/+121
| | | |\| |
| | | | * | cpufreq: simplify boolean parsing with kstrtobool in store functionPerry Yuan2024-06-241-6/+5
| | | | * | cpufreq: amd-pstate: Don't create attributes when registration failsMario Limonciello2024-06-241-1/+5
| | | | * | cpufreq: amd-pstate: Make amd-pstate unit tests depend on amd-pstateMario Limonciello2024-06-241-0/+1
| | | | * | cpufreq/amd-pstate: fix setting policy current frequency valueMeng Li2024-06-211-5/+12
| | | | * | cpufreq: amd-pstate: auto-load pstate driver by defaultPerry Yuan2024-06-211-7/+17
| | | | * | cpufreq: amd-pstate: enable shared memory type CPPC by defaultPerry Yuan2024-06-211-12/+1
| | | | * | cpufreq: amd-pstate: switch boot_cpu_has() to cpu_feature_enabled()Perry Yuan2024-06-211-12/+12
| | | | * | cpufreq: amd-pstate: add debug message while CPPC is supported and disabled b...Perry Yuan2024-06-211-0/+26
| | | | * | cpufreq: amd-pstate: show CPPC debug message if CPPC is not supportedPerry Yuan2024-06-211-0/+19
| | | | * | cpufreq: amd-pstate: remove unused variable nominal_freqPerry Yuan2024-06-211-4/+2
| | | | * | cpufreq: amd-pstate: optimize the initial frequency values verificationPerry Yuan2024-06-211-17/+18
| | | | * | cpufreq: amd-pstate: Allow users to write 'default' EPP stringMario Limonciello2024-06-212-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