linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-13 16:03:40 to 2014-02-19 02:48:43 UTC [more...]

[PATCH v2 0/3] ARM: PCI: implement generic PCI host controller
 2014-02-19  2:44 UTC  (27+ messages)
` [PATCH v2 3/3] PCI: ARM: add support for "

[PATCH 0/9] ACPI / dock / PCI / SATA: Simplify ACPI dock handling
 2014-02-19  2:42 UTC  (11+ messages)
` [PATCH 1/9] ACPI / hotplug / PCI: Do not clear event callback pointer for docks
` [PATCH 2/9] ACPI / hotplug: Add .fixup() callback to struct acpi_hotplug_context
` [PATCH 3/9] ACPI / dock: Use ACPI device object pointers instead of ACPI handles
` [PATCH 4/9] ACPI / dock: Use callback pointers from devices' ACPI hotplug contexts
` [PATCH 5/9] ACPI / dock: Add .uevent() callback to struct acpi_hotplug_context
` [PATCH 6/9] ACPI / ATA: Add hotplug contexts to ACPI companions of SATA devices
` [PATCH 7/9] ACPI / dock: Drop struct acpi_dock_ops and all code related to it
` [PATCH 8/9] ACPI / dock: Drop remove_dock_dependent_devices()
` [PATCH 9/9] ACPI / dock: Update copyright notice

Support huge alignment in pbus_size_mem()
 2014-02-19  0:52 UTC  (4+ messages)

[PATCH] pcie: Add Xilinx PCIe Host Bridge IP driver
 2014-02-19  0:35 UTC  (3+ messages)

[PATCH] PCI: pciehp: Fix the problem that the present bit is not cleared though slot is empty
 2014-02-18 23:02 UTC  (14+ messages)

pci-3.14 resource alloc
 2014-02-18 22:29 UTC  (8+ messages)

[PATCH] PCI: imx6: Fix link_up detection
 2014-02-18 21:15 UTC  (7+ messages)

[PATCH v6 0/2] PCI: allocate 64bit mmio pref
 2014-02-18 21:09 UTC  (4+ messages)
` [PATCH v6 2/2] PCI: Try best to allocate pref mmio 64bit above 4g

[PATCH v2 0/4] Remove dead code
 2014-02-18 21:00 UTC  (5+ messages)
` [PATCH v2 1/4] misc: mic: Add include of <linux/irqreturn.h>
` [PATCH v2 2/4] mei: "
` [PATCH v2 3/4] iommu/amd: "
` [PATCH v2 4/4] PCI: Remove unused SR-IOV VF Migration support

[PATCH net-next 00/35] net: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-02-18 20:56 UTC  (43+ messages)
` [PATCH net-next 01/35] bnx2: "
` [PATCH net-next 02/35] bnx2x: "
` [PATCH net-next 03/35] tg3: "
` [PATCH net-next 04/35] bna: "
` [PATCH net-next 05/35] cxgb3: Remove superfluous call to pci_disable_msix()
` [PATCH net-next 06/35] cxgb3: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH net-next 07/35] cxgb4: "
` [PATCH net-next 08/35] cxgb4vf: Remove superfluous call to pci_disable_msix()
` [PATCH net-next 09/35] cxgb4vf: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH net-next 10/35] enic: "
` [PATCH net-next 11/35] benet: "
` [PATCH net-next 12/35] e1000e: "
` [PATCH net-next 13/35] i40e: "
` [PATCH net-next 14/35] igb: "
` [PATCH net-next 15/35] igbvf: "
` [PATCH net-next 16/35] ixgbe: "
` [PATCH net-next 17/35] ixgbevf: "
  `  "
` [PATCH net-next 18/35] mlx4: "
` [PATCH net-next 19/35] mlx5: "
` [PATCH net-next 20/35] myri10ge: "
` [PATCH net-next 21/35] s2io: "
` [PATCH net-next 22/35] vxge: "
` [PATCH net-next 23/35] forcedeth: Fix invalid errno reporting in nv_request_irq()
` [PATCH net-next 24/35] forcedeth: Cleanup MSI-X to MSI to INTx fallback code
` [PATCH net-next 25/35] forcedeth: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH net-next 26/35] netxen: "
` [PATCH net-next 27/35] qlcnic: Cleanup qlcnic_enable_msix() return values
` [PATCH net-next 28/35] qlcnic: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH net-next 29/35] qlge: Get rid of an redundant assignment
` [PATCH net-next 30/35] qlge: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH net-next 31/35] sfc: "
` [PATCH net-next 32/35] niu: "
` [PATCH net-next 33/35] vmxnet3: Fix MSI-X/MSI enablement code
` [PATCH net-next 34/35] vmxnet3: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH net-next 35/35] wil6210: Use pci_enable_msi_range() instead of pci_enable_msi_block()

[PATCH 1/2] bus: mvebu-mbus: Fix incorrect size for PCI aperture resources
 2014-02-18 20:38 UTC  (5+ messages)

[PATCH v3 0/3] ARM: PCI: implement generic PCI host controller
 2014-02-18 20:19 UTC  (21+ messages)
` [PATCH v3 1/3] ARM: mach-virt: allow PCI support to be selected
` [PATCH v3 2/3] ARM: bios32: use pci_enable_resource to enable PCI resources
` [PATCH v3 3/3] PCI: ARM: add support for generic PCI host controller

[PATCH v2 0/9] Phase out pci_enable_msi_block()
 2014-02-18 17:54 UTC  (10+ messages)
` [PATCH v2 5/9] nvme: Fix invalid call to irq_set_affinity_hint()
        ` [PATCH v3 6/9] nvme: Use pci_enable_msi_range() and pci_enable_msix_range()
` [PATCH v2 8/9] ath10k: Use pci_enable_msi_range()
  ` [PATCH 1/3] ath10k: Get rid of superfluous call to pci_disable_msi()

[PATCH 0/2] ib: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-02-18 16:52 UTC  (4+ messages)
` [PATCH 1/2] mthca: "
` [PATCH 2/2] qib: "

[PATCH 00/22] scsi: Use pci_enable_msix_range()
 2014-02-18  8:37 UTC  (14+ messages)
` [PATCH 02/22] bfa: Do not call pci_enable_msix() once it failed
` [PATCH 11/22] lpfc: Remove superfluous call to pci_disable_msix()
` [PATCH 14/22] mpt2sas: Use pci_enable_msix_range()
` [PATCH 18/22] pmcraid: Get rid of a redundant assignment
` [PATCH 19/22] pmcraid: Use pci_enable_msix_range()
` [PATCH 21/22] qla4xxx: "

[PATCH] [RFC] Add AArch64 support for PCI
 2014-02-18  6:33 UTC  (3+ messages)
` [PATCH] arm64: Add architecture "

[PATCH v2 00/08] PCI: rcar: Recent driver patches from Ben Dooks and me (V2)
 2014-02-18  2:12 UTC  (9+ messages)
` [PATCH 01/08] PCI: rcar: check platform_get_irq() return code
` [PATCH v2 02/08] PCI: rcar: add error interrupt handling
` [PATCH 03/08] PCI: rcar: fix bridge logic configuration accesses
` [PATCH v3 04/08] PCI: rcar: Register each instance independently
` [PATCH v2 05/08] PCI: rcar: Break out window size handling
` [PATCH v2 06/08] PCI: rcar: Add DMABOUNCE support
` [PATCH 07/08] PCI: rcar: Enable BOUNCE in case of HIGHMEM
` [PATCH 08/08] PCI: rcar: Make the Kconfig dependencies more generic

[PATCH v5 00/33] x86, irq: Support ioapic controller hotplug
 2014-02-18  0:59 UTC  (4+ messages)
` [PATCH v5 02/33] genirq: Add irq_alloc_reserved_desc()

PCI-PCI bridge memory ranges in linux device tree
 2014-02-17 23:05 UTC  (2+ messages)

[PATCH part1 v6 0/7] Introduce PCIe Device Serial Number capability support
 2014-02-17  8:52 UTC  (2+ messages)

[PATCH 00/08] PCI: rcar: Recent driver patches from Ben Dooks and me
 2014-02-17  1:12 UTC  (7+ messages)

[PATCH 0/1] Fix Crashdump failure caused by leftover DMA through a hardware IOMMU
 2014-02-15  3:04 UTC  (2+ messages)
` [PATCH] Fix dump failure caused by DMA through an IOMMU

[PATCH 1/6] PCI,acpiphp: Use list_for_each_entry() for bus traversal
 2014-02-15  0:52 UTC  (7+ messages)

EHCI host broken -- interrupts disabled
 2014-02-14 22:37 UTC  (9+ messages)

[PATCH v2 0/3] Quirk Intel PCH root ports for ACS-like features
 2014-02-14 22:22 UTC  (4+ messages)

[PATCH] pciehp: Display the link state change reporting capability
 2014-02-14 21:40 UTC  (3+ messages)

[PATCH 0/2] Remove dead code
 2014-02-14 21:00 UTC  (3+ messages)
` [PATCH 1/2] PCI: Remove unused MMIO exclusivity support

In "pci_fixup_video" check if this is or should be the primary video devi
 2014-02-14 20:26 UTC  (5+ messages)
` [PATCH v2] Setting the IORESOURCE_ROM_SHADOW flag on a VGA card other than the primary prevents it from reading it's own rom. It will get the content of the shadowrom at C000 instead, which is of the primary VGA card and the driver of the secondary card will bail out

PCI memory BAR assigned by u-boot not honored when using recent kernel
 2014-02-14 19:46 UTC  (5+ messages)

[PATCH] mvebu : pcie: dt: potential issue in range parsing
 2014-02-14 18:51 UTC  (2+ messages)

[PATCH] PCI: Update outdated comment for pcibios_bus_report_status
 2014-02-14 18:22 UTC  (2+ messages)

[PATCH v2 27/52] x86, pci, amd-bus: Fix CPU hotplug callback registration
 2014-02-14 18:03 UTC  (3+ messages)

[GIT PULL] ACPI and power management fixes for v3.14-rc3
 2014-02-14 13:39 UTC 

[Bug 68591] Regression: Asrock M3A UCC does not boot without acpi=off or pci=noacpi
 2014-02-13 22:37 UTC 

[PATCH] PCI/MSI: Add pci_enable_msi_exact() and pci_enable_msix_exact()
 2014-02-13 17:46 UTC  (2+ 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).