linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-27 13:45:58 to 2014-03-06 09:34:08 UTC [more...]

[PATCH v2 0/6] PCI irq mapping fixes and cleanups
 2014-03-06  9:33 UTC  (13+ messages)
` [PATCH v2 1/6] ARM: dts: tegra: add PCIe interrupt mapping properties
` [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible
` [PATCH v2 3/6] PCI: rcar: "
` [PATCH v2 4/6] ARM: dts: exynos5440: fix PCIe interrupt mapping
` [PATCH v2 5/6] ARM: dts: imx6: add PCIe interrupt mapping properties
` [PATCH v2 6/6] PCI: designware: use new OF interrupt mapping when possible

[PATCH 0/3] amd/pci: Add AMD hostbridge supports for newer AMD systems
 2014-03-06  6:30 UTC  (7+ messages)
` [PATCH 1/3] amd/pci: Add supports for generic AMD hostbridges
` [PATCH 2/3] amd/pci: Support additional MMIO ranges capabilities
` [PATCH 3/3] amd/pci: Miscellaneous code clean up for early_fillup_mp_bus_info

[PATCH v4 0/4] APM X-Gene PCIe controller
 2014-03-06  6:06 UTC  (5+ messages)
` [PATCH v4 1/4] pci: APM X-Gene PCIe controller driver
` [PATCH v4 2/4] arm64: dts: APM X-Gene PCIe device tree nodes
` [PATCH v4 3/4] dt-bindings: pci: xgene pcie device tree bindings
` [PATCH v4 4/4] MAINTAINERS: entry for APM X-Gene PCIe host driver

[PATCH v6 0/3] [RFC] Add support for PCI in AArch64
 2014-03-05 23:31 UTC  (5+ messages)
` [PATCH v6 1/3] Fix ioport_map() for !CONFIG_GENERIC_IOMAP cases
` [PATCH v6 2/3] arm64: Extend the PCI I/O space to 16MB
` [PATCH v6 3/3] arm64: Add architecture support for PCI

sblk->status_tag on drivers/net/ethernet/broadcom/tg3.c
 2014-03-05 20:02 UTC  (7+ messages)

[PATCH v5] PCI: ARM: add support for generic PCI host controller
 2014-03-05 18:10 UTC  (2+ messages)

[PATCH v5 0/7] [RFC] Support for creating generic host_bridge from device tree
 2014-03-05 17:51 UTC  (21+ messages)
` [PATCH v5 1/7] pci: Introduce pci_register_io_range() helper function
` [PATCH v5 2/7] pci: OF: Fix the conversion of IO ranges into IO resources
` [PATCH v5 3/7] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus
` [PATCH v5 4/7] pci: Introduce a domain number for pci_host_bridge
` [PATCH v5 5/7] pci: Use parent domain number when allocating child busses
` [PATCH v5 6/7] pci: Export find_pci_host_bridge() function
` [PATCH v5 7/7] pci: Add support for creating a generic host_bridge from device tree

[PATCH v6 0/6] [RFC] Support for creating generic host_bridge from device tree
 2014-03-05 11:48 UTC  (7+ messages)
` [PATCH v6 1/6] pci: Introduce pci_register_io_range() helper function
` [PATCH v6 2/6] pci: OF: Fix the conversion of IO ranges into IO resources
` [PATCH v6 3/6] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus
` [PATCH v6 4/6] pci: Introduce a domain number for pci_host_bridge
` [PATCH v6 5/6] pci: Export find_pci_host_bridge() function
` [PATCH v6 6/6] pci: Add support for creating a generic host_bridge from device tree

kmemleak through e1000?
 2014-03-05  8:23 UTC  (7+ messages)
  ` [E1000-devel] "

[Patch Part2 V2 00/17] Enhance DMAR drivers to handle PCI/memory hotplug events
 2014-03-05  7:48 UTC  (2+ messages)

[PATCH] ACPI / hotplug / PCI: Use pci_device_is_present()
 2014-03-05  0:34 UTC  (3+ messages)

[PATCH 0/7] PCI: Use default pcibios_enable_device()
 2014-03-04 20:53 UTC  (7+ messages)
` [PATCH 6/7] tile PCI RC: "
` [PATCH 7/7] s390/PCI: Use generic pci_enable_resources()

[PATCH 0/9] PCI: Use IORESOURCE_UNSET for unassigned BARs
 2014-03-04 20:53 UTC  (2+ messages)

[PATCH 0/4] i2o: Use pci_bus_alloc_resource()
 2014-03-04 20:52 UTC  (2+ messages)

[PATCH 1/2] of/irq: Fix irq-mapping in of_irq_parse_raw()
 2014-03-04 19:40 UTC  (2+ messages)

[PATCH v2 00/23] scsi: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-03-04 19:27 UTC  (9+ messages)
` [PATCH v2 02/23] bfa: Do not call pci_enable_msix() after it failed once
` [PATCH v2 03/23] bfa: Cleanup bfad_setup_intr() function
` [PATCH v2 10/23] isci: Use pci_enable_msix_exact() instead of pci_enable_msix()
` [PATCH v2 23/23] vmw_pvscsi: "

PCIE: Program pcie device private registers
 2014-03-04 18:10 UTC  (4+ messages)

[patch 07/26] pci: pcie-designware: Remove irq_desc abuse
 2014-03-04 16:40 UTC  (2+ messages)
` [tip:irq/core] "

[PATCH v2 0/4] ntb: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-03-04 16:41 UTC  (9+ messages)
` [PATCH v2 1/4] ntb: Fix leakage of ntb_device::msix_entries[] array
` [PATCH v2 2/4] ntb: Use pci_msix_vec_count() to obtain number of MSI-Xs
` [PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines

[PATCH v5 0/3] [RFC] Add support for PCI in AArch64
 2014-03-04 15:50 UTC  (4+ messages)
` [PATCH v5 1/3] Fix ioport_map() for !CONFIG_GENERIC_IOMAP cases
` [PATCH v5 2/3] arm64: Extend the PCI I/O space to 16MB
` [PATCH v5 3/3] arm64: Add architecture support for PCI

[PATCH v2 0/2] block: Use pci_enable_msix_exact() instead of pci_enable_msix()
 2014-03-04 15:22 UTC  (2+ messages)
` [PATCH v2 3/2] nvme: Use pci_enable_msi_range() and pci_enable_msix_range()

[PATCHv3 0/6] Crashdump Accepting Active IOMMU
 2014-03-04 15:06 UTC  (4+ messages)
` [PATCHv3 3/6] Crashdump-Accepting-Active-IOMMU-Domain-Interfaces

[PATCH v4 0/6] [RFC] Support for creating generic host_bridge from device tree
 2014-03-04  1:53 UTC  (13+ messages)
` [PATCH v4 1/6] pci: Introduce pci_register_io_range() helper function
` [PATCH v4 2/6] pci: OF: Fix the conversion of IO ranges into IO resources
` [PATCH v4 3/6] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus
` [PATCH v4 4/6] pci: Introduce a domain number for pci_host_bridge
` [PATCH v4 5/6] pci: Use parent domain number when allocating child busses
` [PATCH v4 6/6] pci: Add support for creating a generic host_bridge from device tree

[PATCH v2] pcie: Add Xilinx PCIe Host Bridge IP driver
 2014-03-03 19:09 UTC  (6+ messages)

[PATCH v4 0/3] [RFC] Add support for PCI in AArch64
 2014-03-03 17:33 UTC  (4+ messages)
` [PATCH v4 1/3] Fix ioport_map() for !CONFIG_GENERIC_IOMAP cases
` [PATCH v4 2/3] arm64: Extend the PCI I/O space to 16MB
` [PATCH v4 3/3] arm64: Add architecture support for PCI

[PATCH] timberdale: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-03-03 10:04 UTC  (10+ messages)
    ` [PATCH v2] timberdale: Use pci_enable_msix_exact() "

[PATCH 0/3] i.MX6 MSI support
 2014-03-03  5:22 UTC  (5+ messages)
` [PATCH 1/3] ARM: dts: imx6: extend PCIe interrupt list for MSI
` [PATCH 2/3] PCI: designware: make MSI isr shared irq aware
` [PATCH 3/3] PCI: imx6: add support for MSI

[PATCH v2 0/4] [RFC] Support for creating generic host_bridge from device tree
 2014-03-02  1:25 UTC  (32+ messages)
` [PATCH v2 1/4] pci: OF: Fix the conversion of IO ranges into IO resources
` [PATCH v2 4/4] pci: Add support for creating a generic host_bridge from device tree

[PATCH v3 0/5] [RFC] Support for creating generic host_bridge from device tree
 2014-03-01  8:30 UTC  (9+ messages)
` [PATCH v3 1/5] pci: Introduce pci_register_io_range() helper function
` [PATCH v3 2/5] pci: OF: Fix the conversion of IO ranges into IO resources
` [PATCH v3 3/5] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus
` [PATCH v3 4/5] pci: Introduce a domain number for pci_host_bridge
` [PATCH v3 5/5] pci: Add support for creating a generic host_bridge from device tree

Fwd: Attaching drivers to identical PCI devices
 2014-02-28 19:03 UTC  (2+ messages)

[PATCH v2 0/3] [RFC] Add support for PCI in AArch64
 2014-02-28 15:27 UTC  (8+ messages)
` [PATCH v2 1/3] Fix ioport_map() for !CONFIG_GENERIC_IOMAP cases
` [PATCH v2 2/3] arm64: Extend the PCI I/O space to 16MB
` [PATCH v2 3/3] arm64: Add architecture support for PCI

[PATCH v3 0/3] [RFC] Add support for PCI in AArch64
 2014-02-28 13:08 UTC  (4+ messages)
` [PATCH v3 1/3] Fix ioport_map() for !CONFIG_GENERIC_IOMAP cases
` [PATCH v3 2/3] arm64: Extend the PCI I/O space to 16MB
` [PATCH v3 3/3] arm64: Add architecture support for PCI

[PATCH 3/8] lib: Move prototype declaration to header file include/linux/swiotlb.h
 2014-02-25 20:45 UTC  (2+ messages)

[PATCH V7 08/10] pcie: SPEAr13xx: Add designware wrapper support
 2014-02-28 11:55 UTC  (2+ messages)
` [PATCH V7 10/10] MAINTAINERS: Add ST SPEAr13xx PCIe driver maintainer

[PATCH v3 1/3] PCI: designware: split samsung and fsl bindings
 2014-02-28 10:22 UTC  (6+ messages)
` [PATCH v3 2/3] ARM: dts: imx6: extend PCIe interrupt list for MSI
` [PATCH v3 3/3] PCI: imx6: add support "

[PATCH] PCI/MSI: simplify populate_msi_sysfs()
 2014-02-28  1:21 UTC  (2+ messages)

[PATCH] amd64_edac: Add support for newer F16h models
 2014-02-27 17:13 UTC  (9+ messages)

[RFC PATCH] sky2: allow mac to come from dt
 2014-02-27 15:26 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).