linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-29 16:06:54 to 2013-08-05 19:37:10 UTC [more...]

[PATCH 00/20] PCI root complex changes for tile architecture
 2013-08-05 20:06 UTC  (2+ messages)
` [PATCH 10/20] tile PCI DMA: handle a NULL dev argument properly

[PATCH v4 0/9] pci: bus and slot reset interfaces
 2013-08-05 19:37 UTC  (2+ messages)
` [PATCH v4 1/9] pci: Create pci_reset_bridge_secondary_bus()

[PATCH 0/4] optimization/fix/cleanup in pci_assign_unassigned_resources
 2013-08-05 19:05 UTC  (8+ messages)
` [PATCH 1/4] PCI: optimize pci_bus_get_depth() by enumerating on pci bus hierachy
` [PATCH 2/4] PCI: add comment for pbus_size_mem() parameter
` [PATCH 3/4] PCI: trivial cleanup in pbus_size_io()
` [PATCH 4/4] PCI: fix the io resource alignment calculation "

Lockdep warning on rescan (pci_remove_rescan_mutex)
 2013-08-05 15:55 UTC  (2+ messages)

Fwd: PCIE device errors after linux kernel upgrade
 2013-08-05 15:38 UTC  (2+ messages)
  `  "

[PATCH] acpi, acpi_pci_irq_enable must return an error if ACPI cannot map an IRQ
 2013-08-05 14:04 UTC  (7+ messages)

[PATCH -v5 0/6] Use PCI Serial Number to identify device change
 2013-08-05 12:01 UTC  (8+ messages)
` [PATCH -v5 1/6] PCI,pciehp: avoid add a device already exist before suspend during resume
` [PATCH -v5 2/6] PCI: introduce PCIe Device Serial Number Capability support
` [PATCH -v5 3/6] PCI: Introduce Vital Product Data Serial Number capability support
` [PATCH -v5 4/6] PCI: add pci_serial_number_changed() for device change identification
` [PATCH -v5 5/6] PCI: add inspection of device change in pci_scan_single_device
` [PATCH -v5 6/6] PCI,pciehp: identify device change during suspend

[GIT PULL] PCI updates for v3.11
 2013-08-05  9:26 UTC  (5+ messages)
  ` Warnings from silentoldconfig (Re: [GIT PULL] PCI updates for v3.11)

[PATCH 2/3 v2] Refactor msi/msix restore code Part2
 2013-08-05  7:21 UTC 

[PATCH 2/3] Refactor msi/msix restore code Part2
 2013-08-05  7:19 UTC  (6+ messages)

[PATCH -v4 0/6] Use PCI Serial Number to identify device change
 2013-08-05  3:12 UTC  (13+ messages)
` [PATCH -v4 1/6] PCI,pciehp: avoid add a device already exist before suspend during resume
` [PATCH -v4 2/6] PCI: introduce PCIe Device Serial Number Capability support
` [PATCH -v4 3/6] PCI: Introduce Vital Product Data Serial Number capability support
` [PATCH -v4 4/6] PCI: add pci_serial_number_changed() for device change identification
` [PATCH -v4 5/6] PCI: add inspection of device change in pci_scan_single_device
` [PATCH -v4 6/6] PCI,pciehp: identify device change during suspend

RFC: vfio-pci API for PCI bus/slot (hot) resets
 2013-08-02 23:56 UTC  (4+ messages)

[PATCH 0/1] EDAC, AMD64_EDAC: Add ECC error decoding for newer Fam15h models
 2013-08-02 22:43 UTC  (5+ messages)
` [PATCH 1/1] EDAC, AMD64_EDAC: Add ECC decoding support for newer F15h models

[PATCH 0/3 V2] EDAC, AMD64_EDAC: Add ECC error decoding for newer Fam15h models
 2013-08-02 22:43 UTC  (4+ messages)
` [PATCH 1/3 V2] EDAC, AMD64_EDAC: Add PCI Device ID Functions 3 and 4 for newer F15h models
` [PATCH 2/3 V2] EDAC, AMD64_EDAC: Add relevant condition checks as F15h M30h does not support GART or L3
` [PATCH 3/3 V2] EDAC, AMD64_EDAC: Add ECC decoding support for newer F15h models

[PATCH 3.11-rc] pci: mvebu: disable prefetchable memory support in PCI-to-PCI bridge
 2013-08-02 17:43 UTC  (5+ messages)

[RFC PATCH v2 0/2] pci/iommu: PCIe requester ID interface
 2013-08-02 16:59 UTC  (16+ messages)
` [RFC PATCH v2 1/2] pci: Create "

[PATCH] PCI: remove unnecessary check for mps in pcie_get_mps()
 2013-08-02  9:33 UTC 

[PATCH v2 2/3] PCI: Separate stop and remove devices in pciehp
 2013-08-01 21:55 UTC  (14+ messages)
` [PATCH v2 3/3] PCI: Stop sriov after stop PF if PF's driver skip that

[PATCH v3 0/9] pci: bus and slot reset interfaces
 2013-08-01 21:55 UTC  (17+ messages)
` [PATCH v3 1/9] pci: Create pci_reset_bridge_secondary_bus()
` [PATCH v3 2/9] pci: Add hotplug_slot_ops.reset_slot()
` [PATCH v3 3/9] pci: Implement reset_slot for pciehp
` [PATCH v3 4/9] pci: Add slot reset option to pci_dev_reset
` [PATCH v3 5/9] pci: Split out pci_dev lock/unlock and save/restore
` [PATCH v3 6/9] pci: Add slot and bus reset interfaces
` [PATCH v3 7/9] pci: Wake-up devices before save for reset
` [PATCH v3 8/9] pci: Tune secondary bus reset timing
` [PATCH v3 9/9] pci: Remove aer_do_secondary_bus_reset()

Linux Plumbers ACPI/PM, PCI Microconference
 2013-08-01 19:45 UTC  (9+ messages)
` [Announcement] "

[PATCHv6 00/13] MSI support for Marvell EBU PCIe driver
 2013-08-01 17:58 UTC  (18+ messages)
` [PATCHv6 01/13] PCI: use weak functions for MSI arch-specific functions
` [PATCHv6 02/13] PCI: remove ARCH_SUPPORTS_MSI kconfig option
` [PATCHv6 03/13] PCI: Introduce new MSI chip infrastructure
` [PATCHv6 04/13] irqdomain: add irq_alloc_mapping() function
` [PATCHv6 05/13] irqdomain: refactor __irq_domain_add()
` [PATCHv6 06/13] irqdomain: add support to associate an irq_domain with a msi_chip
` [PATCHv6 07/13] irqdomain: add function to find a MSI irq_domain
` [PATCHv6 08/13] irqchip: armada-370-xp: properly request resources
` [PATCHv6 09/13] irqchip: armada-370-xp: implement MSI support
` [PATCHv6 10/13] ARM: pci: add ->add_bus() and ->remove_bus() hooks to hw_pci
` [PATCHv6 11/13] ARM: mvebu: the MPIC now provides MSI controller features
` [PATCHv6 12/13] PCI: mvebu: add support for MSI
` [PATCHv6 13/13] ARM: mvebu: link PCIe controllers to the MSI controller

[PATCH] PCI/trivial: Fix comment typo for pci_add_cap_save_buffer()
 2013-08-01 17:04 UTC  (2+ messages)

[PATCH v2] PCI: Reset PCIe devices to stop ongoing DMA
 2013-08-01 13:20 UTC  (25+ messages)

[RFC v2 0/3] I/O Hook: Method for emulating h/w events
 2013-08-01 10:31 UTC  (4+ messages)
` [RFC v2 1/3] I/O Hook: core functions and Register Override
` [RFC v2 2/3] I/O Hook: kernel interface to manage the hook
` [RFC v2 3/3] I/O Hook: sysfs interface to emulate h/w events

[PATCHv5 00/11] MSI support for Marvell EBU PCIe driver
 2013-08-01  9:17 UTC  (10+ messages)
` [PATCHv5 05/11] of: pci: add registry of MSI chips

pci-sysfs: queue sysfs rescan routine into workqueue to avoid potential deadlock situation
 2013-08-01  5:45 UTC  (5+ messages)

[PATCH] PCI: update device mps when doing pci hotplug
 2013-08-01  1:23 UTC  (11+ messages)

[PATCH] pci: adjust return values for error cases of IOV functions
 2013-07-31 23:31 UTC  (2+ messages)

[net-next v2 00/15][pull request] Intel Wired LAN Driver Updates
 2013-07-31 20:38 UTC  (6+ messages)
` [net-next v2 08/15] PCI: expose pcie_link_speed and pcix_bus_speed arrays
` [net-next v2 09/15] PCI: move enum pcie_link_width into pci.h
` [net-next v2 10/15] PCI: Add function to obtain minimum link width and speed

[PATCH] PCI/ACPI: Change dev_info() to dev_dbg() in the acpi_pci_set_power_state()
 2013-07-31 17:26 UTC  (5+ messages)

[PATCH 3/3 v2] Update x86_msi.restore_msi_irqs API param
 2013-07-31 13:36 UTC  (2+ messages)

[PATCH V5] pci: exynos: split into two parts such as Synopsys part and Exynos part
 2013-07-31  8:14 UTC 

[RFC PATCH 0/7] pci: bus and slot reset interfaces
 2013-07-31  3:32 UTC  (8+ messages)
` [RFC PATCH 1/7] pci: Create pci_reset_bridge_secondary_bus()
` [RFC PATCH 2/7] pci: Add hotplug_slot_ops.reset_slot()
` [RFC PATCH 3/7] pci: Implement reset_slot for pciehp
` [RFC PATCH 4/7] pci: Add slot reset option to pci_dev_reset
` [RFC PATCH 5/7] pci: Split out pci_dev lock/unlock and save/restore
` [RFC PATCH 6/7] pci: Add slot and bus reset interfaces
` [RFC PATCH 7/7] pci: Wake-up devices before save for reset

[PATCH] PCI: update NumVFs register properly during enable/disable sriov
 2013-07-30 16:36 UTC  (4+ messages)

[PATCH v2 0/2] iommu/intel: Quirk non-compliant PCIe-to-PCI bridges
 2013-07-30 11:52 UTC  (3+ messages)

[PATCH -v3 0/3] Use PCIe DSN to improve pciehp_resume
 2013-07-30  4:06 UTC  (6+ messages)
` [PATCH -v3 3/3] PCI,pciehp: use PCIe DSN to identify device change during suspend

return value for "if (!dev->is_physfn)"
 2013-07-29 21:47 UTC  (5+ messages)

[net-next 00/15][pull request] Intel Wired LAN Driver Updates
 2013-07-29 21:19 UTC  (9+ messages)
` [net-next 08/15] pci: expose pcie_link_speed and pcix_bus_speed arrays
` [net-next 09/15] pci: move enum pcie_link_width into pci.h
` [net-next 10/15] pci: Add function to obtain minimum link width and speed

SEND YOUR DETAILS
 2013-07-29 20:54 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).