linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-04 12:01:47 to 2014-11-07 14:12:45 UTC [more...]

[RFC PATCH 0/4] MMCFG refactoring + PCI ACPI probing for ARM64
 2014-11-07 14:12 UTC  (7+ messages)
` [RFC PATCH 1/4] x86, acpi, pci: Move arch-agnostic MMCFG code out of arch/x86/ directory
` [RFC PATCH 2/4] x86, acpi, pci: Isolate new PCI mmconfig entry insertion
` [RFC PATCH 3/4] arm64, acpi, pci: Add arch specific functions for mmconfig driver
  ` [Linaro-acpi] "
` [RFC PATCH 4/4] arm64, acpi, pci: Provide arch-specific calls for PCI host bridge dirver (PNP0A03)

[PATCH] PCI: add missing DT binding for linux,pci-domain property
 2014-11-07 14:00 UTC  (17+ messages)

[Patch Part2 v5 00/31] Enable hierarchy irqdomian on x86 platforms
 2014-11-07 10:40 UTC  (33+ messages)
` [Patch Part2 v5 01/31] irqdomain: Introduce new interfaces to support hierarchy irqdomains
` [Patch Part2 v5 02/31] irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OF
` [Patch Part2 v5 03/31] genirq: Introduce helper functions to support stacked irq_chip
` [Patch Part2 v5 04/31] genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchip
` [Patch Part2 v5 05/31] genirq: Add IRQ_SET_MASK_OK_DONE "
` [Patch Part2 v5 06/31] x86, irq: Save destination CPU ID in irq_cfg
` [Patch Part2 v5 07/31] x86, irq: Use hierarchy irqdomain to manage CPU interrupt vectors
` [Patch Part2 v5 08/31] x86, hpet: Use new irqdomain interfaces to allocate/free IRQ
` [Patch Part2 v5 09/31] x86, MSI: "
` [Patch Part2 v5 10/31] x86, uv: "
` [Patch Part2 v5 11/31] x86, htirq: "
` [Patch Part2 v5 12/31] x86, dmar: "
` [Patch Part2 v5 13/31] x86: irq_remapping: Introduce new interfaces to support hierarchy irqdomain
` [Patch Part2 v5 14/31] iommu/vt-d: Change prototypes to prepare for enabling "
` [Patch Part2 v5 15/31] iommu/vt-d: Enhance Intel IR driver to suppport "
` [Patch Part2 v5 16/31] iommu/amd: Enhance AMD "
` [Patch Part2 v5 17/31] x86, hpet: Enhance HPET IRQ to support "
` [Patch Part2 v5 18/31] PCI/MSI: Remove unnecessary braces around single statements
` [Patch Part2 v5 19/31] PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlier
` [Patch Part2 v5 20/31] PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interrupts
` [Patch Part2 v5 21/31] PCI/MSI: Enhance core to support hierarchy irqdomain
` [Patch Part2 v5 22/31] x86, PCI, MSI: Use hierarchy irqdomain to manage MSI interrupts
` [Patch Part2 v5 23/31] x86, irq: Directly call native_compose_msi_msg() for DMAR IRQ
` [Patch Part2 v5 24/31] iommu/vt-d: Clean up unused MSI related code
` [Patch Part2 v5 25/31] iommu/amd: "
` [Patch Part2 v5 26/31] x86: irq_remapping: "
` [Patch Part2 v5 27/31] x86, irq: Clean up unused MSI related code and interfaces
` [Patch Part2 v5 28/31] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
` [Patch Part2 v5 29/31] x86, irq: Use hierarchy irqdomain to manage DMAR interrupts
` [Patch Part2 v5 30/31] x86, htirq: Use hierarchy irqdomain to manage Hypertransport interrupts
` [Patch Part2 v5 31/31] x86, uv: Use hierarchy irqdomain to manage UV interrupts

[PATCH v2] PCI: remove an unnecessary if condition before a return statement
 2014-11-07  8:06 UTC 

[PATCH] PCI: Apply _HPX link control for all supported pcie device
 2014-11-07  1:59 UTC 

[PATCH 1/1] PCI: X-Gene: assign resource to bus before adding new devices
 2014-11-07  1:14 UTC 

[PATCH] PCI: Do not enable async suspend for JMicron chips
 2014-11-07  1:09 UTC  (15+ messages)

[V10 PATCH 0/2] irqchip: gic: Introduce ARM GICv2m MSI(-X) support
 2014-11-07  1:00 UTC  (16+ messages)
` [V10 PATCH 2/2] irqchip: gicv2m: Add supports for ARM GICv2m MSI(-X)

new test
 2014-11-06 22:40 UTC 

[PATCH v2] PCI: add missing DT binding for linux,pci-domain property
 2014-11-06 19:49 UTC  (3+ messages)

[GIT PULL] PCI fixes for v3.18
 2014-11-06 18:54 UTC 

[PATCH] megaraid_sas : Fix bug in handling return value of pci_enable_msix_range()
 2014-11-06 16:51 UTC  (2+ messages)

[PATCH] PCI: remove an unnecessary if condition before a return statement
 2014-11-06 16:45 UTC 

[PATCH v2 0/2] arm: pcibios: remove pci_sys_data domain
 2014-11-06 15:32 UTC  (3+ messages)
` [PATCH v2 1/2] arm: cns3xxx: pci: remove artificial dependency on "
` [PATCH v2 2/2] arm: pcibios: move to generic PCI domains

[Patch Part2 v4 00/31] Enable hierarchy irqdomian on x86 platforms
 2014-11-06 13:35 UTC  (55+ messages)
` [Patch Part2 v4 01/31] irqdomain: Introduce new interfaces to support hierarchy irqdomains
` [Patch Part2 v4 11/31] x86, htirq: Use new irqdomain interfaces to allocate/free IRQ
` [Patch Part2 v4 13/31] x86: irq_remapping: Introduce new interfaces to support hierarchy irqdomain
` [Patch Part2 v4 14/31] iommu/vt-d: Change prototypes to prepare for enabling "
` [Patch Part2 v4 15/31] iommu/vt-d: Enhance Intel IR driver to suppport "
` [Patch Part2 v4 16/31] iommu/amd: Enhance AMD "
` [Patch Part2 v4 17/31] x86, hpet: Enhance HPET IRQ to support "
` [Patch Part2 v4 18/31] PCI/MSI, trivial: Fix minor syntax issues according to coding styles
` [Patch Part2 v4 19/31] PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlier
` [Patch Part2 v4 20/31] PCI/MSI: Kill redundant calling for irq_set_msi_desc() for MSIx interrupts
` [Patch Part2 v4 21/31] PCI/MSI: enhance PCI MSI core to support hierarchy irqdomain
` [Patch Part2 v4 22/31] x86, PCI, MSI: Use hierarchy irqdomain to manage MSI interrupts
` [Patch Part2 v4 23/31] x86, irq: Directly call native_compose_msi_msg() for DMAR IRQ
` [Patch Part2 v4 24/31] iommu/vt-d: Clean up unused MSI related code
` [Patch Part2 v4 25/31] iommu/amd: "
` [Patch Part2 v4 26/31] x86: irq_remapping: "
` [Patch Part2 v4 27/31] x86, irq: Clean up unused MSI related code and interfaces
` [Patch Part2 v4 28/31] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
` [Patch Part2 v4 29/31] x86, irq: Use hierarchy irqdomain to manage DMAR interrupts
` [Patch Part2 v4 30/31] x86, htirq: Use hierarchy irqdomain to manage Hypertransport interrupts
` [Patch Part2 v4 31/31] x86, uv: Use hierarchy irqdomain to manage UV interrupts

[PATCH] x86: Drop redundant memory-block sizing code
 2014-11-06 11:56 UTC  (6+ messages)

[PATCH RFC 1/2] drivers: pci: fix window allocation order wrt bus_range filtering
 2014-11-06  9:58 UTC  (3+ messages)

[RFC 0/4] Add PCI/MSI(x) support for AMD Seattle Platform
 2014-11-06  9:52 UTC  (11+ messages)
` [RFC 2/4] PCI: generic: Add support for ARM64 and MSI(x)

[PATCH 0/5] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-11-06  8:06 UTC  (8+ messages)

[PATCH] PCI: fix sriov enabling with virtual bus
 2014-11-06  7:11 UTC  (7+ messages)

[PATCH] PCI: spear: Add __init annotation to spear13xx_add_pcie_port()
 2014-11-06  5:38 UTC 

[PATCH] PCI: dra7xx: Add __init annotation to dra7xx_add_pcie_port()
 2014-11-06  5:37 UTC 

[PATCH] PCI: dra7xx: Add dra7xx prefix before add_pcie_port
 2014-11-06  5:30 UTC  (4+ messages)
` [PATCH V2] "

[PATCH next] xen: pcifront: Process failure for pcifront_(re)scan_root()
 2014-11-06  4:16 UTC  (2+ messages)

[PATCH 0/3] PCI: code clean up on pci configuration space
 2014-11-06  3:12 UTC  (4+ messages)
` [PATCH 1/3] PCI: move PCI_FIND_CAP_TTL to pci.h and use it in quirks

[PATCH next] xen: pcifront: Process failure for pcifront_(re)scan_root()
 2014-11-06  3:09 UTC  (2+ messages)

[PATCH] PCI: spear: Add exynos spear13xx before add_pcie_port/pcie_init
 2014-11-06  1:29 UTC  (2+ messages)
` [PATCH V2] PCI: spear: Add "

[PATCH] PCI: Do not enable async suspend for JMicron chips
 2014-11-05 18:04 UTC  (6+ messages)

[Bug 87781] New: ExpressCards can not be hotplugged (recognized by colboot only)
 2014-11-05 17:30 UTC 

Kernel NULL pointer deref in pci_get_hp_params with v3.18-rc3
 2014-11-05 11:17 UTC  (3+ messages)

[PATCH v6] PCI: Layerscape: Add Layerscape PCIe driver
 2014-11-05  9:24 UTC  (2+ messages)

[PATCH] ARM: shmobile: Enable PCI domains for R-Car Gen2 devices
 2014-11-05  5:50 UTC  (2+ messages)

[PATCH v1] pci: Limit VPD length of Emulex adapters to the actual length supported
 2014-11-04 17:34 UTC  (6+ messages)

Bug #79611
 2014-11-04 14:57 UTC  (2+ messages)

[PATCH RFC v2 0/2] Fix procfs PCI resources mmap
 2014-11-04 14:15 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).