linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-06 04:13:19 to 2015-08-12 11:05:19 UTC [more...]

[PATCH v6 00/42] powerpc/powernv: PCI hotplug suppport
 2015-08-12 11:05 UTC  (71+ messages)
` [PATCH v6 03/42] powerpc/powernv: Enable M64 on P7IOC
` [PATCH v6 05/42] powerpc/powernv: Track IO/M32/M64 segments from PE
` [PATCH v6 07/42] powerpc/powernv: Improve IO and M32 mapping
` [PATCH v6 08/42] powerpc/powernv: Calculate PHB's DMA weight dynamically
` [PATCH v6 09/42] powerpc/powernv: DMA32 cleanup
` [PATCH v6 10/42] powerpc/powernv: pnv_ioda_setup_dma() configure one PE only
` [PATCH v6 11/42] powerpc/powernv: Trace DMA32 segments consumed by PE
` [PATCH v6 12/42] powerpc/powernv: Increase PE# capacity
` [PATCH v6 13/42] powerpc/pci: Cleanup on pci_controller_ops
` [PATCH v6 15/42] powerpc/powernv: PE oriented during configuration
` [PATCH v6 16/42] powerpc/powernv: Helper function pnv_ioda_init_pe()
` [PATCH v6 17/42] powerpc/powernv: Rename PE# fields in PHB
` [PATCH v6 18/42] powerpc/powernv: Allocate PE# in deasending order
` [PATCH v6 20/42] powerpc/powernv: Create PEs dynamically
` [PATCH v6 22/42] powerpc/powernv: Move functions around
` [PATCH v6 23/42] powerpc/powernv: Release PEs dynamically
` [PATCH v6 24/42] powerpc/powernv: Supports slot ID
` [PATCH v6 25/42] powerpc/powernv: Use PCI slot reset infrastructure
` [PATCH v6 27/42] powerpc/powernv: Don't cover root bus in pnv_pci_reset_secondary_bus()
` [PATCH v6 28/42] powerpc/powernv: Fundamental reset "
` [PATCH v6 30/42] powerpc/pci: Move pcibios_find_pci_bus() around
` [PATCH v6 33/42] powerpc/powernv: Functions to get/reset PCI slot status
` [PATCH v6 35/42] powerpc/pci: Export traverse_pci_device_nodes()
` [PATCH v6 38/42] drivers/of: Unflatten subordinate nodes after specified level
` [PATCH v6 39/42] drivers/of: Allow to specify root node in of_fdt_unflatten_tree()
` [PATCH v6 40/42] drivers/of: Return allocated memory chunk from of_fdt_unflatten_tree()
` [PATCH v6 41/42] drivers/of: Export OF changeset functions
` [PATCH v6 42/42] pci/hotplug: PowerPC PowerNV PCI hotplug driver

[PATCH v2] PCI: designware: Mark the msi cascade handler IRQF_NO_THREAD
 2015-08-12 11:04 UTC 

[PATCH v3 0/5] Designware host multivector MSI and 64bit MSI fixes
 2015-08-12  9:33 UTC  (6+ messages)
` [PATCH v3 1/5] PCI: allow MSI chip providers to implement their own multivector MSI setup
` [PATCH v3 2/5] PCI: designware: factor out MSI msg setup
` [PATCH v3 3/5] PCI: designware: implement multivector MSI irq setup
` [PATCH v3 4/5] PCI: designware: change prototype of get_msi_addr
` [PATCH v3 5/5] PCI: designware: set up high part of MSI target address

[PATCH v4 1/3] PCI: generic: remove dependency on hw_pci
 2015-08-12  9:15 UTC  (5+ messages)

next-20150806 build: 2 failures 52 warnings (next-20150806)
 2015-08-12  8:21 UTC  (6+ messages)

[PATCH v5 0/3] dra7xx: Add PM support to PCIe
 2015-08-12  5:40 UTC  (4+ messages)

[PATCH 0/4] PCI: Mark the msi cascade handler IRQF_NO_THREAD
 2015-08-12  1:25 UTC  (8+ messages)
` [PATCH 1/4] PCI: imx6: "

PCIe 3.0 AtomicOp capabilities
 2015-08-12  0:39 UTC  (3+ messages)

[PATCH 0/2] pci: am57xx-evm: Fix PCIe card enumeration issue
 2015-08-11 21:02 UTC  (2+ messages)

[PATCH] PCI: iproc_bcma: allow build as module
 2015-08-11 20:36 UTC  (4+ messages)

[PATCH] PCI: Add ACS quirks for Intel I219-LM/V
 2015-08-11 20:28 UTC  (3+ messages)

[PATCH v3] PCI: kill off set_irq_flags usage
 2015-08-11 20:20 UTC  (2+ messages)

X-Gene: Unhandled fault: synchronous external abort in pci_generic_config_read32
 2015-08-11 19:28 UTC  (14+ messages)

[PATCH v3 00/11] PCI: Fix ATS deadlock
 2015-08-11 15:52 UTC  (12+ messages)
` [PATCH v3 01/11] iommu/vt-d: Cache PCI ATS state and Invalidate Queue Depth
` [PATCH v3 02/11] PCI: Allocate ATS struct during enumeration
` [PATCH v3 03/11] PCI: Embed ATS info directly into struct pci_dev
` [PATCH v3 04/11] PCI: Reduce size of ATS structure elements
` [PATCH v3 05/11] PCI: Rationalize pci_ats_queue_depth() error checking
` [PATCH v3 06/11] PCI: Inline the ATS setup code into pci_ats_init()
` [PATCH v3 07/11] PCI: Use pci_physfn() rather than looking up physfn by hand
` [PATCH v3 08/11] PCI: Clean up ATS error handling
` [PATCH v3 09/11] PCI: Move ATS declarations to linux/pci.h so they're all together
` [PATCH v3 10/11] PCI: Stop caching ATS Invalidate Queue Depth
` [PATCH v3 11/11] PCI: Remove pci_ats_enabled()

[PATCH v2 1/2] PCI: allow MSI chip providers to implement their own multivector MSI setup
 2015-08-11 14:43 UTC  (6+ messages)
` [PATCH v2 2/2] PCI: designware: implement multivector MSI irq setup

[PATCH] PCI: PCI_RCAR_GEN2 and PCI_RCAR_GEN2_PCIE should depend on ARM
 2015-08-11 12:43 UTC 

[PATCH v6 0/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
 2015-08-11  7:39 UTC  (17+ messages)
` [PATCH v6 1/6] PCI: designware: move calculation of bus addresses to DRA7xx
` [PATCH v6 2/6] ARM/PCI: remove align_resource in pci_sys_data
` [PATCH v6 3/6] PCI: designware: Add ARM64 support
` [PATCH v6 4/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
` [PATCH v6 5/6] Documentation: DT: Add HiSilicon PCIe host binding
` [PATCH v6 6/6] MAINTAINERS: Add pcie-hisi maintainer

[PATCH v2 0/2] Fix a deadlock for aer and pciehp driver
 2015-08-11  1:07 UTC  (3+ messages)

[PATCH v2 00/11] PCI: Fix ATS deadlock
 2015-08-10 22:54 UTC  (6+ messages)

[PATCH v5 0/9] ARM: PCI: kill pcibios_msi_controller()
 2015-08-10 22:28 UTC  (19+ messages)
` [PATCH v5 1/9] ARM/PCI: Replace panic with WARN messages on failures
` [PATCH v5 2/9] PCI: Add pci_scan_root_bus_msi()
` [PATCH v5 3/9] ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()
` [PATCH v5 4/9] ARM/PCI: Remove msi_controller from struct pci_sys_data
` [PATCH v5 6/9] PCI: Drop references acquired by of_parse_phandle()
` [PATCH v5 9/9] PCI: xgene: Use pci_scan_root_bus_msi()

[PATCH 0/2] PCI: pciehp: Remove unused interrupt stuff
 2015-08-10 22:07 UTC  (2+ messages)

[PATCH v4 00/12] DMA-API/PCI map_peer_resource support for peer-to-peer
 2015-08-10 18:29 UTC  (9+ messages)
` [PATCH v4 07/12] pci: expose pci_find_host_bridge()
` [PATCH v4 09/12] iommu/vt-d: implement (un)map_peer_resource
` [PATCH v4 10/12] pci: add pci_find_common_upstream_dev()

[PATCH 0/5] crypto: qat - Add support for SRIOV
 2015-08-10 15:41 UTC  (7+ messages)
` [PATCH 1/5] crypto: qat - Move adf admin and adf hw arbitrer to common code
` [PATCH 2/5] crypto: qat - Add support for SRIOV
` [PATCH 3/5] crypto: qat - Add qat dh895xcc VF driver
` [PATCH 4/5] crypto: qat - Add FW const table
` [PATCH 5/5] PCI: Add quirk for Intel DH895xCC VF PCI config erratum

[REGRESSION, bisected] [Bug 102311] New: ASMEDA asm1062 not working
 2015-08-10 15:34 UTC 

[PATCH v3 0/5] Altera PCIe host controller driver with MSI support
 2015-08-10 11:03 UTC  (11+ messages)
` [PATCH v3 1/5] arm: add msi.h to Kbuild
` [PATCH v3 2/5] pci:host: Add Altera PCIe host controller driver
` [PATCH v3 3/5] pci: altera: Add Altera PCIe MSI driver
` [PATCH v3 4/5] Documentation: dt-bindings: pci: altera pcie device tree binding
` [PATCH v3 5/5] MAINTAINERS: Add Altera PCIe and MSI drivers maintainer

RIP MTRR - status update for upcoming v4.2
 2015-08-07 23:48 UTC  (14+ messages)
  ` [Xen-devel] "

AMD-Vi IO_PAGE_FAULTs and ata3.00: failed command: READ FPDMA QUEUED errors since Linux 4.0
 2015-08-07  6:04 UTC  (13+ messages)
      ` [dm-devel] "

[PATCH v6] PCI: Store PCIe bus address in struct of_pci_range
 2015-08-07  5:46 UTC  (19+ messages)

[PATCH v3] PCI: Only enable IO window if supported
 2015-08-07  1:12 UTC  (11+ messages)

[PATCH v9 0/8] pci: add pci_iomap_wc() and pci_ioremap_wc_bar()
 2015-08-06 21:45 UTC  (7+ 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).