summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cppc_cpufreq.c
AgeCommit message (Expand)Author
2025-01-23cpufreq: CPPC: Fix wrong max_freq in policy initializationLifeng Zheng
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker
2024-11-19Merge tag 'cpufreq-arm-updates-6.13' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki
2024-11-11cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power()Jinjie Ruan
2024-11-11cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost()Jinjie Ruan
2024-10-30cpufreq: CPPC: Fix possible null-ptr-deref for cppc_get_cpu_cost()Jinjie Ruan
2024-10-30cpufreq: CPPC: Fix possible null-ptr-deref for cpufreq_cpu_get_raw()Jinjie Ruan
2024-10-03cppc_cpufreq: Remove HiSilicon CPPC workaroundJie Zhan
2024-10-03cppc_cpufreq: Use desired perf if feedback ctrs are 0 or unchangedJie Zhan
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-11cpufreq/cppc: Use NSEC_PER_MSEC for deadline taskChristian Loehle
2024-07-09cpufreq: Make cpufreq_driver->exit() return voidLizhe
2024-06-13cpufreq/cppc: Don't compare desired_perf in target()Riwen Lu
2024-04-19cppc_cpufreq: Fix possible null pointer dereferenceAleksandr Mishin
2023-12-23cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}()Vincent Guittot
2023-08-17cpufreq: cppc: Set fie_disabled to FIE_DISABLED if fails to create kworker_fieLiao Chang
2023-08-17cpufreq: cppc: cppc_cpufreq_get_rate() returns zero in all error cases.Liao Chang
2022-12-27cpufreq: CPPC: Add u64 casts to avoid overflowingPierre Gondois
2022-09-24ACPI: CPPC: Disable FIE if registers in PCC regionsJeremy Linton
2022-08-25ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid()Perry Yuan
2022-05-30cpufreq: CPPC: Fix unused-function warningPierre Gondois
2022-05-30cpufreq: CPPC: Fix build error without CONFIG_ACPI_CPPC_CPUFREQ_FIEZheng Bin
2022-05-19cpufreq: CPPC: Enable dvfs_possible_from_any_cpuPierre Gondois
2022-05-19cpufreq: CPPC: Enable fast_switchPierre Gondois
2022-05-06cpufreq: CPPC: Register EM based on efficiency class informationPierre Gondois
2022-05-06cpufreq: CPPC: Add per_cpu efficiency_classPierre Gondois
2022-02-10cpufreq: CPPC: Fix performance/frequency conversionPierre Gondois
2021-10-04cpufreq: remove useless INIT_LIST_HEAD()Han Wang
2021-07-01cpufreq: CPPC: Add support for frequency invarianceViresh Kumar
2021-07-01cpufreq: CPPC: Pass structure instance by referenceViresh Kumar
2021-07-01cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_initViresh Kumar
2021-06-30cpufreq: CPPC: Migrate to ->exit() callback instead of ->stop_cpu()Viresh Kumar
2021-06-14Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar
2021-03-22cpufreq: cppc: simplify default delay_us settingTom Saeger
2021-03-22cpufreq: CPPC: Add support for frequency invarianceViresh Kumar
2020-12-15cppc_cpufreq: replace per-cpu data array with a listIonela Voinescu
2020-12-15cppc_cpufreq: expose information on frequency domainsIonela Voinescu
2020-12-15cppc_cpufreq: clarify support for coordination typesIonela Voinescu
2020-12-15cppc_cpufreq: use policy->cpu as driver of frequency settingIonela Voinescu
2020-11-17cppc_cpufreq: simplify use of performance capabilitiesIonela Voinescu
2020-11-17cppc_cpufreq: clean up cpu, cpu_num and cpunum variable useIonela Voinescu
2020-11-17cppc_cpufreq: fix misspelling, code style and readability issuesIonela Voinescu
2020-07-30cpufreq: CPPC: Reuse caps variable in few routinesXin Hao
2020-07-30cpufreq: cppc: Reorder code and remove apply_hisi_workaround variableViresh Kumar
2020-06-05cpufreq: CPPC: add SW BOOST supportXiongfeng Wang
2020-01-27cpufreq: Avoid creating excessively large stack framesRafael J. Wysocki
2019-12-29cpufreq: CPPC: put ACPI table after using itHanjun Guo
2019-12-29cpufreq : CPPC: Break out if HiSilicon CPPC workaround is matchedHanjun Guo
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-02-18cpufreq / cppc: Work around for Hisilicon CPPC cpufreqXiongfeng Wang