linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-30 14:58:11 to 2014-08-08 15:34:19 UTC [more...]

[PATCH] PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr()
 2014-08-08 15:34 UTC 

[PATCH] PCI: Add another ID for Intel GPU "spurious interrupt" quirk
 2014-08-08 15:24 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 0/1] Replace DEFINE_PCI_DEVICE_TABLE macro use
 2014-08-08 13:56 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] PCI: imx6: fix occasional link failure
 2014-08-08 13:24 UTC  (3+ messages)

[Bugfix 0/2] Fix bugs caused by "use irqdomain to dynamically allocate IRQ for IOAPIC"
 2014-08-08  8:09 UTC  (17+ messages)
` [Bugfix 1/2] x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernation
        ` tip/x86/apic (was: Re: [Bugfix 1/2] x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernation)
          ` [GIT PULL] x86/apic changes for v3.17
            ` [Bugfix] x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernation
` [Bugfix 2/2] x86, irq: Keep balance of IOAPIC pin reference count

[PATCH v3 0/4 resend] Introduce device assignment flag operation helper function
 2014-08-08  5:36 UTC  (5+ messages)
` [PATCH 1/4] PCI: introduce helper functions for device flag operation
` [PATCH 2/4] KVM: use pci device flag operation helper functions
` [PATCH 3/4] xen-pciback: use pci device flag operation helper function
` [PATCH 4/4] PCI: use device flag operation helper function in iov.c

[PATCH RFC V2] Factor out pci_fixup_irqs and give IRQs to hot-added devices
 2014-08-08  1:20 UTC  (26+ messages)
` [PATCH 01/22] Added some infrastructure to allow assigning PCI device IRQs at device enable time and removed pci_fixup_irqs as the other change obsolites it
` [PATCH 02/22] Modified x86 initialisation to accomodate PCI irq changes
` [PATCH 03/22] Added (untested) support to powerpc initialisation to fix pci "
` [PATCH 04/22] Added support to ARM architecture to accomodate new irq init code
` [PATCH 05/22] Added (untested) support to frv "
` [PATCH 06/22] Added (untested) support to mips "
` [PATCH 07/22] Fixed PCI initilisation code for arches which dont need to map irqs
` [PATCH 08/22] Added (untested) workaround to ia64 architecture to accomodate new irq init code. Unfortunately adding runtime irq assignment will not work but avoided breaking the existing code
` [PATCH 09/22] Added (untested) support to microblaze architecture to accomodate new irq init code
` [PATCH 10/22] Added (untested) support to cris "
` [PATCH 11/22] Added (untested) support to mn10300 "
` [PATCH 12/22] Added (untested) workaround to parisc architecture to accomodate new irq init code. Unfortunately adding runtime irq assignment will not work but avoided breaking the existing code
` [PATCH 13/22] Added (untested) support to sparc architecture to accomodate new irq init code
` [PATCH 14/22] Added (untested) support to alpha "
` [PATCH 15/22] Added (untested) support to m68k "
` [PATCH 16/22] Added (untested) support to tile "
` [PATCH 17/22] Added (untested) support to sh "
` [PATCH 18/22] Added (untested) support to unicore32 "
` [PATCH 19/22] Added (untested) workaround to s390 architecture to accomodate new irq init code. Unfortunately adding runtime irq assignment will not work but avoided breaking the existing code
` [PATCH 20/22] Added (untested) support to alpha nautilus boards to accomodate new irq init code
` [PATCH 21/22] Fixes so non PCI x86 systems should work
` [PATCH 22/22] Tidy up including documentation and messages

PCIe bus enumeration
 2014-08-07 14:59 UTC  (4+ messages)

designware: missing *config* reg space
 2014-08-07  3:21 UTC  (6+ messages)

[PATCH v2] PCI: Mark broken INTx masking for Mellanox devices
 2014-08-07  3:09 UTC  (8+ messages)

[PATCH] PCI: imx6: fix boot hang when link already enabled
 2014-08-07  2:32 UTC  (3+ messages)

[PATCH 1/5] RAS, trace: Update error definition format
 2014-08-07  0:59 UTC  (9+ messages)
` [PATCH 2/5] PCI-e, AER: Replenish missed AER status bits for AER driver
` [PATCH 3/5] PCI-e, trace: Replenish missed AER status bits for PCIE trace I/F
` [PATCH 4/5] PCI-e, AER: Make AER UC status naming clearer
` [RFC PATCH 5/5] PCI, aer: Update initial value of UC error mask

[PATCH RFC v1 0/4] PCI NTB: prepare for more hardware support
 2014-08-06 20:23 UTC  (7+ messages)
` [PATCH RFC v1 1/4] ntb: split Intel specifics out of the "NTB hardware" interface
` [PATCH RFC v1 2/4] ntb: header file nits (multiple inclusion, explicit entries)
` [PATCH RFC v1 3/4] ntb: prepare to build the 'data transport' as a separate module
` [PATCH RFC v1 4/4] ntb: de-couple data transport from hardware support

[GIT PULL] ACPI and power management updates for v3.17-rc1
 2014-08-06 19:07 UTC 

[PATCH] PCI: keystone: add a pci quirk to limit mrrs
 2014-08-06 19:05 UTC  (7+ messages)

[PATCH v1] PCI: keystone: add a pci quirk to limit mrrs
 2014-08-06 17:03 UTC 

[PATCH RFC] Added code to ensure hot-added PCI devices are given an IRQ on rescan
 2014-08-06 16:00 UTC  (5+ messages)

[PATCH v7 0/5] Add Keystone PCIe controller driver
 2014-08-06 14:38 UTC  (9+ messages)
` [PATCH v7 4/5] PCI: add PCI controller for keystone PCIe h/w

pci_sriov_set_totalvfs again
 2014-08-06  9:38 UTC  (27+ messages)
        ` [PATCH] PCI: handle pci_sriov_set_totalvfs(dev, 0)

[RFC PATCH 00/11] Refactor MSI to support Non-PCI device
 2014-08-06  1:23 UTC  (18+ messages)
` [RFC PATCH 03/11] PCI/MSI: Refactor pci_dev_msi_enabled()

[PATCH] PCI/AER: Make linux/aer.h standalone includable
 2014-08-05 12:08 UTC 

[PATCH v6] pcie: Add Xilinx PCIe Host Bridge IP driver
 2014-08-05 11:35 UTC 

[PATCH 1/1] PCI: spear: Fix build error
 2014-08-05  1:22 UTC  (3+ messages)

[PATCH] PCI: pciehp: Use ordered workqueue for HPC events
 2014-08-04 20:22 UTC  (2+ messages)

[PATCH 3/3] PCI hotplug: remove assignement from if conditions
 2014-08-04 19:01 UTC 

[PATCH 2/3] PCI hotplug: fix a simple if coding style issue
 2014-08-04 19:01 UTC 

[PATCH 1/3] PCI hotplug: fix a missing space coding style issue
 2014-08-04 19:00 UTC 

[PATCH 0/3] Fixing checkpatch errors and warnings for PCI hotplug
 2014-08-04 18:59 UTC 

[PATCH] PCI: designware: check private_data validity in single place
 2014-08-04  4:21 UTC  (3+ messages)

[PATCH] x86, irq: Keep IRQ assignment for PCI devices during suspend/hibernation
 2014-08-01 22:50 UTC  (13+ messages)
            ` [PATCH] x86, irq: Keep IRQ assignment for PCI devices during suspend/hibernation, bisected

[PATCH 0/4 V3] irqchip: gic: Introduce ARM GICv2m MSI(-X) support
 2014-08-01 17:05 UTC  (12+ messages)
` [PATCH 3/4 V3] irqchip: gic: Add supports for ARM GICv2m MSI(-X)
` [PATCH 4/4 V3] irqchip: gicv2m: Add support for multiple MSI for ARM64 GICv2m

[PATCH v2 1/2] resource: Add device-managed request/release_resource()
 2014-08-01 13:58 UTC  (5+ messages)
` [PATCH v2 2/2] PCI: tegra: Implement a proper resource hierarchy

PCI/x86 CPU Hangs: Need to enable CRS Software Visibility (Configuration Request Retry Status)
 2014-08-01 12:09 UTC 

[RFC Patch] irqdomain: Introduce new interfaces to support hierarchy irqdomains
 2014-08-01  8:08 UTC 

[PATCH] PCI: Mark broken INTx masking for Mellanox devices
 2014-08-01  4:40 UTC  (3+ messages)

Does 3.0.4 kernel support PCIe AER driver on powerpc?
 2014-07-31 20:22 UTC 

[PATCH 0/2] i.MX6 PCIe fixes for 3.17
 2014-07-31 18:16 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: add myself as co-maintainer for i.MX6 PCI driver
` [PATCH 2/2] PCI: imx6: fix boot hang when link already enabled

[PATCH] PCI: Reset failed bridge resources in PCI realloc
 2014-07-31  8:48 UTC  (3+ messages)

[PATCH trivial] PCI: convert struct pci_sriov comments to kernel-doc
 2014-07-31 14:56 UTC 

[PATCH 0/2] PCI/MSI: Remove arch_msi_check_device()
 2014-07-31 13:53 UTC  (3+ messages)
` [PATCH 1/2] PCI/MSI/PPC: "

PCI: dra7xx: Add TI DRA7xx PCIe driver
 2014-07-31 13:31 UTC 

[PATCH V7 00/17] Enable SRIOV on POWER8
 2014-07-31  6:35 UTC  (2+ messages)

[PATCH] PCI: update device mps when doing pci hotplug
 2014-07-30 19:41 UTC  (8+ messages)

pci_sriov_set_totalvfs again
 2014-07-30 17:23 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).