linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-21 17:04:13 to 2013-10-02 10:48:57 UTC [more...]

[PATCH RFC 00/77] Re-design MSI/MSI-X interrupts enablement pattern
 2013-10-02 10:48 UTC  (42+ messages)
` [PATCH RFC 01/77] PCI/MSI: Fix return value when populate_msi_sysfs() failed
` [PATCH RFC 02/77] PCI/MSI/PPC: Fix wrong RTAS error code reporting
` [PATCH RFC 03/77] PCI/MSI/s390: Fix single MSI only check
` [PATCH RFC 04/77] PCI/MSI/s390: Remove superfluous check of MSI type
` [PATCH RFC 05/77] PCI/MSI: Convert pci_msix_table_size() to a public interface
` [PATCH RFC 06/77] PCI/MSI: Factor out pci_get_msi_cap() interface
  ` [PATCH RFC 07/77] PCI/MSI: Re-design MSI/MSI-X interrupts enablement pattern
` [PATCH RFC 08/77] PCI/MSI: Get rid of pci_enable_msi_block_auto() interface
` [PATCH RFC 09/77] ahci: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 10/77] ahci: Check MRSM bit when multiple MSIs enabled
` [PATCH RFC 11/77] benet: Return -ENOSPC when not enough MSI-Xs available
` [PATCH RFC 12/77] benet: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 13/77] bna: "
` [PATCH RFC 14/77] bnx2x: "
` [PATCH RFC 15/77] bnx2: "
` [PATCH RFC 16/77] cciss: "
` [PATCH RFC 17/77] cciss: Update a misleading comment on interrupt usage
` [PATCH RFC 18/77] cciss: Fallback to single MSI mode in case MSI-X failed
` [PATCH RFC 19/77] csiostor: Do not call pci_disable_msix() if pci_enable_msix() failed
` [PATCH RFC 20/77] csiostor: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 21/77] csiostor: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 22/77] cxgb3: Do not call pci_disable_msix() if pci_enable_msix() failed
` [PATCH RFC 23/77] cxgb3: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 24/77] cxgb3: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 25/77] cxgb4: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 26/77] cxgb4: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 27/77] cxgb4vf: Do not call pci_disable_msix() if pci_enable_msix() failed
` [PATCH RFC 28/77] cxgb4vf: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 29/77] cxgb4vf: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 30/77] hpsa: Update a misleading comment on interrupt usage
` [PATCH RFC 31/77] hpsa: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 32/77] hpsa: Fallback to single MSI mode in case MSI-X failed
` [PATCH RFC 33/77] ioat: Disable MSI-X in case request of IRQ failed
` [PATCH RFC 34/77] ioat: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 35/77] ipr: Do not call pci_disable_msi/msix() if pci_enable_msi/msix() failed
` [PATCH RFC 36/77] ipr: Enable MSI-X when IPR_USE_MSIX type is set, not IPR_USE_MSI
` [PATCH RFC 37/77] ipr: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 38/77] ixgbe: "
` [PATCH RFC 39/77] ixgbevf: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 40/77] ixgbevf: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 41/77] lpfc: Do not call pci_disable_msix() if pci_enable_msix() failed

[PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
 2013-10-02  7:26 UTC  (41+ messages)

ASM1061 freeze with DVDRW (3.11.1 amd64)
 2013-10-01 18:56 UTC  (11+ messages)

[PATCH v2 RESEND] ata_piix: minor typo and a printk fix
 2013-10-01 17:56 UTC 

[PATCH v2] ata_piix: minor typo and a printk fix
 2013-10-01 17:39 UTC  (3+ messages)

[Bug 62351] Marvell PCIe SSD controller 0x9183 suspend/resume problem
 2013-10-01 14:44 UTC  (6+ messages)

[PATCH 0/3] Exynos5250 SATA Support
 2013-10-01 12:51 UTC  (9+ messages)
  ` [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform
` [PATCH 2/3] Phy: Exynos: Add Exynos5250 sata phy driver
` [PATCH 3/3] ARM: dts: Enable ahci sata and sata phy

[PATCH] BIOS SATA legacy mode failure
 2013-10-01  4:25 UTC  (15+ messages)

[PATCH 00/51] DMA mask changes
 2013-09-30 11:57 UTC  (31+ messages)
` [PATCH 19/51] DMA-API: media: dt3155v4l: replace dma_set_mask()+dma_set_coherent_mask() with new helper
` [PATCH 22/51] DMA-API: amba: get rid of separate dma_mask
` [PATCH 23/51] DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call
    ` [alsa-devel] "
` [PATCH 24/51] DMA-API: dma: pl330: "
      ` [alsa-devel] "
` [PATCH 28/51] DMA-API: sound: fix dma mask handling in a lot of drivers
` [PATCH 31/51] DMA-API: media: omap3isp: use dma_coerce_mask_and_coherent()
` [PATCH 36/51] DMA-API: usb: use dma_set_coherent_mask()
` [PATCH 37/51] DMA-API: usb: use new dma_coerce_mask_and_coherent()
` [PATCH 39/51] DMA-API: others: use dma_set_coherent_mask()
` [PATCH 43/51] DMA-API: dma: edma.c: no need to explicitly initialize DMA masks
  ` [alsa-devel] "

Initio Corporation INI-1623 PCI SATA-II Controller
 2013-09-29 18:49 UTC 

[PATCH v1 0/1] ahci: imx: setup power saving methods
 2013-09-29 12:51 UTC  (7+ messages)
` [v1] "
        ` 回复:Re: "

Fwd: AHCI driver does not discover PCIe Marvell based SSD device
 2013-09-28 22:57 UTC  (2+ messages)
    `  "

[PATCH 1/1] AHCI: disabled FBS prior to issuing software reset
 2013-09-28 15:23 UTC  (5+ messages)

[PATCH RESEND] ata_piix: minor typo and a printk fix
 2013-09-27 14:04 UTC  (3+ messages)

[PATCH] ata_piix: minor typo fixes and threading fix
 2013-09-27 13:29 UTC  (13+ messages)

[PATCH 1/1] AHCI: disabled FBS before softreset handling. According to chapter 9.3.9 in AHCI spec, controller should disable FBS before softreset
 2013-09-27  1:55 UTC  (3+ messages)

[PATCH] ata_port_wait_eh(): Change irqsave into unconditional closing of interrupts
 2013-09-26 13:43 UTC  (3+ messages)

Tracking down a workqueue io source
 2013-09-25 18:53 UTC 

[RFC PATCH 00/15] Add SATA support for TI OMAP5 and DRA7 SoCs
 2013-09-25 13:29 UTC  (24+ messages)
` [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
` [RFC PATCH 09/15] ata: ti_sata: Add Texas Instruments SATA Wrapper driver
` [RFC PATCH 15/15] arm: dts: dra7: add sata node

Understanding staggered spinup
 2013-09-24 14:56 UTC 

[PATCH] pata_isapnp: Don't use invalid I/O ports
 2013-09-23 17:12 UTC  (9+ messages)

Use-after-free in ata_qc_issue
 2013-09-23 13:43 UTC  (7+ messages)

[PATCH] ide: pmac: remove unnecessary pci_set_drvdata()
 2013-09-23  1:28 UTC 

Unexpected _GTF length (8)
 2013-09-22 17:09 UTC  (5+ messages)

[PATCH] ahci: Changing two module params with static and __read_mostly
 2013-09-22 16:54 UTC  (3+ messages)
` [PATCH V2] "


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