aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/cppc_acpi.h
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: CPPC: Remove cpu_data_listLifeng Zheng2025-06-181-1/+0
* ACPI: CPPC: Add three functions related to autonomous selectionLifeng Zheng2025-04-301-0/+24
* ACPI: CPPC: Modify cppc_get_auto_sel_caps() to cppc_get_auto_sel()Lifeng Zheng2025-04-301-3/+3
* ACPI: CPPC: Make rmw_lock a raw_spin_lockPierre Gondois2024-10-291-1/+1
* Merge tag 'pm-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2024-09-161-13/+28
|\
| * x86/amd: Detect preferred cores in amd_get_boost_ratio_numerator()Mario Limonciello2024-09-111-0/+5
| * x86/amd: Move amd_get_highest_perf() out of amd-pstateMario Limonciello2024-09-111-0/+5
| * x86/amd: Rename amd_get_highest_perf() to amd_get_boost_ratio_numerator()Mario Limonciello2024-09-111-0/+5
| * ACPI: CPPC: Adjust return code for inline functions in !CONFIG_ACPI_CPPC_LIBMario Limonciello2024-09-111-13/+13
* | ACPI: CPPC: Fix MASK_VAL() usageClément Léger2024-09-021-0/+2
|/
* ACPI: CPPC: Add helper to get the highest performance valueMeng Li2024-01-311-0/+5
* cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}()Vincent Guittot2023-12-231-0/+2
* ACPI: CPPC: Add auto select register read/write supportWyes Karny2023-03-171-0/+11
* ACPI: CPPC: Add AMD pstate energy performance preference cppc controlPerry Yuan2023-02-031-0/+12
* ACPI: CPPC: Disable FIE if registers in PCC regionsJeremy Linton2022-09-241-0/+5
* ACPI: CPPC: Do not prevent CPPC from working in the futureRafael J. Wysocki2022-07-261-1/+1
* ACPI: CPPC: Don't require _OSC if X86_FEATURE_CPPC is supportedMario Limonciello2022-07-051-0/+1
* cpufreq: CPPC: Enable fast_switchPierre Gondois2022-05-191-0/+5
* ACPI: CPPC: Add CPPC enable register functionJinzhou Su2021-12-301-0/+5
* ACPI: CPPC: Introduce cppc_get_nominal_perf()Rafael J. Wysocki2021-09-071-0/+5
* ACPI: CPPC: Add emtpy stubs of functions for CONFIG_ACPI_CPPC_LIB unsetRafael J. Wysocki2021-03-231-0/+40
* ACPI: CPPC: remove __iomem annotation for cpc_reg's addressIonela Voinescu2021-01-221-1/+1
* cppc_cpufreq: replace per-cpu data array with a listIonela Voinescu2020-12-151-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* ACPI / CPPC: Add a helper to get desired performanceXiongfeng Wang2019-02-181-0/+1
* x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-081-0/+3
* ACPI / CPPC: Add support for guaranteed performanceSrinivas Pandruvada2018-10-161-0/+1
* ACPI / CPPC: Add support for CPPC v3Prashanth Prakash2018-04-241-4/+10
* ACPI / CPPC: add sysfs entries for CPPC perf capabilitiesPrakash, Prashanth2017-04-181-1/+1
* ACPI / CPPC: Read lowest nonlinear perf in cppc_get_perf_caps()Prakash, Prashanth2017-04-181-0/+1
* ACPI / CPPC: Add prefix cppc to cpudata structure nameSrinivas Pandruvada2016-09-081-2/+2
* ACPI / CPPC: check for error bit in PCC status fieldPrakash, Prashanth2016-08-301-1/+3
* ACPI / CPPC: add sysfs support to compute delivered performanceAshwin Chaugule2016-08-301-3/+3
* ACPI / CPPC: set a non-zero value for transition_latencyPrakash, Prashanth2016-08-301-0/+1
* ACPI / CPPC: support for batching CPPC requestsPrakash, Prashanth2016-08-301-0/+2
* ACPI / CPPC: restructure read/writes for efficient sys mapped reg opsAshwin Chaugule2016-08-301-0/+1
* mailbox: pcc: Add PCC request and free channel declarationsHoan Tran2016-06-251-6/+1
* ACPI / CPPC: remove redundant mbox_send_message() declarationTimur Tabi2016-02-031-1/+0
* ACPI: Introduce CPU performance controls using CPPCAshwin Chaugule2015-10-121-0/+138