linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-25 02:53:01 to 2020-07-01 06:13:34 UTC [more...]

[net-next PATCH v2 0/3] ACPI support for dpaa2 MAC driver
 2020-07-01  6:12 UTC  (3+ messages)
` [net-next PATCH v2 1/3] net: phy: introduce find_phy_device()
` [net-next PATCH v2 2/3] Documentation: ACPI: DSD: Document MDIO PHY

[PATCH] cpuidle: change enter_s2idle() prototype
 2020-07-01  5:50 UTC  (3+ messages)

[PATCH 00/12] ACPI/OF: Upgrade MSI/IOMMU ID mapping APIs
 2020-06-30 21:56 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/12] ACPI/IORT: Make iort_match_node_callback walk the ACPI namespace for NC
  ` [PATCH v2 07/12] of/device: Add input id to of_dma_configure()
  ` [PATCH v2 08/12] dt-bindings: arm: fsl: Add msi-map device-tree binding for fsl-mc bus
  ` [PATCH v2 09/12] of/irq: make of_msi_map_get_device_domain() bus agnostic
  ` [PATCH v2 10/12] of/irq: Make of_msi_map_rid() PCI "

[PATCH v2] ACPI: Drop rcu usage for MMIO mappings
 2020-06-30 19:57 UTC  (22+ messages)
` [RFT][PATCH v2 0/4] ACPI: ACPICA / OSL: Avoid unmapping ACPI memory inside of the AML interpreter
  ` [RFT][PATCH v2 3/4] ACPICA: Preserve memory opregion mappings if supported by OS
  ` [RFT][PATCH v3 0/4] ACPI: ACPICA / OSL: Avoid unmapping ACPI memory inside of the AML interpreter
    ` [RFT][PATCH v3 1/4] ACPICA: Take deferred unmapping of memory into account
    ` [RFT][PATCH v3 2/4] ACPI: OSL: Implement deferred unmapping of ACPI memory
    ` [RFT][PATCH v3 3/4] ACPICA: Preserve memory opregion mappings if supported by OS
    ` [RFT][PATCH v3 4/4] ACPI: OSL: Implement acpi_os_map_memory_fast_path()
    ` [PATCH v4 0/2] ACPI: ACPICA / OSL: Avoid unmapping ACPI memory inside of the AML interpreter
      ` [PATCH v4 1/2] ACPI: OSL: Implement deferred unmapping of ACPI memory
      ` [PATCH v4 2/2] ACPICA: Preserve memory opregion mappings

[PATCH v7 00/11] Stop monitoring disabled devices
 2020-06-30 18:33 UTC  (26+ messages)
` [PATCH v7 01/11] acpi: thermal: Fix error handling in the register function
` [PATCH v7 02/11] thermal: Store thermal mode in a dedicated enum
` [PATCH v7 03/11] thermal: Add current mode to thermal zone device
` [PATCH v7 04/11] thermal: Store device mode in struct thermal_zone_device
` [PATCH v7 05/11] thermal: remove get_mode() operation of drivers
` [PATCH v7 06/11] thermal: Add mode helpers
` [PATCH v7 07/11] thermal: Use mode helpers in drivers
` [PATCH v7 08/11] thermal: Explicitly enable non-changing thermal zone devices
` [PATCH v7 09/11] thermal: core: Stop polling DISABLED thermal devices
` [PATCH v7 10/11] thermal: Simplify or eliminate unnecessary set_mode() methods
` [PATCH v7 11/11] thermal: Rename set_mode() to change_mode()

[PATCH v2 0/7] Tighten PCI security, expose dev location in sysfs
 2020-06-30 17:43 UTC  (20+ messages)
` [PATCH v2 1/7] PCI: Keep the ACS capability offset in device
` [PATCH v2 2/7] PCI: Set "untrusted" flag for truly external devices only
` [PATCH v2 3/7] PCI/ACS: Enable PCI_ACS_TB for untrusted/external-facing devices
` [PATCH v2 4/7] PCI: Add device even if driver attach failed
` [PATCH v2 5/7] driver core: Add device location to "struct device" and expose it in sysfs
` [PATCH v2 6/7] PCI: Move pci_dev->untrusted logic to use device location instead
` [PATCH v2 7/7] PCI: Add parameter to disable attaching external devices

[PATCH] ACPI: fan: fix: Update Tiger Lake ACPI device ID
 2020-06-30 17:34 UTC 

[PATCH v3 00/15] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-06-30 13:51 UTC  (2+ messages)

[PATCH 00/12] ACPI/NVDIMM: Runtime Firmware Activation
 2020-06-30 10:55 UTC  (21+ messages)
` [PATCH 01/12] libnvdimm: Validate command family indices
` [PATCH 02/12] ACPI: NFIT: Move bus_dsm_mask out of generic nvdimm_bus_descriptor
` [PATCH 03/12] ACPI: NFIT: Define runtime firmware activation commands
` [PATCH 04/12] tools/testing/nvdimm: Cleanup dimm index passing
` [PATCH 05/12] tools/testing/nvdimm: Add command debug messages
` [PATCH 06/12] tools/testing/nvdimm: Prepare nfit_ctl_test() for ND_CMD_CALL emulation
` [PATCH 07/12] tools/testing/nvdimm: Emulate firmware activation commands
` [PATCH 08/12] driver-core: Introduce DEVICE_ATTR_ADMIN_{RO,RW}
` [PATCH 09/12] libnvdimm: Convert to DEVICE_ATTR_ADMIN_RO()
` [PATCH 10/12] libnvdimm: Add runtime firmware activation sysfs interface
` [PATCH 11/12] PM, libnvdimm: Add syscore_quiesced() callback for firmware activation
` [PATCH 12/12] ACPI: NFIT: Add runtime firmware activate support

[PATCH V2] PCI: Add MCFG quirks for Tegra194 host controllers
 2020-06-30 10:52 UTC  (5+ messages)
` [PATCH V3 0/2] "
  ` [PATCH V3 1/2] arm64: tegra: Re-order PCIe aperture mappings to support ACPI boot

[PATCH v4 00/11] Stop monitoring disabled devices
 2020-06-29 12:08 UTC  (35+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/11] acpi: thermal: Fix error handling in the register function
  ` [PATCH v5 02/11] thermal: Store thermal mode in a dedicated enum
  ` [PATCH v5 03/11] thermal: Add current mode to thermal zone device
  ` [PATCH v5 04/11] thermal: Store device mode in struct thermal_zone_device
  ` [PATCH v5 05/11] thermal: remove get_mode() operation of drivers
  ` [PATCH v5 06/11] thermal: Add mode helpers
    ` [RFC PATCH] thermal: thermal_zone_device_set_mode() can be static
      ` [PATCH v6 00/11] Stop monitoring disabled devices
        ` [PATCH v6 01/11] acpi: thermal: Fix error handling in the register function
        ` [PATCH v6 02/11] thermal: Store thermal mode in a dedicated enum
        ` [PATCH v6 03/11] thermal: Add current mode to thermal zone device
        ` [PATCH v6 04/11] thermal: Store device mode in struct thermal_zone_device
        ` [PATCH v6 05/11] thermal: remove get_mode() operation of drivers
        ` [PATCH v6 06/11] thermal: Add mode helpers
        ` [PATCH v6 07/11] thermal: Use mode helpers in drivers
        ` [PATCH v6 08/11] thermal: Explicitly enable non-changing thermal zone devices
        ` [PATCH v6 09/11] thermal: core: Stop polling DISABLED thermal devices
        ` [PATCH v6 10/11] thermal: Simplify or eliminate unnecessary set_mode() methods
        ` [PATCH v6 11/11] thermal: Rename set_mode() to change_mode()
  ` [PATCH v5 07/11] thermal: Use mode helpers in drivers
  ` [PATCH v5 08/11] thermal: Explicitly enable non-changing thermal zone devices
  ` [PATCH v5 09/11] thermal: core: Stop polling DISABLED thermal devices
  ` [PATCH v5 10/11] thermal: Simplify or eliminate unnecessary set_mode() methods
  ` [PATCH v5 11/11] thermal: Rename set_mode() to change_mode()

[net-next PATCH v1] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver
 2020-06-29 11:40 UTC  (10+ messages)

[RFC PATCH] ACPI: Only create numa nodes from entries in SRAT or SRAT emulation
 2020-06-29 16:36 UTC  (2+ messages)

[PATCH v5 0/3] drivers/acpi: Remove function callback casts
 2020-06-27 11:08 UTC  (4+ messages)

[pm:bleeding-edge] BUILD SUCCESS ab41a33191ea4f1ce5834f2b776988867dfad807
 2020-06-27 10:52 UTC 

[PATCH 1/2] pci: Add pci device even if the driver failed to attach
 2020-06-27  5:02 UTC  (10+ messages)
` [PATCH 2/2] pci: Add parameter to disable attaching untrusted devices

[GIT PULL] ACPI fixes for v5.8-rc3
 2020-06-26 19:40 UTC  (2+ messages)

[PATCH v2] PCI/AER: Add support for reset of RCiEPs for APEI/Firmware first reporting only
 2020-06-26 18:41 UTC  (5+ messages)

[PATCH v4 00/11] Stop monitoring disabled devices
 2020-06-26 16:08 UTC  (4+ messages)
    ` [PATCH v4 07/11] thermal: Use mode helpers in drivers

[PATCH v3 0/2] arm64/acpi: restrict AML opregion memory access
 2020-06-26 15:58 UTC  (3+ messages)
` [PATCH v3 1/2] arm64/acpi: disallow AML memory opregions to access kernel memory
` [PATCH v3 2/2] arm64/acpi: disallow writeable AML opregion mapping for EFI code regions

[PATCH v8 0/2] tpm2: Make TPM2 logs accessible for non-UEFI firmware
 2020-06-26 15:39 UTC  (3+ messages)
` [PATCH v8 1/2] acpi: Extend TPM2 ACPI table with missing log fields
` [PATCH v8 2/2] tpm: Add support for event log pointer found in TPM2 ACPI table

[PATCH v7 0/2] tpm2: Make TPM2 logs accessible for non-UEFI firmware
 2020-06-26 13:27 UTC  (4+ messages)
` [PATCH v7 1/2] acpi: Extend TPM2 ACPI table with missing log fields
` [PATCH v7 2/2] tpm: Add support for event log pointer found in TPM2 ACPI table

[pm:bleeding-edge] BUILD SUCCESS b3cad17e9253db657cacf38bedf70bbac8b542c3
 2020-06-26  5:31 UTC 

[PATCH v6 0/2] tpm2: Make TPM2 logs accessible for non-UEFI firmware
 2020-06-25 21:35 UTC  (5+ messages)
` [PATCH v6 1/2] acpi: Extend TPM2 ACPI table with missing log fields
` [PATCH v6 2/2] tpm: Add support for event log pointer found in TPM2 ACPI table

[PATCH V2 1/2] PCI: Add ACPI StorageD3Enable _DSD support
 2020-06-25 17:30 UTC  (6+ messages)

[PATCH] ACPI: DPTF: Add battery participant for TigerLake
 2020-06-25 12:40 UTC  (2+ messages)

[PATCH v5 0/2] tpm2: Make TPM2 logs accessible for non-UEFI firmware
 2020-06-25 12:10 UTC  (8+ messages)
` [PATCH v5 1/2] acpi: Extend TPM2 ACPI table with missing log fields

[PATCH v3 7/7] Input: Add "inhibited" property
 2020-06-25 10:55 UTC  (8+ messages)
` [PATCH v4 0/7] Support inhibiting input devices
  ` [PATCH v4 3/7] ACPI: button: Access input device's users under appropriate mutex
  ` [PATCH v4 4/7] ACPI: button: Use input_device_enabled() helper

[pm:bleeding-edge] BUILD SUCCESS 869e6a63587372b60fed9580bf908cf2a5c820bd
 2020-06-25  6:00 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).