linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-15 16:07:04 to 2013-10-30 02:20:15 UTC [more...]

[PATCH 2/3] PCI: Refactor MSI/MSIX mask restore code to fix interrupt lost issue
 2013-10-30  2:20 UTC  (4+ messages)

[PATCH] PCI: Blacklist certain hardware from clearing Bus Master bit
 2013-10-30  9:50 UTC 

[PATCH] PCI: Report pci_pme_active() kmalloc failure
 2013-10-29 23:32 UTC  (2+ messages)

[PATCH 0/2] Remove pcibios_last_bus stuff
 2013-10-29 22:47 UTC  (5+ messages)
` [PATCH 1/2] frv/PCI: Remove pcibios_last_bus
` [PATCH 2/2] mn10300/PCI: Remove useless pcibios_last_bus

[PATCH] pci: Add R-Car Gen2 internal PCI support
 2013-10-29 22:44 UTC  (2+ messages)

[PATCH] PCI: imx6: increase link startup
 2013-10-29 22:20 UTC  (3+ messages)

[PATCH 1/3] PCI: imx6: Remove redeundant of_match_ptr
 2013-10-29 22:15 UTC  (7+ messages)
` [PATCH 2/3] PCI: mvebu: "
` [PATCH 3/3] PCI: exynos: Remove redundant of_match_ptr

[PATCH v3 1/3] msi: free msi_desc entry only after we've released the kobject
 2013-10-29 21:49 UTC  (9+ messages)
` [PATCH v3 2/3] pci: remove redundant pci_dev_get/put() on kobject (un)register
` [PATCH v3 3/3] msi: always unregister ->msi_kset within free_msi_irqs()

[RFC PATCH] PCI: export MSI mode using attributes, not kobjects
 2013-10-29 21:46 UTC 

[PATCH] PCI: imx6: fix imprecise abort handler
 2013-10-29 19:46 UTC  (4+ messages)

[Update PATCH -v2] PCI: Avoid initialize MSI/MSIX if device power state != PCI_D0
 2013-10-29 19:36 UTC  (2+ messages)

[PATCH -next] PCI: imx6: remove redundant dev_err call in imx6_pcie_probe()
 2013-10-29 19:25 UTC  (2+ messages)

[PATCH 0/6] PCI: imx6: Random fixes
 2013-10-29 19:14 UTC  (23+ messages)
` [PATCH 1/6] PCI: imx6: Make reset-gpio optional
` [PATCH 2/6] PCI: imx6: Fix the clock for PCIe
` [PATCH 4/6] PCI: imx6: Probe the PCIe in fs_initcall()
` [PATCH 5/6] PCI: imx6: Force Gen1 operation
` [PATCH 6/6] PCI: designware: Fix DT resource retrieval

[QUERY] Number of address translation regions in designware
 2013-10-29 16:14 UTC  (9+ messages)

[PATCH] lspci: Skip scanning empty slot in sysfs_fill_slots
 2013-10-29 12:09 UTC 

[PATCH 1/5 RFC] pci:msi: add weak function for returning msi region info
 2013-10-29 11:27 UTC  (6+ messages)
` [PATCH 4/5 RFC] pci: msi: expose msi region information functions
` [PATCH 3/5 RFC] powerpc: msi: Extend the msi region interface to get info from fsl_msi
` [PATCH 2/5 RFC] powerpc: pci: Add arch specific msi region interface
` [PATCH 5/5 RFC] vfio: setup iova-base for msi interrupts for vfio assigned device
` [PATCH 0/5 RFC] vfio/pci: add interface to for MSI support with FSL PAMU

[3.11.4] Thunderbolt/PCI unplug oops in pci_pme_list_scan
 2013-10-29  3:30 UTC  (13+ messages)

AER driver on ARM platform
 2013-10-28 19:01 UTC  (10+ messages)
` PCIE "

[BUG 3.12.rc4] Oops: unable to handle kernel paging request during shutdown
 2013-10-28 18:52 UTC  (7+ messages)

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

[PATCH RFC v2 00/29] Introduce pcim_enable_msi*() family helpers
 2013-10-28 16:30 UTC  (45+ messages)
` [PATCH RFC v2 01/29] PCI/MSI/s390: Fix single MSI only check
` [PATCH RFC v2 02/29] PCI/MSI/s390: Remove superfluous check of MSI type
` [PATCH RFC v2 03/29] PCI/MSI/pSeries: Fix wrong error code reporting
` [PATCH RFC v2 04/29] PCI/MSI/pSeries: Make quota traversing and requesting race-safe
` [PATCH RFC v2 05/29] PCI/MSI: Fix return value when populate_msi_sysfs() failed
` [PATCH RFC v2 06/29] PCI/MSI: Get rid of useless count of msi_desc leftovers
` [PATCH RFC v2 07/29] PCI/MSI: Return -ENOSYS for unimplemented interfaces, not -1
` [PATCH RFC v2 08/29] PCI/MSI: Make pci_enable_msix() 'nvec' argument unsigned int
` [PATCH RFC v2 09/29] PCI/MSI: Factor out pci_get_msi_cap() interface
` [PATCH RFC v2 10/29] PCI/MSI: Get rid of pci_enable_msi_block_auto() interface
` [PATCH RFC v2 11/29] PCI/MSI: Convert pci_msix_table_size() to a public interface
` [PATCH RFC v2 12/29] PCI/MSI: Introduce pcim_enable_msi*() family helpers
              ` intel e1000e pci driver issue on RT Linux kernel
` [PATCH RFC v2 13/29] ipr: Do not call pci_disable_msi/msix() if pci_enable_msi/msix() failed
` [PATCH RFC v2 14/29] ipr: Make use of pcim_enable_msi/msix() interfaces
` [PATCH RFC v2 15/29] ixgbe: Make use of pcim_enable_msix_range() interface
` [PATCH RFC v2 16/29] ixgbevf: "
` [PATCH RFC v2 17/29] megaraid: Make use of pcim_enable_msix() interface
` [PATCH RFC v2 18/29] ntb: Fix missed call to pci_enable_msix()
` [PATCH RFC v2 19/29] ntb: Make use of pcim_enable_msix/msix_exact() interfaces
` [PATCH RFC v2 20/29] qib: Make use of pcim_enable_msix() and pci_msix_table_size() interfaces
` [PATCH RFC v2 21/29] qla2xxx: Make use of pcim_enable_msix_range() interface
` [PATCH RFC v2 22/29] qlge: Get rid of an redundant assignment
` [PATCH RFC v2 23/29] qlge: Make use of pcim_enable_msix() interface
` [PATCH RFC v2 24/29] tg3: "
` [PATCH RFC v2 25/29] vmxnet3: Return -EINVAL if number of requested MSI-Xs is not enough
` [PATCH RFC v2 26/29] vmxnet3: Fixup a weird loop exit
` [PATCH RFC v2 27/29] vmxnet3: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC v2 28/29] vmxnet3: Limit number of rx queues to 1 if per-queue MSI-Xs failed
` [PATCH RFC v2 29/29] vmxnet3: Make use of pcim_enable_msix_range() interface

[PATCH] pci: update pcie_ports 'auto' behavior for non-ACPI platforms
 2013-10-26 17:23 UTC 

[PATCH RESEND][pciutils] libpci: pci_id_lookup - add udev/hwdb support
 2013-10-25  9:02 UTC  (5+ messages)

Intel e1000e pcie NIC driver issue on RT Linux kernel
 2013-10-24 21:46 UTC 

PATCH: pci-subsystem: ixgbe: SR-IOV: kernel way to order driver's virtfn -entries is odd causing libvirt failures
 2013-10-24  8:12 UTC  (2+ messages)
` [libvirt] "

A question of msix feature
 2013-10-24  1:41 UTC  (3+ messages)

[PATCH RFC] PCI: imx6: remove outbound io/mem ATU region mapping
 2013-10-23  6:40 UTC  (3+ messages)

mpt2sas,mpt3sas watchdog device removal
 2013-10-21 14:24 UTC  (4+ messages)

[PATCH v4 00/28] x86, irq: Support ioapic controller hotplug
 2013-10-21 12:30 UTC  (5+ messages)
` [PATCH v4 20/28] x86, irq: More strict checking about registering ioapic
` [PATCH v4 27/28] PCI, x86, ACPI: Enable ioapic hotplug support with acpi host bridge

[PATCH v2] mmc: sdhci-pci: add Intel Merrifield support
 2013-10-21  1:19 UTC  (2+ messages)

Enhancing pciehp (was: pcielw An alternate pcie hotplug driver)
 2013-10-19  1:22 UTC  (4+ messages)
    ` Enhancing pciehp

[GIT PULL] ACPI and power management fixes for v3.12-rc6
 2013-10-18 19:51 UTC 

[PATCH v6 0/3] Add PCIe support for i.MX6q
 2013-10-18 15:34 UTC  (7+ messages)
` [PATCH v6 3/3] PCI: imx6: Add support for i.MX6 PCIe controller

[PATCH 1/3] PCI: Refactor restore_msi_irqs - code movement
 2013-10-18  5:31 UTC  (2+ messages)

[PATCH v2] PCI: mvebu - Support a bridge with no IO port window
 2013-10-17 14:47 UTC  (4+ messages)

[PATCH] PCI: mvebu - The bridge secondary status register should be 0
 2013-10-17 13:12 UTC  (2+ messages)

[PATCH V3 1/3] PCI: tegra: add missing __iomem annotation
 2013-10-17 13:04 UTC  (4+ messages)
` [PATCH V3 3/3] PCI: mvebu: return NULL instead of ERR_PTR(ret)

[PATCH 3/3] Update x86_msi.restore_msi_irqs API param
 2013-10-16  6:33 UTC 

[PATCH] x86/numa: Allow node distance table to have I/O nodes
 2013-10-15 21:07 UTC 

[PATCH RESEND] PCI: mvebu: Dynamically detect if the PEX link is up to enable hot plug
 2013-10-15 19:51 UTC  (4+ messages)
` [PATCH RESEND] PCI: mvebu - Support a bridge with no IO port window


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