index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-22
cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL register at ...
Wyes Karny
1
-0
/
+10
2022-11-21
cpufreq: qcom-hw: Fix the frequency returned by cpufreq_driver->get()
Manivannan Sadhasivam
1
-13
/
+29
2022-11-16
cpufreq: ACPI: Remove unused variables 'acpi_cpufreq_online' and 'ret'
Nathan Chancellor
1
-6
/
+0
2022-11-16
cpufreq: amd-pstate: fix spdxcheck warnings for amd-pstate-ut.c
Meng Li
1
-1
/
+1
2022-11-09
cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()
Chen Hui
1
-0
/
+1
2022-11-07
cpufreq: ti: Enable ti-cpufreq for ARCH_K3
Dave Gerlach
1
-2
/
+2
2022-11-07
cpufreq: dt-platdev: Blacklist ti,am625 SoC
Dave Gerlach
1
-0
/
+1
2022-11-07
cpufreq: ti-cpufreq: Add support for AM625
Dave Gerlach
1
-0
/
+36
2022-11-03
cpufreq: intel_pstate: Allow EPP 0x80 setting by the firmware
Srinivas Pandruvada
1
-4
/
+5
2022-11-03
cpufreq: ACPI: Defer setting boost MSRs
Stuart Hayes
1
-28
/
+3
2022-11-03
cpufreq: SPEAr: Make read-only array sys_clk_src static
Colin Ian King
1
-1
/
+1
2022-11-03
cpufreq: longhaul: Make array speeds static const
Colin Ian King
1
-2
/
+2
2022-11-03
cpufreq: ACPI: Use str_enabled_disabled() helper
Andy Shevchenko
1
-2
/
+3
2022-11-02
cpufreq: qcom-hw: Move soc_data to struct qcom_cpufreq
Manivannan Sadhasivam
1
-13
/
+14
2022-11-02
cpufreq: qcom-hw: Use cached dev pointer in probe()
Manivannan Sadhasivam
1
-7
/
+8
2022-11-02
cpufreq: qcom-hw: Allocate qcom_cpufreq_data during probe
Manivannan Sadhasivam
1
-49
/
+37
2022-11-02
cpufreq: qcom-hw: Remove un-necessary cpumask_empty() check
Manivannan Sadhasivam
1
-5
/
+0
2022-11-02
cpufreq: Generalize of_perf_domain_get_sharing_cpumask phandle format
Hector Martin
1
-5
/
+9
2022-10-25
cpufreq: intel_pstate: hybrid: Use known scaling factor for P-cores
Rafael J. Wysocki
1
-54
/
+15
2022-10-25
cpufreq: intel_pstate: Read all MSRs on the target CPU
Rafael J. Wysocki
1
-33
/
+33
2022-10-18
cpufreq: sun50i: Switch to use dev_err_probe() helper
Yang Yingliang
1
-6
/
+3
2022-10-18
cpufreq: qcom-nvmem: Switch to use dev_err_probe() helper
Yang Yingliang
1
-5
/
+2
2022-10-18
cpufreq: imx6q: Switch to use dev_err_probe() helper
Yang Yingliang
1
-3
/
+1
2022-10-18
cpufreq: dt: Switch to use dev_err_probe() helper
Yang Yingliang
1
-4
/
+2
2022-10-18
cpufreq: qcom: remove unused parameter in function definition
Fabien Parent
1
-4
/
+4
2022-10-18
cpufreq: qcom: fix writes in read-only memory region
Fabien Parent
1
-1
/
+2
2022-10-18
cpufreq: qcom: fix memory leak in error path
Fabien Parent
1
-2
/
+5
2022-10-18
cpufreq: tegra194: Fix module loading
Jon Hunter
1
-0
/
+1
2022-10-08
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2022-10-06
Merge tag 'linux-kselftest-next-6.1-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
4
-59
/
+310
2022-10-05
cpufreq: amd-pstate: Add explanation for X86_AMD_PSTATE_UT
Meng Li
1
-0
/
+8
2022-10-05
cpufreq: amd-pstate: modify type in argument 2 for filp_open
Meng Li
1
-1
/
+1
2022-10-05
cpufreq: amd-pstate: Add test module for amd-pstate driver
Meng Li
3
-0
/
+301
2022-10-05
cpufreq: amd-pstate: Expose struct amd_cpudata
Meng Li
1
-59
/
+1
2022-10-03
Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
9
-47
/
+69
2022-10-03
Merge branches 'acpi-cppc', 'acpi-pcc', 'acpi-apei' and 'acpi-osi'
Rafael J. Wysocki
2
-6
/
+23
2022-09-28
Merge tag 'cpufreq-arm-updates-6.1' of git://git.kernel.org/pub/scm/linux/ker...
Rafael J. Wysocki
7
-29
/
+47
2022-09-26
cpufreq: qcom-cpufreq-hw: Add cpufreq qos for LMh
Xuewen Yan
1
-0
/
+14
2022-09-26
cpufreq: Add __init annotation to module init funcs
Xiu Jianfeng
3
-3
/
+3
2022-09-26
cpufreq: tegra194: change tegra239_cpufreq_soc to static
Yang Yingliang
1
-1
/
+1
2022-09-24
ACPI: CPPC: Disable FIE if registers in PCC regions
Jeremy Linton
1
-4
/
+21
2022-09-24
nvmem: prefix all symbols with NVMEM_
Rafał Miłecki
1
-1
/
+1
2022-09-21
cpufreq: tegra194: Add support for Tegra239
Sumit Gupta
1
-14
/
+15
2022-09-21
cpufreq: qcom-cpufreq-hw: Fix uninitialized throttled_freq warning
Viresh Kumar
1
-5
/
+5
2022-09-10
cpufreq: intel_pstate: Add Tigerlake support in no-HWP mode
Doug Smythies
1
-0
/
+1
2022-09-03
cpufreq: amd-pstate: Fix initial highest_perf value
Perry Yuan
1
-2
/
+12
2022-09-01
cpufreq: tegra194: Remove the unneeded result variable
ye xingchen
1
-5
/
+1
2022-08-31
cpufreq: amd-pstate: update pstate frequency transition delay time
Perry Yuan
1
-2
/
+2
2022-08-31
cpufreq: amd_pstate: map desired perf into pstate scope for powersave governor
Perry Yuan
1
-2
/
+1
2022-08-31
cpufreq: amd_pstate: fix wrong lowest perf fetch
Perry Yuan
1
-1
/
+1
[prev]
[next]