diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-10-07 12:59:50 +0200 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-10-07 12:59:50 +0200 |
| commit | dd68fd72e516d57e7f2e502113c9345a3bc277db (patch) | |
| tree | 31d8055f977f2f53a4e5ee4aaca827114e3cf057 /scripts/generate_rust_analyzer.py | |
| parent | Merge tag 'acpi-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... (diff) | |
| parent | x86/acpi/cstate: Remove open coded check for cpu_feature_enabled() (diff) | |
| parent | ACPI: battery: Add synchronization between interface updates (diff) | |
| parent | ACPI: APEI: Remove redundant rcu_read_lock/unlock() under spinlock (diff) | |
| parent | ACPI: property: Return present device nodes only on fwnode interface (diff) | |
| download | linux-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
