summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2025-01-14cpufreq: Move endif to the end of Kconfig fileViresh Kumar-2/+2
2024-12-10cpufreq/amd-pstate: Use boost numerator for upper bound of frequenciesMario Limonciello-8/+5
2024-12-10cpufreq/amd-pstate: Store the boost numerator as highest perf againMario Limonciello-10/+15
2024-12-09cpufreq/amd-pstate: Detect preferred core support before driver registrationK Prateek Nayak-6/+6
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-250/+0
2024-11-22Merge tag 'pm-6.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-93/+451
2024-11-20Merge tag 'pmdomain-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds-54/+28
2024-11-19Merge tag 'cpufreq-arm-updates-6.13' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki-93/+451
2024-11-19Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2024-11-14Merge back cpufreq material for 6.13Rafael J. Wysocki-164/+122
2024-11-13cpufreq: intel_pstate: Update Balance-performance EPP for Granite RapidsSrinivas Pandruvada-0/+2
2024-11-13cpufreq: maple: Remove maple driverMichael Ellerman-250/+0
2024-11-12cpufreq: ACPI: Simplify MSR read on the boot CPUChang S. Bae-5/+2
2024-11-11cpufreq: intel_pstate: Rearrange locking in hybrid_init_cpu_capacity_scaling()Rafael J. Wysocki-19/+16
2024-11-11Merge back cpufreq material for 6.13Rafael J. Wysocki-159/+118
2024-11-11cpufreq: sun50i: add a100 cpufreq supportShuosheng Huang-0/+29
2024-11-11cpufreq: mediatek-hw: Fix wrong return value in mtk_cpufreq_get_cpu_power()Jinjie Ruan-1/+1
2024-11-11cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power()Jinjie Ruan-1/+1
2024-11-11cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost()Jinjie Ruan-1/+1
2024-11-11cpufreq: loongson3: Check for error code from devm_mutex_init() callAndy Shevchenko-2/+5
2024-11-11cpufreq: scmi: Fix cleanup path when boost enablement failsSibi Sankar-1/+3
2024-11-04cpufreq: intel_pstate: Update asym capacity for CPUs that were offline initiallyRafael J. Wysocki-0/+5
2024-11-04cpufreq: intel_pstate: Clear hybrid_max_perf_cpu before driver registrationRafael J. Wysocki-3/+18
2024-10-30cpufreq: CPPC: Fix possible null-ptr-deref for cppc_get_cpu_cost()Jinjie Ruan-0/+3
2024-10-30cpufreq: CPPC: Fix possible null-ptr-deref for cpufreq_cpu_get_raw()Jinjie Ruan-0/+3
2024-10-30Revert "cpufreq: brcmstb-avs-cpufreq: Fix initial command check"Colin Ian King-2/+2
2024-10-29cpufreq/amd-pstate: Move registration after static function call updateMario Limonciello-6/+6
2024-10-29cpufreq/amd-pstate: Push adjust_perf vfunc init into cpu_initMario Limonciello-2/+2
2024-10-29cpufreq: add virtual-cpufreq driverDavid Dai-0/+348
2024-10-28cpufreq/amd-pstate: Align offline flow of shared memory and MSR based systemsDhananjay Ugwekar-0/+1
2024-10-28cpufreq/amd-pstate: Call cppc_set_epp_perf in the reenable functionDhananjay Ugwekar-2/+4
2024-10-28cpufreq/amd-pstate: Do not attempt to clear MSR_AMD_CPPC_ENABLEDhananjay Ugwekar-0/+6
2024-10-28cpufreq/amd-pstate: Rename functions that enable CPPCDhananjay Ugwekar-13/+13
2024-10-28cpufreq/amd-pstate-ut: Add fix for min freq unit testMario Limonciello-3/+3
2024-10-28amd-pstate: Switch to amd-pstate by default on some Server platformsSwapnil Sapkal-2/+2
2024-10-28amd-pstate: Set min_perf to nominal_perf for active mode performance govGautham R. Shenoy-1/+1
2024-10-28cpufreq/amd-pstate: Remove the redundant amd_pstate_set_driver() callDhananjay Ugwekar-8/+4
2024-10-28cpufreq/amd-pstate: Remove the switch case in amd_pstate_init()Dhananjay Ugwekar-11/+5
2024-10-28cpufreq/amd-pstate: Call amd_pstate_set_driver() in amd_pstate_register_driver()Dhananjay Ugwekar-25/+22
2024-10-28cpufreq/amd-pstate: Call amd_pstate_register() in amd_pstate_init()Dhananjay Ugwekar-10/+2
2024-10-28cpufreq/amd-pstate: Set the initial min_freq to lowest_nonlinear_freqDhananjay Ugwekar-1/+20
2024-10-28cpufreq/amd-pstate: Remove the redundant verify() functionDhananjay Ugwekar-11/+4
2024-10-28cpufreq/amd-pstate: Drop needless EPP initializationMario Limonciello-6/+0
2024-10-28cpufreq/amd-pstate: Use amd_pstate_update_min_max_limit() for EPP limitsMario Limonciello-16/+3
2024-10-28cpufreq/amd-pstate: Don't update CPPC request in amd_pstate_cpu_boost_update()Mario Limonciello-23/+1
2024-10-28cpufreq/amd-pstate: Fix non kerneldoc commentMario Limonciello-1/+1
2024-10-28cpufreq/amd-pstate: Rename MSR and shared memory specific functionsDhananjay Ugwekar-12/+12
2024-10-28cpufreq: Switch back to struct platform_driver::remove()Uwe Kleine-König-20/+20
2024-10-28cpufreq: use proper units for frequencyMarcin Juszkiewicz-1/+1
2024-10-25x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefixMario Limonciello-1/+1