Age | Commit message (Expand) | Author | Files | Lines |
2020-05-28 | ACPI: CPPC: Fix reference count leak in acpi_cppc_processor_probe() | Qiushi Wu | 1 | -0/+1 |
2020-04-27 | ACPI: CPPC: Make some symbols static | Zou Wei | 1 | -2/+2 |
2020-03-28 | ACPI: CPPC: clean up acpi_get_psd_map() | Liguang Zhang | 1 | -26/+7 |
2019-10-18 | ACPI: CPPC: Set pcc_data[pcc_ss_id] to NULL in acpi_cppc_processor_exit() | John Garry | 1 | -1/+1 |
2019-08-28 | ACPI / CPPC: do not require the _PSD method | Al Stone | 1 | -2/+4 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -5/+1 |
2019-05-06 | Merge branches 'acpi-scan', 'acpi-tables', 'acpi-misc' and 'acpi-pm' | Rafael J. Wysocki | 1 | -17/+17 |
2019-03-26 | ACPI: Fix comment typos | Bjorn Helgaas | 1 | -17/+17 |
2019-03-25 | ACPI / CPPC: Fix guaranteed performance handling | Srinivas Pandruvada | 1 | -2/+7 |
2019-02-18 | ACPI / CPPC: Add a helper to get desired performance | Xiongfeng Wang | 1 | -0/+42 |
2018-10-16 | ACPI / CPPC: Add support for guaranteed performance | Srinivas Pandruvada | 1 | -2/+6 |
2018-05-10 | ACPI / CPPC: Fix invalid PCC channel status errors | Prakash, Prashanth | 1 | -29/+19 |
2018-04-24 | ACPI / CPPC: Check for valid PCC subspace only if PCC is used | Prashanth Prakash | 1 | -9/+21 |
2018-04-24 | ACPI / CPPC: Add support for CPPC v3 | Prashanth Prakash | 1 | -16/+65 |
2018-02-22 | ACPI / CPPC: Update all pr_(debug/err) messages to log the susbspace id | George Cherian | 1 | -11/+16 |
2018-02-07 | ACPI / CPPC: Use 64-bit arithmetic instead of 32-bit | Gustavo A. R. Silva | 1 | -1/+1 |
2017-12-18 | ACPI: CPPC: remove initial assignment of pcc_ss_data | Colin Ian King | 1 | -1/+1 |
2017-12-05 | ACPI / CPPC: Fix KASAN global out of bounds warning | George Cherian | 1 | -8/+15 |
2017-11-09 | ACPI / CPPC: Make CPPC ACPI driver aware of PCC subspace IDs | George Cherian | 1 | -89/+151 |
2017-05-08 | scripts/spelling.txt: add regsiter -> register spelling mistake | Stephen Boyd | 1 | -1/+1 |
2017-04-18 | ACPI / CPPC: add sysfs entries for CPPC perf capabilities | Prakash, Prashanth | 1 | -28/+33 |
2017-04-18 | ACPI / CPPC: Read lowest nonlinear perf in cppc_get_perf_caps() | Prakash, Prashanth | 1 | -8/+11 |
2016-12-12 | ACPI / CPPC: Fix per-CPU pointer management in acpi_cppc_processor_probe() | Rafael J. Wysocki | 1 | -4/+6 |
2016-12-12 | ACPI / CPPC: Fix crash in acpi_cppc_processor_exit() | Sebastian Andrzej Siewior | 1 | -0/+2 |
2016-11-30 | ACPI / CPPC: set an error code on probe error path | Dan Carpenter | 1 | -1/+3 |
2016-09-17 | ACPI / CPPC: Support PCC with interrupt flag | Hoan Tran | 1 | -1/+4 |
2016-09-08 | ACPI / CPPC: Add prefix cppc to cpudata structure name | Srinivas Pandruvada | 1 | -2/+2 |
2016-09-08 | ACPI / CPPC: Add support for functional fixed hardware address | Srinivas Pandruvada | 1 | -13/+62 |
2016-08-31 | ACPI / CPPC: check for error bit in PCC status field | Prakash, Prashanth | 1 | -35/+31 |
2016-08-31 | ACPI / CPPC: move all PCC related information into pcc_data | Prakash, Prashanth | 1 | -80/+87 |
2016-08-31 | ACPI / CPPC: add sysfs support to compute delivered performance | Ashwin Chaugule | 1 | -18/+117 |
2016-08-31 | ACPI / CPPC: set a non-zero value for transition_latency | Prakash, Prashanth | 1 | -2/+44 |
2016-08-31 | ACPI / CPPC: support for batching CPPC requests | Prakash, Prashanth | 1 | -34/+164 |
2016-08-31 | ACPI / CPPC: acquire pcc_lock only while accessing PCC subspace | Prakash, Prashanth | 1 | -14/+16 |
2016-08-31 | ACPI / CPPC: restructure read/writes for efficient sys mapped reg ops | Ashwin Chaugule | 1 | -37/+71 |
2016-06-25 | ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data | Hoan Tran | 1 | -3/+3 |
2016-06-23 | ACPI: CPPC: Return error if _CPC is invalid on a CPU | Hoan Tran | 1 | -6/+12 |
2016-03-09 | ACPI / CPPC: use MRTT/MPAR to decide if/when a req can be sent | Prakash, Prashanth | 1 | -1/+55 |
2016-03-09 | ACPI / CPPC: replace writeX/readX to PCC with relaxed version | Prakash, Prashanth | 1 | -10/+10 |
2016-03-09 | ACPI / CPPC: optimized cpc_read and cpc_write | Prakash, Prashanth | 1 | -16/+64 |
2016-03-09 | ACPI / CPPC: Optimize PCC Read Write operations | Ashwin Chaugule | 1 | -29/+72 |
2015-11-20 | Merge branches 'pm-cpufreq' and 'acpi-cppc' | Rafael J. Wysocki | 1 | -1/+1 |
2015-11-14 | ACPI / CPPC: Use h/w reduced version of the PCCT structure | Ashwin Chaugule | 1 | -1/+1 |
2015-10-26 | ACPI / CPPC: Fix potential memory leak | Ashwin Chaugule | 1 | -1/+0 |
2015-10-26 | ACPI / CPPC: signedness bug in register_pcc_channel() | Dan Carpenter | 1 | -1/+1 |
2015-10-12 | ACPI: Introduce CPU performance controls using CPPC | Ashwin Chaugule | 1 | -0/+734 |