Age | Commit message (Expand) | Author | Files | Lines |
2021-07-13 | cpufreq: Fix fall-through warning for Clang | Gustavo A. R. Silva | 1 | -2/+0 |
2021-07-01 | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k... | Rafael J. Wysocki | 5 | -31/+282 |
2021-07-01 | Merge branch 'cpufreq/cppc-fie' into cpufreq/arm/linux-next | Viresh Kumar | 8 | -136/+382 |
2021-07-01 | cpufreq: CPPC: Add support for frequency invariance | Viresh Kumar | 2 | -13/+249 |
2021-07-01 | cpufreq: CPPC: Pass structure instance by reference | Viresh Kumar | 1 | -8/+8 |
2021-07-01 | cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_init | Viresh Kumar | 1 | -8/+20 |
2021-06-30 | cpufreq: Remove ->resolve_freq() | Viresh Kumar | 1 | -13/+8 |
2021-06-30 | cpufreq: Reuse cpufreq_driver_resolve_freq() in __cpufreq_driver_target() | Viresh Kumar | 1 | -20/+22 |
2021-06-30 | cpufreq: Remove the ->stop_cpu() driver callback | Viresh Kumar | 1 | -3/+0 |
2021-06-30 | cpufreq: powernv: Migrate to ->exit() callback instead of ->stop_cpu() | Viresh Kumar | 1 | -14/+9 |
2021-06-30 | cpufreq: CPPC: Migrate to ->exit() callback instead of ->stop_cpu() | Viresh Kumar | 1 | -22/+24 |
2021-06-30 | cpufreq: intel_pstate: Combine ->stop_cpu() and ->offline() | Rafael J. Wysocki | 1 | -6/+5 |
2021-06-23 | cpufreq: Make cpufreq_online() call driver->offline() on errors | Rafael J. Wysocki | 1 | -1/+10 |
2021-06-21 | Merge back cpufreq material for v5.14. | Rafael J. Wysocki | 5 | -34/+237 |
2021-06-14 | Revert "cpufreq: CPPC: Add support for frequency invariance" | Viresh Kumar | 2 | -243/+12 |
2021-06-07 | cpufreq: loongson2: Remove unused linux/sched.h headers | Hailong Liu | 1 | -1/+0 |
2021-06-07 | cpufreq: sh: Remove unused linux/sched.h headers | Hailong Liu | 1 | -1/+0 |
2021-06-07 | cpufreq: stats: Clean up local variable in cpufreq_stats_create_table() | Shaokun Zhang | 1 | -3/+2 |
2021-06-07 | cpufreq: intel_pstate: hybrid: Fix build with CONFIG_ACPI unset | Rafael J. Wysocki | 1 | -43/+48 |
2021-05-24 | cpufreq: dt: Rename black/white-lists | Viresh Kumar | 1 | -4/+4 |
2021-05-21 | cpufreq: sc520_freq: add 'fallthrough' to one case | Randy Dunlap | 1 | -0/+1 |
2021-05-21 | cpufreq: intel_pstate: Add Cometlake support in no-HWP mode | Giovanni Gherdovich | 1 | -0/+1 |
2021-05-21 | cpufreq: intel_pstate: Add Icelake servers support in no-HWP mode | Giovanni Gherdovich | 1 | -0/+1 |
2021-05-21 | cpufreq: intel_pstate: hybrid: CPU-specific scaling factor | Rafael J. Wysocki | 1 | -23/+210 |
2021-05-21 | cpufreq: intel_pstate: hybrid: Avoid exposing two global attributes | Rafael J. Wysocki | 1 | -2/+13 |
2021-05-20 | cpufreq: scmi: Fix an error message | Christophe JAILLET | 1 | -1/+1 |
2021-05-20 | cpufreq: mediatek: add support for mt8365 | Fabien Parent | 2 | -0/+2 |
2021-05-20 | cpufreq: blacklist SC7280 in cpufreq-dt-platdev | Sibi Sankar | 1 | -0/+1 |
2021-05-15 | Merge tag 'sched-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+5 |
2021-05-13 | x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g... | Huang Rui | 1 | -1/+5 |
2021-05-10 | cpufreq: intel_pstate: Use HWP if enabled by platform firmware | Rafael J. Wysocki | 1 | -1/+13 |
2021-04-27 | Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 9 | -142/+398 |
2021-04-26 | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -34/+73 |
2021-04-26 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 9 | -142/+398 |
2021-04-21 | cpufreq: Kconfig: fix documentation links | Alexander Monakov | 1 | -17/+6 |
2021-04-12 | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k... | Rafael J. Wysocki | 5 | -56/+347 |
2021-04-09 | cpufreq: intel_pstate: Simplify intel_pstate_update_perf_limits() | Rafael J. Wysocki | 1 | -16/+6 |
2021-04-09 | cpufreq: armada-37xx: Fix module unloading | Pali Rohár | 1 | -0/+25 |
2021-04-09 | cpufreq: armada-37xx: Remove cur_frequency variable | Pali Rohár | 1 | -9/+1 |
2021-04-09 | cpufreq: armada-37xx: Fix determining base CPU frequency | Pali Rohár | 1 | -1/+1 |
2021-04-09 | cpufreq: armada-37xx: Fix driver cleanup when registration failed | Pali Rohár | 1 | -1/+1 |
2021-04-09 | cpufreq: armada-37xx: Fix the AVS value for load L1 | Pali Rohár | 1 | -0/+37 |
2021-04-09 | cpufreq: armada-37xx: Fix setting TBG parent for load levels | Marek Behún | 1 | -12/+23 |
2021-04-08 | cpufreq: Remove unused for_each_policy macro | Shaokun Zhang | 1 | -3/+0 |
2021-03-29 | cpufreq: scmi: Port driver to the new scmi_perf_proto_ops interface | Cristian Marussi | 1 | -18/+21 |
2021-03-26 | cpufreq: Fix scaling_{available,boost}_frequencies_show() comments | Geert Uytterhoeven | 1 | -2/+2 |
2021-03-25 | cpufreq: dt: dev_pm_opp_of_cpumask_add_table() may return -EPROBE_DEFER | Quanyang Wang | 1 | -2/+7 |
2021-03-23 | cpufreq: intel_pstate: Clean up frequency computations | Rafael J. Wysocki | 1 | -56/+45 |
2021-03-22 | cpufreq: cppc: simplify default delay_us setting | Tom Saeger | 1 | -12/+2 |
2021-03-22 | cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c | Bhaskar Chowdhury | 1 | -7/+7 |