linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-12 05:37:03 to 2016-04-18 11:04:03 UTC [more...]

[RFC v6 08/10] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller supports IRQ remapping
 2016-04-18 11:04 UTC  (3+ messages)
` [RFC v6 09/10] pci-ioda: Set PCI_BUS_FLAGS_MSI_REMAP for IODA host bridge
` [RFC v6 10/10] vfio-pci: Allow to mmap MSI-X table if interrupt remapping is supported

[RFC v6 06/10] PCI: Add a new PCI_BUS_FLAGS_MSI_REMAP flag
 2016-04-18 10:58 UTC  (2+ messages)
` [RFC v6 07/10] iommu: Set PCI_BUS_FLAGS_MSI_REMAP if IOMMU have capability of IRQ remapping

[RFC v6 01/10] PCI: Ignore resource_alignment if PCI_PROBE_ONLY was set
 2016-04-18 10:56 UTC  (5+ messages)
` [RFC v6 02/10] PCI: Do not Use IORESOURCE_STARTALIGN to identify bridge resources
` [RFC v6 03/10] PCI: Add a new option for resource_alignment to reassign alignment
` [RFC v6 04/10] PCI: Add support for enforcing all MMIO BARs to be page aligned
` [RFC v6 05/10] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive

[RFC v6 00/10] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table
 2016-04-18 10:53 UTC 

[RFC PATCH 00/11] ACPI IORT ARM SMMU support
 2016-04-18 10:43 UTC  (17+ messages)
` [RFC PATCH 01/11] drivers: acpi: iort: fix struct pci_dev compiler warnings
` [RFC PATCH 02/11] drivers: acpi: iort: add support for IOMMU registration
` [RFC PATCH 03/11] drivers: iommu: add FWNODE_IOMMU fwnode type
` [RFC PATCH 04/11] drivers: acpi: iort: introduce linker section for IORT entries probing
` [RFC PATCH 05/11] drivers: iommu: arm-smmu: split probe functions into DT/generic portions
` [RFC PATCH 06/11] drivers: iommu: make of_xlate() interface DT agnostic
` [RFC PATCH 07/11] drivers: iommu: arm-smmu: allow ACPI based streamid translation
` [RFC PATCH 08/11] drivers: acpi: iort: enhance mapping API
` [RFC PATCH 09/11] drivers: acpi: implement acpi_dma_configure
` [RFC PATCH 10/11] drivers: iommu: arm-smmu: implement ACPI probing
` [RFC PATCH 11/11] drivers: irqchip: make struct irq_fwspec generic

[PATCH 1/1] mmc: sdhci-pci: add Support of Synopsys DWC_MSHC IP
 2016-04-18 10:30 UTC 

[PATCH v2 0/3] arm/arm64: pci: PCI_PROBE_ONLY clean-up
 2016-04-18 10:01 UTC  (6+ messages)
` [PATCH v2 2/3] drivers: pci: host-generic: claim bus resources on PCI_PROBE_ONLY set-ups

[PATCH v2 1/3] PCI: imx6: Use enum instead of bool for variant indicator
 2016-04-18  9:01 UTC  (6+ messages)
` [PATCH v2 2/3] PCI: imx6: Implement reset sequence for i.MX6+
` [PATCH v2 3/3] ARM: dts: imx6qp: Specify imx6qp version of PCIe core

RFC: automatic interrupt affinity for MSI/MSI-X capable devices
 2016-04-18  8:30 UTC  (10+ messages)
` [PATCH 1/8] device: Add irq affinity hint cpumask pointer
` [PATCH 2/8] genirq: Make use of dev->irq_affinity
` [PATCH 3/8] genirq: add a helper spread an affinity mask for MSI/MSI-X vectors
` [PATCH 4/8] genirq: add a helper to program the pre-set affinity mask into the controller
` [PATCH 5/8] blk-mq: allow the driver to pass in an affinity mask
` [PATCH 6/8] pci: provide sensible irq vector alloc/free routines
` [PATCH 7/8] pci: spread interrupt vectors in pci_alloc_irq_vectors
` [PATCH 8/8] nvme: switch to use pci_alloc_irq_vectors

[PATCH v2] Revert "PCI: imx6: Add support for active-low reset GPIO"
 2016-04-18  2:41 UTC  (3+ messages)

[PATCH 0/3] v4.4: Revert "PCI: Implement pcibios_alloc_irq() and
 2016-04-18  1:27 UTC  (7+ messages)
` [PATCH 1/3] Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"
` [PATCH 2/3] Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"
` [PATCH 3/3] Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"

[PATCH V3 1/4] acpi,pci,irq: reduce resource requirements
 2016-04-17 17:36 UTC  (4+ messages)
` [PATCH V3 2/4] acpi,pci,irq: reduce static IRQ array size to 16
` [PATCH V3 3/4] acpi,pci,irq: remove redundant code in acpi_irq_penalty_init
` [PATCH V3 4/4] acpi,pci,irq: remove SCI penalize function

[PATCH 1/2] PCI: iproc: Support DT property for ignoring aborts when probing
 2016-04-17 15:54 UTC  (9+ messages)

[PATCH V6 00/13] Support for generic ACPI based PCI host controller
 2016-04-17  9:23 UTC  (21+ messages)
` [PATCH V6 01/13] pci, acpi, x86, ia64: Move ACPI host bridge device companion assignment to core code
` [PATCH V6 02/13] pci, acpi: Provide generic way to assign bus domain number
` [PATCH V6 03/13] x86, ia64: Include acpi_pci_{add|remove}_bus to the default pcibios_{add|remove}_bus implementation
` [PATCH V6 04/13] pci, of: Move the PCI I/O space management to PCI core code
` [PATCH V6 05/13] acpi, pci: Support IO resources when parsing PCI host bridge resources
` [PATCH V6 06/13] arm64, pci, acpi: ACPI support for legacy IRQs parsing and consolidation with DT code
` [PATCH V6 07/13] PCI: Provide common functions for ECAM mapping
` [PATCH V6 08/13] PCI: generic, thunder: update to use generic ECAM API
` [PATCH V6 09/13] pci, acpi: Support for ACPI based generic PCI host controller
` [PATCH V6 10/13] arm64, pci, acpi: Start using ACPI based PCI host controller driver for ARM64
` [PATCH V6 11/13] pci, acpi: Match PCI config space accessors against platfrom specific quirks
` [PATCH V6 12/13] pci, pci-thunder-ecam: Add ACPI support for ThunderX ECAM
` [PATCH V6 13/13] pci, pci-thunder-pem: Add ACPI support for ThunderX PEM

[PATCH] PCI: rcar: select PCI_MSI_IRQ_DOMAIN
 2016-04-16 23:33 UTC  (2+ messages)

[PATCH] PCI: Designware: remove wrong RC memory base/limit configuration
 2016-04-16 11:05 UTC  (3+ messages)

[PATCH v2] PCI: Designware: remove wrong RC memory base/limit configuration
 2016-04-16 11:03 UTC 

[PATCH] pci: xgene: Add ECAM fixups
 2016-04-16  7:43 UTC  (3+ messages)

[PATCH pci] pci: Add helper function to set VPD size
 2016-04-15 18:13 UTC  (6+ messages)

[PATCH v8 00/45] powerpc/powernv: PCI hotplug support
 2016-04-15 16:10 UTC  (44+ messages)
` [PATCH v8 02/45] powerpc/pci: Override pcibios_setup_bridge()
` [PATCH v8 03/45] powerpc/pci: Cleanup on struct pci_controller_ops
` [PATCH v8 05/45] powerpc/powernv: Drop phb->bdfn_to_pe()
` [PATCH v8 06/45] powerpc/powernv: Reorder fields in struct pnv_phb
` [PATCH v8 07/45] powerpc/powernv: Rename PE# "
` [PATCH v8 08/45] powerpc/powernv: Fix initial IO and M32 segmap
` [PATCH v8 09/45] powerpc/powernv: Simplify pnv_ioda_setup_pe_seg()
` [PATCH v8 11/45] powerpc/powernv: Track M64 segment consumption
` [PATCH v8 12/45] powerpc/powernv: Rename M64 related functions
` [PATCH v8 13/45] powerpc/powernv/ioda1: M64 support on P7IOC
` [PATCH v8 14/45] powerpc/powernv/ioda1: Rename pnv_pci_ioda_setup_dma_pe()
` [PATCH v8 15/45] powerpc/powernv/ioda1: Introduce PNV_IODA1_DMA32_SEGSIZE
` [PATCH v8 16/45] powerpc/powernv: Remove DMA32 PE list
` [PATCH v8 45/45] PCI/hotplug: PowerPC PowerNV PCI hotplug driver

[patch] PCI: acpiphp_ibm: potential uninitialized variable bug
 2016-04-15 15:34 UTC  (2+ messages)

[PATCH v5] powerpc/pci: Assign fixed PHB number based on device-tree properties
 2016-04-14 21:55 UTC 

[PATCH v2 0/2] pci: host: new driver for Marvell Armada 7K/8K PCIe controller
 2016-04-14 20:31 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: pci: add DT binding "
` [PATCH v2 2/2] pci: host: new driver "

[PATCH v2 2/4] PCI: Provide common functions for ECAM mapping
 2016-04-14 15:58 UTC  (9+ messages)
  ` [PATCH v2 3/4] PCI: generic, thunder: update to use generic ECAM API
  ` [PATCH v2 4/4] ACPI: PCI: Add generic PCI host controller

[PATCH 1/2] dt-bindings: pci: tegra: Update for per-lane PHYs
 2016-04-14 15:29 UTC  (10+ messages)
` [PATCH v3 2/2] PCI: tegra: Support "

[PATCH v2 2/2] PCI: imx6: Add reset-gpio-active-high boolean property to DT
 2016-04-14 15:28 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 0/2] pci: host: new driver for Marvell Armada 7K/8K PCIe controller
 2016-04-14 14:26 UTC  (10+ messages)
` [PATCH 1/2] dt-bindings: pci: add DT binding "
` [PATCH 2/2] pci: host: new driver "

[PATCH v2] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()
 2016-04-14 13:13 UTC  (15+ messages)

[PATCH v3 0/4] PCI: Add support for suspending (including runtime) of PCIe ports
 2016-04-14 10:04 UTC  (5+ messages)
` [PATCH v3 1/4] PCI: No need to set d3cold_allowed to "
` [PATCH v3 2/4] PCI: Move PCIe ports to D3 during suspend
` [PATCH v3 3/4] ACPI / hotplug / PCI: Runtime resume bridge before rescan
` [PATCH v3 4/4] PCI: Add runtime PM support for PCIe ports

X-Gene: Unhandled fault: synchronous external abort in pci_generic_config_read32
 2016-04-13 22:17 UTC  (9+ messages)

[PATCH] PCI: Add Broadcom 4331 reset quirk to prevent IRQ storm
 2016-04-13 20:42 UTC  (5+ messages)

4.6-rc2 regression with commit 104daa71b396: check VPD access offset against length
 2016-04-13 16:52 UTC  (11+ messages)

[PATCH v4 1/2] dt-bindings: pci: tegra: Update for per-lane PHYs
 2016-04-13 16:23 UTC  (3+ messages)

[PATCH] PCI: imx6: Implement reset sequence for i.MX6+
 2016-04-13 16:05 UTC  (2+ messages)

[PATCH v2 0/4] PCI: Add support for suspending (including runtime) of PCIe ports
 2016-04-13  9:16 UTC  (13+ messages)
` [PATCH v2 2/4] PCI: Move PCIe ports to D3 during suspend
` [PATCH v2 4/4] PCI: Add runtime PM support for PCIe ports

[PATCH v3] Create pci slot files for SMBIOS Type 9 entries
 2016-04-13  6:31 UTC  (4+ messages)

[PATCH 0/2] v4.3: Revert "PCI: Implement pcibios_alloc_irq() and pcibios_free_irq()"
 2016-04-13  5:53 UTC  (3+ messages)
` [PATCH 1/2] Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"
` [PATCH 2/2] Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"

Hot Plug: How to determine a device has been removed
 2016-04-12 22:33 UTC 

Hot reset in downstream direction (RC to EP)
 2016-04-12 19:44 UTC  (3+ messages)

[PATCH v4 0/6] PCI: Support multiple DMA aliases
 2016-04-12 18:10 UTC  (4+ messages)

[PATCH V2 0/3] simplify ACPI PCI IRQ code
 2016-04-12 16:25 UTC  (4+ messages)
` [PATCH V2 1/3] acpi,pci,irq: reduce resource requirements

PCI Endpoint device running Linux?
 2016-04-12 16:09 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).