summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cppc_cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: CPPC: Add support for frequency invarianceViresh Kumar2021-07-011-13/+239
* cpufreq: CPPC: Pass structure instance by referenceViresh Kumar2021-07-011-8/+8
* cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_initViresh Kumar2021-07-011-8/+20
* cpufreq: CPPC: Migrate to ->exit() callback instead of ->stop_cpu()Viresh Kumar2021-06-301-22/+24
* Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar2021-06-141-233/+12
* cpufreq: cppc: simplify default delay_us settingTom Saeger2021-03-221-12/+2
* cpufreq: CPPC: Add support for frequency invarianceViresh Kumar2021-03-221-12/+233
* cppc_cpufreq: replace per-cpu data array with a listIonela Voinescu2020-12-151-83/+91
* cppc_cpufreq: expose information on frequency domainsIonela Voinescu2020-12-151-0/+14
* cppc_cpufreq: clarify support for coordination typesIonela Voinescu2020-12-151-7/+12
* cppc_cpufreq: use policy->cpu as driver of frequency settingIonela Voinescu2020-12-151-2/+3
* cppc_cpufreq: simplify use of performance capabilitiesIonela Voinescu2020-11-171-17/+23
* cppc_cpufreq: clean up cpu, cpu_num and cpunum variable useIonela Voinescu2020-11-171-74/+69
* cppc_cpufreq: fix misspelling, code style and readability issuesIonela Voinescu2020-11-171-16/+16
* cpufreq: CPPC: Reuse caps variable in few routinesXin Hao2020-07-301-2/+2
* cpufreq: cppc: Reorder code and remove apply_hisi_workaround variableViresh Kumar2020-07-301-49/+42
* cpufreq: CPPC: add SW BOOST supportXiongfeng Wang2020-06-051-2/+37
* cpufreq: Avoid creating excessively large stack framesRafael J. Wysocki2020-01-271-1/+1
* cpufreq: CPPC: put ACPI table after using itHanjun Guo2019-12-291-0/+2
* cpufreq : CPPC: Break out if HiSilicon CPPC workaround is matchedHanjun Guo2019-12-291-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* cpufreq / cppc: Work around for Hisilicon CPPC cpufreqXiongfeng Wang2019-02-181-0/+65
* cpufreq / CPPC: Mark acpi_ids as usedNathan Chancellor2018-10-031-1/+1
* cpufreq / CPPC: Add cpuinfo_cur_freq support for CPPCGeorge Cherian2018-07-181-0/+52
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
*-. Merge branches 'acpi-cppc', 'acpi-misc', 'acpi-battery' and 'acpi-ac'Rafael J. Wysocki2018-06-041-12/+68
|\ \
| * | cpufreq / CPPC: Support for CPPC v3Prashanth Prakash2018-04-241-12/+68
| |/
* / cpufreq / CPPC: Set platform specific transition_delay_usPrashanth Prakash2018-04-301-2/+44
|/
* cpufreq: CPPC: Initialize shared perf capabilities of CPUsShunyong Yang2018-04-101-2/+12
* cpufreq: CPPC: Don't set transition_latencyViresh Kumar2018-04-101-1/+0
* cpufreq: CPPC: Use transition_delay_us depending transition_latencyGeorge Cherian2018-03-301-0/+3
* cpufreq: cppc_cpufreq: Fix cppc_cpufreq_init() failure pathChunyu Hu2018-03-201-2/+7
* cpufreq: remove setting of policy->cpu in policy->cpus during initSudeep Holla2017-08-181-1/+0
* cpufreq / CPPC: Initialize policy->min to lowest nonlinear performancePrakash, Prashanth2017-06-271-3/+16
* cpufreq / CPPC: Add MODULE_DEVICE_TABLE for cppc_cpufreq driverPrakash, Prashanth2016-10-211-0/+7
* Merge tag 'pm-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-141-1/+7
|\
| * cpufreq: CPPC: Correct desired_perf calculationHoan Tran2016-10-131-1/+7
* | Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-10-031-7/+8
|\ \ | |/ |/|
| * ACPI / CPPC: Add prefix cppc to cpudata structure nameSrinivas Pandruvada2016-09-081-7/+7
| * ACPI / CPPC: set a non-zero value for transition_latencyPrakash, Prashanth2016-08-311-0/+1
* | cpufreq: CPPC: Avoid overflow when calculating desired_perfHoan Tran2016-09-161-1/+1
* | cpufreq: CPPC: Force reporting values in KHz to fix user space interfaceAl Stone2016-09-131-4/+49
|/
* cpufreq: ACPI / CPPC: Add module support for cppc_cpufreq driverAshwin Chaugule2016-04-251-0/+21
* cpufreq: CPPC: Initialize and check CPUFreq CPU co-ord type correctlyAshwin Chaugule2015-11-231-1/+2
* cpufreq: CPPC: Delete an unnecessary check before the function call kfree()Markus Elfring2015-11-071-2/+1
* ACPI / CPPC: Add a CPUFreq driver for use with CPPCAshwin Chaugule2015-10-121-0/+176