linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-12 12:00:24 to 2014-08-22 04:39:52 UTC [more...]

[Patch] x86, ia64, efifb: Move boot_vga fixup from pci to vgaarb
 2014-08-22  4:39 UTC  (20+ messages)
    ` [PATCH 1/2] x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()
      ` [PATCH 1/2 v2] "
                      ` [PATCH 0/2] "
                        ` [PATCH 1/2] vgaarb: Drop obsolete #ifndef __ARCH_HAS_VGA_DEFAULT_DEVICE
                        ` [PATCH 2/2] x86, ia64: Don't default to first video device

[PATCH v9 00/12] Support for creating generic PCI host bridges from DT
 2014-08-22  4:16 UTC  (36+ messages)
` [PATCH v9 01/12] Fix ioport_map() for !CONFIG_GENERIC_IOMAP cases
` [PATCH v9 02/12] PCI: OF: Parse and map the IRQ when adding the PCI device
` [PATCH v9 03/12] PCI: Introduce helper functions to deal with PCI I/O ranges
` [PATCH v9 04/12] PCI: OF: Fix the conversion of IO ranges into IO resources
` [PATCH v9 05/12] ARM: Define PCI_IOBASE as the base of virtual PCI IO space
` [PATCH v9 06/12] ARM: integrator: Correct usage of of_pci_range_to_resource()
` [PATCH v9 07/12] PCI: Create pci_host_bridge before its associated bus in pci_create_root_bus
` [PATCH v9 08/12] PCI: Introduce generic domain handling for PCI busses
` [PATCH v9 09/12] OF: Introduce helper function for getting PCI domain_nr
` [PATCH v9 10/12] OF: PCI: Add support for creating a generic host_bridge from DT
` [PATCH v9 11/12] arm64: Add pgprot_device() interface for device mappings
` [PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

[PATCH] drivers: pci: convert generic host controller to DT host bridge creation API
 2014-08-21 23:07 UTC  (11+ messages)

[Patch V4 00/42] use irqdomain to dynamically allocate IRQ for IOAPIC
 2014-08-21 19:00 UTC  (5+ messages)
` [Patch V4 29/42] x86, irq: introduce two helper functions to support irqdomain map operation

[PATCH v3 00/13] scsi: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-08-21 17:02 UTC  (26+ messages)
` [PATCH v3 01/13] hpsa: Fallback to MSI rather than to INTx if MSI-X failed
` [PATCH v3 02/13] hpsa: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH v3 03/13] megaraid: Fail resume if MSI-X re-initialization failed
` [PATCH v3 04/13] megaraid: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH v3 05/13] mpt2sas: Use pci_enable_msix_exact() "
` [PATCH v3 06/13] mpt3sas: "
` [PATCH v3 07/13] qla2xxx: Use pci_enable_msix_range() "
` [PATCH v3 08/13] be2iscsi: Use pci_enable_msix_range()
` [PATCH v3 09/13] csiostor: Remove superfluous call to pci_disable_msix()
` [PATCH v3 10/13] csiostor: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH v3 11/13] lpfc: "
` [PATCH v3 12/13] pmcraid: Get rid of a redundant assignment
` [PATCH v3 13/13] pmcraid: Use pci_enable_msix_range() instead of pci_enable_msix()

PCI: minimal alignment of resources
 2014-08-21 14:16 UTC 

[PATCH 2/3] MSI: Use __read_msi_msg() instead of read_msi_msg()
 2014-08-21 10:21 UTC  (3+ messages)

How to get the number of VFs assigned to the guests in XEN
 2014-08-21  8:20 UTC  (2+ messages)

LPC IOMMU and VFIO MicroConference - Call for Participation
 2014-08-21  2:29 UTC  (3+ messages)

Annoying and insane pci kernel messages
 2014-08-21  0:17 UTC 

Annoying and insane pci kernel messages
 2014-08-21  0:15 UTC 

[PATCH] PCI: Increase BAR size quirk for IBM ipr SAS Crocodile adapters
 2014-08-20 23:26 UTC 

PCIe driver not working properly after upgrading to linux 3.8.13
 2014-08-20 16:21 UTC  (2+ messages)

[PATCH v7] pcie: Add Xilinx PCIe Host Bridge IP driver
 2014-08-20 16:26 UTC 

How to get the number of VFs assigned to the guests in XEN
 2014-08-20 14:09 UTC  (4+ messages)

[PATCH v5] pcie: Add Xilinx PCIe Host Bridge IP driver
 2014-08-20 12:13 UTC  (8+ messages)

[RFC PATCH 00/11] Refactor MSI to support Non-PCI device
 2014-08-20  7:55 UTC  (19+ messages)
` [RFC PATCH 03/11] PCI/MSI: Refactor pci_dev_msi_enabled()
` [RFC PATCH 09/11] PCI/MSI: refactor PCI MSI driver
` [RFC PATCH 10/11] PCI/MSI: Split the generic MSI code into new file
` [RFC PATCH 11/11] x86/MSI: Refactor x86 MSI code

[PATCH V7 00/17] Enable SRIOV on POWER8
 2014-08-20  6:14 UTC  (14+ messages)
` [PATCH V7 01/17] PCI/IOV: Export interface for retrieve VF's BDF
` [PATCH V7 02/17] PCI/IOV: Get VF BAR size from hardware directly when platform needs
` [PATCH V7 04/17] PCI: Take additional IOV BAR alignment in sizing and assigning

[PATCH] crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()
 2014-08-19  7:32 UTC 

[GIT PULL] PCI changes for v3.17 (part 3)
 2014-08-19 17:02 UTC  (4+ messages)
` Fwd: "

[PATCH 0/2] PCI/MSI: Remove arch_msi_check_device()
 2014-08-19  7:50 UTC  (4+ messages)
` [PATCH 1/2] PCI/MSI/PPC: "

[PATCH RFC v1 0/4] PCI NTB: prepare for more hardware support
 2014-08-18 16:24 UTC  (3+ messages)

[PATCH 0/4] PCI: designware: init order/resource alloc fixes
 2014-08-18 15:39 UTC  (10+ messages)
` [PATCH 1/4] PCI: designware: start parsing bus-range
` [PATCH 2/4] PCI: designware: get rid of pci_scan_root_bus
` [PATCH 3/4] PCI: designware: remove pci_assign_unassigned_resources call

[PATCH v7 0/5] Add Keystone PCIe controller driver
 2014-08-18 14:58 UTC  (5+ messages)

[PATCH v9] Add architectural support for PCI in AArch64
 2014-08-18 14:26 UTC  (4+ messages)
` [PATCH v9] arm64: Add architectural support for PCIe

[PATCH 0/4 V3] irqchip: gic: Introduce ARM GICv2m MSI(-X) support
 2014-08-18  0:41 UTC  (3+ messages)
` [PATCH 3/4 V3] irqchip: gic: Add supports for ARM GICv2m MSI(-X)

[pcibios_root_bridge_prepare] BUG: unable to handle kernel NULL pointer dereference
 2014-08-16 20:09 UTC  (2+ messages)

[PATCH] PCIe: Designware: Extract struct pcie_port_info elements into struct pcie_port
 2014-08-16  7:22 UTC 

[PATCH] PCI: Remove not needed check in disable aspm link
 2014-08-15 23:35 UTC  (4+ messages)
` [PATCH RFC 0/4] PCI: pciehp: Fix Command Completion handling

[PATCH v2 RESEND 00/23] scsi: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-08-15 15:48 UTC  (11+ messages)
` [PATCH v2 RESEND 04/23] bfa: Use pci_enable_msix_exact() "
` [PATCH v2 RESEND 08/23] hpsa: Fallback to MSI rather than to INTx if MSI-X failed
` [PATCH v2 RESEND 09/23] hpsa: Use pci_enable_msix_range() instead of pci_enable_msix()

[PATCH 0/2 V4] irqchip: gic: Introduce ARM GICv2m MSI(-X) support
 2014-08-15 15:08 UTC  (9+ messages)
` [PATCH 1/2 V4] irqchip: gic: Add supports for ARM GICv2m MSI(-X)
` [PATCH 2/2 V4] irqchip: gicv2m: Add support for multiple MSI for ARM64 GICv2m

[PATCH 0/2] i.MX6 PCIe fixes for 3.17
 2014-08-15  9:57 UTC  (7+ messages)
` [PATCH 2/2] PCI: imx6: fix boot hang when link already enabled

[PATCH 3/3] xen/MSI: Retrieve MSI msg from cached msi_desc->msg
 2014-08-15  5:43 UTC  (3+ messages)

[PATCH 1/3] MSI: Use __get_cached_msi_msg() instead of get_cached_msi_msg()
 2014-08-15  3:14 UTC 

[PATCH 0/3] Some MSI cleanup
 2014-08-15  3:14 UTC 

[PATCH 0/2] sb_edac: i2c_imc staging submission prep
 2014-08-14 21:45 UTC  (3+ messages)
` [PATCH 1/2] Move Intel SNB device ids from sb_edac to pci_ids.h
` [PATCH 2/2] sb_edac: Claim a different PCI device

[GIT PULL] PCI changes for v3.17 (part 2)
 2014-08-14 19:33 UTC 

[PATCH] PCI: designware: check private_data validity in single place
 2014-08-14  9:19 UTC  (4+ messages)

[RESEND 0/5] PCIe, AER: Misc cleanup
 2014-08-14  1:52 UTC  (8+ messages)
` [RESEND 1/5] RAS, trace: Update error definition format
` [RESEND 2/5] PCIe, AER: Replenish missed AER status bits for AER driver
` [RESEND 3/5] PCIe, trace: Replenish missed AER status bits for PCIE trace I/F
` [RESEND 4/5] PCIe, AER: Make AER UC status naming clearer
` [RESEND RFC 5/5] PCIe, AER: Update initial value of UC error mask

[PATCH v2 RESEND 00/23] scsi: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-08-13 19:27 UTC  (3+ messages)
` [PATCH v2 RESEND 10/23] hpsa: "

[RFC] PCI: pcie-designware: allow drivers as loadable modules
 2014-08-13 17:21 UTC  (2+ messages)

[PATCH 1/1] PCI: spear: Fix build error
 2014-08-13 17:20 UTC  (2+ messages)

[PATCH] PCI: pciehp: Use ordered workqueue for HPC events
 2014-08-13 17:00 UTC  (7+ messages)

[RFC PATCH 00/20] Use msi_chip to configure MSI/MSI-X in all platforms
 2014-08-13  1:16 UTC  (4+ messages)
` [RFC PATCH 07/20] x86/MSI: Use msi_chip instead of arch func to configure MSI/MSI-X

[PATCH 0/1] Replace DEFINE_PCI_DEVICE_TABLE macro use
 2014-08-12 18:44 UTC  (2+ messages)

[PATCH v3] PCI: Mark broken INTx masking for Mellanox devices
 2014-08-12 11:59 UTC  (2+ 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).