Linux-PCI Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-15 17:48:47 to 2015-07-22 10:46:28 UTC [more...]

[PATCH v2] PCI: Store PCIe bus address in struct of_pci_range
 2015-07-22 10:46 UTC  (3+ messages)

[RFT PATCH] ARM: pci: kill pcibios_msi_controller
 2015-07-22 10:15 UTC  (5+ messages)

[RFT PATCH v3] PCI: move pci_read_bridge_bases to the generic PCI layer
 2015-07-22  9:14 UTC  (2+ messages)

[PATCH v9 0/8] pci: add pci_iomap_wc() and pci_ioremap_wc_bar()
 2015-07-22  8:38 UTC  (5+ messages)

[PATCH v4 0/5] PCI: hisi: Add PCIe host support for Hisilicon Soc Hip05
 2015-07-22  2:50 UTC  (12+ messages)
` [PATCH v4 1/5] ARM/PCI: remove align_resource in pci_sys_data
` [PATCH v4 2/5] PCI: designware: Add ARM64 support
` [PATCH v4 3/5] PCI: hisi: Add PCIe host support for Hisilicon Soc Hip05
` [PATCH v4 4/5] Documentation: DT: Add Hisilicon PCIe host binding
` [PATCH v4 5/5] MAINTAINERS: Add pcie-hisi maintainer

[PATCH v4 0/4] Add Broadcom North Star 2 support
 2015-07-22  1:29 UTC  (5+ messages)
` [PATCH v4 1/4] PCI: iproc: enable arm64 support for iProc PCIe
` [PATCH v4 2/4] PCI: iproc: Fix ARM64 dependency in Kconfig
` [PATCH v4 3/4] arm64: Add Broadcom iProc family support
` [PATCH v4 4/4] arm64: dts: Add Broadcom North Star 2 support

[PATCH] Add support for reading SMBIOS Slot number for PCI devices
 2015-07-22  1:09 UTC  (7+ messages)

[PATCH v3 0/4] Add Broadcom North Star 2 support
 2015-07-22  0:01 UTC  (10+ messages)
` [PATCH v3 1/4] PCI: iproc: enable arm64 support for iProc PCIe
` [PATCH v3 2/4] PCI: iproc: Fix ARM64 dependency in Kconfig
` [PATCH v3 3/4] arm64: Add Broadcom iProc family support
` [PATCH v3 4/4] arm64: dts: Add Broadcom North Star 2 support

[RFC Patch V1 00/12] Reorganize struct msi_desc to prepare for support of generic MSI
 2015-07-21 22:02 UTC  (7+ messages)
` [RFC Patch V1 09/12] genirq: Move msi_list from struct pci_dev to struct device

[Resend: PATCH] PCI: designware: fix the boot noise for missing *config* reg space
 2015-07-21 21:54 UTC 

[PATCH] PCI: keystone: fix the boot noise for missing *config* reg space
 2015-07-21 21:53 UTC  (2+ messages)

[PATCH v4 00/19] Per-device MSI domain & platform MSI
 2015-07-21 21:37 UTC  (13+ messages)
` [PATCH v4 04/19] PCI/MSI: Add hooks to populate the msi_domain field
` [PATCH v4 05/19] PCI/MSI: of: Add support for OF-provided msi_domain
` [PATCH v4 07/19] PCI/MSI: Let pci_msi_get_domain use struct device's msi_domain
` [PATCH v4 09/19] drivers: base: Add MSI domain support for non-PCI devices
` [PATCH v4 19/19] PCI/MSI: Drop domain field from msi_controller

[PATCH] ARM/PCI: set MPS before pci_bus_add_devices()
 2015-07-21 21:35 UTC 

[PATCH 0/4] mm: add dma_pool_zalloc() & pci_pool_zalloc()
 2015-07-21 19:38 UTC  (8+ messages)
` [PATCH 1/4] mm: Add support for __GFP_ZERO flag to dma_pool_alloc()
` [PATCH 2/4] mm: Add dma_pool_zalloc() call to DMA API
` [PATCH 3/4] pci: mm: Add pci_pool_zalloc() call
` [PATCH 4/4] coccinelle: mm: scripts/coccinelle/api/alloc/pool_zalloc-simple.cocci

[PATCH V4 0/2] pci: Provide a flag to access VPD through function 0
 2015-07-21 18:24 UTC  (2+ messages)

[PATCH v2 0/2] pci: xgene: Add multiple memory ranges support
 2015-07-21 18:11 UTC  (4+ messages)
` [PATCH v3 "

Since Linux 4.1: A lot of AMD-Vi IO_PAGE_FAULTs
 2015-07-21 17:47 UTC  (6+ messages)

[PATCH] PCI: xilinx: Add check for MSI interrupt flag before handling as INTx
 2015-07-21 16:31 UTC  (5+ messages)

[PATCH] pci/pciehp: bail on bogus pcie reads from removed devices
 2015-07-21 16:25 UTC 

[PATCH] pcie: Restore ACS configuration as part of pci_restore_state
 2015-07-21 15:47 UTC  (2+ messages)

[PATCH v4 0/5] PCI: hisi: Add PCIe host support for Hisilicon Soc Hip05
 2015-07-21  6:49 UTC  (2+ messages)

[PATCH v3 0/5] PCI: hisi: Add PCIe host support for Hisilicon Soc Hip05
 2015-07-21  3:26 UTC  (7+ messages)
` [PATCH v3 1/5] ARM/PCI: remove align_resource callback in pcibios_align_resource

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

[PATCH 0/8] PCI: Fix ATS deadlock
 2015-07-20 16:26 UTC  (21+ messages)
` [PATCH 1/8] PCI: Allocate ATS struct during enumeration
` [PATCH 2/8] PCI: Embed ATS info directly into struct pci_dev
` [PATCH 3/8] PCI: Reduce size of ATS structure elements
` [PATCH 4/8] PCI: Rationalize pci_ats_queue_depth() error checking
` [PATCH 5/8] PCI: Inline the ATS setup code into pci_ats_init()
` [PATCH 6/8] PCI: Use pci_physfn() rather than looking up physfn by hand
` [PATCH 7/8] PCI: Clean up ATS error handling
` [PATCH 8/8] PCI: Move ATS declarations to linux/pci.h so they're all together

PCIe: Xilinx: sdhci-pci: probe() issue
 2015-07-20 14:16 UTC  (3+ messages)

[PATCH part3 v12 00/10] Cleanup platform pci_domain_nr()
 2015-07-20 12:01 UTC  (11+ messages)
` [PATCH part3 v12 01/10] PCI: Save domain in pci_host_bridge
` [PATCH part3 v12 02/10] PCI: Move pci_bus_assign_domain_nr() declaration into drivers/pci/pci.h
` [PATCH part3 v12 03/10] PCI: Remove declaration for pci_get_new_domain_nr()
` [PATCH part3 v12 04/10] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH part3 v12 05/10] powerpc/PCI: Rename pcibios_root_bridge_prepare() to pcibios_root_bus_prepare()
` [PATCH part3 v12 06/10] PCI: Make pci_host_bridge hold sysdata in drvdata
` [PATCH part3 v12 07/10] PCI: Create pci host bridge prior to root bus
` [PATCH part3 v12 08/10] PCI: Introduce common pci_domain_nr() and remove platform specific code
` [PATCH part3 v12 09/10] PCI: Remove pci_bus_assign_domain_nr()
` [PATCH part3 v12 10/10] IA64/PCI: Fix build warning found by kbuild test

[PATCH v2 0/2] Fix a deadlock for aer and pciehp driver
 2015-07-18  3:50 UTC  (4+ messages)
` [PATCH v2 1/2] PCI: Use a local mutex instead of pci_bus_sem to avoid deadlock
` [PATCH v2 2/2] PCI: Lock pci_slot_mutex when traverse bus->slots

[PATCH v6 0/4] atyfb: atyfb: address MTRR corner case
 2015-07-17 20:37 UTC  (2+ messages)

[PATCH 0/5] arm64, pci: Add ECAM/PCIe support for Cavium ThunderX
 2015-07-17 17:15 UTC  (23+ messages)
` [PATCH 3/5] arm64, pci: Allow RC drivers to supply pcibios_add_device() implementation
` [PATCH 4/5] irqchip: gic-v3: Add gic_get_irq_domain() to get the irqdomain of the GIC
` [PATCH 5/5] PCI: Add host drivers for Cavium ThunderX processors

PCIe support for ARM64
 2015-07-17 14:55 UTC  (8+ messages)

[PATCH v2 2/4] PCI: designware: Add ARM64 support
 2015-07-17 10:45 UTC  (12+ messages)

[PATCH] PCI: Don't use SR-IOV lock for ATS
 2015-07-17  7:51 UTC  (3+ messages)

[PATCH V9 00/11] VF EEH on Power8
 2015-07-17  6:02 UTC  (12+ messages)
` [PATCH V9 01/11] PCI/IOV: Rename and export virtfn_add/virtfn_remove
` [PATCH V9 02/11] PCI: Add pcibios_bus_add_device() weak function
` [PATCH V9 03/11] powerpc/pci: Cache VF index in pci_dn
` [PATCH V9 04/11] powerpc/pci: Remove VFs prior to PF
` [PATCH V9 05/11] powerpc/eeh: Cache only BARs, not windows or IOV BARs
` [PATCH V9 06/11] powerpc/powernv: EEH device for VF
` [PATCH V9 07/11] powerpc/eeh: Create PE for VFs
` [PATCH V9 08/11] powerpc/powernv: Support EEH reset for VF PE
` [PATCH V9 09/11] powerpc/powernv: Support PCI config restore for VFs
` [PATCH V9 10/11] powerpc/eeh: Support error recovery for VF PE
` [PATCH V9 11/11] powerpc/powernv: compound PE for VFs

legacy interrupt handling in ARM64
 2015-07-17  5:43 UTC 

[PATCH v2 00/49] PCI: Resource allocation cleanup for v4.3
 2015-07-17  3:59 UTC  (3+ messages)

[PATCH] PCI: Use a local mutex instead of pci_bus_sem to avoid deadlock
 2015-07-17  2:52 UTC  (11+ messages)

[GIT PULL] Power management and ACPI fixes for v4.2-rc3
 2015-07-17  0:32 UTC 

[PATCH v1] ARM: pci: add call to pcie_bus_configure_settings()
 2015-07-16 19:36 UTC  (4+ messages)

[PATCH V8 00/10] VF EEH on Power8
 2015-07-16 16:00 UTC  (3+ messages)
` [PATCH V8 06/10] powerpc/eeh: Create PE for VFs

Pin and MSI interrupt handling arm64
 2015-07-16 13:14 UTC 

[PATCH] PCI / ACPI: Fix pci_acpi_optimize_delay() comment
 2015-07-16  1:24 UTC  (3+ messages)

[PATCH v2 0/4] Add Broadcom North Star 2 support
 2015-07-15 22:11 UTC  (8+ messages)
` [PATCH v2 1/4] PCI: iproc: enable arm64 support for iProc PCIe
` [PATCH v2 3/4] arm64: Add Broadcom iProc family support

[PATCH v3] [SCSI] mpt2sas, mpt3sas: Abort initialization if no memory I/O resources detected
 2015-07-15 18:46 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).