diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2026-08-07 20:01:31 +0200 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2026-08-07 20:01:31 +0200 |
| commit | 9341ba27436ecf458cd6e1f33d93109b79143fb6 (patch) | |
| tree | 311d377760eaf19c7bfea00bec5be88185d39aa5 /tools/perf/scripts/python/task-analyzer.py | |
| parent | dc42307faea04ea62d994f8a2535ec313d4670ec (diff) | |
| parent | 4d77cd711d7bd4b50736460e3725b06fa7c050cd (diff) | |
| parent | 1d697682182957ad6bf38c1ca3fa46cbe3b94e30 (diff) | |
| parent | fcdae14b64e9ac27387a17a96f834009a2c1a8e1 (diff) | |
Merge branches 'acpi-numa', 'acpi-misc' and 'pnp'
Merge and ACPI support update related to NUMA, miscellaneous updates
related to ACPI support, and PNP updates for 7.3-rc1:
- Remove a node_set() call that is redundant from
acpi_parse_memory_affinity() (Sang-Heon Jeon)
- Prevent kernel-doc warnings by converting 2 function description
comments to kernel-doc format (Randy Dunlap)
- Fix docs build error in the ACPI admin-guide documentation (Randy
Dunlap)
- Replace __get_free_page() with kmalloc() in the code handling ACPI
NVS memory during system suspend/resume (Mike Rapoport)
- Fix card device cleanup on registration failure in the core PNP
code (Yuho Choi)
- Dropi an unused assignment of pnp_device_id driver data (Uwe
Kleine-König)
* acpi-numa:
ACPI: NUMA: remove redundant node_set() call
* acpi-misc:
ACPI: pmtmr: Convert to kernel-doc format
docs: ACPI: DSD: motorcomm: fix docs build error
ACPI: NVS: replace __get_free_page() with kmalloc()
* pnp:
PNP: Fix card device cleanup on registration failure
PNP: Drop unused assignment of pnp_device_id driver data
