linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-20 09:16:05 to 2015-05-22 18:43:41 UTC [more...]

[PATCH v6 2/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe MSI/MSIX termination driver
 2015-05-22 18:43 UTC  (10+ 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

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

[PATCH] PCI/ASPM: Drop __pci_disable_link_state() useless "force" parameter
 2015-05-22 14:58 UTC 

[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 v6 0/4] pci: add and use pci_iomap_wc()
 2015-05-22  0:23 UTC  (8+ 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: "

[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

[RFC/RFT PATCH] PCI: move pci_read_bridge_bases to the generic PCI layer
 2015-05-21 13:14 UTC 

[PATCH 00/16] ntb: NTB Abstraction Layer
 2015-05-21 12:49 UTC  (30+ messages)
` [PATCH 01/16] Move files in preparation for NTB Abstraction
` [PATCH 02/16] NTB Abstraction Layer
` [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 05/16] Intel NTB params for snb b2b addresses
` [PATCH 06/16] NTB Pingpong Client
` [PATCH 07/16] NTB Tool Client
` [PATCH 08/16] ntb_transport: rate limit ntb_qp_link_work
` [PATCH 09/16] ntb_transport: differentiate link down messages
` [PATCH 10/16] ntb_transport: don't advance rx on link down
` [PATCH 11/16] ntb_transport: reset qp link stats on down
` [PATCH 12/16] ntb_transport: numa aware memory and dma chan
` [PATCH 13/16] ntb_hw_intel: numa aware memory allocation
` [PATCH 14/16] ntb: performance improvement by write combining
` [PATCH 15/16] ntb: default to cpu memcpy for performance
` [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 v4 1/3] PCI: Add pdev->has_secondary_link to mark pcie link
 2015-05-21  7:05 UTC  (3+ 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 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)

[PATCH v2 1/2] PCI: generic: remove dependency on hw_pci
 2015-05-20 20:46 UTC  (5+ messages)

[RFC v1 00/25] Optimize irq flow handler
 2015-05-20 20:22 UTC  (52+ messages)
` [RFC v1 01/25] ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
` [RFC v1 02/25] avr32, "
` [RFC v1 03/25] MIPS, "
` [RFC v1 04/25] powerpc, "
` [RFC v1 05/25] gpio: "
` [RFC v1 06/25] pinctrl: "
` [RFC v1 07/25] irqchip: "
` [RFC v1 08/25] mfd: "
` [RFC v1 09/25] ipu: "
` [RFC v1 10/25] sh: intc: "
` [RFC v1 11/25] keystone, irq: Use irq_data_get_xxx() to avoid redundant lookup of irq_data
` [RFC v1 12/25] spmi: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
` [RFC v1 13/25] genirq: Kill the parameter 'irq' of kstat_incr_irqs_this_cpu()
` [RFC v1 14/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t
` [RFC v1 15/25] "
` [RFC v1 16/25] "
` [RFC v1 17/25] "
` [RFC v1 18/25] "
` [RFC v1 19/25] "
` [RFC v1 20/25] "
` [RFC v1 21/25] "
` [RFC v1 22/25] "
` [RFC v1 23/25] "
` [RFC v1 24/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  (6+ messages)
` [PATCH v2 1/2] PCI: designware: consolidate outbound iATU programming functions
` [PATCH v2 2/2] PCI: designware: use iATU0 for cfg and IO, iATU1 for MEM

[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  (8+ messages)
` [RFC/RFT PATCH 2/2] ARM64: kernel: pci: "

[PATCH 0/2] PCI: iproc: add bcma PCIe 2.0 controller
 2015-05-20 14:52 UTC  (2+ messages)

[Patch v2 00/14] Split struct irq_data into common part and per-chip part
 2015-05-20 14:48 UTC  (16+ messages)
` [Patch v2 01/14] genirq: Introduce struct irq_common_data to host shared irq data
` [Patch v2 02/14] genirq: Introduce helper function irq_data_get_node()
` [Patch v2 03/14] x86, irq: Use accessor irq_data_get_node() to hide struct irq_data detail
` [Patch v2 04/14] sh, "
` [Patch v2 05/14] genirq: Move field 'node' from struct irq_data into struct irq_common_data
` [Patch v2 06/14] genirq: Move field 'handler_data' "
` [Patch v2 07/14] mn10300: Fix incorrect use of data->affinity
` [Patch v2 09/14] net/mlx4: Cache irq_desc->affinity instead of irq_desc
` [Patch v2 10/14] genirq: Move field 'affinity' from struct irq_data into struct irq_common_data
` [Patch v2 11/14] genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()
` [Patch v2 12/14] genirq: Use helper function to access irq_data->msi_desc
` [Patch v2 13/14] genirq: Move field 'msi_desc' from struct irq_data into struct irq_common_data
` [Patch v2 14/14] genirq: Pass irq_data to helper function __irq_set_chip_handler_name_locked()

[PATCH v2] xen/pcifront: Remove usage of struct timeval
 2015-05-20 13:16 UTC  (3+ messages)
` [Y2038] "


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