linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-10 00:27:20 to 2015-02-26 01:32:40 UTC [more...]

[PATCH v3 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-02-26  1:29 UTC  (18+ messages)
` [PATCH v3 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v3 03/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v3 04/30] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v3 06/30] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v3 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v3 13/30] PCI: Introduce new scan function pci_scan_root_bridge()
` [PATCH v3 14/30] PCI/x86: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v3 15/30] PCI/IA64: "
` [PATCH v3 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()
` [PATCH v3 17/30] PCI/powerpc: Rename pcibios_root_bridge_prepare()
` [PATCH v3 19/30] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v3 20/30] PCI/sparc: Use pci_scan_root_bridge() for simplicity
` [PATCH v3 21/30] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v3 22/30] PCI/Parisc: Use pci_scan_root_bus() for simplicity
` [PATCH v3 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v3 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v3 29/30] PCI: Remove platform specific pci_domain_nr()

[PATCH] PCI: xgene: Fix the map_bus callback prototype
 2015-02-26  1:23 UTC  (4+ messages)

[PATCH] PCI: xgene: Fix xgene_pcie_map_bus() return type
 2015-02-26  1:21 UTC  (4+ messages)

PCI Issues with ExpressCard/54 Audio Device
 2015-02-26  1:12 UTC 

[patch] PCI: cpcihp: missing curly braces in cpci_configure_slot()
 2015-02-26  1:01 UTC  (2+ messages)

[PATCH v2 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-02-26  0:54 UTC  (11+ messages)
` [PATCH v2 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code

[problem] mpt2sas load fails with LSISAS2008
 2015-02-26  0:28 UTC  (16+ messages)

[PATCH v1] of: calculate masks of the device based on dma-range size
 2015-02-26  0:20 UTC  (3+ messages)

[PATCH] PCI/AER: Avoid info leak in __print_tlp_header
 2015-02-25 22:59 UTC  (5+ messages)

regression in 4.0.0-rc1 with r8169 ethernet
 2015-02-25 22:42 UTC  (4+ messages)

[PATCH v6 0/7] PCI: get DMA configuration from parent device
 2015-02-25 22:20 UTC  (16+ messages)
` [PATCH v6 6/7] PCI: update dma configuration from DT

[PATCH] pci-versatile.c: Update for API change in list_for_each_entry()
 2015-02-25 15:15 UTC 

[PATCH v3] PCI/sysfs: off by two when checking the limit on driver_override length
 2015-02-24 23:36 UTC  (2+ messages)

[PATCH 0/2] PCI: pci_unignore_hotplug()
 2015-02-24 20:23 UTC  (4+ messages)
` [PATCH 1/2] pci: Add reciprocal function for pci_ignore_hotplug()
` [PATCH 2/2] nouveau/radeon: Un-ignore hotplug on resume

[PATCH v12 00/21] Enable SRIOV on Power8
 2015-02-24 17:10 UTC  (31+ messages)
` [PATCH v12 01/21] PCI: Print more info in sriov_enable() error message
` [PATCH v12 02/21] PCI: Print PF SR-IOV resource that contains all VF(n) BAR space
` [PATCH v12 03/21] PCI: Keep individual VF BAR size in struct pci_sriov
` [PATCH v12 04/21] PCI: Index IOV resources in the conventional style
` [PATCH v12 05/21] PCI: Refresh First VF Offset and VF Stride when updating NumVFs
` [PATCH v12 06/21] PCI: Calculate maximum number of buses required for VFs
` [PATCH v12 07/21] PCI: Export pci_iov_virtfn_bus() and pci_iov_virtfn_devfn()
` [PATCH v12 08/21] PCI: Add pcibios_sriov_enable() and pcibios_sriov_disable()
` [PATCH v12 09/21] PCI: Add pcibios_iov_resource_alignment() interface
` [PATCH v12 10/21] PCI: Consider additional PF's IOV BAR alignment in sizing and assigning
` [PATCH v12 11/21] powerpc/pci: Don't unset PCI resources for VFs
` [PATCH v12 12/21] powerpc/pci: Refactor pci_dn
` [PATCH v12 13/21] powerpc/powernv: Use pci_dn, not device_node, in PCI config accessor
` [PATCH v12 14/21] powerpc/powernv: Allocate struct pnv_ioda_pe iommu_table dynamically
` [PATCH v12 15/21] powerpc/powernv: Reserve additional space for IOV BAR according to the number of total_pe
` [PATCH v12 16/21] powerpc/powernv: Implement pcibios_iov_resource_alignment() on powernv
` [PATCH v12 17/21] powerpc/powernv: Shift VF resource with an offset
` [PATCH v12 18/21] powerpc/powernv: Reserve additional space for IOV BAR, with m64_per_iov supported
` [PATCH v12 19/21] powerpc/powernv: Group VF PE when IOV BAR is big on PHB3
` [PATCH v12 20/21] powerpc/pci: Remove unused struct pci_dn.pcidev field
` [PATCH v12 21/21] powerpc/pci: Add PCI resource alignment documentation

[PATCH V10 00/17] Enable SRIOV on Power8
 2015-02-24  8:25 UTC  (29+ messages)
` [PATCH V11 "
  ` [PATCH V11 01/17] PCI/IOV: Export interface for retrieve VF's BDF
  ` [PATCH V11 02/17] PCI/IOV: add VF enable/disable hook
  ` [PATCH V11 03/17] PCI: Add weak pcibios_iov_resource_alignment() interface
  ` [PATCH V11 06/17] powerpc/pci: Add PCI resource alignment documentation
  ` [PATCH V11 07/17] powerpc/pci: Don't unset pci resources for VFs
  ` [PATCH V11 08/17] powrepc/pci: Refactor pci_dn

[PATCH v2] PCI: rcar: Add address check of mem_res
 2015-02-24  6:26 UTC  (4+ messages)

[PATCH] PCI: rcar: Change macro name of PCIEPARL and PCIEPARH
 2015-02-24  6:26 UTC  (3+ messages)

[PATCH] PCI: rcar: Add mask of data to be written to PCIEPARL
 2015-02-24  6:25 UTC  (4+ messages)

[PATCH] PCI: rcar: Fix postion of MSI enable bit
 2015-02-24  1:57 UTC  (3+ messages)

[PATCH] pci: host: xgene: fix incorrectly returned address by map_bus
 2015-02-20 22:09 UTC  (3+ messages)

[PATCH v3] pci: spear: Drop __initdata from spear13xx_pcie_driver
 2015-02-20 14:38 UTC  (5+ messages)

[PATCH 0/4] Support registering specific reset handler
 2015-02-20  5:53 UTC  (9+ messages)
` [PATCH 1/4] PCI: Rename struct pci_dev_reset_methods
` [PATCH 2/4] PCI: Introduce list for device reset methods
` [PATCH 3/4] PCI: Allow registering reset method
` [PATCH 4/4] powerpc/powernv: Register PCI dev specific reset handlers

[PATCH RESEND v2 0/7] powerpc/powernv: Unified PCI slot reset and hotplug
 2015-02-18 21:03 UTC  (15+ messages)
` [PATCH RESEND v2 1/7] powerpc/powernv: Use PCI slot reset infrastructure
` [PATCH RESEND v2 2/7] powerpc/powernv: Issue fundamental reset if required
` [PATCH RESEND v2 3/7] powerpc/pci: Move pcibios_find_pci_bus() around
` [PATCH RESEND v2 4/7] powerpc/pci: Don't scan empty slot
` [PATCH RESEND v2 5/7] powerpc/powernv: Introduce pnv_pci_poll()
` [PATCH RESEND v2 6/7] powerpc/powernv: Functions to retrieve PCI slot status
` [PATCH RESEND v2 7/7] PCI/hotplug: PowerPC PowerNV PCI hotplug driver

[PATCH 0/6] PCI: MMCONFIG clean up
 2015-02-18 19:02 UTC  (6+ messages)
` [PATCH 3/6] x86, acpi, pci: Move PCI config space accessors

[PATCH RESEND] x86:pci: Change sta2x11_dma_ops stucture to use switolb_dma_supported as it's dma_supported function in sta2x11-fixup.c
 2015-02-18 18:06 UTC  (3+ messages)

[PATCH V2] x86:pci: Change sta2x11_dma_ops stucture to use switolb_dma_supported as it's dma_supported function in sta2x11-fixup.c
 2015-02-18 18:06 UTC  (2+ messages)

[GIT PULL] PCI fixes for v3.20
 2015-02-18 17:39 UTC 

[PATCHv2 1/2] pci: spear: Use platform_driver_probe instead of platform_driver_register
 2015-02-17  6:17 UTC  (9+ messages)
` [PATCHv2 2/2] pci: spear: Drop __initdata from struct platform_driver spear13xx_pcie_driver

[PATCH v2 0/5] PCI Hotplug Driver for PowerPC PowerNV
 2015-02-17  2:30 UTC  (2+ messages)

[PATCH 0/2] pci: generic: Add supports for ARM64
 2015-02-16 16:43 UTC  (3+ messages)
` [PATCH 1/2] pci: generic: Use the pci_scan_root_bus instead of pci_common_init_dev

[PATCH] PCI: rcar: Add address check of mem_res
 2015-02-16  1:53 UTC  (3+ messages)

[PATCH] drivers: of: pci: remove duplicate kfree in of_pci_get_host_bridge_resources
 2015-02-12  4:00 UTC  (3+ messages)

[PATCH] of: calculate masks of the device based on dma-range size
 2015-02-11 17:13 UTC  (3+ messages)

[GIT PULL] PCI fixes for v3.19
 2015-02-11 16:48 UTC 

[PATCH v3 0/3] Add support for kosagi novena
 2015-02-11 10:23 UTC  (4+ messages)
` [PATCH v3 1/3] drm/panel: simple: Add Innolux N133HSE panel support
` [PATCH v3 2/3] devicetree: bindings: Add vendor prefix for Kosagi
` [PATCH v3 3/3] ARM: dts: imx6q: add Novena board

[GIT PULL] ACPI and power management updates for 3.20-rc1
 2015-02-11  1:56 UTC  (3+ messages)

64bit BARs: prefetchable only?
 2015-02-10 22:34 UTC  (4+ messages)

[Bugfix 0/3] Xen IRQ related hotfixes for v3.19
 2015-02-10 13:31 UTC  (8+ 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).