linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-19 00:40:29 to 2021-01-06 08:36:45 UTC [more...]

[RFC PATCH v3 0/2] scheduler: expose the topology of clusters and add cluster scheduler
 2021-01-06  8:30 UTC 

[PATCH] ACPI: PM: s2idle: Remove useless variable ‘obj_new’ in lpi_device_get_constraints_amd
 2021-01-06  1:23 UTC 

[PATCH] ACPI: scan: Fix a Hyper-V Linux VM panic caused by buffer overflow
 2021-01-05 22:01 UTC  (3+ messages)

[PATCH] ACPI: NFIT: Fix flexible_array.cocci warnings
 2021-01-05 21:51 UTC  (3+ messages)

[PATCH v2 16/17] driver core: Refactor fw_devlink feature
 2021-01-05 21:03 UTC  (4+ messages)

[PATCH 0/2] IdeaPad platform profile support
 2021-01-05 17:18 UTC  (12+ messages)
` [PATCH 1/2] ACPI: platform-profile: Introduce data parameter to handler
` [PATCH 2/2] platform/x86: ideapad-laptop: DYTC Platform profile support
      ` [External] Re: [PATCH 0/2] IdeaPad platform "

[PATCH 4/6] acpi/drivers/thermal: Remove TRIPS_NONE cooling device binding
 2021-01-05 15:44 UTC  (2+ messages)

[PATCH 0/2] Revert "device property: Keep secondary firmware node secondary by type"
 2021-01-05 14:44 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] device property: add description of fwnode cases

[PATCH v2 0/2] IdeaPad platform profile support
 2021-01-05 13:16 UTC  (4+ messages)
` [PATCH v2 1/2] ACPI: platform-profile: Introduce object pointers to callbacks
` [PATCH v2 2/2] platform/x86: ideapad-laptop: DYTC Platform profile support

[PATCH v8 1/3] Documentation: Add documentation for new platform_profile sysfs attribute
 2021-01-05 11:02 UTC  (6+ messages)
` [PATCH v8 2/3] ACPI: platform-profile: Add platform profile support
` [PATCH v8 3/3] platform/x86: thinkpad_acpi: "

[PATCH] i2c: core: Do not print duplicate error when failing to register an i2c-client from ACPI
 2021-01-05 10:00 UTC  (4+ messages)

Fwd: [Bug 210449] New: acpi_device_add: buffer overflow in strcpy
 2021-01-05  8:31 UTC 

[PATCH v4 00/15] Add functionality to ipu3-cio2 driver allowing software_node connections to sensors on platforms designed for Windows
 2021-01-05  8:22 UTC  (37+ messages)
` [PATCH v4 01/15] software_node: Fix refcounts in software_node_get_next_child()
` [PATCH v4 02/15] media: ipu3-cio2: Add headers that ipu3-cio2.h is direct user of
` [PATCH v4 03/15] property: Return true in fwnode_device_is_available for NULL ops
` [PATCH v4 04/15] property: Call fwnode_graph_get_endpoint_by_id() for fwnode->secondary
` [PATCH v4 05/15] software_node: Enforce parent before child ordering of nodes arrays
` [PATCH v4 06/15] software_node: unregister software_nodes in reverse order
` [PATCH v4 07/15] include: fwnode.h: Define format macros for ports and endpoints
` [PATCH v4 08/15] software_node: Add support for fwnode_graph*() family of functions
` [PATCH v4 09/15] lib/test_printf.c: Use helper function to unwind array of software_nodes
` [PATCH v4 10/15] ipu3-cio2: Add T: entry to MAINTAINERS
` [PATCH v4 11/15] ipu3-cio2: Rename ipu3-cio2.c
` [PATCH v4 12/15] media: v4l2-core: v4l2-async: Check sd->fwnode->secondary in match_fwnode()
` [PATCH v4 13/15] acpi: Add acpi_dev_get_next_match_dev() and helper macro
` [PATCH v4 14/15] include: media: v4l2-fwnode: Include v4l2_fwnode_bus_type
` [PATCH v4 15/15] ipu3-cio2: Add cio2-bridge to ipu3-cio2 driver

[PATCH 0/2] ACPICA: Fix a race in GenericSerialBus (I2C) and GPIO handling
 2021-01-04 22:17 UTC  (4+ messages)
` [PATCH 1/2] ACPICA: Fix race in GenericSerialBus (I2C) and GPIO OpRegion parameter handling
` [PATCH 2/2] ACPICA: Remove some code duplication from acpi_ev_address_space_dispatch

Possible problem with "ACPI: scan: Defer enumeration of devices with _DEP lists"
 2021-01-04 21:32 UTC 

power-off delay/hang due to commit 6d25be57 (mainline)
 2021-01-04 15:38 UTC  (6+ messages)

[pm:bleeding-edge] BUILD REGRESSION 0c7a6fd3a0e835b0158a1f52176f5d3858fac110
 2021-01-04 11:20 UTC  (7+ messages)
  ` [PATCH] powercap/drivers/dtpm: Fix __udivdi3 and __aeabi_uldivmod unresolved symbols

[RFC PATCH v2 0/8] ACPI/IORT: Support for IORT RMR node
 2021-01-04 10:55 UTC  (12+ messages)

[PATCH v3 00/14] Add functionality to ipu3-cio2 driver allowing software_node connections to sensors on platforms designed for Windows
 2021-01-02 21:23 UTC  (58+ messages)
` [PATCH v3 01/14] software_node: Fix refcounts in software_node_get_next_child()
` [PATCH v3 02/14] property: Return true in fwnode_device_is_available for NULL ops
` [PATCH v3 03/14] property: Call fwnode_graph_get_endpoint_by_id() for fwnode->secondary
` [PATCH v3 04/14] software_node: Enforce parent before child ordering of nodes arrays
` [PATCH v3 05/14] software_node: unregister software_nodes in reverse order
` [PATCH v3 06/14] include: fwnode.h: Define format macros for ports and endpoints
` [PATCH v3 07/14] software_node: Add support for fwnode_graph*() family of functions
` [PATCH v3 08/14] lib/test_printf.c: Use helper function to unwind array of software_nodes
` [PATCH v3 09/14] ipu3-cio2: Add T: entry to MAINTAINERS
` [PATCH v3 10/14] ipu3-cio2: Rename ipu3-cio2.c
` [PATCH v3 11/14] media: v4l2-core: v4l2-async: Check sd->fwnode->secondary in match_fwnode()
` [PATCH v3 12/14] acpi: Add acpi_dev_get_next_match_dev() and helper macro
` [PATCH v3 13/14] include: media: v4l2-fwnode: Include v4l2_fwnode_bus_type
` [PATCH v3 14/14] ipu3-cio2: Add cio2-bridge to ipu3-cio2 driver

[RFC PATCH 0/2] EDAC/ghes: Add EDAC device for recording the CPU error count
 2020-12-31 16:44 UTC  (3+ messages)
` [RFC PATCH 1/2] EDAC/ghes: Add EDAC device for the CPU caches

[PATCH] ACPI: add stub acpi_create_platform_device() for !CONFIG_ACPI
 2020-12-31 11:35 UTC 

[pm:bleeding-edge] BUILD SUCCESS WITH WARNING 2e19c856a4614c113119f3f4d4795b190c5c828f
 2020-12-31  6:11 UTC 

[pm:bleeding-edge 8612/8615] drivers/acpi/platform_profile.c:147:24: warning: address of array 'pprof->choices' will always evaluate to 'true'
 2020-12-29 15:46 UTC  (6+ messages)
  ` [External] "

[PATCH] ACPI: Update Kconfig help text for items that are no longer modular
 2020-12-29 11:17 UTC 

[PATCH -next] pnp: pnpbios: Use DEFINE_SPINLOCK() for spinlock
 2020-12-28 13:50 UTC 

[PATCH] ACPI: NFIT: fix flexible_array.cocci warnings
 2020-12-24 18:12 UTC  (2+ messages)

[PATCH v2 00/12] Add functionality to ipu3-cio2 driver allowing software_node connections to sensors on platforms designed for Windows
 2020-12-23 22:24 UTC  (29+ messages)
` [PATCH v2 01/12] software_node: Fix refcounts in software_node_get_next_child()
` [PATCH v2 02/12] property: Return true in fwnode_device_is_available for NULL ops
` [PATCH v2 04/12] software_node: Enforce parent before child ordering of nodes arrays
` [PATCH v2 05/12] software_node: unregister software_nodes in reverse order
` [PATCH v2 06/12] software_node: Add support for fwnode_graph*() family of functions
` [PATCH v2 11/12] acpi: Add acpi_dev_get_next_match_dev() and helper macro
` [PATCH v2 12/12] ipu3-cio2: Add cio2-bridge to ipu3-cio2 driver

How can a userspace program tell if the system supports the ACPI S4 state (Suspend-to-Disk)?
 2020-12-23 21:04 UTC  (3+ messages)

[pm:bleeding-edge] BUILD SUCCESS WITH WARNING a33520709645543f108361fe21fa9434a351c4e9
 2020-12-23  7:14 UTC 

[PATCH AUTOSEL 5.4 090/130] ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807
 2020-12-23  2:17 UTC 

[GIT PULL] More power management updates for v5.11-rc1
 2020-12-22 22:24 UTC  (2+ messages)

[GIT PULL] More ACPI updates for v5.11-rc1
 2020-12-22 22:24 UTC  (2+ messages)

[PATCH v7 1/3] Documentation: Add documentation for new platform_profile sysfs attribute
 2020-12-22 19:05 UTC  (4+ messages)
` [PATCH v7 2/3] ACPI: platform-profile: Add platform profile support

[pm:bleeding-edge] BUILD SUCCESS WITH WARNING 7e946849977d59d3e6c0b3112da6a36757051bc7
 2020-12-21 21:58 UTC 

[pm:linux-next 18/21] drivers/acpi/x86/s2idle.c:395:13: sparse: sparse: restricted suspend_state_t degrades to integer
 2020-12-21 20:51 UTC 

[PATCH v3 0/9] Add support for Microsoft Surface System Aggregator Module
 2020-12-21 18:39 UTC  (2+ messages)
` [PATCH v3 9/9] platform/surface: Add Surface ACPI Notify driver

[PATCH] PNP: add printf attribute to log function
 2020-12-21 16:03 UTC 

[PATCH 1/1] Documentation: media: Document clock handling in camera sensor drivers
 2020-12-21 15:25 UTC 


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).