linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-03 00:10:12 to 2015-06-05 14:10:49 UTC [more...]

[PATCH 00/17] Fixes and Cleanups for the Intel VT-d driver
 2015-06-05 14:10 UTC  (3+ messages)
` [PATCH 02/17] iommu/vt-d: Remove __iommu_save_to_oldmem() function
` [PATCH 03/17] iommu/vt-d: Make two functions static

[PATCH] PCI: designware: set PORT_LOGIC_SPEED_CHANGE before linkup
 2015-06-05 11:05 UTC  (3+ messages)

[Patch v3 00/36] Split struct irq_data into common part and per-chip part
 2015-06-05  8:48 UTC  (9+ messages)
` [Patch v3 21/36] mips, irq: Use access helper irq_data_get_affinity_mask()
` [Patch v3 27/36] x86, "
` [Patch v3 35/36] genirq: Pass irq_data to helper function __irq_set_chip_handler_name_locked()

[RFT v2 00/48] Refine irq interfaces to reduce number of parameters
 2015-06-05  8:36 UTC  (67+ messages)
` [RFT v2 01/48] genirq: Clean up outdated comments related to include/linux/irqdesc.h
` [RFT v2 02/48] genirq: Kill never used irq_node()
` [RFT v2 03/48] MIPS, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
` [RFT v2 04/48] powerpc, "
` [RFT v2 05/48] gpio: "
` [RFT v2 06/48] pinctrl: "
` [RFT v2 07/48] avr32, irq: "
` [RFT v2 08/48] mfd: "
` [RFT v2 09/48] ARM, irq: "
` [RFT v2 10/48] irqchip: "
` [RFT v2 11/48] ipu: "
` [RFT v2 12/48] sh: intc: "
` [RFT v2 13/48] keystone, irq: Use irq_data_get_xxx() to avoid redundant lookup of irq_data
` [RFT v2 14/48] spmi: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
` [RFT v2 15/48] genirq: Kill the parameter 'irq' of kstat_incr_irqs_this_cpu()
` [RFT v2 16/48] genirq: Introduce helper irq_desc_get_irq()
` [RFT v2 17/48] genirq: Kill the parameter 'irq' of check_irq_resend()
` [RFT v2 18/48] genirq: Kill the parameter 'irq' of note_interrupt()
` [RFT v2 19/48] genirq: Change prototypes of register_irq_proc() and friends
` [RFT v2 20/48] genirq: Kill the parameter 'irq' of setup_affinity()
` [RFT v2 21/48] ARM, irq: Prepare for killing the first parameter 'irq' of irq_flow_handler_t
` [RFT v2 22/48] blackfin, "
` [RFT v2 23/48] c6x, "
` [RFT v2 24/48] m68k, "
` [RFT v2 25/48] mips, "
` [RFT v2 26/48] powerpc, "
` [RFT v2 27/48] sh, "
` [RFT v2 28/48] unicore32, "
` [RFT v2 29/48] ipu: "
` [RFT v2 30/48] gpio: "
` [RFT v2 31/48] irqchip: "
` [RFT v2 32/48] mfd: "
` [RFT v2 33/48] PCI/keystone: "
` [RFT v2 34/48] pinctrl: "
` [RFT v2 35/48] genirq: Kill "
` [RFT v2 36/48] genirq, arm: "
` [RFT v2 37/48] genirq, blackfin: "
` [RFT v2 38/48] genirq, powerpc: "
` [RFT v2 39/48] genirq, mips: "
` [RFT v2 40/48] genirq, m68k: "
` [RFT v2 41/48] genirq, x86: "
` [RFT v2 42/48] genirq, sh: "
` [RFT v2 43/48] genirq, arch: "
` [RFT v2 44/48] genirq, pinctrl: "
` [RFT v2 45/48] genirq, gpio: "
` [RFT v2 46/48] genirq, irqchip: "
` [RFT v2 47/48] genirq, mfd: "
` [RFT v2 48/48] genirq, drivers: "

[PATCH v2 0/4] PCI: hisi: Add PCIe host support for Hisilicon Soc Hip05
 2015-06-05  8:13 UTC  (11+ messages)
` [PATCH v2 1/4] ARM/PCI: remove align_resource callback in pcibios_align_resource
` [PATCH v2 2/4] PCI: designware: Add ARM64 support
` [PATCH v2 3/4] PCI: hisi: Add PCIe host support for Hisilicon Soc Hip05
` [PATCH v2 4/4] Documentation: DT: Add Hisilicon PCIe host binding

[PATCH 0/7] Cleanup unused code
 2015-06-05  8:08 UTC  (13+ messages)
` [PATCH 1/7] microblaze/PCI: Remove unused declarations
` [PATCH 2/7] microblaze/PCI: Remove unnecessary pci_bus_find_capability() declaration
` [PATCH 3/7] microblaze/PCI: Remove unnecessary struct pci_dev declaration
` [PATCH 4/7] PCI: Include <linux/pci.h>, not <asm/pci.h>
` [PATCH 5/7] PCI: Remove unnecessary #includes of <asm/pci.h>
` [PATCH 6/7] PCI: Remove unused pcibios_select_root() (again)
` [PATCH 7/7] PCI: Remove unused pci_dma_burst_advice()

[PATCH] microblaze/PCI: Remove unused declarations
 2015-06-05  6:42 UTC  (2+ messages)

[PATCH 1/5] PCI: imx6: Rename imx6_pcie_start_link() to imx6_pcie_establish_link()
 2015-06-04 22:06 UTC  (6+ messages)
` [PATCH 2/5] PCI: dra7xx: Use dw_pcie_link_up() consistently
` [PATCH 3/5] PCI: layerscape: "
` [PATCH 4/5] PCI: layerscape: Factor out ls_pcie_establish_link()
` [PATCH 5/5] PCI: designware: Wait for link to come up with consistent style

[Patch v4 0/8] Consolidate ACPI PCI root common code into ACPI core
 2015-06-04 16:57 UTC  (16+ messages)
` [Patch v4 5/8] ARM64/PCI/ACPI: Introduce struct pci_controller for ACPI

[PATCH 00/11] ARM64 PCI hostbridge init based on ACPI
 2015-06-04 12:28 UTC  (8+ messages)
` [PATCH 05/11] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory

[PATCH V6 00/10] VF EEH on Power8
 2015-06-04  7:10 UTC  (24+ messages)
` [PATCH V7 "
  ` [PATCH V7 01/10] PCI/IOV: Rename and export virtfn_add/virtfn_remove
  ` [PATCH V7 04/10] powerpc/eeh: Trace first 7 BARs in address cache
  ` [PATCH V7 06/10] powerpc/eeh: Create PE for VFs
  ` [PATCH V7 08/10] powerpc/powernv: Support PCI config restore "

[PATCH v5 00/42] PowerPC/PowerNV: PCI Slot Management
 2015-06-04  6:42 UTC  (43+ messages)
` [PATCH v5 01/42] PCI: Add pcibios_setup_bridge()
` [PATCH v5 02/42] powerpc/powernv: Enable M64 on P7IOC
` [PATCH v5 03/42] powerpc/powernv: M64 support improvement
` [PATCH v5 04/42] powerpc/powernv: Trace consumed IO and M32 segments by PE
` [PATCH v5 05/42] powerpc/powernv: Simplify pnv_ioda_setup_pe_seg()
` [PATCH v5 06/42] powerpc/powernv: Improve IO and M32 mapping
` [PATCH v5 07/42] powerpc/powernv: Calculate PHB's DMA weight dynamically
` [PATCH v5 08/42] powerpc/powernv: DMA32 cleanup
` [PATCH v5 09/42] powerpc/powernv: pnv_ioda_setup_dma() configure one PE only
` [PATCH v5 10/42] powerpc/powernv: Trace DMA32 segments consumed by PE
` [PATCH v5 11/42] powerpc/powernv: Increase PE# capacity
` [PATCH v5 12/42] powerpc/pci: Cleanup on pci_controller_ops
` [PATCH v5 13/42] powerpc/pci: Override pcibios_setup_bridge()
` [PATCH v5 14/42] powerpc/powernv: Allocate PE# in deasending order
` [PATCH v5 15/42] powerpc/powernv: Reserve PE# for root bus
` [PATCH v5 16/42] powerpc/powernv: Create PEs dynamically
` [PATCH v5 17/42] powerpc/powernv: PE oriented during configuration
` [PATCH v5 18/42] powerpc/powernv: Helper function pnv_ioda_init_pe()
` [PATCH v5 19/42] powerpc/powernv: Remove DMA32 list of PEs
` [PATCH v5 20/42] powerpc/powernv: Rename pnv_ioda_get_pe() to pnv_ioda_dev_to_pe()
` [PATCH v5 21/42] powerpc/powernv: Drop pnv_ioda_setup_dev_PE()
` [PATCH v5 22/42] powerpc/powernv: Move functions around
` [PATCH v5 23/42] powerpc/powernv: Cleanup on pnv_pci_ioda2_release_dma_pe()
` [PATCH v5 24/42] powerpc/powernv: Release PEs dynamically
` [PATCH v5 25/42] powerpc/powernv: Supports slot ID
` [PATCH v5 26/42] powerpc/powernv: Use PCI slot reset infrastructure
` [PATCH v5 27/42] powerpc/powernv: Simplify pnv_eeh_reset()
` [PATCH v5 28/42] powerpc/powernv: Don't cover root bus in pnv_pci_reset_secondary_bus()
` [PATCH v5 29/42] powerpc/powernv: Issue fundamental reset "
` [PATCH v5 30/42] powerpc/pci: Don't scan empty slot
` [PATCH v5 31/42] powerpc/pci: Move pcibios_find_pci_bus() around
` [PATCH v5 32/42] powerpc/powernv: Introduce pnv_pci_poll()
` [PATCH v5 33/42] powerpc/powernv: Functions to get/reset PCI slot status
` [PATCH v5 34/42] powerpc/pci: Delay creating pci_dn
` [PATCH v5 35/42] powerpc/pci: Create eeh_dev while "
` [PATCH v5 36/42] powerpc/pci: Export traverse_pci_device_nodes()
` [PATCH v5 37/42] powerpc/pci: Update bridge windows on PCI plugging
` [PATCH v5 38/42] powerpc/powernv: Select OF_OVERLAY
` [PATCH v5 39/42] drivers/of: Unflatten nodes equal or deeper than specified level
` [PATCH v5 40/42] drivers/of: Allow to specify root node in of_fdt_unflatten_tree()
` [PATCH v5 41/42] drivers/of: Return allocated memory chunk from of_fdt_unflatten_tree()
` [PATCH v5 42/42] pci/hotplug: PowerPC PowerNV PCI hotplug driver

Problems writing to intel P3700 NVMe drive
 2015-06-03 21:37 UTC  (3+ messages)

[PATCH V3 0/2] pci: Provide a flag to access VPD through function 0
 2015-06-03 18:47 UTC  (3+ messages)
` [PATCH V3 1/2] pci: Add dev_flags bit "
` [PATCH V3 2/2] pci: Add VPD quirk for Intel Ethernet devices

[PATCH v6 0/2] pci: drop msi disable on shutdown
 2015-06-03 18:37 UTC  (9+ messages)
` [PATCH v6 1/2] PCI/MSI: Don't disable MSI/MSI-X at shutdown

[PATCH] PCI: Only enable IO window if supported
 2015-06-03 18:07 UTC  (10+ messages)

[v3,33/36] genirq: Use helper function to access irq_data->msi_desc
 2015-06-03 16:53 UTC  (2+ messages)

[PATCH V2 0/2] pci: Provide a flag to access VPD through function 0
 2015-06-03 16:16 UTC  (5+ messages)
` [PATCH V2 1/2] pci: Add dev_flags bit "
  ` [Intel-wired-lan] "
` [PATCH V2 2/2] pci: Add VPD quirk for Intel Ethernet devices

lenovo T530+Nvida GTX 660 TI eGPU via PE4H
 2015-06-03 14:08 UTC  (8+ messages)

[PATCH Part1 v11 3/5] PCI: designware: Use pci_scan_root_bus() for simplicity
 2015-06-03 11:45 UTC  (2+ messages)

Debugging "Completion Timeout" errors as reported by AER
 2015-06-03  6:47 UTC  (4+ messages)

[Patch v3 31/36] genirq: Move field 'affinity' from struct irq_data into struct irq_common_data
 2015-06-03  3:47 UTC  (2+ 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).