linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-11 09:15:47 to 2018-05-16 08:48:57 UTC [more...]

[PATCH 0/6 v3] Support for fsl-mc bus and its devices in SMMU
 2018-05-16  8:48 UTC  (8+ messages)
` [PATCH 5/6 v3] bus: fsl-mc: supoprt dma configure for devices on fsl-mc bus
` [PATCH v4 0/6] Support for fsl-mc bus and its devices in SMMU
  ` [PATCH v4 5/6] bus: fsl-mc: supoprt dma configure for devices on fsl-mc bus

[PATCH v16 0/9] Address error and recovery for AER and DPC
 2018-05-16  8:16 UTC  (21+ messages)
` [PATCH v16 1/9] PCI: Unify wait for link active into generic PCI
` [PATCH v16 2/9] pci-error-recovery: Add AER_FATAL handling
` [PATCH v16 3/9] PCI/AER: Handle ERR_FATAL with removal and re-enumeration of devices
` [PATCH v16 4/9] PCI/AER: Rename error recovery to generic PCI naming
` [PATCH v16 5/9] PCI/AER: Factor out error reporting from AER
` [PATCH v16 6/9] PCI/PORTDRV: Implement generic find service
` [PATCH v16 7/9] PCI/PORTDRV: Implement generic find device
` [PATCH v16 8/9] PCI/DPC: Unify and plumb error handling into DPC
` [PATCH v16 9/9] PCI/DPC: Disable ERR_NONFATAL and enable ERR_FATAL for DPC

[PATCH] PCI: qcom: fix a bitwise vs logical NOT typo
 2018-05-16  2:49 UTC  (3+ messages)

[PATCH] lspci: Indicate if the OS / kernel go out-of-sync on BAR
 2018-05-16  1:33 UTC 

[PATCH v4] *** PCI: kirin: MSI patch discription ***
 2018-05-16  1:21 UTC  (2+ messages)
` [PATCH v4] PCI: kirin: Add MSI support

[PATCH v4 0/8] PCI: leak fixes, removable generic PCI host, assorted stuff
 2018-05-15 19:00 UTC  (19+ messages)
` [PATCH v4 1/8] PCI: Make pci_get_new_domain_nr() static
` [PATCH v4 2/8] PCI: Fix memory leak of devm_pci_alloc_host_bridge()
` [PATCH v4 3/8] PCI: Rename device node parameter of of_pci_get_host_bridge_resources()
` [PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device
` [PATCH v4 5/8] PCI: Replace pr_*() with dev_*() in of_pci_get_host_bridge_resources()
` [PATCH v4 6/8] PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge_resources()
` [PATCH v4 7/8] PCI: Add support for unbinding the generic PCI host controller
` [PATCH v4 8/8] PCI: Enable PCI_DOMAINS along with "

[PATCH 0/2] PCI: dwc: Use devm_ioremap_resource instead of devm_ioremap_resource
 2018-05-15 15:51 UTC  (4+ messages)
` [PATCH 1/2] PCI: dwc: artpec6: Use devm_ioremap_resource instead of devm_ioremap
` [PATCH 2/2] PCI: dwc: dra7xx: "

[PATCH] misc: pci_endpoint_test: Use pci_irq_vector function
 2018-05-15 15:18 UTC  (2+ messages)

[PATCH v2 0/4] Add DesignWare EP support
 2018-05-15 15:10 UTC  (6+ messages)
` [PATCH v2 1/4] bindings: PCI: designware: Example update
` [PATCH v2 2/4] PCI: dwc: Add support for EP mode
` [PATCH v2 3/4] bindings: PCI: designware: Add support for EP in DesignWare driver
` [PATCH v2 4/4] misc: pci_endpoint_test: Add DesignWare EP entry

[PATCH 0/4] Add DesignWare EP support
 2018-05-15 14:32 UTC  (6+ messages)
` [PATCH 1/4] bindings: PCI: designware: Example update
` [PATCH 2/4] PCI: dwc: Add support for EP mode
` [PATCH 3/4] bindings: PCI: designware: Add support for EP in DesignWare driver
` [PATCH 4/4] misc: pci_endpoint_test: Add DesignWare EP entry

[PATCH 0/2] Replace lower into upper case characters
 2018-05-15 14:27 UTC  (4+ messages)
` [PATCH 1/2] misc: pci_endpoint_test: "
` [PATCH 2/2] PCI: endpoint: functions/pci-epf-test: "

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-05-15 14:16 UTC  (42+ messages)
` [PATCH v2 01/40] iommu: Introduce Shared Virtual Addressing API
` [PATCH v2 02/40] iommu/sva: Bind process address spaces to devices
` [PATCH v2 03/40] iommu/sva: Manage process address spaces
` [PATCH v2 04/40] iommu/sva: Add a mm_exit callback for device drivers
` [PATCH v2 05/40] iommu/sva: Track mm changes with an MMU notifier
` [PATCH v2 06/40] iommu/sva: Search mm by PASID
` [PATCH v2 07/40] iommu: Add a page fault handler
` [PATCH v2 08/40] iommu/iopf: Handle mm faults
` [PATCH v2 09/40] iommu/sva: Register page fault handler
` [PATCH v2 10/40] mm: export symbol mm_access
` [PATCH v2 11/40] mm: export symbol find_get_task_by_vpid
` [PATCH v2 12/40] mm: export symbol mmput_async
` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing
` [PATCH v2 14/40] dt-bindings: document stall and PASID properties for IOMMU masters
` [PATCH v2 15/40] iommu/of: Add stall and pasid properties to iommu_fwspec
` [PATCH v2 16/40] arm64: mm: Pin down ASIDs for sharing mm with devices
` [PATCH v2 17/40] iommu/arm-smmu-v3: Link domains and devices
` [PATCH v2 18/40] iommu/io-pgtable-arm: Factor out ARM LPAE register defines
` [PATCH v2 19/40] iommu: Add generic PASID table library
` [PATCH v2 20/40] iommu/arm-smmu-v3: Move context descriptor code
` [PATCH v2 21/40] iommu/arm-smmu-v3: Add support for Substream IDs
` [PATCH v2 22/40] iommu/arm-smmu-v3: Add second level of context descriptor table
` [PATCH v2 23/40] iommu/arm-smmu-v3: Share process page tables
` [PATCH v2 24/40] iommu/arm-smmu-v3: Seize private ASID
` [PATCH v2 25/40] iommu/arm-smmu-v3: Add support for VHE
` [PATCH v2 26/40] iommu/arm-smmu-v3: Enable broadcast TLB maintenance
` [PATCH v2 27/40] iommu/arm-smmu-v3: Add SVA feature checking
` [PATCH v2 28/40] iommu/arm-smmu-v3: Implement mm operations
` [PATCH v2 29/40] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
` [PATCH v2 30/40] iommu/arm-smmu-v3: Register I/O Page Fault queue
` [PATCH v2 31/40] iommu/arm-smmu-v3: Improve add_device error handling
` [PATCH v2 32/40] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v2 33/40] iommu/arm-smmu-v3: Add stall support for platform devices
` [PATCH v2 34/40] ACPI/IORT: Check ATS capability in root complex nodes
` [PATCH v2 35/40] iommu/arm-smmu-v3: Add support for PCI ATS
` [PATCH v2 36/40] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops
` [PATCH v2 37/40] iommu/arm-smmu-v3: Disable tagged pointers
` [PATCH v2 38/40] PCI: Make "PRG Response PASID Required" handling common
` [PATCH v2 39/40] iommu/arm-smmu-v3: Add support for PRI
` [PATCH v2 40/40] iommu/arm-smmu-v3: Add support for PCI PASID

[PATCH v6 00/12] PCI: Fixes and cleanups for native PCIe, SHPC and ACPI hotplug
 2018-05-15  9:26 UTC  (17+ messages)
` [PATCH v6 03/12] PCI: Request control of native PCIe hotplug only if supported
` [PATCH v6 04/12] PCI: Make pciehp_is_native() stricter
` [PATCH v6 05/12] PCI: hotplug: Convert SHPC to be builtin only
` [PATCH v6 06/12] PCI: Request control of native SHPC hotplug similarly to pciehp
` [PATCH v6 07/12] ACPI / hotplug / PCI: Do not scan all bridges when native PCIe hotplug is used
` [PATCH v6 11/12] PCI: Improve "partially hidden behind bridge" log message

[PATCH v3 0/8] PCI: leak fixes, removable generic PCI host, assorted stuff
 2018-05-15  8:39 UTC  (16+ messages)
` [PATCH v3 1/8] PCI: Make pci_get_new_domain_nr() static
` [PATCH v3 2/8] PCI: Fix memory leak of devm_pci_alloc_host_bridge()
` [PATCH v3 3/8] PCI: Rename device node parameter of of_pci_get_host_bridge_resources()
` [PATCH v3 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device
` [PATCH v3 5/8] PCI: Replace pr_*() with dev_*() in of_pci_get_host_bridge_resources()
` [PATCH v3 6/8] PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge_resources()
` [PATCH v3 7/8] PCI: Add support for unbinding the generic PCI host controller
` [PATCH v3 8/8] PCI: Enable PCI_DOMAINS along with "

[PATCH 0/4] Add DesignWare EP support
 2018-05-15  0:04 UTC  (7+ messages)
` [PATCH 1/4] bindings: PCI: designware: Example update
` [PATCH 2/4] PCI: dwc: Add support for EP mode
` [PATCH 3/4] bindings: PCI: designware: Add support for EP in DesignWare driver
` [PATCH 4/4] misc: pci_endpoint_test: Add DesignWare EP entry

[pci:pci/resource 4/10] drivers/pci/of.c:315:4: error: label 'parse_failed' used but not defined
 2018-05-14 19:23 UTC  (2+ messages)

[PATCH v3 1/2] PCI: dwc: move CONFIG_PCI depends to menu
 2018-05-14 17:33 UTC  (4+ messages)
` [PATCH v3 2/2] PCI: Move private DT related functions into private header

[PATCH 0/2] PCI: dwc: Use devm_ioremap_resource instead of devm_ioremap_resource
 2018-05-14 17:19 UTC  (4+ messages)
` [PATCH 1/2] PCI: dwc: artpec6: "
` [PATCH 2/2] PCI: dwc: dra7xx: "

[PATCH 0/3] PCI: dwc: Code clean up
 2018-05-14 16:23 UTC  (6+ messages)
` [PATCH 1/3] PCI: dwc: Replace lower into upper case characters
` [PATCH 2/3] PCI: dwc: Small computation improvement
` [PATCH 3/3] PCI: dwc: Replace magic number by defines

[PATCH] PCI: dwc: Define maximum number of vectors
 2018-05-14 16:20 UTC  (2+ messages)

[PATCH V5] PCI: rcar: Use runtime PM to control controller clock
 2018-05-14 15:49 UTC  (13+ messages)

[RFC PATCH 0/4] Enable new VMD device
 2018-05-14 14:23 UTC  (3+ messages)
` [RFC PATCH 1/4] PCI/VMD: Assign membar addresses from shadow registers

[PATCH] PCI/VMD: White list for fast interrupt handlers
 2018-05-14 14:15 UTC  (5+ messages)

[PATCH] PCI: imx6: Remove space before tabs
 2018-05-14 13:47 UTC  (2+ messages)

[PATCH] PCI: keystone: Do not treat link up message as error
 2018-05-14 13:41 UTC  (3+ messages)

reply: [PATCH v3 1/2] PCI: kirin: Add MSI support
 2018-05-14  7:40 UTC  (3+ messages)
  ` 答复: "

[PATCH] 3c59x: convert to generic DMA API
 2018-05-14  0:23 UTC  (2+ messages)

[PATCH v3 0/2] Add MSI support
 2018-05-13 23:16 UTC  (6+ messages)
` [PATCH v3 1/2] PCI: kirin: "
` [PATCH v3 2/2] arm64: dts: hi3660: Add pcie msi interrupt attribute
    ` 答复: "

[pci:pci/resource 8/10] drivers/pci/of.c:332:3-8: WARNING: invalid free of devm_ allocated data
 2018-05-13 18:22 UTC  (5+ messages)
      ` [PATCH] PCI: Fix error cleanup paths in devm_of_pci_get_host_bridge_resources()

Another NVMe failure, this time with AER info
 2018-05-12  2:38 UTC  (5+ messages)

[PATCH v4 04/14] PCI/P2PDMA: Clear ACS P2P flags for all devices behind switches
 2018-05-11 22:55 UTC  (24+ messages)

PCIe unsupported request with Intel 760p
 2018-05-11 20:02 UTC  (5+ messages)

[PATCH] pci/aer: Get rid of aer_recover_work_func() forward declaration
 2018-05-11 19:08 UTC  (3+ messages)

[PATCH v11 1/3] PCI: mobiveil: Add Mobiveil PCIe Host Bridge IP driver DT bindings
 2018-05-11 15:37 UTC  (3+ messages)

[PATCH] pci: endpoint: Replace mdelay with usleep_range in pci_epf_test_write
 2018-05-11 14:18 UTC  (2+ messages)

[GIT PULL] Power management fixes for v4.17-rc5
 2018-05-11 13:46 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).