linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-17 21:03:20 to 2014-04-25 17:17:01 UTC [more...]

[PATCH 0/4] x86/PCI HPET bugfix and other cleanups
 2014-04-25 17:16 UTC  (5+ messages)
` [PATCH 1/4] x86/PCI: Don't try to move IORESOURCE_PCI_FIXED resources
` [PATCH 2/4] x86/PCI: Mark HPET BAR as IORESOURCE_PCI_FIXED
` [PATCH 3/4] x86/PCI: Move pcibios_assign_resources() annotation to definition
` [PATCH 4/4] x86/gart: Tidy messages and add bridge device info

Coverity CIDs 138749, 138750: cnb20le_res() unintended sign extension
 2014-04-25 17:02 UTC  (3+ messages)

[RFC 0/5] PCI: tegra: Overhaul regulator usage
 2014-04-25 16:57 UTC  (3+ messages)

[PATCH] pci/pciehp: Allow polling/irq mode to be decided on a per-port basis
 2014-04-25 16:43 UTC  (4+ messages)

[PATCH 0/8] i.MX6 PCIe binding change and MSI support
 2014-04-25 15:04 UTC  (5+ messages)

Intel NIC testing on ARM
 2014-04-25 14:38 UTC  (5+ messages)

[PATCH 2/5] xhci: Use pci_enable_msix_exact() instead of pci_enable_msix()
 2014-04-25 10:48 UTC  (3+ messages)

PCIE support as loadable module
 2014-04-25 10:28 UTC  (3+ messages)

[PATCH net-next 0/2] Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-04-25  9:43 UTC  (8+ messages)
` [PATCH net-next 1/2] i40evf: "
` [PATCH net-next 2/2] qlcnic: Use pci_enable_msix_exact() "
        ` [PATCH v2 "

[PATCH] PCI: designware: Remove unnecessary RC BAR setting
 2014-04-25  1:04 UTC  (8+ messages)

[PATCH 0/8] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-04-25  0:36 UTC  (9+ messages)
` [PATCH 1/8] iommu/vt-d: Fix a few existing lines for checkpatch.pl
` [PATCH 2/8] iommu/vt-d: Consolidate lines for a new private header
` [PATCH 3/8] iommu/vt-d: Create intel-iommu-private.h
` [PATCH 4/8] iommu/vt-d: Update iommu_attach_domain() and its callers
` [PATCH 5/8] iommu/vt-d: Items required for kdump
` [PATCH 6/8] iommu/vt-d: Create intel-iommu-kdump.c
` [PATCH 7/8] iommu/vt-d: Add domain-id functions to intel-iommu-kdump.c
` [PATCH 8/8] iommu/vt-d: Changes to support kdump

[PATCH] pci: Use designated initialization in PCI_VDEVICE
 2014-04-25  0:10 UTC  (6+ messages)

[PATCH 0/3] Versatile PCI DT support
 2014-04-25  0:06 UTC  (9+ messages)
` [PATCH 1/3] ARM: hackup pcibios support for commmon bridge code
` [PATCH 3/3] pci: add DT based ARM Versatile PCI host driver

[PATCH] pciehp: Acknowledge the spurious "cmd completed" event
 2014-04-24 22:48 UTC  (2+ messages)

[PATCH v3] PCI: rework new_id interface for known vendor/device values
 2014-04-24 22:45 UTC  (2+ messages)

[PATCH v2] pci: Allow hotplug service drivers to operate in polling mode
 2014-04-24 21:26 UTC  (2+ messages)

[PATCH] pci_ids: Remove old serial device IDs
 2014-04-24 21:02 UTC  (2+ messages)

[PATCH] kvm: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-04-24 20:45 UTC  (11+ messages)
    ` [PATCH v2] kvm: Use pci_enable_msix_exact() "

[PATCH v7 00/10] R-Car Gen2 PCIe host driver
 2014-04-24 19:19 UTC  (3+ messages)
` [PATCH v7 01/10] PCI: host: rcar: Add Renesas R-Car PCIe driver

[PATCH v2 RESEND 00/23] scsi: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-04-24 18:07 UTC  (4+ messages)

[RFC Patch Part3 V1 00/22] Enable Intel DMAR device hotplug
 2014-04-24 17:33 UTC  (27+ messages)
` [Patch Part3 V1 01/22] iommu/vt-d: match segment number when searching for dev_iotlb capable devices
` [Patch Part3 V1 02/22] iommu/vt-d: use correct domain id to flush virtual machine domains
` [Patch Part3 V1 03/22] iommu/vt-d: introduce helper functions to improve code readability
` [Patch Part3 V1 04/22] iommu/vt-d: introduce helper functions to make code symmetric for readability
` [Patch Part3 V1 05/22] iommu/vt-d: only dynamically allocate domain id for virtual domains
` [Patch Part3 V1 06/22] iommu/vt-d: fix possible invalid memory access caused by free_dmar_iommu()
` [Patch Part3 V1 07/22] iommu/vt-d: avoid freeing virtual machine domain in free_dmar_iommu()
` [Patch Part3 V1 08/22] iommu/VT-d: simplify include/linux/dmar.h
` [Patch Part3 V1 09/22] iommu/vt-d: change iommu_enable/disable_translation to return void
` [Patch Part3 V1 10/22] iommu/vt-d: dynamically allocate and free seq_id for DMAR units
` [Patch Part3 V1 11/22] IOMMU/vt-d: introduce helper function dmar_walk_resources()
` [Patch Part3 V1 12/22] iommu/vt-d: implement DMAR unit hotplug framework
` [Patch Part3 V1 13/22] iommu/vt-d: search _DSM method for DMAR hotplug
` [Patch Part3 V1 14/22] iommu/vt-d: enhance intel_irq_remapping driver to support DMAR unit hotplug
` [Patch Part3 V1 15/22] iommu/vt-d: enhance error recovery in function intel_enable_irq_remapping()
` [Patch Part3 V1 16/22] iommu/vt-d: enhance intel-iommu driver to support DMAR unit hotplug
` [Patch Part3 V1 17/22] pci, ACPI, iommu: enhance pci_root to support DMAR device hotplug
` [Patch Part3 V1 18/22] iommu/vt-d: update proximity information when a new node with memory available
` [Patch Part3 V1 19/22] iommu/vt-d: simplify intel_unmap_sg() and kill duplicated code
` [Patch Part3 V1 20/22] iommu/vt-d: introduce helper domain_pfn_within_range() to simplify code
` [Patch Part3 V1 21/22] iommu/vt-d: introduce helper function iova_size() to improve code readability
` [Patch Part3 V1 22/22] iommu/vt-d: fix bug in computing domain's iommu_snooping flag

[PATCH v2 RESEND] portdrv: Use pci_enable_msix_exact() instead of pci_enable_msix()
 2014-04-24 17:14 UTC  (2+ messages)

[RFC PATCH 0/2] Add support for Samsung GH7 PCIe controller
 2014-04-24 12:25 UTC  (20+ messages)
` [RFC PATCH 1/2] PCI: designware: Add ARM64 PCI support
` [RFC PATCH 2/2] PCI: exynos: Add PCIe support for Samsung GH7 SoC

[PATCH 2] PNP: Work around BIOS defects in Intel MCH area reporting
 2014-04-24  9:41 UTC  (4+ messages)

[PATCH v7 0/3] Add support for PCI in AArch64
 2014-04-24  3:08 UTC  (7+ messages)

[PATCH 0/7] Fixes for Armada 370/XP PCIe
 2014-04-24  2:51 UTC  (15+ messages)
` [PATCH 1/7] irqchip: armada-370-xp: fix invalid cast of signed value into unsigned variable
` [PATCH 2/7] irqchip: armada-370-xp: implement the ->check_device() msi_chip operation
` [PATCH 3/7] irqchip: armada-370-xp: Fix releasing of MSIs
` [PATCH 4/7] pci: mvebu: fix off-by-one in the computed size of the mbus windows
` [PATCH 5/7] bus: mvebu-mbus: Avoid setting an undefined window size
` [PATCH 6/7] bus: mvebu-mbus: allow several windows with the same target/attribute
` [PATCH 7/7] pci: pci-mvebu: split PCIe BARs into multiple MBus windows when needed

[PATCH v3] Intel MCH BIOS workaround
 2014-04-24  0:58 UTC  (3+ messages)
` [PATCH v3] PNP: Work around BIOS defects in Intel MCH area reporting

[PATCH v3] pcie: Add Xilinx PCIe Host Bridge IP driver
 2014-04-23 14:33 UTC  (2+ messages)

pcibios_add_platform_entries usage
 2014-04-23  9:00 UTC  (11+ messages)
` [Resend] "

Fixing PCIe issues on Armada XP
 2014-04-22 17:56 UTC  (11+ messages)

[PATCH] PCI: Update my email address
 2014-04-22 16:27 UTC 

[PATCH 1/2] PCI: Device driver function reset notification
 2014-04-22 16:08 UTC  (12+ messages)
` [PATCH 2/2] NVMe: Implement PCI-e reset notification callback
                ` Wheather the NVMe driver has been tried on the IBM or Lenovo server?

[PATCH v5 0/4] APM X-Gene PCIe controller
 2014-04-22 12:49 UTC  (8+ messages)
` [PATCH v5 2/4] arm64: dts: APM X-Gene PCIe device tree nodes

[PATCH RESEND 0/2] : block: Use pci_enable_msix_exact()
 2014-04-22  1:02 UTC  (4+ messages)
` [PATCH RESEND 1/2] skd: Use pci_enable_msix_exact() instead of pci_enable_msix_range()
` [PATCH RESEND 2/2] cciss: Use pci_enable_msix_exact() instead of pci_enable_msix()

[PATCH] PNP: Work around BIOS defects in Intel MCH area reporting
 2014-04-21 21:40 UTC  (4+ messages)

[PATCH] pci: Save and restore VFs as a part of a reset
 2014-04-21 17:38 UTC 

[PATCH 0/3] amd/pci: Add AMD hostbridge supports for newer AMD systems
 2014-04-21 16:53 UTC  (15+ messages)
` [PATCH v2 0/5] x86/PCI: Add AMD hostbridge support "
  ` [PATCH v2 1/5] x86/PCI: Add support for generic AMD hostbridges
  ` [PATCH v2 2/5] x86/PCI: Support additional MMIO range capabilities
  ` [PATCH v2 3/5] x86/PCI: Miscellaneous code clean up for early_fillup_mp_bus_info
  ` [PATCH v2 4/5] ACPI/PCI: Warn if we have to "guess" host bridge node information
  ` [PATCH v2 5/5] PCI: Remove redundant 'quirk_amd_nb_node'

[PATCH v2 RESEND 1/4] ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()
 2014-04-21 13:36 UTC  (9+ messages)
        ` [PATCH v2] "
` [PATCH v2 RESEND 3/4] tsi721: "

Hibernation problem with 3.14 kernel
 2014-04-19 23:26 UTC  (2+ messages)

[PATCH 0/8] Fix crashdump failure caused by legacy DMA/IO
 2014-04-19 14:05 UTC  (3+ messages)
` [PATCH 2/8] Consolidate all .h lines at front of intel-iommu.c file

[PATCH 0/8] patch series
 2014-04-19  0:25 UTC  (2+ messages)

[PATCH 0/8] patch series
 2014-04-19  0:13 UTC  (9+ messages)
` [PATCH 1/8] ats: removed parentheses after return
` [PATCH 2/8] bus: moved EXPORT_SYMBOL so that it immediately followed its function/variable
` [PATCH 3/8] htirq: "
` [PATCH 4/8] htirq: removed space after open parenthesis
` [PATCH 5/8] msi: merged quoted strings
` [PATCH 6/8] pci-driver: added or removed a space to resolve checkpatch messages
` [PATCH 7/8] pci-driver: moved EXPORT_SYMBOL so that it immediately followed its function/variable
` [PATCH 8/8] pci-stub: added spaces around equal sign

[GIT PULL] PCI updates for v3.15
 2014-04-18 15:42 UTC 

[PATCH 0/7] Fixes for Armada 370/XP PCIe
 2014-04-18 12:08 UTC 

Info: mapping multiple BARs. Your kernel is fine
 2014-04-18 10:38 UTC  (10+ messages)

[PATCH] pci: remove pcibios_add_platform_entries
 2014-04-18  2: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).