public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-11 19:26:28 to 2024-02-16 00:11:31 UTC [more...]

[PATCH v12 0/3] cxl, EINJ: Update EINJ for CXL error types
 2024-02-16  0:11 UTC  (15+ messages)
` [PATCH v12 1/3] EINJ: Migrate to a platform driver
` [PATCH v12 2/3] cxl/core, EINJ: Add EINJ CXL debugfs files and EINJ helper functions
` [PATCH v12 3/3] EINJ, Documentation: Update EINJ kernel doc

[PATCH] ACPI: APEI: GHES: Convert to platform remove callback returning void
 2024-02-15 21:25 UTC  (7+ messages)

[PATCH v6 0/5] Add support for getting EDID over ACPI to DRM
 2024-02-15 20:59 UTC  (14+ messages)
` [PATCH v6 1/5] drm: Stop using `select ACPI_VIDEO` in all drivers
` [PATCH v6 2/5] drm: Stop using `select BACKLIGHT_CLASS_DEVICE`
` [PATCH v6 3/5] drm: Add support to get EDID from ACPI
` [PATCH v6 4/5] drm/amd: Fetch the EDID from _DDC if available for eDP
` [PATCH v6 5/5] drm/nouveau: Use drm_edid_read_acpi() helper

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-02-15 20:10 UTC  (5+ messages)
` [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()

[PATCH v2 0/2] Ignore bad graph port nodes on Dell XPS 9315
 2024-02-15 20:07 UTC  (4+ messages)
` [PATCH v2 1/2] ACPI: utils: Make acpi_handle_path() not static
` [PATCH v2 2/2] ACPI: property: Ignore bad graph port nodes on Dell XPS 9315

[PATCH v3 1/2] ACPI: use %pe for better readability of errors while printing
 2024-02-15 19:56 UTC  (4+ messages)
  ` [PATCH v3 2/2] cpufreq/schedutil: print errors with %pe for better readability of logs

[PATCH] Fix keyboard on ASUS EXPERTBOOK B2502FBA, see bug:217323
 2024-02-15 19:52 UTC  (2+ messages)

[PATCH] ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()
 2024-02-15 19:30 UTC  (2+ messages)

[PATCH v5 0/3] Add support for getting EDID over ACPI to DRM
 2024-02-15 17:58 UTC  (6+ messages)
` [PATCH v5 1/3] drm: Add support to get EDID from ACPI

[PATCH v2] acpi/ghes: Prevent sleeping with spinlock held
 2024-02-15 17:39 UTC  (12+ messages)

[PATCH v5 0/12] cxl: Add support to report region access coordinates to numa nodes
 2024-02-15 17:24 UTC  (23+ messages)
` [PATCH v5 01/12] ACPI: HMAT: Remove register of memory node for generic target
` [PATCH v5 02/12] base/node / ACPI: Enumerate node access class for 'struct access_coordinate'
` [PATCH v5 03/12] ACPI: HMAT: Introduce 2 levels of generic port access class
` [PATCH v5 04/12] ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access classes
` [PATCH v5 05/12] cxl: Split out combine_coordinates() for common shared usage
` [PATCH v5 06/12] cxl: Split out host bridge access coordinates
` [PATCH v5 07/12] cxl: Move QoS class to be calculated from the nearest CPU
` [PATCH v5 08/12] cxl: Set cxlmd->endpoint before adding port device
` [PATCH v5 10/12] cxl/region: Add sysfs attribute for locality attributes of CXL regions
` [PATCH v5 11/12] cxl/region: Add memory hotplug notifier for cxl region
` [PATCH v5 12/12] cxl/region: Deal with numa nodes not enumarated by SRAT

[rafael-pm:bleeding-edge] BUILD SUCCESS 3155f8c5dcdd4c1926ee67feebaacdff4797294b
 2024-02-15 14:14 UTC 

[PATCH v2 0/4] Add post-init-supplier binding to improve suspend/resume stability
 2024-02-15 12:14 UTC  (10+ messages)
` [PATCH v2 1/4] driver core: Adds flags param to fwnode_link_add()
` [PATCH v2 2/4] driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode link
` [PATCH v2 3/4] dt-bindings: Add post-init-supplier property
` [PATCH v2 4/4] of: property: fw_devlink: Add support for "post-init-supplier" property

[PATCH v1 -next 0/3] RISC-V: ACPI: Enable CPPC based cpufreq support
 2024-02-15 11:27 UTC  (7+ messages)
` [PATCH v1 -next 2/3] cpufreq: Move CPPC configs to common Kconfig and add RISC-V

[PATCH V4 00/11] coresight: Move remaining AMBA ACPI devices into platform driver
 2024-02-15 11:25 UTC  (15+ messages)
` [PATCH V4 01/11] coresight: etm4x: Fix unbalanced pm_runtime_enable()
` [PATCH V4 02/11] coresight: stm: Extract device name from AMBA pid based table lookup
` [PATCH V4 03/11] coresight: tmc: Extract device properties "
` [PATCH V4 05/11] coresight: replicator: Move ACPI support from AMBA driver to platform driver

[RFC PATCH v6 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-02-15 11:14 UTC  (13+ messages)
` [RFC PATCH v6 01/12] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [RFC PATCH v6 02/12] cxl/mbox: Add GET_FEATURE "
` [RFC PATCH v6 03/12] cxl/mbox: Add SET_FEATURE "
` [RFC PATCH v6 04/12] cxl/memscrub: Add CXL device patrol scrub control feature
` [RFC PATCH v6 05/12] cxl/memscrub: Add CXL device ECS "
` [RFC PATCH v6 06/12] memory: scrub: Add scrub subsystem driver supports configuring memory scrubs in the system
` [RFC PATCH v6 07/12] cxl/memscrub: Register CXL device patrol scrub with scrub configure driver
` [RFC PATCH v6 08/12] cxl/memscrub: Register CXL device ECS "
` [RFC PATCH v6 09/12] ACPI:RASF: Add common library for RASF and RAS2 PCC interfaces
` [RFC PATCH v6 10/12] ACPICA: ACPI 6.5: Add support for RAS2 table
` [RFC PATCH v6 11/12] ACPI:RAS2: Add driver for ACPI RAS2 feature table (RAS2)
` [RFC PATCH v6 12/12] memory: RAS2: Add memory RAS2 driver

[RFC KERNEL PATCH v4 3/3] PCI/sysfs: Add gsi sysfs for pci_dev
 2024-02-15  8:37 UTC  (5+ messages)

[PATCH v3 -next 0/3] RISC-V: ACPI: Add LPI support
 2024-02-15  4:37 UTC  (2+ messages)

[PATCH v4 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it
 2024-02-14 17:57 UTC  (2+ messages)
` (subset) "

[PATCH v3 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it
 2024-02-14 17:57 UTC  (2+ messages)
` (subset) "

[PATCH v11 0/4] CXL, ACPI, APEI, EINJ: Update EINJ for CXL error types
 2024-02-14 17:54 UTC  (21+ messages)
` [PATCH v11 1/4] cxl, ACPI, APEI, EINJ: Add CXL_EINJ Kconfig option
` [PATCH v11 2/4] EINJ: Migrate to a platform driver
` [PATCH v11 3/4] cxl/core, EINJ: Add EINJ CXL debugfs files and EINJ helper functions
` [PATCH v11 4/4] EINJ, Documentation: Update EINJ kernel doc

[PATCH v4 08/11] cxl/region: Calculate performance data for a region
 2024-02-14 17:54 UTC  (5+ messages)
` [PATCH v4 00/11] cxl: Add support to report region access coordinates to numa nodes

[PATCH v3 3/3] lib/firmware_table: Provide buffer length argument to cdat_table_parse()
 2024-02-14 17:44 UTC  (3+ messages)

[PATCH v2 00/14] device property / IIO: Use cleanup.h magic for fwnode_handle_put() handling
 2024-02-14 17:10 UTC  (29+ messages)
` [PATCH v2 01/14] device property: Add cleanup.h based fwnode_handle_put() scope based cleanup
` [PATCH v2 02/14] iio: temp: ltc2983: Use __free(fwnode_handle) to replace fwnode_handle_put() calls
` [PATCH v2 03/14] device property: Introduce device_for_each_child_node_scoped()
` [PATCH v2 04/14] iio: adc: max11410: Use device_for_each_child_node_scoped()
` [PATCH v2 05/14] iio: adc: mcp3564: Use device_for_each_child_node_scopd()
` [PATCH v2 06/14] iio: adc: qcom-spmi-adc5: "
` [PATCH v2 07/14] iio: adc: rzg2l_adc: "
` [PATCH v2 08/14] iio: adc: stm32: Use device_for_each_child_node_scoped()
` [PATCH v2 09/14] iio: adc: ti-ads1015: "
` [PATCH v2 10/14] iio: adc: ti-ads131e08: "
` [PATCH v2 11/14] iio: addac: ad74413r: "
` [PATCH v2 12/14] iio: dac: ad3552r: "
` [PATCH v2 13/14] iio: dac: ad5770r: "
` [PATCH v2 14/14] iio: dac: ltc2688: "

[PATCH v2 0/6] thermal: Store trips table and ops in thermal_zone_device
 2024-02-14 12:49 UTC  (7+ messages)
` [PATCH v2 1/6] thermal: core: Store zone trips table in struct thermal_zone_device
` [PATCH v2 2/6] thermal: ACPI: Discard trips table after zone registration
` [PATCH v2 3/6] thermal: intel: Discard trip tables "
` [PATCH v2 4/6] thermal: core: Store zone ops in struct thermal_zone_device
` [PATCH v2 5/6] thermal: ACPI: Constify acpi_thermal_zone_ops
` [PATCH v2 6/6] thermal: intel: Adjust ops handling during thermal zone registration

[PATCH v2 0/2] fix DT overlays when device links are released
 2024-02-14 12:51 UTC  (7+ messages)
` [PATCH v2 2/2] of: dynamic: flush devlinks workqueue before destroying the changeset

[PATCH v2 3/3] lib/firmware_table: Provide buffer length argument to cdat_table_parse()
 2024-02-14 12:36 UTC  (4+ messages)

[PATCH] cpufreq: CPPC: Resolve the large frequency discrepancy from cpuinfo_cur_freq
 2024-02-13 23:02 UTC  (9+ messages)

[PATCH v4] acpi,pci: warn about duplicate IRQ routing entries returned from _PRT
 2024-02-13 21:39 UTC  (2+ messages)

[rafael-pm:bleeding-edge 76/104] drivers/thermal/intel/intel_pch_thermal.c:235:52: warning: passing argument 2 of 'pch_wpt_add_acpi_psv_trip' makes integer from pointer without a cast
 2024-02-13  8:39 UTC 

[ANNOUNCE][CFP] Power Management and Scheduling in the Linux Kernel VI edition (OSPM-summit 2024)
 2024-02-13  7:22 UTC  (2+ messages)

[rafael-pm:bleeding-edge 76/104] drivers/thermal/intel/intel_pch_thermal.c:235:45: error: incompatible pointer to integer conversion passing 'struct thermal_trip *' to parameter of type 'int'
 2024-02-13  5:02 UTC 

[PATCH v2] x86/pci: Stop requiring ECAM to be declared in E820, ACPI or EFI
 2024-02-12 22:29 UTC  (2+ messages)

[PATCH v1 0/4] Add post-init-supplier binding to improve suspend/resume stability
 2024-02-12 21:08 UTC  (6+ messages)
` [PATCH v1 3/4] dt-bindings: Add post-init-supplier property

[PATCH v2 1/2] ACPI: use %pe for better readability of errors while printing
 2024-02-12 19:29 UTC  (3+ messages)
  ` [PATCH v2 2/2] cpufreq/schedutil: print errors with %pe for better readability of logs

[PATCH 0/2] Ignore bad graph port nodes on Dell XPS 9315
 2024-02-12 18:36 UTC  (5+ messages)
` [PATCH 1/2] ACPI: utils: Make acpi_handle_path() not static
` [PATCH 2/2] ACPI: property: Ignore bad data nodes

[PATCH] ACPI: scan: Defer enumeration of devices with a _DEP pointing to IVSC device
 2024-02-12 17:57 UTC  (2+ messages)

[PATCH] Fix the warning of amd-pstate.rst
 2024-02-12 15:47 UTC  (2+ messages)

[PATCH] ACPI: bus: make acpi_bus_type const
 2024-02-12 13:44 UTC  (3+ messages)

[PATCH] ACPI: resource: Skip IRQ override on ASUS ExpertBook B1502CVA
 2024-02-12 13:38 UTC  (2+ messages)

[PATCH 0/4] Add ACPI NUMA support for RISC-V
 2024-02-12 13:31 UTC  (3+ messages)
` [PATCH 1/4] ACPICA: SRAT: Add RISC-V RINTC affinity structure

[PATCH 0/8] of: automate of_node_put() - new approach to loops
 2024-02-12 12:03 UTC  (5+ messages)
` [PATCH 2/8] of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() handling

[PATCH v4 0/3] Add drm_get_acpi_edid() helper
 2024-02-12 11:27 UTC  (8+ messages)
` [PATCH v4 1/3] drm: "

[PATCH] gpio: constify opaque pointer in gpio_device_find() match function
 2024-02-12  9:19 UTC  (2+ messages)

[rafael-pm:testing 44/61] kernel/power/energy_model.c:113:15: sparse: sparse: incorrect type in assignment (different address spaces)
 2024-02-12  3:55 UTC 

[rafael-pm:bleeding-edge 77/80] drivers/thermal/thermal_of.c:487:9-16: WARNING: ERR_CAST can be used with np
 2024-02-12  3:04 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox