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