Age | Commit message (Expand) | Author |
2025-02-06 | Merge tag 'amd-pstate-v6.14-2025-02-06' of ssh://gitolite.kernel.org/pub/scm/... | Rafael J. Wysocki |
2025-02-06 | cpufreq/amd-pstate: Fix cpufreq_policy ref counting | Dhananjay Ugwekar |
2025-02-05 | cpufreq: prevent NULL dereference in cpufreq_online() | Aboorva Devarajan |
2025-02-05 | cpufreq: airoha: modify CONFIG_OF dependency | Arnd Bergmann |
2025-02-05 | cpufreq/amd-pstate: Fix max_perf updation with schedutil | Dhananjay Ugwekar |
2025-02-05 | cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limits | Dhananjay Ugwekar |
2025-02-03 | cpufreq/amd-pstate: Fix per-policy boost flag incorrect when fail | Lifeng Zheng |
2025-01-29 | cpufreq: airoha: Depends on OF | Viresh Kumar |
2025-01-23 | cpufreq: ACPI: Remove set_boost in acpi_cpufreq_cpu_init() | Lifeng Zheng |
2025-01-23 | cpufreq: CPPC: Fix wrong max_freq in policy initialization | Lifeng Zheng |
2025-01-23 | cpufreq: Introduce a more generic way to set default per-policy boost flag | Lifeng Zheng |
2025-01-23 | cpufreq: Fix re-boost issue after hotplugging a CPU | Lifeng Zheng |
2025-01-23 | cpufreq: s3c64xx: Fix compilation warning | Viresh Kumar |
2025-01-22 | Merge tag 'pm-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2025-01-21 | Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2025-01-20 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2025-01-20 | Merge branches 'pm-sleep', 'pm-cpuidle' and 'pm-em' | Rafael J. Wysocki |
2025-01-20 | Merge tag 'cpufreq-arm-updates-6.14' of ssh://gitolite.kernel.org/pub/scm/lin... | Rafael J. Wysocki |
2025-01-17 | cpufreq: Use str_enable_disable()-like helpers | Krzysztof Kozlowski |
2025-01-17 | cpufreq: airoha: Add EN7581 CPUFreq SMCCC driver | Christian Marangi |
2025-01-16 | Merge back earlier cpufreq material for 6.14 | Rafael J. Wysocki |
2025-01-14 | cpufreq: ACPI: Fix max-frequency computation | Gautham R. Shenoy |
2025-01-14 | cpufreq: Move endif to the end of Kconfig file | Viresh Kumar |
2025-01-10 | Merge tag 'amd-pstate-v6.14-2025-01-07' of ssh://gitolite.kernel.org/pub/scm/... | Rafael J. Wysocki |
2025-01-08 | treewide: Introduce kthread_run_worker[_on_cpu]() | Frederic Weisbecker |
2025-01-03 | cpufreq/amd-pstate: Refactor max frequency calculation | Naresh Solanki |
2025-01-03 | cpufreq/amd-pstate: Fix prefcore rankings | Mario Limonciello |
2024-12-24 | cpufreq: sparc: change kzalloc to kcalloc | Ethan Carter Edwards |
2024-12-23 | cpufreq: qcom: Implement clk_ops::determine_rate() for qcom_cpufreq* clocks | Manivannan Sadhasivam |
2024-12-23 | cpufreq: qcom: Fix qcom_cpufreq_hw_recalc_rate() to query LUT if LMh IRQ is n... | Manivannan Sadhasivam |
2024-12-23 | cpufreq: apple-soc: Add Apple A7-A8X SoC cpufreq support | Nick Chan |
2024-12-23 | cpufreq: apple-soc: Set fallback transition latency to APPLE_DVFS_TRANSITION_... | Nick Chan |
2024-12-23 | cpufreq: apple-soc: Increase cluster switch timeout to 400us | Nick Chan |
2024-12-23 | cpufreq: apple-soc: Use 32-bit read for status register | Nick Chan |
2024-12-23 | cpufreq: apple-soc: Allow per-SoC configuration of APPLE_DVFS_CMD_PS1 | Nick Chan |
2024-12-23 | cpufreq: apple-soc: Drop setting the PS2 field on M2+ | Hector Martin |
2024-12-23 | cpufreq: fix using cpufreq-dt as module | Andreas Kemnade |
2024-12-23 | cpufreq: scmi: Register for limit change notifications | Sibi Sankar |
2024-12-19 | Merge tag 'amd-pstate-v6.14-2024-12-18' of ssh://gitolite.kernel.org/pub/scm/... | Rafael J. Wysocki |
2024-12-18 | PM: EM: Move sched domains rebuild function from schedutil to EM | Rafael J. Wysocki |
2024-12-18 | cpufreq: intel_pstate: Use CPUFREQ_POLICY_UNKNOWN | Christian Loehle |
2024-12-11 | cpufreq/amd-pstate: Drop boost_state variable | Mario Limonciello |
2024-12-11 | cpufreq/amd-pstate: Set different default EPP policy for Epyc and Ryzen | Mario Limonciello |
2024-12-11 | cpufreq/amd-pstate: Drop ret variable from amd_pstate_set_energy_pref_index() | Mario Limonciello |
2024-12-11 | cpufreq/amd-pstate: Always write EPP value when updating perf | Mario Limonciello |
2024-12-11 | cpufreq/amd-pstate: Cache EPP value and use that everywhere | Mario Limonciello |
2024-12-11 | cpufreq/amd-pstate: Move limit updating code | Mario Limonciello |
2024-12-11 | cpufreq/amd-pstate: Change amd_pstate_update_perf() to return an int | Mario Limonciello |
2024-12-11 | cpufreq/amd-pstate: store all values in cpudata struct in khz | Mario Limonciello |
2024-12-11 | cpufreq/amd-pstate: Only update the cached value in msr_set_epp() on success | Mario Limonciello |