summaryrefslogtreecommitdiff
path: root/drivers/acpi/cppc_acpi.c
AgeCommit message (Expand)Author
2021-11-24ACPI: CPPC: Add NULL pointer check to cppc_get_perf()Rafael J. Wysocki
2021-10-29mailbox: pcc: Use PCC mailbox channel pointer instead of standardSudeep Holla
2021-09-07ACPI: CPPC: Introduce cppc_get_nominal_perf()Rafael J. Wysocki
2021-04-26Merge branch 'acpi-misc'Rafael J. Wysocki
2021-04-08ACPI: CPPC: Replace cppc_attr with kobj_attributeNathan Chancellor
2021-04-08ACPI: CPPC: fix some coding style issuesXiaofei Tan
2021-03-23ACPI: CPPC: Add emtpy stubs of functions for CONFIG_ACPI_CPPC_LIB unsetRafael J. Wysocki
2021-03-19ACPI: fix various typos in commentsTom Saeger
2021-01-22ACPI: CPPC: initialise vaddr pointers to NULLIonela Voinescu
2021-01-22ACPI: CPPC: add __iomem annotation to generic_comm_base pointerIonela Voinescu
2020-12-22Merge branch 'pm-cpufreq'Rafael J. Wysocki
2020-12-15cppc_cpufreq: replace per-cpu data array with a listIonela Voinescu
2020-12-15ACPI: processor: fix NONE coordination for domain mapping failureIonela Voinescu
2020-12-11x86, sched: Calculate frequency invariance for AMD systemsNathan Fontenot
2020-05-28ACPI: CPPC: Fix reference count leak in acpi_cppc_processor_probe()Qiushi Wu
2020-04-27ACPI: CPPC: Make some symbols staticZou Wei
2020-03-28ACPI: CPPC: clean up acpi_get_psd_map()Liguang Zhang
2019-10-18ACPI: CPPC: Set pcc_data[pcc_ss_id] to NULL in acpi_cppc_processor_exit()John Garry
2019-08-28ACPI / CPPC: do not require the _PSD methodAl Stone
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-06Merge branches 'acpi-scan', 'acpi-tables', 'acpi-misc' and 'acpi-pm'Rafael J. Wysocki
2019-03-26ACPI: Fix comment typosBjorn Helgaas
2019-03-25ACPI / CPPC: Fix guaranteed performance handlingSrinivas Pandruvada
2019-02-18ACPI / CPPC: Add a helper to get desired performanceXiongfeng Wang
2018-10-16ACPI / CPPC: Add support for guaranteed performanceSrinivas Pandruvada
2018-05-10ACPI / CPPC: Fix invalid PCC channel status errorsPrakash, Prashanth
2018-04-24ACPI / CPPC: Check for valid PCC subspace only if PCC is usedPrashanth Prakash
2018-04-24ACPI / CPPC: Add support for CPPC v3Prashanth Prakash
2018-02-22ACPI / CPPC: Update all pr_(debug/err) messages to log the susbspace idGeorge Cherian
2018-02-07ACPI / CPPC: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva
2017-12-18ACPI: CPPC: remove initial assignment of pcc_ss_dataColin Ian King
2017-12-05ACPI / CPPC: Fix KASAN global out of bounds warningGeorge Cherian
2017-11-09ACPI / CPPC: Make CPPC ACPI driver aware of PCC subspace IDsGeorge Cherian
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd
2017-04-18ACPI / CPPC: add sysfs entries for CPPC perf capabilitiesPrakash, Prashanth
2017-04-18ACPI / CPPC: Read lowest nonlinear perf in cppc_get_perf_caps()Prakash, Prashanth
2016-12-12ACPI / CPPC: Fix per-CPU pointer management in acpi_cppc_processor_probe()Rafael J. Wysocki
2016-12-12ACPI / CPPC: Fix crash in acpi_cppc_processor_exit()Sebastian Andrzej Siewior
2016-11-30ACPI / CPPC: set an error code on probe error pathDan Carpenter
2016-09-17ACPI / CPPC: Support PCC with interrupt flagHoan Tran
2016-09-08ACPI / CPPC: Add prefix cppc to cpudata structure nameSrinivas Pandruvada
2016-09-08ACPI / CPPC: Add support for functional fixed hardware addressSrinivas Pandruvada
2016-08-31ACPI / CPPC: check for error bit in PCC status fieldPrakash, Prashanth
2016-08-31ACPI / CPPC: move all PCC related information into pcc_dataPrakash, Prashanth
2016-08-31ACPI / CPPC: add sysfs support to compute delivered performanceAshwin Chaugule
2016-08-31ACPI / CPPC: set a non-zero value for transition_latencyPrakash, Prashanth
2016-08-31ACPI / CPPC: support for batching CPPC requestsPrakash, Prashanth
2016-08-31ACPI / CPPC: acquire pcc_lock only while accessing PCC subspacePrakash, Prashanth
2016-08-31ACPI / CPPC: restructure read/writes for efficient sys mapped reg opsAshwin Chaugule
2016-06-25ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid dataHoan Tran