summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: use correct unit when verify cur freqSanjay Chandrashekara2023-05-111-1/+1
* cpufreq: governor: Use kobject release() method to free dbs_dataKevin Hao2023-02-012-7/+14
* cpufreq: Move to_gov_attr_set() to cpufreq.hKevin Hao2023-02-011-5/+0
* cpufreq: armada-37xx: stop using 0 as NULL pointerMiles Chen2023-02-011-1/+1
* cpufreq: Add SM6375 to cpufreq-dt-platdev blocklistKonrad Dybcio2023-02-011-0/+1
* cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklistSumit Gupta2023-02-011-0/+1
* cpufreq: Init completion before kobject_init_and_add()Yongqiang Liu2023-01-121-1/+1
* cpufreq: amd_freq_sensitivity: Add missing pci_dev_put()Xiongfeng Wang2022-12-311-0/+2
* cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()Chen Hui2022-12-311-0/+1
* cpufreq: intel_pstate: hybrid: Use known scaling factor for P-coresRafael J. Wysocki2022-11-031-54/+15
* cpufreq: intel_pstate: Read all MSRs on the target CPURafael J. Wysocki2022-11-031-33/+33
* cpufreq: qcom: fix memory leak in error pathFabien Parent2022-10-291-2/+5
* cpufreq: qcom: fix writes in read-only memory regionFabien Parent2022-10-291-1/+2
* cpufreq: intel_pstate: Add Tigerlake support in no-HWP modeDoug Smythies2022-10-261-0/+1
* cpufreq: check only freq_table in __resolve_freq()Lukasz Luba2022-09-151-1/+1
* cpufreq: pmac32-cpufreq: Fix refcount leak bugLiang He2022-07-211-0/+4
* drivers: cpufreq: Add missing of_node_put() in qoriq-cpufreq.cLiang He2022-07-071-0/+1
* cpufreq: mediatek: Unregister platform device on exitRex-BC Chen2022-06-091-4/+6
* cpufreq: mediatek: Use module_init and add module_exitJia-Wei Chang2022-06-091-1/+7
* Revert "cpufreq: Fix possible race in cpufreq online error path"Viresh Kumar2022-06-091-3/+2
* cpufreq: Fix possible race in cpufreq online error pathSchspa Shi2022-06-091-2/+3
* cpufreq: Avoid unnecessary frequency updates due to mismatchViresh Kumar2022-06-091-0/+11
* cpufreq: qcom-cpufreq-hw: Clear dcvs interruptsVladimir Zapolskiy2022-05-091-0/+8
* cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probeXiaobing Luo2022-05-091-1/+3
* cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platformsVladimir Zapolskiy2022-05-091-6/+11
* cpufreq: qcom-hw: fix the race between LMH worker and cpuhpDmitry Baryshkov2022-05-091-1/+1
* cpufreq: intel_pstate: ITMT support for overclocked systemSrinivas Pandruvada2022-04-201-0/+10
* cpufreq: CPPC: Fix performance/frequency conversionPierre Gondois2022-04-131-22/+21
* cpufreq: qcom-cpufreq-nvmem: fix reading of PVS Valid fuseLuca Weiss2022-04-081-1/+1
* cpufreq: Fix initialization of min and max frequency QoS requestsRafael J. Wysocki2022-01-271-2/+2
* cpufreq: qcom-hw: Fix probable nested interrupt handlingVladimir Zapolskiy2022-01-271-2/+2
* cpufreq: qcom-cpufreq-hw: Update offline CPUs per-cpu thermal pressureLukasz Luba2022-01-271-1/+2
* cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink()Xiongfeng Wang2021-12-081-5/+4
* cpufreq: intel_pstate: Add Ice Lake server to out-of-band IDsAdamos Ttofari2021-12-011-0/+1
* cpufreq: intel_pstate: Fix active mode offline/online EPP handlingRafael J. Wysocki2021-12-011-0/+6
* cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offlineRafael J. Wysocki2021-11-181-2/+30
* cpufreq: intel_pstate: Fix cpu->pstate.turbo_freq initializationZhang Rui2021-11-181-1/+2
* cpufreq: Make policy min/max hard requirementsVincent Donnefort2021-11-181-0/+7
* Merge tag 'pm-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-09-172-9/+15
|\
| * cpufreq: schedutil: Destroy mutex before kobject_put() frees the memoryJames Morse2021-09-141-1/+1
| * cpufreq: intel_pstate: Override parameters if HWP forced by BIOSDoug Smythies2021-09-131-8/+14
* | cpufreq: vexpress: Drop unused variableGuenter Roeck2021-09-161-1/+0
|/
*-. Merge branches 'pm-cpufreq', 'pm-sleep' and 'pm-em'Rafael J. Wysocki2021-09-101-114/+71
|\ \
| * | cpufreq: intel_pstate: hybrid: Rework HWP calibrationRafael J. Wysocki2021-09-071-114/+71
* | | Merge tag 'pm-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-09-0816-119/+541
|\| |
| * | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2021-09-073-0/+321
| |\ \
| | * | cpufreq: mediatek-hw: Add support for CPUFREQ HWHector.Yuan2021-09-063-0/+321
| * | | Revert "cpufreq: intel_pstate: Process HWP Guaranteed change notification"Rafael J. Wysocki2021-09-071-39/+0
| * | | cpufreq: Remove ready() callbackViresh Kumar2021-09-021-4/+0
| * | | cpufreq: sh: Remove sh_cpufreq_cpu_ready()Viresh Kumar2021-09-021-11/+0