diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-01-04 14:35:42 +0300 | 
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-01-04 14:35:42 +0300 | 
| commit | 8be056a2c075dfb578a8e4ea21bd036352cee5f3 (patch) | |
| tree | 27e9d7f42ea783b8c7afd12dad0a7ca44ccf26a4 /tools/perf/scripts/python/intel-pt-events.py | |
| parent | e3f444075346278ce8103ea387d3c24858106f1c (diff) | |
| parent | eb9299beadbdd7be8de1e97f1059e89bcb64b05d (diff) | |
| parent | 6d392d8daa7514a431678521c2af8be10fc31bc1 (diff) | |
| parent | 4b3805daaacb2168665c6222f261e68accb120dc (diff) | |
| download | linux-8be056a2c075dfb578a8e4ea21bd036352cee5f3.tar.xz | |
Merge branches 'acpi-osl', 'acpi-bus' and 'acpi-tables'
Merge low-level ACPICA interface changes, an _SB-scope _OSC handshake
update and a data-only ACPI tables parsing code update for 6.8-rc1:
 - Switch over ACPI to using a threaded interrupt handler for the
   SCI (Rafael J. Wysocki).
 - Allow ACPI Notify () handlers to run on all CPUs and clean up the
   ACPI interface for deferred events processing (Rafael J. Wysocki).
 - Switch over the ACPI EC driver to using a threaded handler for the
   dedicated IRQ on systems without the EC GPE (Rafael J. Wysocki).
 - Adjust code using ACPICA spinlocks and the ACPI EC driver spinlock to
   keep local interrupts on (Rafael J. Wysocki).
 - Adjust the USB4 _OSC handshake to correctly handle cases in which
   certain types of OS control are denied by the platform (Mika
   Westerberg).
 - Correct and clean up the generic function for parsing ACPI data-only
   tables with array structure (Yuntao Wang).
* acpi-osl:
  ACPI: EC: Use a spin lock without disabing interrupts
  ACPI: EC: Use a threaded handler for dedicated IRQ
  ACPI: OSL: Use spin locks without disabling interrupts
  ACPI: OSL: Allow Notify () handlers to run on all CPUs
  ACPI: OSL: Rearrange workqueue selection in acpi_os_execute()
  ACPI: OSL: Rework error handling in acpi_os_execute()
  ACPI: OSL: Use a threaded interrupt handler for SCI
* acpi-bus:
  ACPI: Run USB4 _OSC() first with query bit set
* acpi-tables:
  ACPI: tables: Correct and clean up the logic of acpi_parse_entries_array()
