linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-17 08:49:20 to 2015-04-29 15:35:49 UTC [more...]

[PATCH] lspci: Decode only supported ASPM exit latencies
 2015-04-29 15:35 UTC  (2+ messages)

[RFC PATCH 1/2] PCI: generic: remove dependency on hw_pci
 2015-04-29 14:42 UTC  (5+ messages)
` [RFC PATCH 2/2] PCI: generic: add arm64 support

[Bugfix v5] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716
 2015-04-29 14:15 UTC  (7+ messages)

[PATCH v10 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-04-29 11:20 UTC  (15+ messages)

[PATCH Part1 v11 0/5] Some cleanup for pcie host drivers
 2015-04-29  1:12 UTC  (10+ messages)
` [PATCH Part1 v11 1/5] PCI: mvebu: Use pci_common_init_dev() to simplify code
` [PATCH Part1 v11 2/5] PCI: tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH Part1 v11 3/5] PCI: designware: Use pci_scan_root_bus() for simplicity
` [PATCH Part1 v11 4/5] PCI: xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH Part1 v11 5/5] PCI: iproc: "

[PATCH Part2 v11 1/2] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
 2015-04-28  9:32 UTC  (2+ messages)
` [PATCH Part2 v11 2/2] PCI: Remove deprecated pci_scan_bus_parented()

[RFC] PCI: designware: missing *config* reg space
 2015-04-27 20:27 UTC 

Endpoint-to-Endpoint communication - Handshake Problem Enumeration
 2015-04-27 18:22 UTC 

[PATCH] irqchip/gicv3-its: Decrease page size when needed
 2015-04-27 17:17 UTC  (23+ messages)
` [PATCH 1/2] irqchip/gicv3-its: Support share device ID

[PATCH] PCI: keystone: Don't dereference possible NULL pointer
 2015-04-27 16:12 UTC  (2+ messages)

[PATCH v3 00/21] PowerPC/PowerNV: PCI Slot Management
 2015-04-27  6:37 UTC  (22+ messages)
` [PATCH v3 01/21] pci: Add pcibios_setup_bridge()
` [PATCH v3 02/21] powerpc/powernv: Enable M64 on P7IOC
` [PATCH v3 03/21] powerpc/powernv: M64 support improvement
` [PATCH v3 04/21] powerpc/powernv: Improve IO and M32 mapping
` [PATCH v3 05/21] powerpc/powernv: Improve DMA32 segment assignment
` [PATCH v3 06/21] powerpc/powernv: Create PEs dynamically
` [PATCH v3 07/21] powerpc/powernv: Release "
` [PATCH v3 08/21] powerpc/powernv: Drop pnv_ioda_setup_dev_PE()
` [PATCH v3 09/21] powerpc/eeh: Delay probing EEH device during hotplug
` [PATCH v3 10/21] powerpc/powernv: Use PCI slot reset infrastructure
` [PATCH v3 11/21] powerpc/powernv: Fundamental reset for PCI bus reset
` [PATCH v3 12/21] powerpc/pci: Don't scan empty slot
` [PATCH v3 13/21] powerpc/pci: Move pcibios_find_pci_bus() around
` [PATCH v3 14/21] powerpc/powernv: Introduce pnv_pci_poll()
` [PATCH v3 15/21] powerpc/powernv: Functions to get/reset PCI slot status
` [PATCH v3 16/21] powerpc/pci: Delay creating pci_dn
` [PATCH v3 17/21] powerpc/pci: Create eeh_dev while "
` [PATCH v3 18/21] powerpc/pci: Export traverse_pci_device_nodes()
` [PATCH v3 19/21] powerpc/pci: Update bridge windows on PCI plugging
` [PATCH v3 20/21] powerpc/powernv: Select OF_DYNAMIC
` [PATCH v3 21/21] pci/hotplug: PowerPC PowerNV PCI hotplug driver

[PATCH v10 00/29] Refine PCI scan interfaces and make generic pci host bridge
 2015-04-27  6:25 UTC  (32+ messages)
` [PATCH v10 01/29] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v10 02/29] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v10 03/29] PCI: Save domain in pci_host_bridge
` [PATCH v10 04/29] PCI: Move pci_bus_assign_domain_nr() declaration into drivers/pci/pci.h
` [PATCH v10 05/29] PCI: Remove argument bus for pci_create_root_bus()
` [PATCH v10 06/29] PCI: Alloc busn resource dynamically for pci_scan_bus()
` [PATCH v10 07/29] PCI: Allocate busn resource for pci_scan_root_bus()
` [PATCH v10 08/29] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v10 09/29] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v10 10/29] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v10 11/29] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v10 12/29] powerpc/PCI: Rename pcibios_root_bridge_prepare() to pcibios_set_root_bus_speed()
` [PATCH v10 13/29] PCI: Move pcibios_root_bridge_prepare() to pci_create_host_bridge()
` [PATCH v10 14/29] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v10 15/29] PCI: Introduce new scan function pci_scan_host_bridge()
` [PATCH v10 16/29] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v10 17/29] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v10 18/29] ia64/PCI: "
` [PATCH v10 19/29] powerpc/pci: Use pci_scan_host_bridge() for simplicity
` [PATCH v10 20/29] PCI: Remove pcibios_root_bridge_prepare() and pcibos_set_root_bus_speed()
` [PATCH v10 21/29] sparc/PCI: Use pci_scan_host_bridge() for simplicity
` [PATCH v10 22/29] parisc/PCI: Use pci_scan_root_bus() "
` [PATCH v10 23/29] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v10 24/29] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v10 25/29] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v10 26/29] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v10 27/29] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v10 28/29] PCI: Remove platform specific pci_domain_nr()
` [PATCH v10 29/29] PCI: Remove pci_bus_assign_domain_nr()

[PATCH] MAINTAINERS: Remove Mohit Kumar (email bounces)
 2015-04-27  5:50 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v6 00/10] PCI: Fix unhandled interrupt on shutdown
 2015-04-26  6:50 UTC  (2+ messages)

[PATCH v2] of/pci: fix a bug in function pci_pio_to_address
 2015-04-24 10:13 UTC  (2+ messages)

[PATCH v2] PCI: Fix NULL pointer when find parent pcie_link_state
 2015-04-24  6:59 UTC 

[PATCH] PCI: Fix NULL pointer when find parent pcie_link_state
 2015-04-24  6:12 UTC  (3+ messages)

Rescan and devices behind a bridge
 2015-04-24  5:10 UTC 

git pull] drm for v4.1-rc1
 2015-04-24  0:55 UTC  (7+ messages)

[PATCH 0/2] PCI: designware: improve iATU programming and usage
 2015-04-23  7:47 UTC  (5+ messages)
` [PATCH 1/2] PCI: designware: consolidate outbound iATU programming functions
` [PATCH 2/2] PCI: designware: use iATU0 for cfg and IO, iATU1 for MEM

[[PATCH v1]] of/pci: fix a bug in function pci_pio_to_address
 2015-04-23  1:51 UTC  (5+ messages)

[PATCH] Report NUMA node in lspci -v
 2015-04-22 20:27 UTC 

[PATCH] PCI / hotplug: Propagate the "ignore hotplug" setting to parent
 2015-04-22 14:19 UTC  (5+ messages)

[PATCH v2 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe MSI/MSIX termination driver
 2015-04-22 12:50 UTC  (42+ messages)
` [PATCH v3 0/4] PCI: X-Gene: Add APM X-Gene v1 "
  ` [PATCH v3 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe "
              ` [PATCH v4 0/4] PCI: X-Gene: Add APM X-Gene v1 "
              ` [PATCH v4 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe "
              ` [PATCH v4 2/4] arm64: dts: Add the device tree entry for the APM X-Gene PCIe MSI node
              ` [PATCH v4 3/4] documentation: dts: Add the device tree binding for APM X-Gene v1 PCIe MSI device tree node
              ` [PATCH v4 4/4] PCI: X-Gene: Add the MAINTAINERS entry for APM X-Gene v1 PCIe MSI driver
                      ` [PATCH v5 0/4]PCI: X-Gene: Add APM X-Gene v1 MSI/MSIX termination driver
                      ` [PATCH v5 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe "
                          ` [PATCH v6 0/4]PCI: X-Gene: Add APM X-Gene v1 "
                          ` [PATCH v6 1/4] documentation: dts: Add the device tree binding for APM X-Gene v1 PCIe MSI device tree node
                          ` [PATCH v6 2/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe MSI/MSIX termination driver
                          ` [PATCH v6 3/4] arm64: dts: Add the device tree entry for the APM X-Gene PCIe MSI node
                          ` [PATCH v6 4/4] PCI: X-Gene: Add the MAINTAINERS entry for APM X-Gene v1 PCIe MSI driver
                      ` [PATCH v5 2/4] arm64: dts: Add the device tree entry for the APM X-Gene PCIe MSI node
                      ` [PATCH v5 3/4] documentation: dts: Add the device tree binding for APM X-Gene v1 PCIe MSI device tree node
                      ` [PATCH v5 4/4] PCI: X-Gene: Add the MAINTAINERS entry for APM X-Gene v1 PCIe MSI driver

[PATCH] ia64/PCI: Treat all host bridge Address Space Descriptors (even consumers) as windows
 2015-04-21 23:00 UTC  (3+ messages)

[PATCHv2] perf/x86/intel/uncore: Move PCI IDs for IMC to uncore driver
 2015-04-21 19:33 UTC 

[PATCH] perf/x86/intel/uncore: Move PCI IDs for IMC to uncore driver
 2015-04-21 19:31 UTC  (3+ messages)

[PATCH v1 05/47] pci: add pci_iomap_wc() variants
 2015-04-21 18:46 UTC  (3+ messages)

[PATCHv2] perf/x86/intel/uncore: add support for Haswell ULT IMC uncore
 2015-04-21  7:29 UTC  (3+ messages)

[PATCH] perf/x86/intel/uncore: add support for Haswell ULT IMC uncore
 2015-04-20 20:20 UTC  (6+ messages)

Fwd: NULL Pointer in 3.x during PCI bus enumeration
 2015-04-18  0:03 UTC  (4+ messages)
  `  "

[RFC] PCI: BCM5301X: add PCIe2 driver for BCM5301X SoCs
 2015-04-17 16:07 UTC  (5+ messages)

[query] how to use "ranges" in device tree
 2015-04-17  9:38 UTC  (9+ 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).