linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-04 16:17:43 to 2023-08-10 07:39:39 UTC [more...]

[PATCH V8 0/9] Enable Wifi RFI interference mitigation feature support
 2023-08-10  7:37 UTC  (2+ messages)
` [PATCH V8 1/9] drivers core: Add support for Wifi band RF mitigations

[PATCH v2 0/4] Fix device_lock deadlock on two probe() paths
 2023-08-10  2:37 UTC  (9+ messages)
` [PATCH v2 1/4] iommu: Provide iommu_probe_device_locked()
` [PATCH v2 2/4] iommu: Pass in the iommu_device to probe for in bus_iommu_probe()
` [PATCH v2 3/4] iommu: Do not attempt to re-lock the iommu device when probing
` [PATCH v2 4/4] iommu: dev->iommu->iommu_dev must be set before ops->device_group()

[PATCH v11 0/9] Fix wakeup problems on some AMD platforms
 2023-08-09 18:54 UTC  (10+ messages)
` [PATCH v11 1/9] ACPI: Add comments to clarify some #ifdef statements
` [PATCH v11 2/9] ACPI: Adjust #ifdef for *_lps0_dev use
` [PATCH v11 3/9] ACPI: x86: s2idle: Fix a logic error parsing AMD constraints table
` [PATCH v11 4/9] ACPI: x86: s2idle: Add more debugging for AMD constraints parsing
` [PATCH v11 5/9] ACPI: x86: s2idle: Store if constraint is enabled
` [PATCH v11 6/9] ACPI: x86: s2idle: Add a function to get constraints for a device
` [PATCH v11 7/9] PCI: ACPI: Add helper functions for converting ACPI <->PCI states
` [PATCH v11 8/9] PCI: Split PME state selection into a local static function
` [PATCH v11 9/9] PCI: ACPI: Use device constraints to decide PCI target state fallback policy

[PATCH v3 0/3] ACPI: resource: Fix regressions from "Remove "Zen" specific match and quirks"
 2023-08-09 19:41 UTC  (14+ messages)
` [PATCH v3 1/3] ACPI: resource: revert "
` [PATCH v3 2/3] ACPI: resource: Always use MADT override IRQ settings for all legacy non i8042 IRQs
` [PATCH v3 3/3] ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD Zen

[PATCH v1 0/6] iio: Introduce and use device_property_match_property_string()
 2023-08-09 17:59 UTC  (8+ messages)
` [PATCH v1 1/6] device property: Use fwnode_property_string_array_count()
` [PATCH v1 2/6] device property: Add fwnode_property_match_property_string()
` [PATCH v1 3/6] iio: frequency: adf4377: Switch to device_property_match_property_string()
` [PATCH v1 4/6] iio: frequency: admv1014: "
` [PATCH v1 5/6] iio: magnetometer: tmag5273: "
` [PATCH v1 6/6] iio: proximity: sx9324: "

[PATCH 0/3] Fix device_lock deadlock on two probe() paths
 2023-08-09 14:33 UTC  (14+ messages)
` [PATCH 1/3] iommu: Provide iommu_probe_device_locked()
` [PATCH 2/3] iommu: Pass in the iommu_device to probe for in bus_iommu_probe()
` [PATCH 3/3] iommu: Do not attempt to re-lock the iommu device when probing

[RFC] ACPI: PCC: Support shared interrupt for multiple subspaces
 2023-08-09 11:44 UTC  (4+ messages)
` [PATCH RESEND v4 0/2] mailbox: pcc: Support platform notification for type4 and shared interrupt

[PATCH v1 0/7] ACPI: thermal: Use trip point table to register thermal zones
 2023-08-09 11:07 UTC  (31+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 01/10] thermal: core: Do not handle trip points with invalid temperature
  ` [PATCH v4 02/10] thermal: core: Introduce thermal_zone_device_adjust()
  ` [PATCH v4 03/10] thermal: core: Add priv pointer to struct thermal_trip
  ` [PATCH v4 04/10] thermal: core: Add thermal_zone_update_trip_temp() helper routine
  ` [PATCH v4 05/10] ACPI: thermal: Clean up acpi_thermal_register_thermal_zone()
  ` [PATCH v4 06/10] ACPI: thermal: Carry out trip point updates under zone lock
  ` [PATCH v4 07/10] ACPI: thermal: Use trip point table to register thermal zones
  ` [PATCH v4 08/10] ACPI: thermal: Rework thermal_get_trend()
  ` [PATCH v4 09/10] ACPI: thermal: Drop unnecessary thermal zone callbacks
  ` [PATCH v4 10/10] thermal: core: Eliminate code duplication from acpi_thermal_notify()
` [PATCH v5 00/11] ACPI: thermal: Use trip point table to register thermal zones
  ` [PATCH v5 01/11] thermal: core: Do not handle trip points with invalid temperature
  ` [PATCH v5 02/11] thermal: core: Introduce thermal_zone_device_adjust()
  ` [PATCH v5 03/11] thermal: core: Add priv pointer to struct thermal_trip
  ` [PATCH v5 04/11] ACPI: thermal: Clean up acpi_thermal_register_thermal_zone()
  ` [PATCH v5 05/11] ACPI: thermal: Carry out trip point updates under zone lock
  ` [PATCH v5 06/11] ACPI: thermal: Introduce struct acpi_thermal_trip
  ` [PATCH v5 07/11] thermal: core: Rework and rename __for_each_thermal_trip()
  ` [PATCH v5 08/11] ACPI: thermal: Use trip point table to register thermal zones
    ` [PATCH v5.1 "
  ` [PATCH v5 09/11] ACPI: thermal: Rework thermal_get_trend()
  ` [PATCH v5 10/11] ACPI: thermal: Drop unnecessary thermal zone callbacks
  ` [PATCH v5 11/11] thermal: core: Eliminate code duplication from acpi_thermal_notify()

[PATCH v4 0/4] ACPI: NHLT: Access and query helpers
 2023-08-09 11:02 UTC  (6+ messages)
` [PATCH v4 1/4] ACPI: NHLT: Device configuration access interface

[PATCH] ACPI: thermal: extend the acpi maximum handles for _PSL method
 2023-08-09 10:09 UTC  (2+ messages)

[PATCH] perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09
 2023-08-09 10:06 UTC 

[PATCH] PCI: acpiphp: Log more slot and notification details
 2023-08-09  9:21 UTC  (5+ messages)

[PATCH v2 0/3] ACPI: resource: Fix regressions from "Remove "Zen" specific match and quirks"
 2023-08-09  8:45 UTC  (6+ messages)
` [PATCH v2 1/3] ACPI: resource: revert "
` [PATCH v2 2/3] ACPI: resource: Always use MADT override IRQ settings for GSI != 1
` [PATCH v2 3/3] ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD Zen

[RFC PATCH v1 00/21] RISC-V: ACPI: Add external interrupt controller support
 2023-08-09  5:49 UTC  (26+ messages)
` [RFC PATCH v1 03/21] RISC-V: ACPI: Fix acpi_os_ioremap to return iomem address
` [RFC PATCH v1 04/21] RISC-V: ACPI: Enhance acpi_os_ioremap with MMIO remapping
` [RFC PATCH v1 09/21] RISC-V: cacheflush: Initialize CBO variables on ACPI systems
` [RFC PATCH v1 11/21] swnode: Add support to create early during boot
` [RFC PATCH v1 12/21] irqchip/riscv-intc: Use swnode framework to create fwnode
` [RFC PATCH v1 20/21] RISC-V: ACPI: Create PLIC platform device

[PATCH v1] ACPI: thermal: Do not attach private data to ACPI handles
 2023-08-09  1:35 UTC  (2+ messages)

[PATCH] ACPI: resource: revert "Remove "Zen" specific match and quirks"
 2023-08-08 13:59 UTC  (17+ messages)

[PATCH 0/1] PCI: acpiphp: fix regression introduced by 'Reassign resources on bridge if necessary'
 2023-08-08 19:35 UTC  (8+ messages)
` [PATCH 1/1] PCI: acpiphp:: use pci_assign_unassigned_bridge_resources() only if bus->self not NULL

[PATCH v7 0/4] Extend device_get_match_data() to struct bus_type
 2023-08-08 15:16 UTC  (12+ messages)
` [PATCH v7 1/4] drivers: fwnode: "

[rafael-pm:bleeding-edge] BUILD REGRESSION a478d3007320f8bee5a50522f8ac32a25ec5fc6b
 2023-08-08  7:00 UTC 

[PATCH v4 0/6] acpi: numa: add target support for generic port to HMAT parsing
 2023-08-08 16:19 UTC  (3+ messages)
` [PATCH v4 2/6] ACPICA: Add a define for size of acpi_srat_generic_affinity DeviceHandle

[RFC PATCH v1 05/21] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
 2023-08-08 13:11 UTC  (5+ messages)

[PATCH V1 0/6] AMD Pstate Preferred Core
 2023-08-08 15:43 UTC  (14+ messages)
` [PATCH V1 1/6] ACPI: CPPC: Add get the highest performance cppc control
` [PATCH V1 2/6] cpufreq: amd-pstate: Enable AMD Pstate Preferred Core Supporting
` [PATCH V1 3/6] cpufreq: Add a notification message that the highest perf has changed
` [PATCH V1 4/6] cpufreq: amd-pstate: Update AMD Pstate Preferred Core ranking dynamically
` [PATCH V1 5/6] Documentation: amd-pstate: introduce AMD Pstate Preferred Core
` [PATCH V1 6/6] Documentation: introduce AMD Pstate Preferrd Core mode kernel command line options

[PATCH v4 0/2] CXL: Apply SRAT defined PXM to entire CFMWS window
 2023-08-08  6:56 UTC  (2+ messages)

[RESEND PATCH v7 0/2] ACPI: APEI: handle synchronous exceptions with proper si_code
 2023-08-08  3:17 UTC  (4+ messages)

[PATCH v3] platform/chrome: chromeos_acpi: support official HID GOOG0016
 2023-08-08  2:40 UTC  (3+ messages)

[rafael-pm:bleeding-edge 12/13] drivers/acpi/thermal.c:817:22: error: redefinition of 'device'
 2023-08-07 20:17 UTC 

[rafael-pm:bleeding-edge 12/13] drivers/acpi/thermal.c:817:29: error: 'device' redeclared as different kind of symbol
 2023-08-07 19:46 UTC 

[PATCH RESEND 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
 2023-08-07 16:55 UTC  (3+ messages)
` [PATCH RESEND 2/4] acpi, hmat: refactor hmat_register_target_initiators()

[PATCH v2] cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer
 2023-08-07 15:48 UTC 

[PATCH] ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 and iMac12,2
 2023-08-07 12:17 UTC  (3+ messages)

[PATCH v10 0/7] Fix wakeup problems on some AMD platforms
 2023-08-05 10:27 UTC  (11+ messages)
` [PATCH v10 1/7] ACPI: Add comments to clarify some #ifdef statements
` [PATCH v10 2/7] ACPI: Adjust #ifdef for *_lps0_dev use
` [PATCH v10 3/7] ACPI: x86: s2idle: Fix a logic error parsing AMD constraints table
` [PATCH v10 4/7] ACPI: x86: s2idle: Add more debugging for AMD constraints parsing
` [PATCH v10 5/7] ACPI: x86: s2idle: Store if constraint is enabled
` [PATCH v10 6/7] ACPI: x86: s2idle: Add a function to get constraints for a device
` [PATCH v10 7/7] PCI: Use device constraints to decide PCI target state fallback policy

[PATCH V2] ACPI: APEI: Use ERST timeout for slow devices
 2023-08-05  1:04 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).