summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cppc_cpufreq.c
AgeCommit message (Expand)AuthorLines
2022-09-24ACPI: CPPC: Disable FIE if registers in PCC regionsJeremy Linton-4/+21
2022-08-25ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid()Perry Yuan-1/+1
2022-05-30cpufreq: CPPC: Fix unused-function warningPierre Gondois-9/+8
2022-05-30cpufreq: CPPC: Fix build error without CONFIG_ACPI_CPPC_CPUFREQ_FIEZheng Bin-1/+2
2022-05-19cpufreq: CPPC: Enable dvfs_possible_from_any_cpuPierre Gondois-0/+1
2022-05-19cpufreq: CPPC: Enable fast_switchPierre Gondois-0/+24
2022-05-06cpufreq: CPPC: Register EM based on efficiency class informationPierre Gondois-0/+144
2022-05-06cpufreq: CPPC: Add per_cpu efficiency_classPierre Gondois-0/+42
2022-02-10cpufreq: CPPC: Fix performance/frequency conversionPierre Gondois-22/+21
2021-10-04cpufreq: remove useless INIT_LIST_HEAD()Han Wang-2/+0
2021-07-01cpufreq: CPPC: Add support for frequency invarianceViresh Kumar-13/+239
2021-07-01cpufreq: CPPC: Pass structure instance by referenceViresh Kumar-8/+8
2021-07-01cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_initViresh Kumar-8/+20
2021-06-30cpufreq: CPPC: Migrate to ->exit() callback instead of ->stop_cpu()Viresh Kumar-22/+24
2021-06-14Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar-233/+12
2021-03-22cpufreq: cppc: simplify default delay_us settingTom Saeger-12/+2
2021-03-22cpufreq: CPPC: Add support for frequency invarianceViresh Kumar-12/+233
2020-12-15cppc_cpufreq: replace per-cpu data array with a listIonela Voinescu-83/+91
2020-12-15cppc_cpufreq: expose information on frequency domainsIonela Voinescu-0/+14
2020-12-15cppc_cpufreq: clarify support for coordination typesIonela Voinescu-7/+12
2020-12-15cppc_cpufreq: use policy->cpu as driver of frequency settingIonela Voinescu-2/+3
2020-11-17cppc_cpufreq: simplify use of performance capabilitiesIonela Voinescu-17/+23
2020-11-17cppc_cpufreq: clean up cpu, cpu_num and cpunum variable useIonela Voinescu-74/+69
2020-11-17cppc_cpufreq: fix misspelling, code style and readability issuesIonela Voinescu-16/+16
2020-07-30cpufreq: CPPC: Reuse caps variable in few routinesXin Hao-2/+2
2020-07-30cpufreq: cppc: Reorder code and remove apply_hisi_workaround variableViresh Kumar-49/+42
2020-06-05cpufreq: CPPC: add SW BOOST supportXiongfeng Wang-2/+37
2020-01-27cpufreq: Avoid creating excessively large stack framesRafael J. Wysocki-1/+1
2019-12-29cpufreq: CPPC: put ACPI table after using itHanjun Guo-0/+2
2019-12-29cpufreq : CPPC: Break out if HiSilicon CPPC workaround is matchedHanjun Guo-2/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-5/+1
2019-02-18cpufreq / cppc: Work around for Hisilicon CPPC cpufreqXiongfeng Wang-0/+65
2018-10-03cpufreq / CPPC: Mark acpi_ids as usedNathan Chancellor-1/+1
2018-07-18cpufreq / CPPC: Add cpuinfo_cur_freq support for CPPCGeorge Cherian-0/+52
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+2
2018-06-04Merge branches 'acpi-cppc', 'acpi-misc', 'acpi-battery' and 'acpi-ac'Rafael J. Wysocki-12/+68
2018-04-30cpufreq / CPPC: Set platform specific transition_delay_usPrashanth Prakash-2/+44
2018-04-24cpufreq / CPPC: Support for CPPC v3Prashanth Prakash-12/+68
2018-04-10cpufreq: CPPC: Initialize shared perf capabilities of CPUsShunyong Yang-2/+12
2018-04-10cpufreq: CPPC: Don't set transition_latencyViresh Kumar-1/+0
2018-03-30cpufreq: CPPC: Use transition_delay_us depending transition_latencyGeorge Cherian-0/+3
2018-03-20cpufreq: cppc_cpufreq: Fix cppc_cpufreq_init() failure pathChunyu Hu-2/+7
2017-08-18cpufreq: remove setting of policy->cpu in policy->cpus during initSudeep Holla-1/+0
2017-06-27cpufreq / CPPC: Initialize policy->min to lowest nonlinear performancePrakash, Prashanth-3/+16
2016-10-21cpufreq / CPPC: Add MODULE_DEVICE_TABLE for cppc_cpufreq driverPrakash, Prashanth-0/+7
2016-10-14Merge tag 'pm-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+7
2016-10-13cpufreq: CPPC: Correct desired_perf calculationHoan Tran-1/+7
2016-10-03Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-7/+8
2016-09-16cpufreq: CPPC: Avoid overflow when calculating desired_perfHoan Tran-1/+1
2016-09-13cpufreq: CPPC: Force reporting values in KHz to fix user space interfaceAl Stone-4/+49