linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-01 16:50:12 to 2014-05-09 06:59:42 UTC [more...]

[PATCH 00/22] Random ARM randconfig fixes in drivers
 2014-05-09  6:59 UTC  (7+ messages)
  ` [PATCH] pci: rcar host needs OF

[PATCH] of/irq: provide int of_irq_parse_and_map_pci wrapper
 2014-05-09  6:58 UTC 

[PATCH v3 0/4] Clean up DMA API docs and dma_addr_t usage
 2014-05-09  6:12 UTC  (8+ messages)
` [PATCH v3 1/4] DMA-API: Clarify physical/bus address distinction
` [PATCH v3 2/4] DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_t
` [PATCH v3 3/4] sh/PCI: Pass GAPSPCI_DMA_BASE CPU & bus address to dma_declare_coherent_memory()
` [PATCH v3 4/4] iommu/exynos: Remove unnecessary "&" from function pointers

[PATCH] PCI: exynos: Remove unnecessary OOM messages
 2014-05-09  5:31 UTC 

[PATCH v2 0/5] Clean up DMA API & IOMMU dma_addr_t usage
 2014-05-08 20:30 UTC  (19+ messages)
` [PATCH v2 1/5] DMA-API: Clarify physical/bus address distinction
` [PATCH v2 2/5] DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_t
` [PATCH v2 3/5] sh/PCI: Pass GAPSPCI_DMA_BASE CPU address to dma_declare_coherent_memory()
` [PATCH v2 4/5] iommu: Use dma_addr_t for IOVA arguments
` [PATCH v2 5/5] iommu/exynos: Remove unnecessary "&" from function pointers

Unassigned bars query
 2014-05-08 20:14 UTC 

[PATCH V4 0/4] x86/pci Fix numa_node info for AMD hostbridge and misc clean up
 2014-05-08 16:44 UTC  (5+ messages)
` [PATCH V4 1/4] x86/PCI: Fix PCI root numa_node info on AMD family15h
` [PATCH V4 2/4] x86/PCI: Clean up and mark early_root_info_init as deprecated
` [PATCH V4 3/4] ACPI/PCI: Warn if we have to "guess" host bridge node information
` [PATCH V4 4/4] X86/PCI: Remove unnecessary 'quirk_amd_nb_node'

[PATCH V3 0/3] x86/pci Fix numa_node info for AMD hostbridge and misc clean up
 2014-05-08 16:22 UTC  (11+ messages)
` [PATCH V3 1/3] x86/PCI: Fix PCI root numa_node info on AMD family15h
` [PATCH V3 2/3] ACPI/PCI: Warn if we have to "guess" host bridge node information
` [PATCH V3 3/3] PCI: Remove unnecessary 'quirk_amd_nb_node'

[PATCH 05/10] xhci: Use pci_enable_msix_exact() instead of pci_enable_msix()
 2014-05-08 16:25 UTC 

[PATCH v6 0/3] Support for Generic PCI Host Controller
 2014-05-08 15:38 UTC  (7+ messages)
` [PATCH v6 1/3] ARM: kconfig: allow PCI support to be selected with ARCH_MULTIPLATFORM
` [PATCH v6 2/3] PCI: ARM: add support for generic PCI host controller
` [PATCH v6 3/3] MAINTAINERS: add entry for generic PCI host controller driver

[PATCH v3] pcie: Add Xilinx PCIe Host Bridge IP driver
 2014-05-08 13:28 UTC  (9+ messages)

[PATCH 00/17] PCIe support for DRA7xx
 2014-05-08  9:18 UTC  (31+ messages)
` [PATCH 01/17] phy: phy-omap-pipe3: Add support for PCIe PHY
` [PATCH 03/17] phy: ti-pipe3: add external clock "
` [PATCH 05/17] pci: host: pcie-dra7xx: add support for pcie-dra7xx controller
` [PATCH 06/17] pci: host: pcie-designware: Use *base-mask* for configuring the iATU
` [PATCH 07/17] ARM: dts: DRA7: Add divider table to optfclk_pciephy_div clock
` [PATCH 08/17] ARM: dts: DRA7: Change the parent of apll_pcie_in_clk_mux to dpll_pcie_ref_m2ldo_ck
` [PATCH 09/17] arm: dra7xx: Add hwmod data for pcie1 phy and pcie2 phy
` [PATCH 10/17] arm: dra7xx: Add hwmod data for pcie1 and pcie2 subsystems
` [PATCH 11/17] ARM: dts: dra7xx-clocks: Add missing 32khz clocks used for PHY
` [PATCH 12/17] ARM: dts: dra7: Add dt data for PCIe PHY control module
` [PATCH 13/17] ARM: dts: dra7: Add dt data for PCIe PHY
` [PATCH 14/17] ARM: dts: dra7: Add dt data for PCIe controller
` [PATCH 15/17] ARM: OMAP: Enable PCI for DRA7
` [TEMP PATCH 16/17] pci: host: pcie-dra7xx: use reset framework APIs to reset PCIe
` [TEMP PATCH 17/17] ARM: dts: dra7: Add *resets* property for PCIe dt node

[PATCH 0/8] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO
 2014-05-07 18:25 UTC  (4+ messages)

[PATCH 0/4] x86/PCI HPET bugfix and other cleanups
 2014-05-07 18:00 UTC  (5+ messages)
` [PATCH 4/4] x86/gart: Tidy messages and add bridge device info

Hotswap with an ATCA PCI Express carrier containing a PCIe Switch
 2014-05-07 14:00 UTC  (2+ messages)

[RESEND PATCH 0/3] Support for Generic PCI Host Controller
 2014-05-07  9:18 UTC  (15+ messages)
` [RESEND PATCH 1/3] ARM: mach-virt: allow PCI support to be selected
` [RESEND PATCH 2/3] PCI: ARM: add support for generic PCI host controller
` [RESEND PATCH 3/3] MAINTAINERS: add entry for generic PCI host controller driver

[PATCH] DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_t
 2014-05-06 20:22 UTC  (17+ messages)

[PATCH] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-05-06 17:22 UTC  (2+ messages)

[PATCH v7 00/10] R-Car Gen2 PCIe host driver
 2014-05-06 12:49 UTC  (13+ messages)
` [PATCH v7 01/10] PCI: host: rcar: Add Renesas R-Car PCIe driver

[PATCH] PCI: Turn pcibios_penalize_isa_irq() into __weak function
 2014-05-06  7:26 UTC  (2+ messages)

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

[PATCH] pci: Save and restore VFs as a part of a reset
 2014-05-05 21:25 UTC 

[PATCH] PCI: Test for std config alias when testing extended config space
 2014-05-05 20:20 UTC 

[RFC Patch Part3 V1 00/22] Enable Intel DMAR device hotplug
 2014-05-05  8:31 UTC  (6+ messages)
` [Patch Part3 V1 17/22] pci, ACPI, iommu: enhance pci_root to support "

[PATCH] PCI/shpchp: fix a bus speed issue on hotplug
 2014-05-04 14:07 UTC  (9+ messages)

[PATCH v2 00/13] Refactor pci_is_brdige() to simplify code
 2014-05-04  4:23 UTC  (14+ messages)
` [PATCH v2 01/13] PCI: rename pci_is_bridge() to pci_has_subordinate()
` [PATCH v2 02/13] PCI: Introduce new pci_is_bridge() helper function
` [PATCH v2 03/13] PCI: Use new pci_is_bridge() to simplify code
` [PATCH v2 04/13] x86/PCI: "
` [PATCH v2 05/13] IA64/PCI: "
` [PATCH v2 06/13] powerpc/PCI: "
` [PATCH v2 07/13] sparc/PCI: "
` [PATCH v2 08/13] PCI, rpaphp: "
` [PATCH v2 09/13] PCI, shpchp: "
` [PATCH v2 10/13] PCI, cpcihp: "
` [PATCH v2 11/13] PCI, acpiphp: "
` [PATCH v2 12/13] PCI, pcmcia: "
` [PATCH v2 13/13] PCI, pciehp: "

[PATCH 00/13] PCI/iommu: Fix DMA alias problems
 2014-05-03  5:15 UTC  (4+ messages)
` [PATCH 03/13] PCI: quirk dma_func_alias for Ricoh devices

[GIT PULL] ACPI and power management fixes for v3.15-rc4
 2014-05-02 23:34 UTC 

[PATCHv2 1/2] PCI: Device driver reset notification
 2014-05-02 16:40 UTC  (2+ messages)
` [PATCHv2 2/2] NVMe: Implement PCI-e reset notification callback

[PATCH] PCI: quirk RTL8110SC INTx masking
 2014-05-01 20:36 UTC 

[PATCH 1/2] PCI: Device driver function reset notification
 2014-05-01 20:20 UTC  (5+ messages)

[PATCH v4] pciehp: only wait command complete for real hotplug control
 2014-05-01 17:59 UTC  (3+ 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).