linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-02 06:06:09 to 2015-03-06 09:49:27 UTC [more...]

[PATCH v5 00/29] Refine PCI scan interfaces and make generic pci host bridge
 2015-03-06  9:33 UTC  (29+ messages)
` [PATCH v5 01/29] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH v5 02/29] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v5 03/29] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v5 04/29] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v5 05/29] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v5 07/29] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v5 08/29] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v5 09/29] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v5 10/29] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v5 11/29] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v5 12/29] PCI: Introduce new scan function pci_scan_host_bridge()
` [PATCH v5 13/29] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v5 14/29] ia64/PCI: "
` [PATCH v5 15/29] powerpc/pci: Rename pcibios_root_bridge_prepare()
` [PATCH v5 16/29] powerpc/pci: Use pci_scan_host_bridge() for simplicity
` [PATCH v5 17/29] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v5 18/29] sparc/PCI: Claim bus resources before pci_bus_add_devices()
` [PATCH v5 19/29] sparc/PCI: Use pci_scan_host_bridge() for simplicity
` [PATCH v5 20/29] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v5 21/29] parisc/PCI: Use pci_scan_root_bus() for simplicity
` [PATCH v5 22/29] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v5 23/29] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v5 24/29] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v5 25/29] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v5 26/29] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v5 27/29] PCI: Export find_pci_host_bridge() and rename to pci_find_host_bridge()
` [PATCH v5 28/29] PCI: Remove platform specific pci_domain_nr()
` [PATCH v5 29/29] PCI: Remove pci_bus_assign_domain_nr()

PCIE link reset in older kernels < 2.6.33
 2015-03-06  7:26 UTC  (3+ messages)

[PCI] BUG: unable to handle kernel
 2015-03-06  6:06 UTC 

[PATCH] pci: host: xgene: fix incorrectly returned address by map_bus
 2015-03-06  4:54 UTC  (8+ messages)

[PATCH] x86/PCI: Fully disable devices before releasing IRQ resource
 2015-03-06  3:51 UTC  (3+ messages)

Fwd: NULL Pointer in 3.x during PCI bus enumeration
 2015-03-06  2:27 UTC  (4+ messages)
  `  "

[PATCH v3 0/3] pci: iproc: Add Broadcom iProc PCIe support
 2015-03-06  1:01 UTC  (4+ messages)
` [PATCH v3 1/3] pci: iProc: define iProc PCIe platform bus binding
` [PATCH v3 2/3] pci: iproc: Add Broadcom iProc PCIe support
` [PATCH v3 3/3] ARM: dts: enable PCIe support for Cygnus

[PATCH] PCI: xgene: fix breakage from generic config usage
 2015-03-05 16:54 UTC  (2+ messages)

[PATCH v2 00/15] x86, boot: clean up kasl and setup_data handling
 2015-03-05  3:20 UTC  (26+ messages)
` [PATCH v2 01/15] x86, kaslr: Use init_size instead of run_size
` [PATCH v2 02/15] x86, boot: move ZO to end of buffer
` [PATCH v2 03/15] x86, boot: keep data from ZO boot stage to VO kernel stage
` [PATCH v2 04/15] x86, kaslr: get kaslr_enabled back correctly
` [PATCH v2 05/15] x86, kaslr: consolidate the mem_avoid filling
` [PATCH v2 06/15] x86, boot: split kernel_ident_mapping_init into another file
` [PATCH v2 07/15] x86, kaslr, 64bit: set new or extra ident_mapping
` [PATCH v2 08/15] x86: Kill E820_RESERVED_KERN
` [PATCH v2 09/15] x86, efi: copy SETUP_EFI data and access directly
` [PATCH v2 10/15] x86, of: let add_dtb reserve by itself
` [PATCH v2 11/15] x86, boot: Add add_pci handler for SETUP_PCI
` [PATCH v2 12/15] x86: kill not used setup_data handling code
` [PATCH v2 13/15] x86, pci: convert SETUP_PCI data to list
` [PATCH v2 14/15] x86, boot: copy rom to kernel space
` [PATCH v2 15/15] x86, pci: export SETUP_PCI data via sysfs

[Patch v4 00/23] Improve ACPI resource parsing interfaces and enable IOAPIC hotplug
 2015-03-04 23:48 UTC  (4+ messages)
` [Patch v4 21/23] x86/PCI: Refine the way to release PCI IRQ resources

[PATCH 0/5] vfio-pci: Misc enhancements
 2015-03-04 23:01 UTC  (10+ messages)
` [PATCH 1/5] vfio-pci: Allow PCI IDs to be specified as module options
` [PATCH 2/5] vfio-pci: Add module option to disable VGA region access
` [PATCH 3/5] vfio-pci: Remove warning if try-reset fails
` [PATCH 4/5] vfio-pci: Move idle devices to D3hot power state
` [PATCH 5/5] vfio-pci: Add VGA arbiter client

[Debug 0/2] Fix regressions caused by commit 593669c2ac0f
 2015-03-04 21:31 UTC  (12+ messages)
` [Debug 1/2] x86/PCI/ACPI: Ignore resources consumed by host bridge itself
` [Debug 2/2] x86/PCI/ACPI: Relax ACPI resource descriptor checks to work around BIOS bugs

[PATCH 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe MSI/MSIX termination driver
 2015-03-04 19:40 UTC  (6+ messages)
` [PATCH v2 0/4] PCI: X-Gene: Add APM X-Gene v1 "
` [PATCH v2 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe "
` [PATCH v2 2/4] arm64: dts: Add the device tree entry for the APM X-Gene PCIe MSI node
` [PATCH v2 3/4] documentation: dts: Add the device tree binding for APM X-Gene v1 PCIe MSI device tree node
` [PATCH v2 4/4] PCI: X-Gene: Add the MAINTAINERS entry for APM X-Gene v1 PCIe MSI driver

[PATCH] ia64/PCI: Fix the build warning of pci_domain_nr()
 2015-03-04 17:22 UTC  (2+ messages)

PCIe 32-bit MMIO exhaustion
 2015-03-04 17:01 UTC  (3+ messages)

[Bugfix 1/2] x86/PCI/ACPI: Ignore resources consumed by host bridge itself
 2015-03-04 14:26 UTC  (4+ messages)
` [Bugfix 2/2] x86/PCI/ACPI: Relax ACPI resource descriptor checks to work around BIOS bugs

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

[PATCH v12 00/21] Enable SRIOV on Power8
 2015-03-04  3:01 UTC  (26+ messages)
` [PATCH v12 08/21] PCI: Add pcibios_sriov_enable() and pcibios_sriov_disable()
` [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 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 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 - v7] of: Move of_dma_configure() to device.c to help re-use
 2015-03-03 22:54 UTC  (2+ messages)

[Bug 92321] New: Mapping CompactPCI device through sysfs-pci driver
 2015-03-03 21:45 UTC  (2+ messages)

[PATCH v1] of: calculate masks of the device based on dma-range size
 2015-03-03 20:49 UTC  (4+ messages)

[PATCH v8 0/7] PCI: get DMA configuration from parent device
 2015-03-03 17:52 UTC  (8+ messages)
` [PATCH v8 1/7] of: iommu: Add ptr to OF node arg to of_iommu_configure()
` [PATCH v8 2/7] of: Move of_dma_configure() to device.c to help re-use
` [PATCH v8 3/7] of: Fix size when dma-range is not used
` [PATCH v8 4/7] PCI: Add helper functions pci_get[put]_host_bridge_device()
` [PATCH v8 5/7] of/pci: Add of_pci_dma_configure() to update DMA configuration
` [PATCH v8 6/7] PCI: Update DMA configuration from DT
` [PATCH v8 7/7] arm: dma-mapping: limit IOMMU mapping size

[PATCH v4 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-03-03  9:35 UTC  (38+ messages)
` [PATCH v4 01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH v4 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v4 03/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v4 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()
` [PATCH v4 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v4 12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v4 13/30] PCI: Introduce new scan function pci_scan_root_bridge()
` [PATCH v4 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()
` [PATCH v4 20/30] PCI/sparc: Use pci_scan_root_bridge() for simplicity
` [PATCH v4 22/30] PCI/Parisc: Use pci_scan_root_bus() "
` [PATCH v4 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v4 28/30] PCI: Export find_pci_host_bridge()

PCI Issues with ExpressCard/54 Audio Device
 2015-03-03  2:08 UTC  (12+ messages)

[PATCH 0/8] x86, boot: clean up setup_data handling
 2015-03-02 22:10 UTC  (18+ messages)
` [PATCH 1/8] x86, kaslr: get kaslr_enabled back correctly

[Debug 0/2] Debug ACPI resource parsing failure
 2015-03-02  9:51 UTC  (3+ messages)
  ` [Debug 1/2] x86/PCI/ACPI: Ignore resources consumed by host bridge itself
  ` [Debug 2/2] x86/PCI/ACPI: Gather debug info

[PATCH V10 00/17] Enable SRIOV on Power8
 2015-03-02  6:09 UTC  (13+ messages)
` [PATCH V11 "
  ` [PATCH V11 01/17] PCI/IOV: Export interface for retrieve VF's BDF
  ` [PATCH V11 07/17] powerpc/pci: Don't unset pci resources for VFs


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