Linux IDE Archive
[Prev Page][Next Page]
- [PATCH RFC 18/77] cciss: Fallback to single MSI mode in case MSI-X failed
- [PATCH RFC 48/77] mlx5: Return -ENOSPC when not enough MSI-X vectors available
- [PATCH RFC 76/77] vxge: Sanitize MSI-X allocation routine error codes
- [PATCH RFC 32/77] hpsa: Fallback to single MSI mode in case MSI-X failed
- [PATCH RFC 35/77] ipr: Do not call pci_disable_msi/msix() if pci_enable_msi/msix() failed
- [PATCH RFC 43/77] lpfc: Return -ENOSPC when not enough MSI-X vectors available
- [PATCH RFC 53/77] ntb: Fix missed call to pci_enable_msix()
- [PATCH RFC 49/77] mlx5: Fix minimum number of MSI-Xs
- [PATCH RFC 27/77] cxgb4vf: Do not call pci_disable_msix() if pci_enable_msix() failed
- [PATCH RFC 03/77] PCI/MSI/s390: Fix single MSI only check
- [PATCH RFC 25/77] cxgb4: Return -ENOSPC when not enough MSI-X vectors available
- [PATCH RFC 22/77] cxgb3: Do not call pci_disable_msix() if pci_enable_msix() failed
- [PATCH RFC 62/77] qlcnic: Remove redundant return operator
- [PATCH RFC 04/77] PCI/MSI/s390: Remove superfluous check of MSI type
- [PATCH RFC 61/77] qlogic: Return -EINVAL in case MSI-X is not supported
- [PATCH RFC 65/77] qlge: Remove a redundant assignment
- [PATCH RFC 28/77] cxgb4vf: Return -ENOSPC when not enough MSI-X vectors available
- [PATCH RFC 39/77] ixgbevf: Return -ENOSPC when not enough MSI-X vectors available
- [PATCH RFC 71/77] vmxnet3: Return -EINVAL if number of requested MSI-Xs is not enough
- [PATCH RFC 17/77] cciss: Update a misleading comment on interrupt usage
- [PATCH RFC 02/77] PCI/MSI/PPC: Fix wrong RTAS error code reporting
- [PATCH RFC 36/77] ipr: Enable MSI-X when IPR_USE_MSIX type is set, not IPR_USE_MSI
- [PATCH RFC 19/77] csiostor: 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 54/77] ntb: Ensure number of MSIs on SNB is enough for the link interrupt
- [PATCH RFC 30/77] hpsa: Update a misleading comment on interrupt usage
- [PATCH RFC 47/77] mlx5: Fix memory leak in case not enough MSI-X vectors available
- [PATCH RFC 72/77] vmxnet3: Fixup a weird loop exit
- [PATCH RFC 33/77] ioat: Disable MSI-X in case request of IRQ failed
- [PATCH RFC 20/77] csiostor: Return -ENOSPC when not enough MSI-X vectors available
- [PATCH RFC 00/77] Re-design MSI/MSI-X interrupts enablement pattern
- [PATCH RFC 64/77] qlcnic: Make MSI-X initialization routine bit more readable
- [PATCH RFC 08/77] PCI/MSI: Get rid of pci_enable_msi_block_auto() interface
- [PATCH RFC 06/77] PCI/MSI: Factor out pci_get_msi_cap() interface
- [PATCH RFC 14/77] bnx2x: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 38/77] ixgbe: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 75/77] vmxnet3: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 05/77] PCI/MSI: Convert pci_msix_table_size() to a public interface
- [PATCH RFC 26/77] cxgb4: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 63/77] qlcnic: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 29/77] cxgb4vf: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 55/77] ntb: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 09/77] ahci: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 66/77] qlge: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 37/77] ipr: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 12/77] benet: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 13/77] bna: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 31/77] hpsa: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 77/77] vxge: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 56/77] nvme: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 69/77] tg3: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 68/77] sfc: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 67/77] rapidio: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 40/77] ixgbevf: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 10/77] ahci: Check MRSM bit when multiple MSIs enabled
- [PATCH RFC 50/77] mlx5: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 24/77] cxgb3: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 21/77] csiostor: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 57/77] pmcraid: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 16/77] cciss: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 46/77] mlx4: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 42/77] lpfc: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 15/77] bnx2: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 45/77] megaraid: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 59/77] qla2xxx: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 70/77] vmci: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 51/77] mthca: Update MSI/MSI-X interrupts enablement code
- [PATCH RFC 52/77] niu: Update MSI/MSI-X interrupts enablement code
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: ASM1061 freeze with DVDRW (3.11.1 amd64)
- [PATCH v2 RESEND] ata_piix: minor typo and a printk fix
- Re: [PATCH v2] ata_piix: minor typo and a printk fix
- Re: ASM1061 freeze with DVDRW (3.11.1 amd64)
- Re: ASM1061 freeze with DVDRW (3.11.1 amd64)
- [Bug 62351] Marvell PCIe SSD controller 0x9183 suspend/resume problem
- Re: ASM1061 freeze with DVDRW (3.11.1 amd64)
- Re: [PATCH 2/3] Phy: Exynos: Add Exynos5250 sata phy driver
- From: Kishon Vijay Abraham I
- Re: [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform
- From: Kishon Vijay Abraham I
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH 2/3] Phy: Exynos: Add Exynos5250 sata phy driver
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform
- Re: [PATCH 3/3] ARM: dts: Enable ahci sata and sata phy
- [PATCH 2/3] Phy: Exynos: Add Exynos5250 sata phy driver
- [PATCH 3/3] ARM: dts: Enable ahci sata and sata phy
- [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform
- [PATCH 0/3] Exynos5250 SATA Support
- Re: [PATCH] BIOS SATA legacy mode failure
- Re: ASM1061 freeze with DVDRW (3.11.1 amd64)
- [Bug 62351] Marvell PCIe SSD controller 0x9183 suspend/resume problem
- [Bug 62351] Marvell PCIe SSD controller 0x9183 suspend/resume problem
- [Bug 62351] Marvell PCIe SSD controller 0x9183 suspend/resume problem
- Re: [PATCH v2] ata_piix: minor typo and a printk fix
- Re: ASM1061 freeze with DVDRW (3.11.1 amd64)
- [Bug 62351] Marvell PCIe SSD controller 0x9183 suspend/resume problem
- Re: [PATCH 19/51] DMA-API: media: dt3155v4l: replace dma_set_mask()+dma_set_coherent_mask() with new helper
- [Bug 62351] Marvell PCIe SSD controller 0x9183 suspend/resume problem
- Initio Corporation INI-1623 PCI SATA-II Controller
- Re: 回复:Re: [v1] ahci: imx: setup power saving methods
- Re: 回复:Re: [v1] ahci: imx: setup power saving methods
- Re: [v1] ahci: imx: setup power saving methods
- Re: [v1] ahci: imx: setup power saving methods
- Re: ASM1061 freeze with DVDRW (3.11.1 amd64)
- Re: [PATCH] BIOS SATA legacy mode failure
- Re: AHCI driver does not discover PCIe Marvell based SSD device
- Re: ASM1061 freeze with DVDRW (3.11.1 amd64)
- Re: [PATCH] BIOS SATA legacy mode failure
- Re: [PATCH 1/1] AHCI: disabled FBS prior to issuing software reset
- Re: [PATCH 1/1] AHCI: disabled FBS prior to issuing software reset
- Re: [PATCH 1/1] AHCI: disabled FBS prior to issuing software reset
- Re: ASM1061 freeze with DVDRW (3.11.1 amd64)
- Re: [PATCH 1/1] AHCI: disabled FBS prior to issuing software reset
- [PATCH 1/1] AHCI: disabled FBS prior to issuing software reset
- Fwd: AHCI driver does not discover PCIe Marvell based SSD device
- Re: [PATCH] BIOS SATA legacy mode failure
- Re: ASM1061 freeze with DVDRW (3.11.1 amd64)
- ASM1061 freeze with DVDRW (3.11.1 amd64)
- [PATCH v2] ata_piix: minor typo and a printk fix
- Re: [PATCH RESEND] ata_piix: minor typo and a printk fix
- Re: [PATCH RESEND] ata_piix: minor typo and a printk fix
- [PATCH RESEND] ata_piix: minor typo and a printk fix
- Re: [PATCH] ata_piix: minor typo fixes and threading fix
- Re: [PATCH] ata_piix: minor typo fixes and threading fix
- Re: [PATCH] BIOS SATA legacy mode failure
- Re: [v1] ahci: imx: setup power saving methods
- Re: [PATCH 00/51] DMA mask changes
- From: Russell King - ARM Linux
- [PATCH v1 0/1] ahci: imx: setup power saving methods
- [v1] ahci: imx: setup power saving methods
- Re: [PATCH 31/51] DMA-API: media: omap3isp: use dma_coerce_mask_and_coherent()
- Re: [PATCH 1/1] AHCI: disabled FBS before softreset handling. According to chapter 9.3.9 in AHCI spec, controller should disable FBS before softreset.
- Re: [PATCH 00/51] DMA mask changes
- Re: [PATCH] ata_piix: minor typo fixes and threading fix
- Re: [PATCH] ata_piix: minor typo fixes and threading fix
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH] ata_piix: minor typo fixes and threading fix
- Re: [PATCH 1/1] AHCI: disabled FBS before softreset handling. According to chapter 9.3.9 in AHCI spec, controller should disable FBS before softreset.
- Re: [PATCH] ata_port_wait_eh(): Change irqsave into unconditional closing of interrupts
- Re: [PATCH] ata_port_wait_eh(): Change irqsave into unconditional closing of interrupts
- [PATCH] ata_port_wait_eh(): Change irqsave into unconditional closing of interrupts
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- RE: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH 39/51] DMA-API: others: use dma_set_coherent_mask()
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- RE: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Tracking down a workqueue io source
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- [PATCH 1/1] AHCI: disabled FBS before softreset handling. According to chapter 9.3.9 in AHCI spec, controller should disable FBS before softreset.
- Re: [PATCH] ata_piix: minor typo fixes and threading fix
- Re: [RFC PATCH 09/15] ata: ti_sata: Add Texas Instruments SATA Wrapper driver
- Re: [RFC PATCH 09/15] ata: ti_sata: Add Texas Instruments SATA Wrapper driver
- From: Bartlomiej Zolnierkiewicz
- Re: [RFC PATCH 09/15] ata: ti_sata: Add Texas Instruments SATA Wrapper driver
- From: Bartlomiej Zolnierkiewicz
- Re: [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
- From: Bartlomiej Zolnierkiewicz
- Re: [PATCH] BIOS SATA legacy mode failure
- Understanding staggered spinup
- Re: [PATCH 36/51] DMA-API: usb: use dma_set_coherent_mask()
- From: Russell King - ARM Linux
- Re: [PATCH] pata_isapnp: Don't use invalid I/O ports
- Re: [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
- Re: [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
- Re: [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
- Re: Use-after-free in ata_qc_issue
- Re: [PATCH] pata_isapnp: Don't use invalid I/O ports
- Re: [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
- Re: [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
- Re: [PATCH] pata_isapnp: Don't use invalid I/O ports
- Re: [PATCH 37/51] DMA-API: usb: use new dma_coerce_mask_and_coherent()
- Re: [PATCH 36/51] DMA-API: usb: use dma_set_coherent_mask()
- Re: [alsa-devel] [PATCH 43/51] DMA-API: dma: edma.c: no need to explicitly initialize DMA masks
- From: Russell King - ARM Linux
- Re: [alsa-devel] [PATCH 24/51] DMA-API: dma: pl330: add dma_set_mask_and_coherent() call
- Re: [alsa-devel] [PATCH 43/51] DMA-API: dma: edma.c: no need to explicitly initialize DMA masks
- Re: [alsa-devel] [PATCH 23/51] DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call
- Re: [RFC PATCH 15/15] arm: dts: dra7: add sata node
- Re: [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
- Re: [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
- [PATCH] ide: pmac: remove unnecessary pci_set_drvdata()
- Re: Use-after-free in ata_qc_issue
- Re: [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
- Re: [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
- Re: Use-after-free in ata_qc_issue
- Re: [PATCH] pata_isapnp: Don't use invalid I/O ports
- Re: [PATCH] pata_isapnp: Don't use invalid I/O ports
- Re: Use-after-free in ata_qc_issue
- Re: [RFC PATCH 15/15] arm: dts: dra7: add sata node
- Re: [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
- Re: Use-after-free in ata_qc_issue
- Re: [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
- Re: Unexpected _GTF length (8)
- Re: [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
- Re: [PATCH V2] ahci: Changing two module params with static and __read_mostly
- Re: [PATCH] pata_isapnp: Don't use invalid I/O ports
- Re: Use-after-free in ata_qc_issue
- Re: [PATCH] ata_piix: minor typo fixes and threading fix
- Re: Unexpected _GTF length (8)
- Re: [PATCH] ata_piix: minor typo fixes and threading fix
- Re: [PATCH] ata_piix: minor typo fixes and threading fix
- Re: [PATCH] ata_piix: minor typo fixes and threading fix
- Re: Unexpected _GTF length (8)
- Re: [PATCH] ata_piix: minor typo fixes and threading fix
- Re: [PATCH] ata_piix: minor typo fixes and threading fix
- [PATCH] ata_piix: minor typo fixes and threading fix
- Re: [PATCH 22/51] DMA-API: amba: get rid of separate dma_mask
- Re: [PATCH] BIOS SATA legacy mode failure
- Re: Unexpected _GTF length (8)
- Unexpected _GTF length (8)
- Re: [PATCH 24/51] DMA-API: dma: pl330: add dma_set_mask_and_coherent() call
- From: Russell King - ARM Linux
- Re: [PATCH] BIOS SATA legacy mode failure
- Re: [PATCH] BIOS SATA legacy mode failure
- Re: [PATCH 39/51] DMA-API: others: use dma_set_coherent_mask()
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- From: Nicholas A. Bellinger
- Re: [PATCH 24/51] DMA-API: dma: pl330: add dma_set_mask_and_coherent() call
- Re: [PATCH 42/51] DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- [PATCH 16/51] DMA-API: ppc: vio.c: replace dma_set_mask()+dma_set_coherent_mask() with new helper
- [PATCH 23/51] DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call
- Re: [PATCH 01/51] DMA-API: provide a helper to set both DMA and coherent DMA masks
- From: Russell King - ARM Linux
- Re: [PATCH 39/51] DMA-API: others: use dma_set_coherent_mask()
- From: Russell King - ARM Linux
- Re: [PATCH 42/51] DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks
- From: Russell King - ARM Linux
- Re: [PATCH 42/51] DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks
- [PATCH 09/51] DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() with new helper
- [PATCH 38/51] DMA-API: staging: use dma_set_coherent_mask()
- [PATCH 37/51] DMA-API: usb: use new dma_coerce_mask_and_coherent()
- [PATCH 36/51] DMA-API: usb: use dma_set_coherent_mask()
- [PATCH 34/51] DMA-API: net: octeon: use dma_coerce_mask_and_coherent()
- [PATCH 33/51] DMA-API: net: nxp/lpc_eth: use dma_coerce_mask_and_coherent()
- [PATCH 32/51] DMA-API: mmc: sdhci-acpi: use dma_coerce_mask_and_coherent()
- [PATCH 14/51] DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new helper
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH 39/51] DMA-API: others: use dma_set_coherent_mask()
- Re: [PATCH 39/51] DMA-API: others: use dma_set_coherent_mask()
- [PATCH 31/51] DMA-API: media: omap3isp: use dma_coerce_mask_and_coherent()
- [PATCH 30/51] DMA-API: dma: dw_dmac.c: convert to use dma_coerce_mask_and_coherent()
- [PATCH 29/51] DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()
- [PATCH 28/51] DMA-API: sound: fix dma mask handling in a lot of drivers
- [PATCH 26/51] DMA-API: usb: ohci-sa1111: add a note about DMA masks
- [PATCH 27/51] DMA-API: provide a helper to setup DMA masks
- [PATCH 21/51] DMA-API: usb: ssb-hcd: replace dma_set_mask()+dma_set_coherent_mask() with new helper
- [PATCH 25/51] DMA-API: video: clcd: add dma_set_mask_and_coherent() call
- [PATCH 20/51] DMA-API: usb: bcma: replace dma_set_mask()+dma_set_coherent_mask() with new helper
- [PATCH 15/51] DMA-API: net: b43legacy: replace dma_set_mask()+dma_set_coherent_mask() with new helper
- [PATCH 10/51] DMA-API: net: broadcom/bnx2x: replace dma_set_mask()+dma_set_coherent_mask() with new helper
- [PATCH 19/51] DMA-API: media: dt3155v4l: replace dma_set_mask()+dma_set_coherent_mask() with new helper
- [PATCH 17/51] DMA-API: block: nvme-core: replace dma_set_mask()+dma_set_coherent_mask() with new helper
- [PATCH 12/51] DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() with new helper
- [PATCH 18/51] DMA-API: staging: et131x: replace dma_set_mask()+dma_set_coherent_mask() with new helper
- [PATCH 13/51] DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with new helper
- [PATCH 11/51] DMA-API: net: emulex/benet: replace dma_set_mask()+dma_set_coherent_mask() with new helper
- [PATCH 24/51] DMA-API: dma: pl330: add dma_set_mask_and_coherent() call
- [PATCH 22/51] DMA-API: amba: get rid of separate dma_mask
- [PATCH 39/51] DMA-API: others: use dma_set_coherent_mask()
- [PATCH 42/51] DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks
- [PATCH 46/51] ARM: DMA-API: better handing of DMA masks for coherent allocations
- [PATCH 45/51] DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks
- [PATCH 47/51] ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounce_limit()
- [PATCH 48/51] ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper function
- [PATCH 49/51] ARM: 7796/1: scsi: Use dma_max_pfn(dev) helper for bounce_limit calculations
- [PATCH 50/51] ARM: 7797/1: mmc: Use dma_max_pfn(dev) helper for bounce_limit calculations
- [PATCH 51/51] ARM: 7805/1: mm: change max*pfn to include the physical offset of memory
- Re: [RFC PATCH 15/15] arm: dts: dra7: add sata node
- Re: [RFC PATCH 12/15] ARM: dts: omap5: add ocp2scp1 address resource
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- [PATCH 40/51] DMA-API: crypto: fix ixp4xx crypto platform device support
- [PATCH 41/51] DMA-API: crypto: remove last references to 'static struct device *dev'
- [PATCH 43/51] DMA-API: dma: edma.c: no need to explicitly initialize DMA masks
- [PATCH 44/51] DMA-API: dcdbas: update DMA mask handing
- [PATCH 35/51] DMA-API: parport: parport_pc.c: use dma_coerce_mask_and_coherent()
- Re: [PATCH 01/51] DMA-API: provide a helper to set both DMA and coherent DMA masks
- [PATCH 08/51] DMA-API: net: intel/ixgbevf: fix 32-bit DMA mask handling
- [PATCH 05/51] DMA-API: net: intel/igbvf: fix 32-bit DMA mask handling
- [PATCH 06/51] DMA-API: net: intel/ixgb: fix 32-bit DMA mask handling
- [PATCH 07/51] DMA-API: net: intel/ixgbe: fix 32-bit DMA mask handling
- [PATCH 04/51] DMA-API: net: intel/igb: fix 32-bit DMA mask handling
- [PATCH 03/51] DMA-API: net: intel/e1000e: fix 32-bit DMA mask handling
- [PATCH 01/51] DMA-API: provide a helper to set both DMA and coherent DMA masks
- [PATCH 02/51] DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handling
- [PATCH 00/51] DMA mask changes
- From: Russell King - ARM Linux
- Re: [RFC PATCH 01/15] phy: rename struct omap_control_usb to struct omap_control_phy
- Re: [RFC PATCH 12/15] ARM: dts: omap5: add ocp2scp1 address resource
- Re: [RFC PATCH 15/15] arm: dts: dra7: add sata node
- [RFC PATCH 11/15] arm: omap5: hwmod: add missing ocp2scp hwmod data
- [RFC PATCH 12/15] ARM: dts: omap5: add ocp2scp1 address resource
- [RFC PATCH 14/15] ARM: DRA7: hwmod: Add ocp2scp3 and sata hwmods
- [RFC PATCH 15/15] arm: dts: dra7: add sata node
- [RFC PATCH 13/15] arm: dts: omap5: add sata node
- [RFC PATCH 10/15] ARM: omap5: hwmod: Add ocp2scp3 and sata hwmods
- [RFC PATCH 01/15] phy: rename struct omap_control_usb to struct omap_control_phy
- [RFC PATCH 00/15] Add SATA support for TI OMAP5 and DRA7 SoCs
- [RFC PATCH 02/15] phy: omap-control: Update DT binding information
- [RFC PATCH 03/15] ARM: dts: omap5: Add clocks to usb3_phy node
- [RFC PATCH 05/15] phy: omap-pipe3: Add SATA DPLL support
- [RFC PATCH 07/15] ARM: dts: omap5: Update usb3phy node
- [RFC PATCH 04/15] phy: omap-pipe3: use generic clock names
- [RFC PATCH 06/15] phy: omap-pipe3: update compatibility string and DT binding
- [RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
- [RFC PATCH 09/15] ata: ti_sata: Add Texas Instruments SATA Wrapper driver
- Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- Use-after-free in ata_qc_issue
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- [PATCH V2] ahci: Changing two module params with static and __read_mostly
- RE: [PATCH] ahci: Changing two module params with static and __read_mostly
- Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- Re: [PATCH] BIOS SATA legacy mode failure
- Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- Re: [PATCH] BIOS SATA legacy mode failure
- Re: [PATCH] ahci: Changing two module params with static and __read_mostly
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- [PATCH] ahci: Changing two module params with static and __read_mostly
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- [PATCH] ide: cs5536: use module_pci_driver()
- Re: [PATCH] BIOS SATA legacy mode failure
- Re: [PATCH] BIOS SATA legacy mode failure
- Re: [PATCH] pata_isapnp: Don't use invalid I/O ports
- Re: [PATCH] pata_isapnp: Don't use invalid I/O ports
- [PATCH] pata_isapnp: Don't use invalid I/O ports
- RE: [PATCH/RESEND 1/2] Hard disk S3 resume time optimization
- Re: [PATCH 5/9] PCI/MSI/s390: Make return values only 0/-errno when MSIs allocated
- Re: [PATCH 5/9] PCI/MSI/s390: Make return values only 0/-errno when MSIs allocated
- Re: [PATCH] BIOS SATA legacy mode failure
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- scrap this one
- [PATCH 9/9] PCI/MSI: Make return values only 0/-errno when MSIs allocated
- [PATCH 8/9] PCI/MSI: Fix return value when populate_msi_sysfs() failed
- [PATCH 7/9] PCI/MSI/s390: Make return values only 0/-errno when MSIs allocated
- [PATCH 6/9] PCI/MSI/s390: Remove superfluous check of MSI type
- [PATCH 5/9] PCI/MSI/s390: Make return values only 0/-errno when MSIs allocated
- [PATCH 2/9] PCI/MSI/PPC: Make return values only 0/-errno when MSIs allocated[PATCH 5/9] PCI/MSI/s390: Make return values only 0/-errno when MSIs allocated
- [PATCH 4/9] PCI/MSI/MIPS: Make return values only 0/-errno when MSIs allocated
- [PATCH 3/9] PCI/MSI/x86: Make return values only 0/-errno when MSIs allocated
- [PATCH 2/9] PCI/MSI/PPC: Make return values only 0/-errno when MSIs allocated
- [PATCH 1/9] PCI/MSI/PPC: Fix wrong RTAS error code reporting
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- [PATCH] ide: pmac: Remove casting the return value which is a void pointer
- Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- [PATCH] BIOS SATA legacy mode failure
- Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- Re: [PATCH/RESEND 2/2] Hard disk S3 resume time optimization
- From: Bartlomiej Zolnierkiewicz
- Re: [PATCH/RESEND 1/2] Hard disk S3 resume time optimization
- From: Bartlomiej Zolnierkiewicz
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH/RESEND 2/2] Hard disk S3 resume time optimization
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH/RESEND 2/2] Hard disk S3 resume time optimization
- Re: [GIT] Sparc
- [PATCH/RESEND 2/2] Hard disk S3 resume time optimization
- [PATCH/RESEND 1/2] Hard disk S3 resume time optimization
- Re: [GIT] Sparc
- [GIT] Sparc
- [GIT] IDE
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH 2/2] ide: sgiioc4: Staticize ioc4_ide_attach_one()
- Re: [PATCH 1/2] ide: palm_bk3710: add missing __iomem annotation
- Re: [PATCH 27/35] ide: use dev_get_platdata()
- Re: [PATCH] ide-disk_proc: use macro to replace magic number
- Re: [PATCH] ide: replace strict_strtol() with kstrtol()
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 5/6] AHCI: Check MRSM bit when multiple MSIs enabled
- Re: [PATCH v2 4/6] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- Re: [PATCH v2 5/6] AHCI: Check MRSM bit when multiple MSIs enabled
- [PATCH v2 0/6] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH v2 5/6] AHCI: Check MRSM bit when multiple MSIs enabled
- Re: [PATCH v2 4/6] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- [PATCH v2 6/6] PCI/MSI: Get rid of pci_enable_msi_block_auto() interface
- [PATCH v2 5/6] AHCI: Check MRSM bit when multiple MSIs enabled
- [PATCH v2 4/6] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- [PATCH v2 3/6] MSI/x86: Support pci_enable_msi_block_part() interface
- [PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
- [PATCH v2 1/6] PCI/MSI: Introduce pci_enable_msi_block_part() interface
- Re: [PATCH 3/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH 3/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH 3/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH 3/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH 0/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH 0/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH 3/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- [PATCH v2 3/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH 0/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH 0/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH 3/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH v2 0/8] Drop support for Renesas H8/300 architecture
- Re: [PATCH v2 0/8] Drop support for Renesas H8/300 architecture
- Re: [PATCH v2 0/8] Drop support for Renesas H8/300 architecture
- Re: [PATCH 3/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH 0/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH 3/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH 0/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- [GIT PULL] libata changes for v3.12-rc1
- Re: [PATCH] libata: bugfix: Remove __le32 in ata_tf_to_fis
- Re: [PATCH 1/4] PCI/MSI: Introduce pci_enable_msi_block_part() interface
- Re: [PATCH 3/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH 0/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH 0/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- Re: [PATCH 2/4] MSI/x86: Support pci_enable_msi_block_part() interface
- [PATCH v2 4/4] PCI/MSI: Get rid of pci_enable_msi_block_auto() interface
- Re: [PATCH v2 0/8] Drop support for Renesas H8/300 architecture
- Re: [PATCH v2 0/8] Drop support for Renesas H8/300 architecture
- Re: [PATCH v2 0/8] Drop support for Renesas H8/300 architecture
- [PATCH 4/4] PCI/MSI: Get rid of pci_enable_msi_block_auto() interface
- [PATCH 3/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- [PATCH 2/4] MSI/x86: Support pci_enable_msi_block_part() interface
- [PATCH 1/4] PCI/MSI: Introduce pci_enable_msi_block_part() interface
- [PATCH 0/4] AHCI: Conserve interrupts with pci_enable_msi_block_part() interface
- [PATCH] libata: bugfix: Remove __le32 in ata_tf_to_fis
- Re: [PATCH] Remove endianness attribute in ata_tf_to_fis
- Re: [PATCH] libata: Remove unneeded __le32 in ata_tf_to_fis
- Re: [PATCH libata/for-3.11-fixes] libata: make it clear that sata_inic162x is experimental
- [PATCH] libata: Remove unneeded __le32 in ata_tf_to_fis
- [PATCH] Remove endianness attribute in ata_tf_to_fis
- Re: [PATCH 0/7] Drop support for Renesys H8/300 architecture
- Re: [drm-exynos:dmabuf-sync 6976/8283] drivers/ata/libata-core.c:574:19: sparse: restricted __le32 degrades to integer
- Re: [PATCH 0/7] Drop support for Renesys H8/300 architecture
- [PATCH v2 6/8] Drop MAINTAINERS entry for H8/300
- [PATCH v2 1/8] Drop support for Renesas H8/300 (h8300) architecture
- [PATCH v2 5/8] watchdog: Drop references to H8300 architecture
- [PATCH v2 7/8] Drop remaining references to H8/300 architecture
- [PATCH v2 4/8] net/ethernet: Drop H8/300 Ethernet driver
- [PATCH v2 3/8] net/ethernet: smsc9194: Drop conditional code for H8/300
- [PATCH v2 8/8] fs/minix: Drop dependency on H8300
- [PATCH v2 2/8] ide: Drop H8/300 driver
- [PATCH v2 0/8] Drop support for Renesas H8/300 architecture
- Re: [PATCH 1/7] Drop support for Renesys H8/300 (h8300) architecture
- Re: [PATCH 1/7] Drop support for Renesys H8/300 (h8300) architecture
- Re: [PATCH 0/7] Drop support for Renesys H8/300 architecture
- Re: [PATCH 0/7] Drop support for Renesys H8/300 architecture
- Re: [PATCH 0/7] Drop support for Renesys H8/300 architecture
- Re: [PATCH 0/7] Drop support for Renesys H8/300 architecture
- Re: [PATCH 0/7] Drop support for Renesys H8/300 architecture
- Re: [PATCH 0/7] Drop support for Renesys H8/300 architecture
- [PATCH 5/7] watchdog: Drop references to H8300 architecture
- [PATCH 4/7] net/ethernet: Drop H8/300 Ethernet driver
- [PATCH 6/7] Drop MAINTAINERS entry for H8/300
- [PATCH 7/7] Drop remaining references to H8/300 architecture
- [PATCH 2/7] ide: Drop H8/300 driver
- [PATCH 3/7] net/ethernet: smsc: Drop conditional code for H8/300
- [PATCH 1/7] Drop support for Renesys H8/300 (h8300) architecture
- [PATCH 0/7] Drop support for Renesys H8/300 architecture
- [PATCH] drivers: ide: Kconfig: let IDE_H8300 depends on H8300H_AKI3068NET or H8300H_H8MAX
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: linux-next: build failure after merge of the libata tree
- RE: [PATCH v3 2/2] Hard disk S3 resume time optimization
- [PATCH v3 2/2] Hard disk S3 resume time optimization
- [PATCH v3 1/2] Hard disk S3 resume time optimization
- Re: linux-next: build failure after merge of the libata tree
- Re: [PATCH v5 0/4] Introduce new SATA queued commands
- [PATCH v5 4/4] libata: Add support for queued DSM TRIM
- [PATCH v5 3/4] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- [PATCH v5 2/4] libata: Add H2D FIS "auxiliary" port flag
- [PATCH v5 1/4] libata: Populate host-to-device FIS "auxiliary" field
- [PATCH v5 0/4] Introduce new SATA queued commands
- Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- Re: [PATCH v3 2/2] Hard disk S3 resume time optimization
- Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- Re: [PATCH 2/2] ata: acpi: rework the ata acpi bind support
- Re: [PATCH v4 0/3] Introduce new SATA queued commands
- Re: [PATCH v4 3/3] libata: Add support for queued DSM TRIM
- Re: [PATCH v4 2/3] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- [GIT PULL] libata fixes for v3.11-rc6
- Re: [PATCH v4 2/3] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- Re: [PATCH v4 1/3] libata: Populate host-to-device FIS "auxiliary" field
- [PATCH v4 3/3] libata: Add support for queued DSM TRIM
- [PATCH v4 2/3] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- [PATCH v4 1/3] libata: Populate host-to-device FIS "auxiliary" field
- [PATCH v4 0/3] Introduce new SATA queued commands
- Re: [RFC PATCH 2/2] ata: acpi: rework the ata acpi bind support
- Re: [RFC PATCH 2/2] ata: acpi: rework the ata acpi bind support
- [PATCH 2/2] ata: acpi: rework the ata acpi bind support
- Re: [RFC PATCH 2/2] ata: acpi: rework the ata acpi bind support
- Re: [RFC PATCH 2/2] ata: acpi: rework the ata acpi bind support
- Re: [PATCH] sata: fsl: save irqs while coalescing
- [PATCH] sata: fsl: save irqs while coalescing
- Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- From: Nicholas A. Bellinger
- Re: [patch] sata, highbank: clear whole array in highbank_initialize_phys()
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- [patch] sata, highbank: clear whole array in highbank_initialize_phys()
- Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- From: Nicholas A. Bellinger
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- Re: [RFC PATCH 2/2] ata: acpi: rework the ata acpi bind support
- Re: [RFC PATCH 2/2] ata: acpi: rework the ata acpi bind support
- Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- Re: [PATCH v4 1/3] devicetree: create a separate binding description for sata_highbank
- [PATCH v4 1/3] devicetree: create a separate binding description for sata_highbank
- Re: [PATCH v4 1/3] devicetree: create a separate binding description for sata_highbank
- Re: [PATCH v4 1/3] devicetree: create a separate binding description for sata_highbank
- Re: [PATCH v4 1/3] devicetree: create a separate binding description for sata_highbank
- [PATCH v4 3/3] sata, highbank: send extra clock cycles in SGPIO patterns
- [PATCH v4 2/3] sata, highbank: set tx_atten override bits
- [PATCH v4 1/3] devicetree: create a separate binding description for sata_highbank
- Re: [PATCH 27/29] drivers/ata/sata_rcar.c: simplify use of devm_ioremap_resource
- [PATCH 0/29] simplify use of devm_ioremap_resource
- [PATCH 27/29] drivers/ata/sata_rcar.c: simplify use of devm_ioremap_resource
- Re: System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- System fails to connect to iHOS-104 DVD drive with nvidia MCP61 chipset.
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field
- Re: [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field
- Re: [PATCH v3 3/3] libata: Add support for queued DSM TRIM
- Re: [PATCH v3 3/3] libata: Add support for queued DSM TRIM
- Re: [PATCH v3 2/3] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- Re: [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field
- Can I add SAMSUNG HN-M101MBB to wiki for heavy head unloads?
- Re: [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field
- Re: [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field
- Re: [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field
- Re: [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field
- Re: [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field
- RE: [PATCH v2] Hard disk S3 resume time optimization
- RE: [PATCH v2] Hard disk S3 resume time optimization
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- From: Nicholas A. Bellinger
- Re: SATA PMP issue
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: [PATCH v2] Hard disk S3 resume time optimization
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: [PATCH v2 1/2] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- Re: [PATCH v3 3/5] devicetree: create a separate binding description for sata_highbank
- Re: [PATCH v3 3/5] devicetree: create a separate binding description for sata_highbank
- Re: [PATCH v3 3/5] devicetree: create a separate binding description for sata_highbank
- Re: [PATCH v3 3/5] devicetree: create a separate binding description for sata_highbank
- Re: [PATCH v3 2/5] sata highbank: enable 64-bit DMA mask when using LPAE
- Re: [PATCH v3 1/5] sata, highbank: fix ordering of SGPIO signals
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field
- Re: [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field
- Re: SATA PMP issue
- Re: [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field
- Re: [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: [PATCH 1/2] ata: pata_arasan: Staticize local symbols
- Re: [PATCH 2/2] ata: pata_samsung_cf: add missing __iomem annotation
- Re: [PATCH v3 3/3] libata: Add support for queued DSM TRIM
- Re: [PATCH v3 3/3] libata: Add support for queued DSM TRIM
- Re: [PATCH v3 2/3] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- Re: [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field
- Re: [PATCH v2] Hard disk S3 resume time optimization
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: [PATCH 1/2] ata: pata_arasan: Staticize local symbols
- [PATCH 2/2] ata: pata_samsung_cf: add missing __iomem annotation
- [PATCH 1/2] ata: pata_arasan: Staticize local symbols
- [PATCH v3 3/3] libata: Add support for queued DSM TRIM
- [PATCH v3 2/3] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- [PATCH v3 1/3] libata: Populate host-to-device FIS "auxiliary" field
- [PATCH v3 0/3] Introduce new SATA queued commands
- [PATCH v2] Hard disk S3 resume time optimization
- Re: [PATCH v2 1/2] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- Re: [PATCH v2 1/2] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- Re: [PATCH v2 1/2] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- Re: [PATCH v2 1/2] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- Re: [PATCH v2 1/2] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- Re: [PATCH v3 3/5] devicetree: create a separate binding description for sata_highbank
- [PATCH RESEND v2 2/2] libata: Add support for queued DSM TRIM
- [PATCH RESEND v2 1/2] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- [PATCH RESEND v2 0/2] Introduce new SATA queued commands
- [PATCH v2 2/2] libata: Add support for queued DSM TRIM
- [PATCH v2 1/2] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- [PATCH v2 0/2] Introduce new SATA queued commands
- SATA PMP issue
- Re: [PATCH v3 3/5] devicetree: create a separate binding description for sata_highbank
- [PATCH v3 3/5] devicetree: create a separate binding description for sata_highbank
- [PATCH v3 4/5] sata, highbank: set tx_atten override bits
- [PATCH v3 5/5] sata, highbank: send extra clock cycles in SGPIO patterns
- [PATCH v3 2/5] sata highbank: enable 64-bit DMA mask when using LPAE
- [PATCH v3 1/5] sata, highbank: fix ordering of SGPIO signals
- [PATCH 2/2] ide: sgiioc4: Staticize ioc4_ide_attach_one()
- [PATCH 1/2] ide: palm_bk3710: add missing __iomem annotation
- Re: SATA backplane activity LEDs
- Re: libata / IDE cs5536: 80c cable detect issue (and worse?)
- From: Bartlomiej Zolnierkiewicz
- SATA backplane activity LEDs
- [GIT PULL] libata fixes for 3.11-rc4
- Re: [PATCH] Add HDIO_DRIVE_RESET ioctl to libata.
- Re: [PATCH 1/2] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- Re: [PATCH 1/2] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- [PATCH 2/2] libata: Add support for queued DSM TRIM
- [PATCH 1/2] libata: Add support for SEND/RECEIVE FPDMA QUEUED
- [PATCH 0/2] Introduce new SATA queued commands
- [PATCH] Add HDIO_DRIVE_RESET ioctl to libata.
- Re: [PATCH v2 3/5] devicetree: create a separate binding description for sata_highbank
- Re: [PATCH v2 3/5] devicetree: create a separate binding description for sata_highbank
- Re: [PATCH 1/5] sata, highbank: fix ordering of SGPIO signals
- RE: [PATCH] Hard disk S3 resume time optimization
- Re: [PATCH] Hard disk S3 resume time optimization
- RE: [PATCH] Hard disk S3 resume time optimization
- [PATCH v2 3/5] devicetree: create a separate binding description for sata_highbank
- [PATCH v2 2/5] sata highbank: enable 64-bit DMA mask when using LPAE
- [PATCH v2 4/5] sata, highbank: set tx_atten override bits
- [PATCH v2 5/5] sata, highbank: send extra clock cycles in SGPIO patterns
- [PATCH v2 1/5] sata, highbank: fix ordering of SGPIO signals
- Re: [PATCH 4/5] sata, highbank: set tx_atten override bits
- Re: [PATCH 1/5] sata, highbank: fix ordering of SGPIO signals
- Re: [PATCH libata/for-3.11-fixes] libata: make it clear that sata_inic162x is experimental
- Re: [PATCH] Hard disk S3 resume time optimization
- [PATCH] Hard disk S3 resume time optimization
- Re: [PATCH libata/for-3.11-fixes] libata: make it clear that sata_inic162x is experimental
- [PATCH updated] ACPI / PM: Add state information in error message for acpi_device_set_power
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: [PATCH 1/3] ACPI / PM: Only set power states of devices that are power manageable
- Re: [PATCH 2/3] ACPI / PM: Make messages in acpi_device_set_power() print device names
- Re: [PATCH 2/3] ACPI / PM: Make messages in acpi_device_set_power() print device names
- Re: [PATCH 1/3] ACPI / PM: Only set power states of devices that are power manageable
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: [PATCH 4/5] sata, highbank: set tx_atten override bits
- Re: [PATCH 1/3] ACPI / PM: Only set power states of devices that are power manageable
- Re: [PATCH v2] ATA: sata_mv: Remove unneeded CONFIG_HAVE_CLK ifdefs
- Re: [PATCH v2] ATA: sata_mv: Remove unneeded CONFIG_HAVE_CLK ifdefs
- Re: [PATCH 26/35] ata: use dev_get_platdata()
- [PATCH 27/35] ide: use dev_get_platdata()
- [PATCH 26/35] ata: use dev_get_platdata()
- Re: [PATCH v2] ATA: sata_mv: Remove unneeded CONFIG_HAVE_CLK ifdefs
- [PATCH v2] ATA: sata_mv: Remove unneeded CONFIG_HAVE_CLK ifdefs
- Re: [PATCH 1/3] ACPI / PM: Only set power states of devices that are power manageable
- Re: [PATCH 1/3] ACPI / PM: Only set power states of devices that are power manageable
- Re: [PATCH] ATA: sata_mv: Remove uneeded CONFIG_HAVE_CLK ifdefs
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- From: Nicholas A. Bellinger
- Re: [PATCH] ATA: sata_mv: Remove uneeded CONFIG_HAVE_CLK ifdefs
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- From: Nicholas A. Bellinger
- Re: [PATCH 1/5] sata, highbank: fix ordering of SGPIO signals
- Re: [PATCH libata/for-3.11-fixes] libata: make it clear that sata_inic162x is experimental
- Re: [PATCH] ATA: sata_mv: Remove uneeded CONFIG_HAVE_CLK ifdefs
- Re: [PATCH] pata_imx: expose module alias for loading from device-tree
- Re: [PATCH] ATA: sata_mv: Remove uneeded CONFIG_HAVE_CLK ifdefs
- Re: [PATCH] ATA: sata_mv: Remove unneeded forward declaration
- [PATCH] ATA: sata_mv: Remove uneeded CONFIG_HAVE_CLK ifdefs
- [PATCH] ATA: sata_mv: Remove unneeded forward declaration
- Re: [PATCH 3/3] ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhere
- Re: [PATCH 2/3] ACPI / PM: Make messages in acpi_device_set_power() print device names
- Re: [PATCH 1/3] ACPI / PM: Only set power states of devices that are power manageable
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
- Re: [PATCH 2/3] ACPI / PM: Make messages in acpi_device_set_power() print device names
- Re: [PATCH 2/3] ACPI / PM: Make messages in acpi_device_set_power() print device names
- Re: [PATCH 2/3] ACPI / PM: Make messages in acpi_device_set_power() print device names
- Re: [PATCH 2/3] ACPI / PM: Make messages in acpi_device_set_power() print device names
- Re: [PATCH 2/3] ACPI / PM: Make messages in acpi_device_set_power() print device names
- Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing
[Index of Archives]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]