summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/cppc_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ACPI / CPPC: signedness bug in register_pcc_channel()Dan Carpenter2015-10-261-1/+1
|/
* ACPI: Introduce CPU performance controls using CPPCAshwin Chaugule2015-10-121-0/+734