aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-10-07 12:59:50 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-10-07 12:59:50 +0200
commitdd68fd72e516d57e7f2e502113c9345a3bc277db (patch)
tree31d8055f977f2f53a4e5ee4aaca827114e3cf057 /scripts/generate_rust_analyzer.py
parentMerge tag 'acpi-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... (diff)
parentx86/acpi/cstate: Remove open coded check for cpu_feature_enabled() (diff)
parentACPI: battery: Add synchronization between interface updates (diff)
parentACPI: APEI: Remove redundant rcu_read_lock/unlock() under spinlock (diff)
parentACPI: property: Return present device nodes only on fwnode interface (diff)
downloadlinux-dd68fd72e516d57e7f2e502113c9345a3bc277db.tar.gz
linux-dd68fd72e516d57e7f2e502113c9345a3bc277db.zip
Merge branches 'acpi-x86', 'acpi-battery', 'acpi-apei' and 'acpi-property'
Merge an x86 cleanup related to ACPI, an ACPI battery driver fix, an ACPI APEI cleanup, and an ACPI device properties handling update for 6.18-rc1: - Remove open coded check for cpu_feature_enabled() from acpi_processor_power_init_bm_check() (Mario Limonciello) - Add missing synchronization between interface updates in the ACPI battery driver (Rafael Wysocki) - Remove redundant rcu_read_lock/unlock() under spinlock from ghes_notify_hed() in the ACPI APEI support code (pengdonglin) - Make the .get_next_child_node() callback in the ACPI fwnode backend skip ACPI devices that are not present for consistency with the analogous callback in the OF fwnode backend (Sakari Ailus) * acpi-x86: x86/acpi/cstate: Remove open coded check for cpu_feature_enabled() * acpi-battery: ACPI: battery: Add synchronization between interface updates * acpi-apei: ACPI: APEI: Remove redundant rcu_read_lock/unlock() under spinlock * acpi-property: ACPI: property: Return present device nodes only on fwnode interface