linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-18 08:15:42 to 2014-11-23 10:36:50 UTC [more...]

[Patch irqdomain: Enhance irq_domain_free_irqs_common() to support parentless irqdomain
 2014-11-23 10:36 UTC  (3+ messages)

Removal of bus->msi assignment breaks MSI with stacked domains
 2014-11-22  4:13 UTC  (23+ messages)

[PATCH 00/10] Save MSI chip in pci_sys_data
 2014-11-22  2:58 UTC  (9+ messages)

[PATCH] PCI: Refresh offset/stride after NumVFs is written
 2014-11-22  2:52 UTC 

[PATCH v4] Fixes for PCI backend for 3.19
 2014-11-21 22:17 UTC  (8+ messages)
` [PATCH v4 1/7] xen/pciback: Don't deadlock when unbinding
` [PATCH v4 2/7] driver core: Provide an wrapper around the mutex to do lockdep warnings
` [PATCH v4 3/7] xen/pciback: Include the domain id if removing the device whilst still in use
` [PATCH v4 4/7] xen/pciback: Print out the domain owning the device
` [PATCH v4 5/7] xen/pciback: Remove tons of dereferences
` [PATCH v4 6/7] PCI: Expose pci_load_saved_state for public consumption
` [PATCH v4 7/7] xen/pciback: Restore configuration space when detaching from a guest

[PATCH 0/3] PCI/x86: Interface for testing multivector MSI support
 2014-11-21 22:08 UTC  (4+ messages)
` [PATCH 1/3] PCI/MSI: Initial hook for archs to declare "
` [PATCH 2/3] PCI/x86: Add arch_supports_multivector_msi() hook
` [PATCH 3/3] PCI: Extend and export pci_msi_supported() for multivector MSI

Hardware error from APEI question?
 2014-11-21 19:51 UTC 

[PATCH] x86, PCI: support mmio more than 44 bits on 32bit/PAE mode
 2014-11-21 19:37 UTC 

[PATCH 0/4] PCI: Reset exclusions
 2014-11-21 19:00 UTC  (6+ messages)
` [PATCH 1/4] PCI: Allow device quirks to exclude D3->D0 PM reset
` [PATCH 2/4] PCI: quirk AMD/ATI VGA cards to avoid "
` [PATCH 3/4] PCI: Allow device quirks to exclude bus reset
` [PATCH 4/4] PCI: quirk Atheros AR93xx to avoid "

[PATCH 0/6] PCI: MMCONFIG clean up
 2014-11-21 18:08 UTC  (13+ messages)
` [PATCH 1/6] x86, acpi, pci: Reorder logic of pci_mmconfig_insert() function
` [PATCH 2/6] x86, acpi, pci: Move arch-agnostic MMCFG code out of arch/x86/ directory
` [PATCH 3/6] x86, acpi, pci: Move PCI config space accessors
` [PATCH 4/6] x86, acpi, pci: mmconfig_{32,64}.c code refactoring - remove code duplication
` [PATCH 5/6] x86, acpi, pci: mmconfig_64.c becomes default implementation for arch agnostic low-level direct PCI config space accessors via MMCONFIG
` [PATCH 6/6] pci, acpi: Share ACPI PCI config space accessors

[RFC PATCH v3 0/2] Fix procfs PCI resources mmap
 2014-11-21 17:51 UTC  (4+ messages)
` [RFC PATCH v3 1/2] drivers: pci: fix pci_mmap_fits() implementation for procfs mmap

[PATCH v3 0/2] arm: pcibios: remove pci_sys_data domain
 2014-11-21 11:29 UTC  (3+ messages)
` [PATCH v3 1/2] arm: cns3xxx: pci: remove artificial dependency on "
` [PATCH v3 2/2] arm: pcibios: move to generic PCI domains

[RFC PATCH 00/16] Refine PCI host bridge scan interfaces
 2014-11-21  9:53 UTC  (50+ messages)
` [RFC PATCH 01/16] PCI: Enhance pci_scan_root_bus() to support default IO/MEM resources
` [RFC PATCH 02/16] PCI: Use pci_scan_root_bus() instead of pci_scan_bus()
` [RFC PATCH 04/16] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [RFC PATCH 07/16] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [RFC PATCH 08/16] PCI: Introduce pci_scan_host_bridge() and pci_host_info

[PATCH] irqdomain: Fix NULL pointer dererence in irq_domain_free_irqs_parent
 2014-11-21  3:06 UTC  (5+ messages)

[PATCH V9 00/18] Enable SRIOV on PowerNV
 2014-11-21  1:46 UTC  (23+ messages)
` [PATCH V9 01/18] PCI/IOV: Export interface for retrieve VF's BDF
` [PATCH V9 03/18] PCI: Add weak pcibios_iov_resource_size() interface
` [PATCH V9 08/18] powrepc/pci: Refactor pci_dn

[PATCH] PCI: Fix device node for virtual bus
 2014-11-20 23:11 UTC  (2+ messages)

[RFC PATCH v2] drivers: pci: move PCI domain assignment to generic PCI code
 2014-11-20 22:54 UTC  (4+ messages)

[PATCH v2] PCI: pciehp: Check link state before accessing device during removal
 2014-11-20 22:54 UTC 

[PATCH 0/4] move pci_assivned_vfs() check (while disabling VFs) to pci sub-system
 2014-11-20 22:42 UTC  (3+ messages)
  ` [linux-nics] "

[PATCH] PCI: pciehp: Check link state before accessing device during removal
 2014-11-20 22:33 UTC 

[GIT PULL] PCI fixes for v3.18
 2014-11-20 21:10 UTC 

[PATCH 1/1] PCI: hotplug: Deletion of an unnecessary check before the function call "pci_dev_put"
 2014-11-20 16:47 UTC 

[PATCH 0/5] PCI scan interfaces clean up
 2014-11-20  1:53 UTC  (13+ messages)
` [PATCH 1/5] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH 2/5] PCI: Introduce pci_scan_bus_simple()
` [PATCH 3/5] PCI: Use pci_scan_bus_simple() in simple scene
` [PATCH 4/5] PCI: Remove pci_scan_bus() and pci_scan_bus_parented()
` [PATCH 5/5] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()

Regression caused by "PCI: Shrink decoding-disabled window while sizing BARs"
 2014-11-19 23:31 UTC  (14+ messages)
      ` [PATCH] PCI: fix probe.c warning on !CONFIG_ARCH_DMA_ADDR_T_64BIT platforms
` [PATCH] PCI: fixup __pci_read_base() after refactoring

randconfig warnings with next-20141119, in drivers/pci/probe.c
 2014-11-19 18:52 UTC  (2+ messages)

[PATCH] PCI: keystone: fix error handling of irq_of_parse_and_map
 2014-11-19 18:02 UTC  (2+ messages)

[PATCH v2] PCI: Don't reject 64bit mmio on 32bit/PAE mode
 2014-11-18 18:19 UTC 

[PATCH] PCI: layerscape: fix platform_no_drv_owner.cocci warnings
 2014-11-18 16:18 UTC 

[PATCH] pci: support Thunderbolt requirements for I/O resources
 2014-11-18 15:58 UTC  (9+ messages)

[Bug 88451] New: PCI devices missing - including USB controller. Boot fail
 2014-11-18 15:48 UTC  (3+ messages)
  ` Aw: "
    `  "

[Patch Part3 V7 0/8] Enable support of Intel DMAR device hotplug
 2014-11-18 15:21 UTC  (6+ messages)

[PATCH] pci, add FW_BUG warning to pci= kernel option
 2014-11-18 14:00 UTC  (5+ messages)

[Patch Part3 v3 00/38] Enable hierarchy irqdomian on x86 platforms
 2014-11-18 12:58 UTC  (3+ messages)

[PATCH] asm-generic: Add msi.h
 2014-11-18 11:33 UTC  (4+ messages)

[PATCH v1] pci: Limit VPD length of Emulex adapters to the actual length supported
 2014-11-18 11:26 UTC  (9+ messages)

[PATCH] PCI: rcar: fix error handling of irq_of_parse_and_map
 2014-11-18 10:43 UTC  (2+ messages)

[RFC PATCH 0/4] MMCFG refactoring + PCI ACPI probing for ARM64
 2014-11-18 10:35 UTC  (6+ messages)
` [RFC PATCH 4/4] arm64, acpi, pci: Provide arch-specific calls for PCI host bridge dirver (PNP0A03)
    ` [Linaro-acpi] "

[PATCH 0/3] PCI: code clean up on pci configuration space
 2014-11-18  9:16 UTC  (5+ messages)
` [PATCH 1/3] PCI: move PCI_FIND_CAP_TTL to pci.h and use it in quirks


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