aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-10-03 19:49:05 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-10-03 19:49:05 +0200
commitb1d03b7ec7215f366d8909efbfcc2fee72328389 (patch)
treea96b1ac736de1d19d780a072a5dc3667aa7e7182 /Documentation/admin-guide
parentMerge branches 'acpi-properties', 'acpi-tables', 'acpi-x86' and 'acpi-soc' (diff)
parentACPI: CPPC: Disable FIE if registers in PCC regions (diff)
parentACPI: PCC: Fix Tx acknowledge in the PCC address space handler (diff)
parentACPI: APEI: Remove unneeded result variables (diff)
parentACPI: OSI: Update Documentation on custom _OSI strings (diff)
downloadlinux-dev-b1d03b7ec7215f366d8909efbfcc2fee72328389.tar.xz
linux-dev-b1d03b7ec7215f366d8909efbfcc2fee72328389.zip
Merge branches 'acpi-cppc', 'acpi-pcc', 'acpi-apei' and 'acpi-osi'
Merge new material related to CPPC, PCC, APEI and OSI strings handling for 6.1-rc1: - Disable frequency invariance in the CPPC library if registers used by cppc_get_perf_ctrs() are accessed via PCC (Jeremy Linton). - Add ACPI disabled check to acpi_cpc_valid() (Perry Yuan). - Fix Tx acknowledge in the PCC address space handler (Huisong Li). - Use wait_for_completion_timeout() for PCC mailbox operations (Huisong Li). - Release resources on PCC address space setup failure path (Rafael Mendonca). - Remove unneeded result variables from APEI code (ye xingchen). - Print total number of records found during BERT log parsing (Dmitry Monakhov). - Drop support for 3 _OSI strings that should not be necessary any more and update documentation on custom _OSI strings so that adding new ones is not encouraged any more (Mario Limonciello). * acpi-cppc: ACPI: CPPC: Disable FIE if registers in PCC regions ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid() * acpi-pcc: ACPI: PCC: Fix Tx acknowledge in the PCC address space handler ACPI: PCC: replace wait_for_completion() ACPI: PCC: Release resources on address space setup failure path * acpi-apei: ACPI: APEI: Remove unneeded result variables ACPI: APEI: Add BERT error log footer * acpi-osi: ACPI: OSI: Update Documentation on custom _OSI strings ACPI: OSI: Remove Linux-HPI-Hybrid-Graphics _OSI string ACPI: OSI: Remove Linux-Lenovo-NV-HDMI-Audio _OSI string ACPI: OSI: Remove Linux-Dell-Video _OSI string