public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-20 05:54:12 to 2015-03-01 02:18:37 UTC [more...]

[PATCH 0/8] x86, boot: clean up setup_data handling
 2015-03-01  2:17 UTC  (5+ messages)
` [PATCH 1/8] x86, kaslr: get kaslr_enabled back correctly
` [PATCH 2/8] x86: Kill E820_RESERVED_KERN
` [PATCH 4/8] x86, of: let add_dtb reserve by itself
` [PATCH 5/8] x86, boot: Add add_pci handler for SETUP_PCI

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

regression in 4.0.0-rc1 with r8169 ethernet
 2015-02-28 10:03 UTC  (11+ messages)

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

[PATCH v1] of: calculate masks of the device based on dma-range size
 2015-02-27 20:41 UTC  (3+ 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 Issues with ExpressCard/54 Audio Device
 2015-02-27  6:32 UTC  (11+ messages)

[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 v4 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-02-27  0:56 UTC  (33+ 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()

[PATCH] pci: host: xgene: fix incorrectly returned address by map_bus
 2015-02-27  0:21 UTC  (3+ 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  (7+ messages)
      ` [PATCH v2] "

[PATCH v3 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-02-26  8:23 UTC  (33+ messages)
` [PATCH v3 01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [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 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 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [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 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 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()

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

[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  (3+ 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 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  (16+ 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
  ` [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  (3+ 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 v3] pci: spear: Drop __initdata from spear13xx_pcie_driver
 2015-02-20 14:38 UTC  (4+ messages)

[PATCH 0/4] Support registering specific reset handler
 2015-02-20  5:53 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox