linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-14 18:48:22 to 2014-04-22 07:07:26 UTC [more...]

[RFC Patch Part3 V1 00/22] Enable Intel DMAR device hotplug
 2014-04-22  7:07 UTC  (20+ 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 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 21/22] iommu/vt-d: introduce helper function iova_size() to improve code readability

[PATCH 1/2] PCI: Device driver function reset notification
 2014-04-22  5:02 UTC  (7+ messages)
` [PATCH 2/2] NVMe: Implement PCI-e reset notification callback

[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 2] PNP: Work around BIOS defects in Intel MCH area reporting
 2014-04-21 22:17 UTC 

[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 0/7] Fixes for Armada 370/XP PCIe
 2014-04-21 16:48 UTC  (14+ 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 v2 RESEND] portdrv: Use pci_enable_msix_exact() instead of pci_enable_msix()
 2014-04-21 15:06 UTC 

[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: "

[PATCH] kvm: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-04-21 13:38 UTC  (10+ messages)
    ` [PATCH v2] kvm: Use pci_enable_msix_exact() "

[RFC PATCH 0/2] Add support for Samsung GH7 PCIe controller
 2014-04-21  9:58 UTC  (7+ messages)
` [RFC PATCH 1/2] PCI: designware: Add ARM64 PCI support
` [RFC PATCH 2/2] PCI: exynos: Add PCIe support for Samsung GH7 SoC

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  (10+ messages)
` [PATCH 1/8] Fix a few existing lines that checkpatch.pl will complain about later
` [PATCH 2/8] Consolidate all .h lines at front of intel-iommu.c file
` [PATCH 3/8] Create intel-iommu-private.h
` [PATCH 4/8] Update iommu_attach_domain() and its callers
` [PATCH 5/8] Add new definitions & prototypes to intel-iommu-private.h
` [PATCH 6/8] Create intel-iommu-kdump.c
` [PATCH 7/8] Add domain-id functions to intel-iommu-kdump.c
` [PATCH 8/8] Add remaining changes to intel-iommu.c to fix crashdump

[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

pcibios_add_platform_entries usage
 2014-04-18 21:31 UTC  (8+ messages)
` [Resend] "

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

Fixing PCIe issues on Armada XP
 2014-04-18 13:02 UTC  (9+ messages)

[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  (22+ messages)

[PATCH] pci: remove pcibios_add_platform_entries
 2014-04-18  2:47 UTC  (2+ messages)

Coverity CID 712278: c_can_pci_probe() doesn't check pci_enable_msi() return value
 2014-04-17 20:11 UTC  (2+ messages)

[PATCH v7] PCI: Try best to allocate pref mmio 64bit above 4g
 2014-04-17 16:40 UTC  (21+ messages)
` [PATCH v8] "
` [PATCH v9] "

Powerpc: e1000e cannot work normally after system resume from sleep(standby)
 2014-04-17  7:00 UTC 

[PATCH v5 0/4] APM X-Gene PCIe controller
 2014-04-17  1:24 UTC  (7+ messages)
` [PATCH v5 2/4] arm64: dts: APM X-Gene PCIe device tree nodes

[PATCH] pci_ids: Remove old serial device IDs
 2014-04-16 20:15 UTC  (2+ messages)

[PATCH v2 0/6] PCI irq mapping fixes and cleanups
 2014-04-16 16:29 UTC  (7+ messages)
` [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

hpsa driver bug crack kernel down!
 2014-04-16 14:13 UTC  (13+ messages)

[PATCH 0/3] ARM: PCI: implement virtual PCI host controller
 2014-04-16 13:58 UTC  (7+ messages)

[PATCH] crypto/ccp: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-04-16 13:50 UTC  (2+ messages)

[PATCH v2 RESEND 00/23] scsi: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-04-16 12:51 UTC  (12+ messages)
` [PATCH v2 RESEND 02/23] bfa: Do not call pci_enable_msix() after it failed once
` [PATCH v2 RESEND 03/23] bfa: Cleanup bfad_setup_intr() function
` [PATCH v2 RESEND 04/23] bfa: Use pci_enable_msix_exact() instead of pci_enable_msix()
` [PATCH v2 RESEND 08/23] isci: "
` [PATCH v2 RESEND 22/23] qla4xxx: "

[Patch v2 00/14] Thunderbolt support for Apple MBP
 2014-04-15 23:31 UTC  (4+ messages)
` [PATCH v2 12/14] pci: Suspend/resume support for appel thunderbolt

[PATCH] qlcnic: Fix MSI-X initialization code
 2014-04-15 19:15 UTC  (3+ messages)

[PATCH v3 0/5] I/O Hook: Trace h/w access and emulate h/w events
 2014-04-15 13:48 UTC  (6+ messages)
` [PATCH v3 1/5] I/O Hook: core functions and Register Override
` [PATCH v3 2/5] I/O Hook: Help functions to manage the hook
` [PATCH v3 3/5] I/O Hook: sysfs interface to emulate h/w events
` [PATCH v3 4/5] I/O Hook: Override MSRs while triggering MCEs
` [PATCH v3 5/5] IO Hook: Tracing hw access

[PATCH V8 0/9] PCI: Add SPEAr13xx PCie support
 2014-04-15 11:49 UTC  (10+ messages)
` [PATCH V8 8/9] pcie: SPEAr13xx: Add designware wrapper support
` [PATCH V8 1/9] clk: SPEAr13XX: Fix pcie clock name
` [PATCH V8 2/9] SPEAr13XX: Fix static mapping table
` [PATCH V8 3/9] phy: SPEAr1310/40-miphy: Add binding information
` [PATCH V8 4/9] SPEAr: misc: "
` [PATCH V8 5/9] phy: SPEAr1310/40-miphy: Add phy driver for PCIe and SATA
` [PATCH V8 6/9] SPEAr13XX: Add binding information for PCIe controller
` [PATCH V8 7/9] SPEAr13XX: dts: Add PCIe node information
` [PATCH V8 9/9] SPEAr13xx: defconfig: Update

[PATCH v3] pcie: Add Xilinx PCIe Host Bridge IP driver
 2014-04-15 11:38 UTC 

[PATCHv3] pci: moved EXPORT_SYMBOL so that it immediately followed its function/variable
 2014-04-15  4:37 UTC 

[PATCH] iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptors
 2014-04-15  2:35 UTC 

[PATCH 1/1] drivers/pci/pcie/portdrv_pci.c: coding style fixes
 2014-04-15  0:25 UTC  (2+ messages)

[PATCH] PCI: Add Patsburg (X79) to Intel PCH root port ACS quirk
 2014-04-15  0:12 UTC  (2+ messages)

[PATCH] pci: moved EXPORT_SYMBOL so that it immediately followed its function/variable
 2014-04-15  0:04 UTC  (2+ messages)

[PATCH] access: moved trailing statements and added spaces after ','
 2014-04-14 23:51 UTC  (2+ messages)

[PATCHv2] pci: added or removed a space to resolve checkpatch message
 2014-04-14 23:49 UTC  (2+ messages)

[PATCHv2] pci: changed "foo* bar" to "foo *bar"
 2014-04-14 23:47 UTC  (2+ messages)

[Bug 68591] - Please help debugging
 2014-04-14 21:34 UTC 

[PATCH] pci/pciehp: Allow polling/irq mode to be decided on a per-port basis
 2014-04-14 19:42 UTC  (2+ messages)

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

[PATCH] hpsa: fix NULL dereference in hpsa_put_ctlr_into_performant_mode()
 2014-04-14 19:01 UTC 


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).