linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-18 10:36:58 to 2013-06-25 16:44:23 UTC [more...]

[PATCHv3 00/11] MSI support for Marvell EBU PCIe driver
 2013-06-25 16:44 UTC  (27+ messages)
` [PATCHv3 01/11] irqdomain: add irq_alloc_mapping() function
` [PATCHv3 02/11] pci: use weak functions for MSI arch-specific functions
` [PATCHv3 03/11] PCI: Introduce new MSI chip infrastructure
` [PATCHv3 04/11] of: pci: add registry of MSI chips
` [PATCHv3 05/11] irqchip: armada-370-xp: properly request resources
` [PATCHv3 06/11] irqchip: armada-370-xp: implement MSI support
` [PATCHv3 07/11] arm: pci: add ->add_bus() and ->remove_bus() hooks to hw_pci
` [PATCHv3 08/11] arm: mvebu: the MPIC now provides MSI controller features
` [PATCHv3 09/11] pci: mvebu: add support for MSI
` [PATCHv3 10/11] arm: mvebu: indicate that this platform supports MSI
` [PATCHv3 11/11] arm: mvebu: link PCIe controllers to the MSI controller

[PATCH 0/6] Thunderbolt workarounds take 2
 2013-06-25 16:22 UTC  (7+ messages)
` [PATCH 1/6] PCI: acpiphp: do not check for SLOT_ENABLED in enable_device()
` [PATCH 2/6] PCI: acpiphp: enable_device(): rescan even if no new devices on slot
` [PATCH 3/6] PCI: introduce pci_trim_stale_devices()
` [PATCH 4/6] PCI: acpiphp: check for new devices on enabled host
` [PATCH 5/6] PCI: acpiphp: look _RMV method a bit deeper in the hierarhcy
` [PATCH 6/6] x86/PCI: quirk Thunderbolt PCI-to-PCI bridges

[PATCH] PCI: avoid NULL deref in alloc_pcie_link_state
 2013-06-25 11:23 UTC  (6+ messages)

Confirm your E-mail account
 2013-06-25  4:50 UTC 

[PATCH V10 1/4] pci: Add PCIe driver for Samsung Exynos
 2013-06-25  3:23 UTC  (3+ messages)

[PATCH] pci: Avoid unnecessary calls to work_on_cpu
 2013-06-24 20:05 UTC 

[PATCH] pci: Enable overrides for missing ACS capabilities
 2013-06-24 17:43 UTC  (9+ messages)

[PATCH v2 0/2] pci: ACS check fixes
 2013-06-24 17:27 UTC  (9+ messages)
` [PATCH v2 1/2] pci: Fix flaw in pci_acs_enabled()

[PATCH 0/3] ACPI / dock / PCI: Fix problems with dock and PCI hotplug
 2013-06-24  9:55 UTC  (20+ messages)
` [PATCH 1/3] ACPI / dock: Initialize ACPI dock subsystem upfront
` [PATCH 2/3] PCI / ACPI: Use boot-time resource allocation rules during hotplug
` [PATCH 3/3] ACPI / dock / PCI: Synchronous handling of dock events for PCI devices
        ` [Update][PATCH "

[PATCH V10 0/4] PCIe support for Samsung Exynos5440 SoC
 2013-06-24  2:52 UTC  (7+ messages)

[BUGFIX v2 0/4] fix bug 56531, 59501 and 59581
 2013-06-23 21:52 UTC  (32+ messages)
` [BUGFIX v2 2/4] ACPI, DOCK: resolve possible deadlock scenarios

PCIe Hotplug Script Automatization
 2013-06-22 19:14 UTC  (4+ messages)

Resource assignment oddities
 2013-06-22  3:00 UTC  (3+ messages)
` [PATCH v5 0/7] PCI: Change assign unassigned resources per root bus bassis

PCIe Hotplug Script Automatization
 2013-06-21 18:56 UTC  (2+ messages)

[PATCH 0/3] deprecate usage of pci_scan_bus_parented()
 2013-06-21 18:23 UTC  (8+ messages)
` [PATCH 1/3] PCI: export three functions to support modular host bridge driver
` [PATCH 2/3] PCI, xen-pcifront: use new PCI interfaces to simplify implementation
` [PATCH 3/3] PCI: mark pci_scan_bus_parented() as __deprecated

[PATCH v2 0/3] deprecate usage of pci_scan_bus_parented()
 2013-06-21 16:12 UTC  (5+ messages)
` [PATCH v2 1/3] PCI: export three functions to support modular host bridge driver
` [PATCH v2 2/3] PCI, xen-pcifront: use new PCI interfaces to simplify implementation
` [PATCH v2 3/3] PCI: kill pci_scan_bus_parented()
` [PATCH v2 3/3] PCI: mark pci_scan_bus_parented() as __deprecated

[PATCH V10 4/4] ARM: dts: Add pcie controller node for exynos5440-ssdk5440
 2013-06-21  7:26 UTC 

[PATCH V10 3/4] ARM: dts: Add pcie controller node for Samsung EXYNOS5440 SoC
 2013-06-21  7:25 UTC 

[PATCH V10 2/4] ARM: EXYNOS: Enable PCIe support for Exynos5440
 2013-06-21  7:25 UTC 

[PATCH V1] ARM: dts: tegra: Modify pcie memory space size
 2013-06-21  6:16 UTC  (4+ messages)

[PATCH V9 1/4] pci: Add PCIe driver for Samsung Exynos
 2013-06-21  4:38 UTC  (5+ messages)

[PATCH V9 4/4] ARM: dts: Add pcie controller node for exynos5440-ssdk5440
 2013-06-21  3:26 UTC 

[PATCH V9 3/4] ARM: dts: Add pcie controller node for Samsung EXYNOS5440 SoC
 2013-06-21  3:24 UTC 

[PATCH V9 2/4] ARM: EXYNOS: Enable PCIe support for Exynos5440
 2013-06-21  3:22 UTC 

[PATCH V9 0/4] PCIe support for Samsung Exynos5440 SoC
 2013-06-21  3:18 UTC 

Masked MSIs expectations
 2013-06-20 21:40 UTC  (3+ messages)

[PATCH v3, part2 00/20] Introduce hotplug-safe PCI bus iterators
 2013-06-20 16:18 UTC  (12+ messages)
` [PATCH v3, part2 01/20] PCI: introduce "
` [PATCH v3, part2 15/20] PCI, EDAC: use hotplug-safe PCI bus iterators to walk PCI buses
` [PATCH v3, part2 17/20] PCI, iommu: use hotplug-safe "

[PATCH v2 0/2] iommu/intel: Quirk non-compliant PCIe-to-PCI bridges
 2013-06-20 16:15 UTC  (5+ messages)
` [PATCH v2 1/2] iommu: Quirked PCIe bridge test and search function

[PATCH] iommu: amd/intel: Remove multifunction assumption around grouping
 2013-06-20 15:22 UTC  (2+ messages)

[PATCH V8 1/4] pci: Add PCIe driver for Samsung Exynos
 2013-06-20 13:20 UTC  (2+ messages)

[PATCH v3 -tip x86/apic 1/2] PCI/MSI: Allocate as many multiple-MSIs as requested
 2013-06-20 12:51 UTC  (5+ messages)

[PATCH V8 4/4] ARM: dts: Add pcie controller node for exynos5440-ssdk5440
 2013-06-20 12:45 UTC 

[PATCH V8 3/4] ARM: dts: Add pcie controller node for Samsung EXYNOS5440 SoC
 2013-06-20 12:44 UTC 

[PATCH V8 2/4] ARM: EXYNOS: Enable PCIe support for Exynos5440
 2013-06-20 12:43 UTC 

[PATCH V8 0/3] PCIe support for Samsung Exynos5440 SoC
 2013-06-20 12:40 UTC 

[PATCH V6 3/3] ARM: dts: Add pcie controller node for Samsung EXYNOS5440 SoC
 2013-06-20 11:42 UTC  (12+ messages)

[PATCH V4 1/3] pci: Add PCIe driver for Samsung Exynos
 2013-06-20 11:36 UTC  (8+ messages)

[PATCH V6 1/3] pci: Add PCIe driver for Samsung Exynos
 2013-06-20 10:00 UTC  (2+ messages)

[PATCH V7 1/4] pci: Add PCIe driver for Samsung Exynos
 2013-06-20  9:59 UTC  (2+ messages)

[PATCH V7 4/4] ARM: dts: Add pcie controller node for exynos5440-ssdk5440
 2013-06-20  9:35 UTC 

[PATCH V7 3/4] ARM: dts: Add pcie controller node for Samsung EXYNOS5440 SoC
 2013-06-20  9:34 UTC 

[PATCH V7 2/4] ARM: EXYNOS: Enable PCIe support for Exynos5440
 2013-06-20  9:33 UTC 

[PATCH V7 0/3] PCIe support for Samsung Exynos5440 SoC
 2013-06-20  9:31 UTC 

[PATCH V6 2/3] ARM: EXYNOS: Enable PCIe support for Exynos5440
 2013-06-20  7:11 UTC 

[PATCH V6 0/3] PCIe support for Samsung Exynos5440 SoC
 2013-06-20  7:09 UTC 

[PATCH V5 1/3] pci: Add PCIe driver for Samsung Exynos
 2013-06-20  6:41 UTC  (7+ messages)

[PATCH v2 0/8] MSI support for Marvell EBU PCIe driver
 2013-06-19 11:42 UTC  (18+ messages)
` [PATCH v2 1/8] PCI: Introduce new MSI chip infrastructure
` [PATCH v2 2/8] PCI: Add registry of MSI chips
` [PATCH v2 4/8] irqchip: armada-370-xp: implement MSI support
` [PATCH v2 6/8] pci: mvebu: add support for MSI

[PATCH 7/9] PCI: use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)
 2013-06-18 18:07 UTC  (3+ 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).