Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2014-01-03 00:08:11 to 2014-01-08 23:56:37 UTC [more...]

[PATCH][tentative] PCI / ACPI: Rework PCI host bridge removal to avoid sysfs warnings
 2014-01-09  0:10 UTC  (8+ messages)

[PATCH v6 0/2] PCI: allocate 64bit mmio pref
 2014-01-08 23:34 UTC  (5+ messages)
` [PATCH v6 2/2] PCI: Try best to allocate pref mmio 64bit above 4g

[PATCH 01/12][v4] pci: fsl: derive the common PCI driver to drivers/pci/host
 2014-01-08 21:58 UTC  (13+ messages)
` [PATCH 02/12][v4] pci: fsl: add structure fsl_pci
` [PATCH 03/12][v4] pci: fsl: add PCI indirect access support
` [PATCH 04/12][v4] pci: fsl: add early "
` [PATCH 05/12][v4] pci: fsl: port PCI ATMU related code
` [PATCH 06/12][v4] pci: fsl: port PCI controller setup code
` [PATCH 07/12][v4] pci: fsl: port PCI platform driver
` [PATCH 08/12][v4] pci: fsl: add PowerPC PCI driver
` [PATCH 09/12][v4] pci: fsl: update PCI PM driver
` [PATCH 10/12][v4] pci: fsl: support function fsl_pci_assign_primary
` [PATCH 11/12][v4] pci: fsl: update PCI EDAC driver
` [PATCH 12/12][v4] pci: fsl: fix function check_pci_ctl_endpt_part

[Patch Part2 V1 00/14] Enhance DMAR drivers to handle PCI/memory hotplug events
 2014-01-08 20:43 UTC  (27+ messages)
` [Patch Part2 V1 01/14] iommu/vt-d: factor out dmar_alloc_dev_scope() for later reuse
` [Patch Part2 V1 02/14] iommu/vt-d: move private structures and variables into intel-iommu.c
` [Patch Part2 V1 03/14] iommu/vt-d: simplify function get_domain_for_dev()
` [Patch Part2 V1 04/14] iommu/vt-d: free resources if failed to create domain for PCIe endpoint
` [Patch Part2 V1 05/14] iommu/vt-d: create device_domain_info structure for intermediate P2P bridges
` [Patch Part2 V1 06/14] iommu/vt-d: fix incorrect iommu_count for si_domain
` [Patch Part2 V1 07/14] iommu/vt-d: fix error in detect ATS capability
` [Patch Part2 V1 08/14] iommu/vt-d: introduce macro for_each_dev_scope() to walk device scope entries
` [Patch Part2 V1 09/14] iommu/vt-d: introduce a rwsem to protect global data structures
` [Patch Part2 V1 10/14] iommu/vt-d: use RCU to protect global resources in interrupt context
` [Patch Part2 V1 11/14] iommu/vt-d, PCI: update DRHD/RMRR/ATSR device scope caches when PCI hotplug happens
` [Patch Part2 V1 12/14] iommu/vt-d, PCI: unify the way to process DMAR device scope array
` [Patch Part2 V1 13/14] iommu/vt-d: update device to static identity domain mapping for PCI hotplug
` [RFC Patch Part2 V1 14/14] iommu/vt-d: update IOMMU state when memory hotplug happens

pci->pcie bridge issue: kernel unable to find a free I/O port range
 2014-01-08 20:28 UTC  (3+ messages)

pcie-designware: query on MSI IRQ handling
 2014-01-08 17:31 UTC  (4+ messages)

[PATCH 0/2] PCI: Don't enable realloc automatically when above 4g 64bit mmio is not supported
 2014-01-08 16:38 UTC  (9+ messages)
` [PATCH 2/2] PCI: Only enable realloc auto when root bus has 64bit mmio

pcie designware question
 2014-01-08 15:48 UTC  (6+ messages)

[PATCH 0/7] Phase out pci_enable_msi_block()
 2014-01-08 13:45 UTC  (19+ messages)
` [PATCH 1/7] ipr: Do not call pci_disable_msi/msix() if pci_enable_msi/msix() failed
` [PATCH 2/7] ipr: Use new interfaces for MSI/MSI-X enablement
` [PATCH 3/7] ahci: "
` [PATCH 4/7] nvme: "
` [PATCH 5/7] vfio: "
      ` [PATCH v2 "
` [PATCH 6/7] ath10k: Use new interfaces for MSI enablement
` [PATCH 7/7] wil6210: "

[Patch Part1 V3 00/20] Bugfixes and improvements for Intel IOMMU drivers
 2014-01-08  8:44 UTC  (24+ messages)
` [Patch Part1 V3 01/20] iommu/vt-d: use dedicated bitmap to track remapping entry allocation status
` [Patch Part1 V3 02/20] iommu/vt-d: fix PCI device reference leakage on error recovery path
` [Patch Part1 V3 03/20] iommu/vt-d: fix a race window in allocating domain ID for virtual machines
` [Patch Part1 V3 04/20] iommu/vt-d: fix resource leakage on error recovery path in iommu_init_domains()
` [Patch Part1 V3 05/20] iommu/vt-d, trivial: refine support of 64bit guest address
` [Patch Part1 V3 06/20] iommu/vt-d, trivial: print correct domain id of static identity domain
` [Patch Part1 V3 07/20] iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu()
` [Patch Part1 V3 08/20] iommu/vt-d, trivial: clean up unused code
` [Patch Part1 V3 09/20] iommu/vt-d: mark internal functions as static
` [Patch Part1 V3 10/20] iommu/vt-d, trivial: use defined macro instead of hardcoding
` [Patch Part1 V3 11/20] iommu/vt-d, trivial: simplify code with existing macros
` [Patch Part1 V3 12/20] iommu/vt-d: fix invalid memory access when freeing DMAR irq
` [Patch Part1 V3 13/20] iommu/vt-d: keep shared resources when failed to initialize iommu devices
` [Patch Part1 V3 14/20] iommu/vt-d: avoid double free in error recovery path
` [Patch Part1 V3 15/20] iommu/vt-d: fix access after free issue in function free_dmar_iommu()
` [Patch Part1 V3 16/20] iommu/vt-d: release invalidation queue when destroying IOMMU unit
` [Patch Part1 V3 17/20] iommu/vt-d: fix wrong return value of dmar_table_init()
` [Patch Part1 V3 18/20] iommu/vt-d, PCI, trivial: use dev_is_pci() instead of hardcoding
` [Patch Part1 V3 19/20] iommu/vt-d, trivial: clean sparse warnings
` [Patch Part1 V3 20/20] iommu/vt-d: free all resources if failed to initialize DMARs

[PATCH 1/2] pci: Fix root port bus->self is NULL
 2014-01-08  7:12 UTC  (9+ messages)
` [PATCH 2/2] fsl/pci: The new pci suspend/resume implementation

[PATCH] pci: Add "try" reset interfaces
 2014-01-07 23:45 UTC  (4+ messages)

[PATCH] PCI: Update documentation 00-INDEX file
 2014-01-07 23:39 UTC  (2+ messages)

[PATCH v7 00/15] PCI: Allocate 64-bit BARs above 4G when possible
 2014-01-07 18:46 UTC  (18+ messages)
` [PATCH v7 01/15] PCI: Change pci_bus_region addresses to dma_addr_t
` [PATCH v7 02/15] PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev
` [PATCH v7 03/15] PCI: Add pci_bus_address() to get bus address of a BAR
` [PATCH v7 04/15] agp: Support 64-bit APBASE
` [PATCH v7 05/15] agp: Use pci_resource_start() to get CPU physical address for BAR
` [PATCH v7 06/15] drm/i915: Rename gtt_bus_addr to gtt_phys_addr
` [PATCH v7 07/15] agp/intel: "
` [PATCH v7 08/15] agp/intel: Support 64-bit GMADR
` [PATCH v7 09/15] agp/intel: Use pci_bus_address() to get MMADR bus address
` [PATCH v7 10/15] agp/intel: Use pci_bus_address() to get GTTADR "
` [PATCH v7 11/15] agp/intel: Use CPU physical address, not bus address, for ioremap()
` [PATCH v7 12/15] agp/ati: Use PCI_COMMAND instead of hard-coded 4
` [PATCH v7 13/15] PCI: Split out bridge window override of minimum allocation address
` [PATCH v7 14/15] PCI: Enforce bus address limits in resource allocation
` [PATCH v7 15/15] PCI: Allocate 64-bit BARs above 4G when possible

[RFC PATCH 0/3] APM X-Gene PCIe driver
 2014-01-07 18:31 UTC  (20+ messages)
` [RFC PATCH 1/3] pci: APM X-Gene PCIe controller driver
` [RFC PATCH 2/3] arm64: dts: APM X-Gene PCIe device tree nodes
` [RFC PATCH 3/3] dt-bindings: pci: xgene pcie device tree bindings

[PATCH v3 4/8] pciehp: Don't disable the link permanently, during removal
 2014-01-07 18:20 UTC  (5+ messages)

[PATCH 09/12] pci: use device_remove_file_self() instead of device_schedule_callback()
 2014-01-07 17:59 UTC 

[PATCH v5 00/33] x86, irq: Support ioapic controller hotplug
 2014-01-07 13:30 UTC  (13+ messages)
` [PATCH v5 16/33] xen, irq: Call irq_alloc_reserved_desc_at() at first
  ` [Xen-devel] "
` [PATCH v5 24/33] x86: Move declaration for mp_register_ioapic()
` [PATCH v5 25/33] PCI, x86: Make ioapic hotplug support built-in
` [PATCH v5 30/33] PCI, x86, ACPI: Enable ioapic hotplug support with acpi host bridge

[RFC] linux/pci: move pci_platform_pm_ops to linux/pci.h
 2014-01-07  9:35 UTC  (4+ messages)

[PATCH 02/12][v3] pci: fsl: add structure fsl_pci
 2014-01-07  8:33 UTC  (4+ messages)
` [02/12,v3] "

[PATCH 03/12][v3] pci: fsl: add PCI indirect access support
 2014-01-07  7:13 UTC  (4+ messages)
` [03/12,v3] "

[PATCH pci-next 2/2] pci: remove dead code
 2014-01-06 16:47 UTC  (3+ messages)

[PATCH v3] sparc/PCI: Use dev_is_pci() to identify PCI devices
 2014-01-06  7:45 UTC  (5+ messages)

[PATCH 11/12][v3] pci: fsl: update PCI EDAC driver
 2014-01-06  3:57 UTC  (3+ messages)
` [11/12,v3] "

[PATCH v2 00/10] IOMMU: irq-remapping and dmar hotplug support
 2014-01-06  3:12 UTC  (8+ messages)
` [PATCH v2 01/10] IOMMU: Update dmar units devices list during hotplug
` [PATCH v2 05/10] ACPI: Add acpi_run_dsm()
` [PATCH v2 06/10] IOMMU: Separate free_dmar_iommu from free_iommu
` [PATCH v2 07/10] IOMMU: Add init_dmar_one()
` [PATCH v2 10/10] IOMMU: Add intel iommu irq-remapping and dmar hotplug support

IOMMU groups ... PEX8606 switch?
 2014-01-05  7:57 UTC 

[Ilw] Intel Wireless 7260 hardware timed out randomly
 2014-01-04 14:41 UTC  (20+ messages)

[net-next] pci_regs.h: Add PCI bus link speed and width defines
 2014-01-04  1:51 UTC  (8+ messages)

[PATCH v5 0/4] Introduce pci_enable_msi/msix_range() interfaces
 2014-01-04  0:27 UTC  (2+ messages)

[PATCH 01/12][v3] pci: fsl: derive the common PCI driver to drivers/pci/host
 2014-01-03 22:37 UTC  (3+ messages)

[PATCH pci-next 1/2] pci: make local function static
 2014-01-03 20:57 UTC  (2+ messages)

Issue with the emulated PCI bridge implementation
 2014-01-03 19:13 UTC  (10+ messages)

[GIT PULL] ACPI and power management fixes for v3.13-rc7
 2014-01-03 13:37 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox