linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-05 00:39:39 to 2017-10-10 23:13:25 UTC [more...]

[PATCH 0/2] ACPI serdev support
 2017-10-10 23:13 UTC  (32+ messages)
` [PATCH 1/2] serdev: Add ACPI support
` [PATCH 2/2] ACPI / scan: Fix enumeration for special UART devices

[PATCH] PM / ACPI: Removed unused function
 2017-10-10 16:55 UTC  (5+ messages)

[PATCH] ACPI / PM: Combine two identical device resume routines
 2017-10-10 16:49 UTC 

[PATCH v2 0/2] ACPI serdev support
 2017-10-10 15:35 UTC  (5+ messages)
` [PATCH v2 1/2] serdev: Add ACPI support
` [PATCH v2 2/2] ACPI / scan: Fix enumeration for special UART devices

[PATCH 1/1] device properties: Fix return codes for __acpi_node_get_property_reference
 2017-10-10 14:22 UTC  (9+ messages)

[PATCH 0/3] ACPI/IORT: Clean-up/rework for v4.15
 2017-10-10 11:17 UTC  (10+ messages)
` [PATCH 1/3] ACPI/IORT: Remove leftover ACPI_IORT_SMMU_V3_PXM_VALID guard
` [PATCH 2/3] ACPI/IORT: Improve functions return type/storage class specifier indentation
` [PATCH 3/3] ACPI/IORT: Make platform devices initialization code SMMU agnostic

[PATCH] mmc: sdhci-pci: Remove D3 delays for Intel BYT-related host controllers
 2017-10-10 11:03 UTC  (8+ messages)

[PATCH v9 0/4] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-10-10 10:51 UTC  (13+ messages)
` [PATCH v9 1/4] ACPI/IORT: Add msi address regions reservation helper
` [PATCH v9 2/4] iommu/dma: Add a helper function to reserve HW MSI address regions for IOMMU drivers
` [PATCH v9 3/4] iommu/arm-smmu-v3:Enable ACPI based HiSilicon erratum 161010801
` [PATCH v9 4/4] PCI: hisi: blacklist hip06/hip07 controllers behind SMMUv3

[PATCH] acpi/arm64: pr_err() strings should end with newlines
 2017-10-10 10:24 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/4] IORT SMMUv3 MSI support
 2017-10-10  9:20 UTC  (5+ messages)
` [PATCH 3/4] ACPI: IORT: Skip SMMUv3 device ID map for two steps mappings

[PATCH] Revert "Bluetooth: btusb: Add workaround for Broadcom devices without product id"
 2017-10-10  8:16 UTC  (2+ messages)

[PATCH v2 2/2] serdev: Update drivers/bluetooth/Kconfig for ACPI serdev support
 2017-10-10  8:11 UTC  (5+ messages)
  ` [PATCH v3 "

[PATCH] Bluetooth: avoid silent hci_bcm ACPI PM regression
 2017-10-10  8:07 UTC  (2+ messages)

[PATCH v2 0/3] i2c-xlp9xx: update i2c driver to handle I2C_M_RECV_LEN flag
 2017-10-10  6:27 UTC  (4+ messages)
` [PATCH v2 1/3] ACPI / APD: Add clock frequency for ThunderX2 I2C controller
` [PATCH v2 2/3] i2c: xlp9xx: Get clock frequency with clk API
` [PATCH v2 3/3] i2c: xlp9xx: Handle I2C_M_RECV_LEN in msg->flags

[PATCH v2 1/9] Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdev
 2017-10-09 18:01 UTC  (14+ messages)
` [PATCH v2 9/9] Bluetooth: hci_bcm: Add (runtime)pm support to the serdev driver

[PATCH] device property: Track owner device of device property
 2017-10-09 13:28 UTC 

[RFCv2 PATCH 00/36] Process management for IOMMU + SVM for SMMUv3
 2017-10-09 11:36 UTC  (40+ messages)
` [RFCv2 PATCH 02/36] iommu: Add a process_exit callback for device drivers
` [RFCv2 PATCH 03/36] iommu/process: Add public function to search for a process
` [RFCv2 PATCH 09/36] iommu/fault: Allow blocking fault handlers
` [RFCv2 PATCH 10/36] vfio: Add support for Shared Virtual Memory
` [RFCv2 PATCH 11/36] iommu/arm-smmu-v3: Link domains and devices
` [RFCv2 PATCH 12/36] dt-bindings: document stall and PASID properties for IOMMU masters
` [RFCv2 PATCH 14/36] iommu/arm-smmu-v3: Add support for Substream IDs
` [RFCv2 PATCH 15/36] iommu/arm-smmu-v3: Add second level of context descriptor table
` [RFCv2 PATCH 16/36] iommu/arm-smmu-v3: Add support for VHE
` [RFCv2 PATCH 17/36] iommu/arm-smmu-v3: Support broadcast TLB maintenance
` [RFCv2 PATCH 18/36] iommu/arm-smmu-v3: Add SVM feature checking
  ` [RFCv2 PATCH 01/36] iommu: Keep track of processes and PASIDs
  ` [RFCv2 PATCH 04/36] iommu/process: Track process changes with an mmu_notifier
  ` [RFCv2 PATCH 05/36] iommu/process: Bind and unbind process to and from devices
  ` [RFCv2 PATCH 06/36] iommu: Extend fault reporting
  ` [RFCv2 PATCH 07/36] iommu: Add a fault handler
  ` [RFCv2 PATCH 08/36] iommu/fault: Handle mm faults
  ` [RFCv2 PATCH 13/36] iommu/of: Add stall and pasid properties to iommu_fwspec
  ` [RFCv2 PATCH 19/36] arm64: mm: Pin down ASIDs for sharing contexts with devices
  ` [RFCv2 PATCH 20/36] iommu/arm-smmu-v3: Track ASID state
  ` [RFCv2 PATCH 21/36] iommu/arm-smmu-v3: Implement process operations
  ` [RFCv2 PATCH 23/36] iommu/arm-smmu-v3: Share process page tables
  ` [RFCv2 PATCH 28/36] iommu/arm-smmu-v3: Maintain a SID->device structure
  ` [RFCv2 PATCH 29/36] iommu/arm-smmu-v3: Add stall support for platform devices
  ` [RFCv2 PATCH 30/36] ACPI/IORT: Check ATS capability in root complex nodes
  ` [RFCv2 PATCH 34/36] PCI: Make "PRG Response PASID Required" handling common
  ` [RFCv2 PATCH 35/36] iommu/arm-smmu-v3: Add support for PRI
` [RFCv2 PATCH 22/36] iommu/io-pgtable-arm: Factor out ARM LPAE register defines
` [RFCv2 PATCH 24/36] iommu/arm-smmu-v3: Steal private ASID from a domain
` [RFCv2 PATCH 25/36] iommu/arm-smmu-v3: Use shared ASID set
` [RFCv2 PATCH 26/36] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
` [RFCv2 PATCH 27/36] iommu/arm-smmu-v3: Register fault workqueue
` [RFCv2 PATCH 31/36] iommu/arm-smmu-v3: Add support for PCI ATS
` [RFCv2 PATCH 32/36] iommu/arm-smmu-v3: Hook ATC invalidation to process ops
` [RFCv2 PATCH 33/36] iommu/arm-smmu-v3: Disable tagged pointers
` [RFCv2 PATCH 36/36] iommu/arm-smmu-v3: Add support for PCI PASID

[PATCH v2] ACPI/IORT: Fix PCI ACS enablement
 2017-10-09  8:40 UTC  (3+ messages)

[PATCH v2 1/2] serdev: Update drivers/tty/serdev/Kconfig for ACPI serdev support
 2017-10-09  7:54 UTC  (5+ messages)
  ` [PATCH v3 "

[PATCH] serdev: Update drivers/tty/serdev/Kconfig for ACPI support
 2017-10-09  7:47 UTC  (8+ messages)

(unknown),
 2017-10-09  6:17 UTC 

[PATCH 0/4] PM / Sleep / ACPI: Some cleanups and clarifications
 2017-10-07  6:46 UTC  (5+ messages)
` [PATCH 4/4] PM / ACPI: Split acpi_lpss_suspend_late|resume_early()

[PATCH v4 0/2] Make cppc acpi driver aware of pcc subspace ids
 2017-10-06 21:10 UTC  (5+ messages)
` [PATCH v4 2/2] ACPI / CPPC: "

[PATCH v6 0/7] Add RAS virtualization support for SEA/SEI notification type in KVM
 2017-10-06 17:31 UTC  (13+ messages)
` [PATCH v6 6/7] KVM: arm64: allow get exception information from userspace
            ` 答复: "

(unknown),
 2017-10-06 11:55 UTC 

[PATCH v8 0/5] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-10-06 10:17 UTC  (16+ messages)
` [PATCH v8 1/5] Doc: iommu/arm-smmu-v3: Add workaround for HiSilicon erratum 161010801
` [PATCH v8 2/5] ACPI/IORT: Add msi address regions reservation helper
` [PATCH v8 3/5] iommu/of: "

[PATCH 4.9 084/104] x86/acpi: Restore the order of CPU IDs
 2017-10-06  8:52 UTC 

r8169 Wake-on-LAN causes immediate ACPI GPE wakeup
 2017-10-06  2:44 UTC  (5+ messages)

[PATCH v3] ACPI / LPIT: Add Low Power Idle Table (LPIT) support
 2017-10-05 23:24 UTC 

[GIT PULL] Power management fix for v4.14-rc4
 2017-10-05 22:45 UTC 

[PATCH v2] ACPI / LPIT: Add Low Power Idle Table (LPIT) support
 2017-10-05 22:10 UTC  (6+ messages)

[PATCH 00/18] use ARRAY_SIZE macro
 2017-10-05 17:57 UTC  (7+ messages)

[PATCH] ACPI / LPIT: Add Low Power Idle Table (LPIT) support
 2017-10-05 12:53 UTC  (6+ messages)

[RFT][PATCH 0/2] i2c: designware: Runtime PM aware system sleep handling
 2017-10-05 11:00 UTC  (10+ messages)
` [RFT][PATCH v3 0/3] "
` [PATCH v4 "
  ` [PATCH v4 1/3] PM: i2c-designware-platdrv: Clean up PM handling in probe
    ` [Update][PATCH v5 "
  ` [PATCH v4 2/3] PM / mfd: intel-lpss: Push system sleep callbacks to late/early stages
  ` [PATCH v4 3/3] PM: i2c-designware-platdrv: Suspend/resume at the "

[PATCH v15 00/32] Unified fwnode endpoint parser, async sub-device notifier support, N9 flash DTS
 2017-10-05  6:11 UTC  (2+ 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).