Commits
Merge branches 'acpi-numa', 'acpi-tables' and 'acpi-osi' * acpi-numa: ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present * acpi-tables: ACPI / tables: Fix DSDT override mechanism ACPI / tables: Convert initrd table override to table upgrade mechanism ACPI / x86: Cleanup initrd related code ACPI / tables: Move table override mechanisms to tables.c * acpi-osi: ACPI / osi: Collect _OSI handling into one single file ACPI / osi: Cleanup coding style issues before creating a separate OSI source file ACPI / osi: Cleanup OSI handling code to use bool ACPI / osi: Fix default _OSI(Darwin) support ACPI / osi: Add acpi_osi=!! to allow reverting acpi_osi=! ACPI / osi: Cleanup _OSI("Linux") related code before introducing new support ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal strings Conflicts: drivers/acpi/internal.h
Showing diff to74216699ddc
- Rafael J. Wysocki committed a6becfbaba8MMerge branches 'acpi-drivers', 'acpi-pm', 'acpi-ec' and 'acpi-video' * acpi-drivers: ...
- Lukasz Anaczkowski committed 702b07fcc9bACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present SRAT maps APIC ...
- Rafael J. Wysocki committed 74216699ddcACPI / tables: Fix DSDT override mechanism Commit 5ae74f2cc2f1 (ACPI / tables: Move ta...
- Lv Zheng committed e5f660ebef6ACPI / osi: Collect _OSI handling into one single file _OSI handling code grows giant ...