aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen
diff options
context:
space:
mode:
authorGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2022-12-12 14:55:44 +0100
committerGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2022-12-12 14:55:44 +0100
commit45494d77f279d0420f06376dcf105b23e300c5a4 (patch)
tree05e0b86147159da435c50fe77ba652dfa8b2287e /drivers/xen
parentMerge branch 'acpica' (diff)
parentACPI: scan: substitute empty_zero_page with helper ZERO_PAGE(0) (diff)
parentACPI: FFH: Silence missing prototype warnings (diff)
parentACPI: tables: Fix the stale comments for acpi_locate_initial_tables() (diff)
parentACPI: sysfs: use sysfs_emit() to instead of scnprintf() (diff)
downloadlinux-45494d77f279d0420f06376dcf105b23e300c5a4.tar.gz
linux-45494d77f279d0420f06376dcf105b23e300c5a4.tar.bz2
linux-45494d77f279d0420f06376dcf105b23e300c5a4.zip
Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs'
Merge ACPI changes related to device enumeration, device object managenet, operation region handling, table parsing and sysfs interface: - Use ZERO_PAGE(0) instead of empty_zero_page in the ACPI device enumeration code (Giulio Benetti). - Change the return type of the ACPI driver remove callback to void and update its users accordingly (Dawei Li). - Add general support for FFH address space type and implement the low- level part of it for ARM64 (Sudeep Holla). - Fix stale comments in the ACPI tables parsing code and make it print more messages related to MADT (Hanjun Guo, Huacai Chen). - Replace invocations of generic library functions with more kernel- specific counterparts in the ACPI sysfs interface (Christophe JAILLET, Xu Panda). * acpi-scan: ACPI: scan: substitute empty_zero_page with helper ZERO_PAGE(0) * acpi-bus: ACPI: FFH: Silence missing prototype warnings ACPI: make remove callback of ACPI driver void ACPI: bus: Fix the _OSC capability check for FFH OpRegion arm64: Add architecture specific ACPI FFH Opregion callbacks ACPI: Implement a generic FFH Opregion handler * acpi-tables: ACPI: tables: Fix the stale comments for acpi_locate_initial_tables() ACPI: tables: Print CORE_PIC information when MADT is parsed * acpi-sysfs: ACPI: sysfs: use sysfs_emit() to instead of scnprintf() ACPI: sysfs: Use kstrtobool() instead of strtobool()