summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/cppc_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: CPPC: initialise vaddr pointers to NULLIonela Voinescu2021-01-221-2/+2
* ACPI: CPPC: add __iomem annotation to generic_comm_base pointerIonela Voinescu2021-01-221-2/+2
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-12-221-81/+60
|\
| * cppc_cpufreq: replace per-cpu data array with a listIonela Voinescu2020-12-151-81/+60
| * ACPI: processor: fix NONE coordination for domain mapping failureIonela Voinescu2020-12-151-1/+1
* | x86, sched: Calculate frequency invariance for AMD systemsNathan Fontenot2020-12-111-0/+7
|/
* ACPI: CPPC: Fix reference count leak in acpi_cppc_processor_probe()Qiushi Wu2020-05-281-0/+1
* ACPI: CPPC: Make some symbols staticZou Wei2020-04-271-2/+2
* ACPI: CPPC: clean up acpi_get_psd_map()Liguang Zhang2020-03-281-26/+7
* ACPI: CPPC: Set pcc_data[pcc_ss_id] to NULL in acpi_cppc_processor_exit()John Garry2019-10-181-1/+1
* ACPI / CPPC: do not require the _PSD methodAl Stone2019-08-281-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
*-. Merge branches 'acpi-scan', 'acpi-tables', 'acpi-misc' and 'acpi-pm'Rafael J. Wysocki2019-05-061-17/+17
|\ \
| | * ACPI: Fix comment typosBjorn Helgaas2019-03-261-17/+17
| |/
* / ACPI / CPPC: Fix guaranteed performance handlingSrinivas Pandruvada2019-03-251-2/+7
|/
* ACPI / CPPC: Add a helper to get desired performanceXiongfeng Wang2019-02-181-0/+42
* ACPI / CPPC: Add support for guaranteed performanceSrinivas Pandruvada2018-10-161-2/+6
* ACPI / CPPC: Fix invalid PCC channel status errorsPrakash, Prashanth2018-05-101-29/+19
* ACPI / CPPC: Check for valid PCC subspace only if PCC is usedPrashanth Prakash2018-04-241-9/+21
* ACPI / CPPC: Add support for CPPC v3Prashanth Prakash2018-04-241-16/+65
* ACPI / CPPC: Update all pr_(debug/err) messages to log the susbspace idGeorge Cherian2018-02-221-11/+16
* ACPI / CPPC: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-02-071-1/+1
* ACPI: CPPC: remove initial assignment of pcc_ss_dataColin Ian King2017-12-181-1/+1
* ACPI / CPPC: Fix KASAN global out of bounds warningGeorge Cherian2017-12-051-8/+15
* ACPI / CPPC: Make CPPC ACPI driver aware of PCC subspace IDsGeorge Cherian2017-11-091-89/+151
* scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-081-1/+1
* ACPI / CPPC: add sysfs entries for CPPC perf capabilitiesPrakash, Prashanth2017-04-181-28/+33
* ACPI / CPPC: Read lowest nonlinear perf in cppc_get_perf_caps()Prakash, Prashanth2017-04-181-8/+11
* ACPI / CPPC: Fix per-CPU pointer management in acpi_cppc_processor_probe()Rafael J. Wysocki2016-12-121-4/+6
* ACPI / CPPC: Fix crash in acpi_cppc_processor_exit()Sebastian Andrzej Siewior2016-12-121-0/+2
* ACPI / CPPC: set an error code on probe error pathDan Carpenter2016-11-301-1/+3
* ACPI / CPPC: Support PCC with interrupt flagHoan Tran2016-09-171-1/+4
* ACPI / CPPC: Add prefix cppc to cpudata structure nameSrinivas Pandruvada2016-09-081-2/+2
* ACPI / CPPC: Add support for functional fixed hardware addressSrinivas Pandruvada2016-09-081-13/+62
* ACPI / CPPC: check for error bit in PCC status fieldPrakash, Prashanth2016-08-311-35/+31
* ACPI / CPPC: move all PCC related information into pcc_dataPrakash, Prashanth2016-08-311-80/+87
* ACPI / CPPC: add sysfs support to compute delivered performanceAshwin Chaugule2016-08-311-18/+117
* ACPI / CPPC: set a non-zero value for transition_latencyPrakash, Prashanth2016-08-311-2/+44
* ACPI / CPPC: support for batching CPPC requestsPrakash, Prashanth2016-08-311-34/+164
* ACPI / CPPC: acquire pcc_lock only while accessing PCC subspacePrakash, Prashanth2016-08-311-14/+16
* ACPI / CPPC: restructure read/writes for efficient sys mapped reg opsAshwin Chaugule2016-08-311-37/+71
* ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid dataHoan Tran2016-06-251-3/+3
* ACPI: CPPC: Return error if _CPC is invalid on a CPUHoan Tran2016-06-231-6/+12
* ACPI / CPPC: use MRTT/MPAR to decide if/when a req can be sentPrakash, Prashanth2016-03-091-1/+55
* ACPI / CPPC: replace writeX/readX to PCC with relaxed versionPrakash, Prashanth2016-03-091-10/+10
* ACPI / CPPC: optimized cpc_read and cpc_writePrakash, Prashanth2016-03-091-16/+64
* ACPI / CPPC: Optimize PCC Read Write operationsAshwin Chaugule2016-03-091-29/+72
* Merge branches 'pm-cpufreq' and 'acpi-cppc'Rafael J. Wysocki2015-11-201-1/+1
|\
| * ACPI / CPPC: Use h/w reduced version of the PCCT structureAshwin Chaugule2015-11-141-1/+1
* | ACPI / CPPC: Fix potential memory leakAshwin Chaugule2015-10-261-1/+0