linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-20 13:48:00 to 2015-10-23 08:23:17 UTC [more...]

[PATCH] x86/PCI: Don't alloc pcibios-irq when MSI is enabled
 2015-10-23  8:23 UTC  (4+ messages)

[PATCH v4 0/4] PCI: designware: LTSSM #define cleanup
 2015-10-23  6:53 UTC  (11+ messages)
` [PATCH v4 1/4] PCI: designware: Use common LTSSM_STATE_MASK definition
` [PATCH v4 2/4] PCI: designware: Use common LTSSM_STATE_RCVRY_LOCK definition
` [PATCH v4 3/4] PCI: designware: Use common LTSSM_STATE_L0 definition
` [PATCH v4 4/4] PCI: spear: Remove unused #defines

[PATCH v11 0/6] Altera PCIe host controller driver with MSI support
 2015-10-23  6:24 UTC  (12+ messages)
` [PATCH v11 1/6] arm: add msi.h to Kbuild
` [PATCH v11 2/6] pci: add Altera PCI vendor ID
` [PATCH v11 3/6] pci:host: Add Altera PCIe host controller driver
` [PATCH v11 4/6] pci: altera: Add Altera PCIe MSI driver
` [PATCH v11 5/6] Documentation: dt-bindings: pci: altera pcie device tree binding
` [PATCH v11 6/6] MAINTAINERS: Add Altera PCIe and MSI drivers maintainer

[PATCH V4] Delay allocation of PCI device IRQs from boot time until bus scan time to fix PCI hotplugging
 2015-10-23  6:02 UTC  (34+ messages)
` [PATCH V4 01/29] PCI: Build setup-irq.o on all arches
` [PATCH V4 02/29] PCI: Add a prototype for pci_find_host_bridge to pci.h
` [PATCH V4 03/29] PCI: Add IRQ mapping function pointers to pci_host_bridge struct
` [PATCH V4 04/29] PCI: Remove const from the pci_dev struct passed to pci_fixup_irqs
` [PATCH V4 05/29] PCI: Add pci_assign_irq function and have pci_fixup_irqs use it
` [PATCH V4 06/29] PCI: Add a call to pci_assign_irq in do_pci_enable_device
` [PATCH V4 07/29] x86/pci: Move pcibios_root_bridge_prepare from acpi.c to irq.c
` [PATCH V4 08/29] x86/pci: Defer IRQ assignment to device enable time
` [PATCH V4 09/29] x86/pci: Pass pin into pcibios_lookup_irq rather than look it up
` [PATCH V4 10/29] ARM/PCI: Defer IRQ assignment to device enable time
` [PATCH V4 11/29] powerpc/pci: "
` [PATCH V4 12/29] sh/PCI: Remove __init optimisations from IRQ mapping functions/data
` [PATCH V4 13/29] sh/PCI: Defer IRQ assignment to device enable time
` [PATCH V4 14/29] alpha/PCI: "
` [PATCH V4 15/29] cris/PCI: "
` [PATCH V4 16/29] frv/PCI: "
` [PATCH V4 17/29] m68k/pci: "
` [PATCH V4 18/29] microblaze/PCI: "
` [PATCH V4 19/29] MIPS/PCI: "
` [PATCH V4 20/29] mn10300: Defer PCI "
` [PATCH V4 21/29] mn10300: Remove pcibios_enable_device function
` [PATCH V4 22/29] sparc/PCI: Defer IRQ assignment to device enable time
` [PATCH V4 23/29] tile: pci: "
` [PATCH V4 24/29] unicore32/PCI: "
` [PATCH V4 25/29] PCI: Update pci-versatile to use IRQ deferred assignment
` [PATCH V4 26/29] PCI: Update pcie-iproc to use IRQ deffered assignment
` [PATCH V4 27/29] PCI: Update pci-host-generic "
` [PATCH V4 28/29] of/pci: Fix comment for pci_fixup_irqs changing to pci_assign_irq
` [PATCH V4 29/29] PCI: Remove pci_fixup_irqs function

[PATCH v7 00/60] PCI: Resource allocation cleanup for v4.4
 2015-10-23  5:38 UTC  (27+ messages)
` [PATCH v7 01/60] sparc/PCI: Add mem64 resource parsing for root bus
` [PATCH v7 02/60] sparc/PCI: Use correct bus address to resource offset
` [PATCH v7 03/60] sparc/PCI: Unify pci_register_region()

[PATCH] pci: Add pci quirk to turnoff Nosnoop and Relaxed Ordering
 2015-10-23  3:01 UTC  (4+ messages)

[PATCH v3 0/2] Common SerDes driver for TI's Keystone Platforms
 2015-10-22 22:14 UTC  (9+ messages)
` [PATCH v3 1/2] phy: keystone: serdes driver for gbe 10gbe and pcie
` [PATCH v3 2/2] PCI: keystone: update to use generic keystone serdes driver

[PATCH v4 1/6] PCI: layerscape: remove ls_pcie_establish_link()
 2015-10-22 19:17 UTC  (11+ messages)
` [PATCH v4 5/6] PCI: layerscape: add PCIe support for LS1043a and LS2080a
` [PATCH v4 6/6] PCI: layerscape: add ls_pcie_msi_host_init

[PATCH] PCI: Remove unnecessary re-read of SR-IOV offset/stride registers
 2015-10-22 18:56 UTC  (2+ messages)

[PATCH] PCI: iproc: Fix company name
 2015-10-22 18:55 UTC  (2+ messages)

[PATCH v11 0/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
 2015-10-22 18:46 UTC  (10+ messages)
` [PATCH v11 1/6] PCI: designware: move calculation of bus addresses to DRA7xx
` [PATCH v11 3/6] PCI: designware: Add ARM64 support
` [PATCH v11 4/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

[RFC Patch 00/12] IXGBE: Add live migration support for SRIOV NIC
 2015-10-22 16:17 UTC  (38+ messages)
` [RFC Patch 01/12] PCI: Add virtfn_index for struct pci_device
` [RFC Patch 02/12] IXGBE: Add new mail box event to restore VF status in the PF driver
` [RFC Patch 03/12] IXGBE: Add sysfs interface for Qemu to migrate "
` [RFC Patch 04/12] IXGBE: Add ixgbe_ping_vf() to notify a specified VF via mailbox msg
` [RFC Patch 05/12] IXGBE: Add new sysfs interface of "notify_vf"
    ` [Qemu-devel] "
` [RFC Patch 06/12] IXGBEVF: Add self emulation layer
    ` [Qemu-devel] "
` [RFC Patch 07/12] IXGBEVF: Add new mail box event for migration
` [RFC Patch 08/12] IXGBEVF: Rework code of finding the end transmit desc of package
` [RFC Patch 09/12] IXGBEVF: Add live migration support for VF driver
` [RFC Patch 10/12] IXGBEVF: Add lock to protect tx/rx ring operation
` [RFC Patch 11/12] IXGBEVF: Migrate VF statistic data
` [RFC Patch 12/12] IXGBEVF: Track dma dirty pages
    ` [Qemu-devel] [RFC Patch 00/12] IXGBE: Add live migration support for SRIOV NIC

[PATCH] Documentation/devicetree: Update PCI Device Tree bindings
 2015-10-22 15:09 UTC  (2+ messages)

[PATCH v2 0/4] Add PCI support on nios2 architecture
 2015-10-22  1:34 UTC  (3+ messages)

[PATCH v2] iov: restore NumVFs register to 0 before return from virtfn_max_buses()
 2015-10-22  1:29 UTC  (4+ messages)

[PATCH 1/2] PCI: pciehp: Queue power work requests in dedicated function
 2015-10-21 21:51 UTC  (5+ messages)
` [RFC PATCH 2/2] PCI: pciehp: Add support for delayed power-on

[PATCH v2] PCI: IOV: read SRIOV_NUM_VF after enabling ARI
 2015-10-21 20:52 UTC  (3+ messages)

[PATCH v3 1/3] PCI: designware: Move LTSSM state definitions to pcie-designware.h
 2015-10-21 18:34 UTC  (2+ messages)

[PATCH v6 0/5] PCI: Add support for PCI Enhanced Allocation "BARs"
 2015-10-21 17:29 UTC  (9+ messages)
` [PATCH v6 1/5] PCI: Handle IORESOURCE_PCI_FIXED when sizing resources
` [PATCH v6 2/5] PCI: Handle IORESOURCE_PCI_FIXED when assigning resources
` [PATCH v6 3/5] PCI: Add Enhanced Allocation register entries
` [PATCH v6 4/5] PCI: Add support for Enhanced Allocation devices
` [PATCH v6 5/5] PCI: Handle Enhanced Allocation (EA) capability for SRIOV devices

[PATCH] ARM: keystone: dts: add PCI serdes driver bindings
 2015-10-21 16:44 UTC  (3+ messages)

[PATCH V4 0/8] PCI: ACPI: Setting up DMA coherency for PCI device from _CCA attribute
 2015-10-21 15:52 UTC  (9+ messages)
` [PATCH V4 1/8] acpi: Honor ACPI _CCA attribute setting
` [PATCH V4 2/8] device property: Introducing enum dev_dma_attr
` [PATCH V4 3/8] acpi: Adding DMA Attribute APIs for ACPI Device
` [PATCH V4 4/8] device property: Adding DMA Attribute APIs for Generic Devices
` [PATCH V4 5/8] device property: acpi: Make use of the new DMA Attribute APIs
` [PATCH V4 6/8] device property: acpi: Remove unused DMA APIs
` [PATCH V4 7/8] PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()
` [PATCH V4 8/8] PCI: ACPI: Add support for PCI device DMA coherency

[PATCH] Enable MSI/MSI-X caps and disable MSI interrupts at PCI probe time - code move
 2015-10-21 14:17 UTC 

[Patch v7 0/7] Consolidate ACPI PCI root common code into ACPI core
 2015-10-21 12:16 UTC  (10+ messages)
` [Patch v7 4/7] PCI/ACPI: Add interface acpi_pci_root_create()

[PATCH 00/22] DMA-API/PCI map_peer_resource support for peer-to-peer
 2015-10-21 10:10 UTC  (3+ messages)
` [PATCH 09/22] PCI: Add pci_peer_traffic_supported()

[PATCH 3.19.y-ckt 103/156] PCI,parisc: Enable 64-bit bus addresses on PA-RISC
 2015-10-20 21:37 UTC 

PCI Device Tree binding documentation links broken
 2015-10-20 20:47 UTC  (2+ messages)

[PATCH v1 0/2] Common SerDes driver for TI's Keystone Platforms
 2015-10-20 15:11 UTC  (5+ messages)
` [PATCH v1 1/2] phy: keystone: serdes driver for gbe 10gbe and pcie

pcie-designware build fails in ARM64
 2015-10-20 15:07 UTC  (5+ messages)

[PATCH v5 0/4] PCI: Add support for PCI Enhanced Allocation "BARs"
 2015-10-20 14:04 UTC  (5+ messages)
` [PATCH v5 2/4] PCI: Add support for Enhanced Allocation devices
` [PATCH v5 3/4] PCI: Handle IORESOURCE_PCI_FIXED when sizing and assigning resources


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).