Linux-PCI Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-20 17:48:26 to 2015-05-27 03:55:56 UTC [more...]

[PATCH 00/11] ARM64 PCI hostbridge init based on ACPI
 2015-05-27  3:55 UTC  (24+ messages)
` [PATCH 01/11] ARM64 / PCI: introduce struct pci_controller for ACPI
` [PATCH 02/11] x86, pci: Clean up comment about buggy MMIO config space access for AMD Fam10h CPUs
` [PATCH 03/11] x86, pci: Abstract PCI config accessors and use AMD Fam10h workaround exclusively
` [PATCH 04/11] x86, pci: Reorder logic of pci_mmconfig_insert() function
` [PATCH 05/11] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
` [PATCH 06/11] pci, acpi, mcfg: Provide generic implementation of MCFG code initialization
` [PATCH 07/11] x86, pci: mmconfig_{32,64}.c code refactoring - remove code duplication
` [PATCH 08/11] x86, pci, ecam: mmconfig_64.c becomes default implementation for ECAM driver
` [PATCH 09/11] pci, acpi, mcfg: Share ACPI PCI config space accessors
` [PATCH 10/11] XEN / PCI: Remove the dependence on arch x86 when PCI_MMCONFIG=y
` [PATCH 11/11] ARM64 / PCI / ACPI: support for ACPI based PCI hostbridge init

[PATCH net-next v6 1/2] pci: Add Cavium PCI vendor id
 2015-05-27  2:20 UTC 

[PATCH] PCI / ACPI: Do not set ACPI companions for host bridges with parents
 2015-05-27  2:15 UTC  (5+ messages)

[PATCH Part2 v11 1/2] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
 2015-05-27  1:15 UTC  (2+ messages)

[Update][PATCH v4 2/3] PCI/ASPM: Fix NULL pointer when find parent pcie_link_state
 2015-05-27  1:12 UTC  (3+ messages)

[PATCH Part1 v11 0/5] Some cleanup for pcie host drivers
 2015-05-27  0:12 UTC  (5+ messages)
` [PATCH Part1 v11 1/5] PCI: mvebu: Use pci_common_init_dev() to simplify code
` [PATCH Part1 v11 3/5] PCI: designware: Use pci_scan_root_bus() for simplicity

[PATCH] PCI/ASPM: Drop __pci_disable_link_state() useless "force" parameter
 2015-05-26 23:58 UTC  (3+ messages)

[PATCH v4 1/3] PCI: Add pdev->has_secondary_link to mark pcie link
 2015-05-26 23:58 UTC  (7+ messages)
` [PATCH v4 2/3] PCI/ASPM: Fix NULL pointer when find parent pcie_link_state
` [PATCH v4 3/3] PCI: Use pdev->has_secondary_link to identify pcie link

[PATCH v2 0/2] ACPI / PCI: Fix _PRT lookup for ARI enabled devices
 2015-05-26 21:11 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: Move pci_ari_enabled() to global header
` [PATCH v2 2/2] ACPI / PCI: Account for ARI in _PRT lookups

[PATCH 0/2] ACPI / PCI: Fix _PRT lookup for ARI enabled devices
 2015-05-26 20:58 UTC  (6+ messages)
` [PATCH 1/2] PCI: Move pci_ari_enabled() to global header
` [PATCH 2/2] ACPI / PCI: Account for ARI in _PRT lookups

[Patch v2 resend] apple-gmux: lock iGP IO to protect from vgaarb changes
 2015-05-26 19:10 UTC  (4+ messages)
            ` [Patch v3] "

[PATCH v6 0/4] pci: add and use pci_iomap_wc()
 2015-05-26 17:40 UTC  (9+ messages)
` [PATCH v6 1/4] pci: add pci_iomap_wc() variants
` [PATCH v6 2/4] video: fbdev: arkfb: use arch_phys_wc_add() and pci_iomap_wc()
` [PATCH v6 3/4] video: fbdev: s3fb: "
` [PATCH v6 4/4] video: fbdev: vt8623fb: "

Initial APCI root bus discovery vs. rescan
 2015-05-26 16:07 UTC  (2+ messages)

[RFC/RFT PATCH] PCI: move pci_read_bridge_bases to the generic PCI layer
 2015-05-26 14:21 UTC  (3+ messages)

[PATCH v2 1/2] PCI: generic: remove dependency on hw_pci
 2015-05-26 10:38 UTC  (7+ messages)

[RFC PATCH v1 1/3] PCI: designware: Add ARM64 support
 2015-05-26  8:09 UTC  (9+ messages)

[PATCH 1/2] PCI: iproc: directly add pci resources
 2015-05-26  0:35 UTC  (6+ messages)
` [PATCH 2/2] PCI: iproc: free resource list after registration

[PATCH] PCI / hotplug: Propagate the "ignore hotplug" setting to parent
 2015-05-25 22:27 UTC  (3+ messages)

[PATCH v3 0/5] PCI: st: provide support for dw pcie
 2015-05-25 14:28 UTC  (4+ messages)
` [PATCH v3 4/5] pci: designware: remove pci_common_init_dev()

[PATCH v6 2/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe MSI/MSIX termination driver
 2015-05-25 11:52 UTC  (11+ messages)
` [PATCH v7 0/4] PCI: X-Gene: Add APM X-Gene v1 "
  ` [PATCH v7 2/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe "
      ` [PATCH v8 0/4] PCI: X-Gene: Add APM X-Gene v1 "
      ` [PATCH v8 1/4] documentation: dts: Add the device tree binding for APM X-Gene v1 PCIe MSI device tree node
      ` [PATCH v8 2/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe MSI/MSIX termination driver
      ` [PATCH v8 3/4] arm64: dts: Add the device tree entry for the APM X-Gene PCIe MSI node
      ` [PATCH v8 4/4] PCI: X-Gene: Add the MAINTAINERS entry for APM X-Gene v1 PCIe MSI driver

[RFC PATCH v1 0/3] PCI: hisi: Add PCIe host support for Hisilicon Soc Hip05
 2015-05-25  1:33 UTC  (3+ messages)
` [RFC PATCH v1 1/3] PCI: designware: Add ARM64 support

lenovo T530+Nvida GTX 660 TI eGPU via PE4H
 2015-05-23 18:12 UTC  (4+ messages)

[PATCH net-next v5 1/2] pci: Add Cavium PCI vendor id
 2015-05-23  1:28 UTC 

[PATCH] PCI: Only enable IO window if supported
 2015-05-23  0:52 UTC 

[PATCH] PCIe / hotplug: Drop pointless label from pciehp_probe()
 2015-05-22 22:39 UTC  (2+ messages)

[PATCH] PCI / hotplug / ACPI: Check ignore_hotplug for all downstream devices
 2015-05-22 22:16 UTC  (3+ messages)

[PATCH v2 0/5] Qualcomm PCIe and PCIe/PHY drivers
 2015-05-22 19:26 UTC  (12+ messages)
` [PATCH v2 2/5] phy: qcom: Add Qualcomm PCIe PHY
` [PATCH v2 5/5] ARM: qcom: Add Qualcomm APQ8084 SoC

[PATCH 1/1] PCI: Add function 1 DMA alias quirk for Marvell 9120
 2015-05-22 14:52 UTC  (2+ messages)

[Patch v3 0/7] Consolidate ACPI PCI root common code into ACPI core
 2015-05-22 13:55 UTC  (15+ messages)
` [Patch v3 1/7] ACPI/PCI: Enhance ACPI core to support sparse IO space
` [Patch v3 2/7] ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridge
` [Patch v3 3/7] ia64/PCI: Use common struct resource_entry to replace struct iospace_resource
` [Patch v3 5/7] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core
` [Patch v3 6/7] x86/PCI/ACPI: Use common interface to support PCI host bridge

[PATCH] ACPI / PCI: remove stale list_head in struct acpi_prt_entry
 2015-05-22 11:04 UTC  (6+ messages)

e1000e pci_disable_link_state_locked() issues
 2015-05-22  7:55 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH v2] ACPI / PCI: remove stale list_head in struct acpi_prt_entry
 2015-05-22  2:06 UTC  (2+ messages)

[PATCH] pci/hotplug: work-around for missing _RMV on HP ZBook G2
 2015-05-22  1:21 UTC  (6+ messages)
  ` [PATCH] PCIe / hotplug: Drop pointless ACPI-based "slot detection" check
    ` [Update][PATCH] "

[PATCH 1/1] PCI: Add function 1 DMA alias quirk for Marvell 9120
 2015-05-21 14:14 UTC  (2+ messages)

[PATCH v2 00/17] NTB: Add NTB hardware abstraction layer
 2015-05-21  9:45 UTC  (19+ messages)
  ` [PATCH v2 01/17] NTB: Move files in preparation for NTB abstraction
  ` [PATCH v2 02/17] NTB: Add NTB hardware abstraction layer
  ` [PATCH v2 03/17] NTB: Enable link for Intel root port mode in probe
  ` [PATCH v2 04/17] NTB: Check the device ID to set errata flags
  ` [PATCH v2 05/17] NTB: Add parameters for Intel SNB B2B addresses
  ` [PATCH v2 06/17] NTB: Add ping pong test client
  ` [PATCH v2 07/17] NTB: Add tool "
  ` [PATCH v2 08/17] NTB: Rate limit ntb_qp_link_work
  ` [PATCH v2 09/17] NTB: Differentiate transport link down messages
  ` [PATCH v2 10/17] NTB: Do not advance transport RX on link down
  ` [PATCH v2 11/17] NTB: Reset transport QP link stats on down
  ` [PATCH v2 12/17] NTB: Use NUMA memory and DMA chan in transport
  ` [PATCH v2 13/17] NTB: Use NUMA memory in Intel driver
  ` [PATCH v2 14/17] NTB: Improve performance with write combining
  ` [PATCH v2 15/17] NTB: Default to CPU memcpy for performance
  ` [PATCH v2 16/17] NTB: Fix small code format issues in transport
  ` [PATCH v2 17/17] NTB: Rename intel hw to proper platform names

[PATCH 00/16] ntb: NTB Abstraction Layer
 2015-05-21 12:49 UTC  (22+ messages)
` [PATCH 02/16] "
` [PATCH 03/16] ntb: Enable link training for RP mode in the driver probe
` [PATCH 04/16] Check the DID for certain workaround error flags to be set
` [PATCH 06/16] NTB Pingpong Client
` [PATCH 07/16] NTB Tool Client
` [PATCH 09/16] ntb_transport: differentiate link down messages
` [PATCH 14/16] ntb: performance improvement by write combining
` [PATCH 16/16] ntb_transport: fix small code format issues

[RFC PATCH v1 2/3] PCI: hisi: Add PCIe host support for Hisilicon Soc Hip05
 2015-05-21 12:29 UTC  (4+ messages)

[PATCH v11 0/10] iommu/vt-d: Fix intel vt-d faults in kdump kernel
 2015-05-21 10:11 UTC  (7+ messages)
` [PATCH v11 08/10] iommu/vt-d: assign new page table for dma_map

[PATCH v6 0/2] pci: drop msi disable on shutdown
 2015-05-21  6:21 UTC  (4+ messages)
` [PATCH v6 1/2] PCI/MSI: Don't disable MSI/MSI-X at shutdown

[PATCH v3 1/2] PCI: Fix NULL pointer when find parent pcie_link_state
 2015-05-21  2:18 UTC  (3+ messages)

[PATCH] pci: Use a bus-global mutex to protect VPD operations
 2015-05-20 21:26 UTC  (8+ messages)
` [Intel-wired-lan] "

[PATCH v5 1/5] pci: add pci_iomap_wc() variants
 2015-05-20 20:52 UTC  (9+ messages)

[RFC v1 00/25] Optimize irq flow handler
 2015-05-20 20:22 UTC  (18+ messages)
` [RFC v1 01/25] ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
` [RFC v1 14/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t
` [RFC v1 15/25] "
` [RFC v1 25/25] "

[PATCH v2 0/7] IOMMU/DMA map_resource support for peer-to-peer
 2015-05-20 20:07 UTC  (8+ messages)
` [PATCH v2 4/7] DMA-API: Add dma_(un)map_resource() documentation

[PATCH v2 0/2] PCI: designware: improve iATU programming and usage
 2015-05-20 20:03 UTC  (2+ messages)

[PATCH] MAINTAINERS: adding mailing list for NTB
 2015-05-20 19:53 UTC 

[PATCH] PCI/ASPM: Remove redundant checking for pcie port type
 2015-05-20 19:48 UTC  (2+ messages)

[RFC/RFT PATCH 1/2] ARM: kernel: bios32: implement PCI device resources claiming
 2015-05-20 17:48 UTC  (6+ messages)
` [RFC/RFT PATCH 2/2] ARM64: kernel: pci: "


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 read-only IMAP folder(s) and NNTP newsgroup(s).