linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-26 01:29:38 to 2015-03-04 05:20:20 UTC [more...]

[PATCH V13 00/21] Enable SRIOV on Power8
 2015-03-04  5:18 UTC 

[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

[Debug 0/2] Fix regressions caused by commit 593669c2ac0f
 2015-03-04  2:58 UTC  (9+ 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 - v7] of: Move of_dma_configure() to device.c to help re-use
 2015-03-03 22:54 UTC  (2+ messages)

PCIe 32-bit MMIO exhaustion
 2015-03-03 22:38 UTC 

[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  (5+ 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  (58+ 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 04/30] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v4 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()
` [PATCH v4 06/30] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v4 07/30] PCI: Pass PCI domain number combined with root bus number
` [PATCH v4 08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v4 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v4 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v4 11/30] PCI: Save sysdata in pci_host_bridge drvdata
` [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 14/30] PCI/x86: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v4 15/30] PCI/IA64: "
` [PATCH v4 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()
` [PATCH v4 17/30] PCI/powerpc: Rename pcibios_root_bridge_prepare()
` [PATCH v4 18/30] PCI/powerpc: Use pci_scan_root_bridge() for simplicity
` [PATCH v4 19/30] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v4 20/30] PCI/sparc: Use pci_scan_root_bridge() for simplicity
` [PATCH v4 21/30] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v4 22/30] PCI/Parisc: Use pci_scan_root_bus() for simplicity
` [PATCH v4 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v4 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v4 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v4 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v4 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v4 28/30] PCI: Export find_pci_host_bridge()
` [PATCH v4 29/30] PCI: Remove platform specific pci_domain_nr()
` [PATCH v4 30/30] PCI: Remove pci_bus_assign_domain_nr()

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

[PATCH 0/8] x86, boot: clean up setup_data handling
 2015-03-02 22:10 UTC  (26+ messages)
` [PATCH 1/8] x86, kaslr: get kaslr_enabled back correctly
` [PATCH 2/8] x86: Kill E820_RESERVED_KERN
` [PATCH 3/8] x86, efi: copy SETUP_EFI data and access directly
` [PATCH 4/8] x86, of: let add_dtb reserve by itself
` [PATCH 5/8] x86, boot: Add add_pci handler for SETUP_PCI
` [PATCH 6/8] x86: kill not used setup_data handling code
` [PATCH 7/8] x86, pci: convert SETUP_PCI data to list
` [PATCH 8/8] x86, pci: export SETUP_PCI data via sysfs

[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

regression in 4.0.0-rc1 with r8169 ethernet
 2015-03-02  4:33 UTC  (12+ messages)
            ` [Debug 0/2] Debug PCI root resource parsing failure
              ` [Debug 1/2] x86/PCI/ACPI: Ignore resources consumed by host bridge itself
              ` [Debug 2/2] x86/PCI/ACPI: Gather debug info

Fwd: NULL Pointer in 3.x during PCI bus enumeration
 2015-02-28 22:33 UTC  (2+ messages)
  `  "

[PATCH] pci-versatile.c: Update for API change in list_for_each_entry()
 2015-02-28  0:11 UTC  (5+ messages)

[PATCH v2 0/9] PCI: MMCONFIG clean up
 2015-02-27 15:00 UTC  (10+ messages)
` [PATCH v2 1/9] x86, pci: Clean up comment about buggy MMIO config space access for AMD Fam10h CPUs
` [PATCH v2 2/9] x86, pci: Abstract PCI config accessors and use AMD Fam10h workaround exclusively
` [PATCH v2 3/9] x86, pci: Reorder logic of pci_mmconfig_insert() function
` [PATCH v2 4/9] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
` [PATCH v2 5/9] pci, acpi, mcfg: Provide generic implementation of MCFG code initialization
` [PATCH v2 6/9] x86, pci: mmconfig_{32,64}.c code refactoring - remove code duplication
` [PATCH v2 7/9] x86, pci, ecam: mmconfig_64.c becomes default implementation for ECAM driver
` [PATCH v2 8/9] pci, acpi, mcfg: Share ACPI PCI config space accessors
` [PATCH v2 9/9] pci, ecam: Improve naming for ecam.c content and areas where it is used

[pci:pci/enumeration 21/30] drivers/pci/pci.c:111:15: sparse: symbol 'pci_bus_max_busnr' was not declared. Should it be static?
 2015-02-27  1:06 UTC  (2+ messages)
` [PATCH pci] PCI: pci_bus_max_busnr() can be static

[PATCH] pci: host: xgene: fix incorrectly returned address by map_bus
 2015-02-27  0:21 UTC  (2+ messages)

[problem] mpt2sas load fails with LSISAS2008
 2015-02-26 18:08 UTC  (14+ messages)

[PATCH] PCI/AER: Avoid info leak in __print_tlp_header
 2015-02-26 12:27 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-02-26  8:23 UTC  (29+ messages)
` [PATCH v3 01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_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 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()
` [PATCH v3 06/30] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v3 07/30] PCI: Pass PCI domain number combined with root bus number
` [PATCH v3 08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v3 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v3 11/30] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v3 12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [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 18/30] PCI/powerpc: Use pci_scan_root_bridge() for simplicity
` [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 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v3 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v3 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v3 28/30] PCI: Export find_pci_host_bridge()
` [PATCH v3 29/30] PCI: Remove platform specific pci_domain_nr()
` [PATCH v3 30/30] PCI: Remove pci_bus_assign_domain_nr()


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