summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/cppc_acpi.c
AgeCommit message (Expand)AuthorLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-5/+1
2019-05-06Merge branches 'acpi-scan', 'acpi-tables', 'acpi-misc' and 'acpi-pm'Rafael J. Wysocki-17/+17
2019-03-26ACPI: Fix comment typosBjorn Helgaas-17/+17
2019-03-25ACPI / CPPC: Fix guaranteed performance handlingSrinivas Pandruvada-2/+7
2019-02-18ACPI / CPPC: Add a helper to get desired performanceXiongfeng Wang-0/+42
2018-10-16ACPI / CPPC: Add support for guaranteed performanceSrinivas Pandruvada-2/+6
2018-05-10ACPI / CPPC: Fix invalid PCC channel status errorsPrakash, Prashanth-29/+19
2018-04-24ACPI / CPPC: Check for valid PCC subspace only if PCC is usedPrashanth Prakash-9/+21
2018-04-24ACPI / CPPC: Add support for CPPC v3Prashanth Prakash-16/+65
2018-02-22ACPI / CPPC: Update all pr_(debug/err) messages to log the susbspace idGeorge Cherian-11/+16
2018-02-07ACPI / CPPC: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva-1/+1
2017-12-18ACPI: CPPC: remove initial assignment of pcc_ss_dataColin Ian King-1/+1
2017-12-05ACPI / CPPC: Fix KASAN global out of bounds warningGeorge Cherian-8/+15
2017-11-09ACPI / CPPC: Make CPPC ACPI driver aware of PCC subspace IDsGeorge Cherian-89/+151
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd-1/+1
2017-04-18ACPI / CPPC: add sysfs entries for CPPC perf capabilitiesPrakash, Prashanth-28/+33
2017-04-18ACPI / CPPC: Read lowest nonlinear perf in cppc_get_perf_caps()Prakash, Prashanth-8/+11
2016-12-12ACPI / CPPC: Fix per-CPU pointer management in acpi_cppc_processor_probe()Rafael J. Wysocki-4/+6
2016-12-12ACPI / CPPC: Fix crash in acpi_cppc_processor_exit()Sebastian Andrzej Siewior-0/+2
2016-11-30ACPI / CPPC: set an error code on probe error pathDan Carpenter-1/+3
2016-09-17ACPI / CPPC: Support PCC with interrupt flagHoan Tran-1/+4
2016-09-08ACPI / CPPC: Add prefix cppc to cpudata structure nameSrinivas Pandruvada-2/+2
2016-09-08ACPI / CPPC: Add support for functional fixed hardware addressSrinivas Pandruvada-13/+62
2016-08-31ACPI / CPPC: check for error bit in PCC status fieldPrakash, Prashanth-35/+31
2016-08-31ACPI / CPPC: move all PCC related information into pcc_dataPrakash, Prashanth-80/+87
2016-08-31ACPI / CPPC: add sysfs support to compute delivered performanceAshwin Chaugule-18/+117
2016-08-31ACPI / CPPC: set a non-zero value for transition_latencyPrakash, Prashanth-2/+44
2016-08-31ACPI / CPPC: support for batching CPPC requestsPrakash, Prashanth-34/+164
2016-08-31ACPI / CPPC: acquire pcc_lock only while accessing PCC subspacePrakash, Prashanth-14/+16
2016-08-31ACPI / CPPC: restructure read/writes for efficient sys mapped reg opsAshwin Chaugule-37/+71
2016-06-25ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid dataHoan Tran-3/+3
2016-06-23ACPI: CPPC: Return error if _CPC is invalid on a CPUHoan Tran-6/+12
2016-03-09ACPI / CPPC: use MRTT/MPAR to decide if/when a req can be sentPrakash, Prashanth-1/+55
2016-03-09ACPI / CPPC: replace writeX/readX to PCC with relaxed versionPrakash, Prashanth-10/+10
2016-03-09ACPI / CPPC: optimized cpc_read and cpc_writePrakash, Prashanth-16/+64
2016-03-09ACPI / CPPC: Optimize PCC Read Write operationsAshwin Chaugule-29/+72
2015-11-20Merge branches 'pm-cpufreq' and 'acpi-cppc'Rafael J. Wysocki-1/+1
2015-11-14ACPI / CPPC: Use h/w reduced version of the PCCT structureAshwin Chaugule-1/+1
2015-10-26ACPI / CPPC: Fix potential memory leakAshwin Chaugule-1/+0
2015-10-26ACPI / CPPC: signedness bug in register_pcc_channel()Dan Carpenter-1/+1
2015-10-12ACPI: Introduce CPU performance controls using CPPCAshwin Chaugule-0/+734