linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
ASMedia ASM1166/ASM1064 port restrictions will break cards with port-multipliers
 2024-03-18 23:59 UTC  (22+ messages)
      ` Re[2]: "
              ` Fwd: "

ASMedia PMP inquiry
 2024-03-18 11:32 UTC 

ASMedia ASM1166/ASM1064 port restrictions will break cards with port-multipliers
 2024-03-17  9:46 UTC  (2+ messages)

[PATCH v2] libata-sata: Check SDB_FIS for completion of DMA transfer before completing the commands
 2024-03-15  8:08 UTC  (2+ messages)

[PATCH] ahci: asm1064: asm1166: don't limit reported ports
 2024-03-13 22:06 UTC  (2+ messages)

[GIT PULL] ata changes for 6.9-rc1
 2024-03-13 17:04 UTC  (2+ messages)

[PATCH v3] powerpc: macio: Make remove callback of macio driver void returned
 2024-03-13 13:19 UTC  (5+ messages)

[REGRESSION] Bug 218538 - 3cc2ffe5c16d from 6.6 breaks S3 resume on SATA SSD OPAL
 2024-03-13  7:17 UTC  (2+ messages)

[PATCH v7] dt-bindings: imx-pata: Convert to dtschema
 2024-03-12 16:49 UTC  (3+ messages)

[PATCH v8 0/7] NCQ Priority sysfs sttributes for libsas
 2024-03-12 15:37 UTC  (16+ messages)
` [PATCH v8 1/7] ata: libata-sata: Factor out NCQ Priority configuration helpers
` [PATCH v8 2/7] scsi: libsas: Define NCQ Priority sysfs attributes for SATA devices
` [PATCH v8 3/7] scsi: pm80xx: Add libsas SATA sysfs attributes group
` [PATCH v8 4/7] scsi: mvsas: "
` [PATCH v8 5/7] scsi: hisi_sas: "
` [PATCH v8 6/7] scsi: aic94xx: "
` [PATCH v8 7/7] scsi: isci: "

[PATCH v5] dt-bindings: imx-pata: Convert to dtschema
 2024-03-11 11:11 UTC  (9+ messages)

[PATCH v6] dt-bindings: imx-pata: Convert to dtschema
 2024-03-11 11:07 UTC  (7+ messages)

[PATCH v3] dt-bindings: imx-pata: Convert to dtschema
 2024-03-10 15:51 UTC  (5+ messages)

[PATCH v4] dt-bindings: imx-pata: Convert to dtschema
 2024-03-10  8:11 UTC  (3+ messages)

[PATCH] dt-bindings: imx-pata: Convert to dtschema
 2024-03-09 15:23 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v7 0/7] NCQ Priority sysfs sttributes for libsas
 2024-03-07 21:41 UTC  (28+ messages)
` [PATCH v7 1/7] ata: libata-sata: Factor out NCQ Priority configuration helpers
` [PATCH v7 2/7] scsi: libsas: Define NCQ Priority sysfs attributes for SATA devices
` [PATCH v7 3/7] scsi: pm80xx: Add libsas SATA sysfs attributes group
` [PATCH v7 4/7] scsi: mvsas: "
` [PATCH v7 5/7] scsi: hisi_sas: "
` [PATCH v7 6/7] scsi: aic94xx: "
` [PATCH v7 7/7] scsi: isci: "

[PATCH v13 00/27] DEPT(Dependency Tracker)
 2024-03-06  8:55 UTC  (28+ messages)
` [PATCH v13 01/27] llist: Move llist_{head,node} definition to types.h
` [PATCH v13 02/27] dept: Implement Dept(Dependency Tracker)
` [PATCH v13 03/27] dept: Add single event dependency tracker APIs
` [PATCH v13 04/27] dept: Add lock "
` [PATCH v13 05/27] dept: Tie to Lockdep and IRQ tracing
` [PATCH v13 06/27] dept: Add proc knobs to show stats and dependency graph
` [PATCH v13 07/27] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v13 08/27] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v13 09/27] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v13 10/27] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v13 11/27] dept: Distinguish each syscall context from another
` [PATCH v13 12/27] dept: Distinguish each work "
` [PATCH v13 13/27] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v13 14/27] cpu/hotplug: Use a weaker annotation in AP thread
` [PATCH v13 15/27] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v13 16/27] dept: Track timeout waits separately with a new Kconfig
` [PATCH v13 17/27] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v13 18/27] dept: Apply timeout consideration to swait
` [PATCH v13 19/27] dept: Apply timeout consideration to waitqueue wait
` [PATCH v13 20/27] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v13 21/27] dept: Apply timeout consideration to dma fence wait
` [PATCH v13 22/27] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v13 23/27] dept: Make Dept able to work with an external wgen
` [PATCH v13 24/27] dept: Track PG_locked with dept
` [PATCH v13 25/27] dept: Print event context requestor's stacktrace on report
` [PATCH v13 26/27] fs/jbd2: Use a weaker annotation in journal handling
` [PATCH v13 27/27] dept: Add documentation for Dept

[PATCH v6 0/7] NCQ Priority sysfs sttributes for libsas
 2024-03-06  7:17 UTC  (17+ messages)
` [PATCH v6 1/7] ata: libata-sata: Factor out NCQ Priority configuration helpers
` [PATCH v6 2/7] scsi: libsas: Define NCQ Priority sysfs attributes for SATA devices
` [PATCH v6 3/7] scsi: pm80xx: Add libsas SATA sysfs attributes group
` [PATCH v6 4/7] scsi: mvsas: "
` [PATCH v6 5/7] scsi: hisi_sas: "
` [PATCH v6 6/7] scsi: aic94xx: "
` [PATCH v6 7/7] scsi: isci: "

[PATCH v5 0/7] NCQ Priority sysfs sttributes for libsas
 2024-03-05 23:58 UTC  (17+ messages)
` [PATCH v5 1/7] ata: libata-sata: Factor out NCQ Priority configuration helpers
` [PATCH v5 2/7] scsi: libsas: Define NCQ Priority sysfs attributes for SATA devices
` [PATCH v5 3/7] scsi: pm80xx: Add libsas SATA sysfs attributes group
` [PATCH v5 4/7] scsi: mvsas: "
` [PATCH v5 5/7] scsi: hisi_sas: "
` [PATCH v5 6/7] scsi: aic94xx: "
` [PATCH v5 7/7] scsi: isci: "

[PATCH v4 0/7] NCQ Priority sysfs sttributes for libsas
 2024-03-05  0:54 UTC  (16+ messages)
` [PATCH v4 1/7] ata: libata-sata: Factor out NCQ Priority configuration helpers
` [PATCH v4 2/7] scsi: libsas: Define NCQ Priority sysfs attributes for SATA devices
` [PATCH v4 3/7] scsi: pm80xx: Add libsas SATA sysfs attributes group
` [PATCH v4 4/7] scsi: mvsas: "
` [PATCH v4 5/7] scsi: hisi_sas: "
` [PATCH v4 6/7] scsi: aic94xx: "
` [PATCH v4 7/7] scsi: isci: "

[PATCH v3 0/7] NCQ Priority sysfs sttributes for libsas
 2024-03-04 22:15 UTC  (17+ messages)
` [PATCH v3 1/7] ata: libata-sata: Factor out NCQ Priority configuration helpers
` [PATCH v3 2/7] scsi: libsas: Define NCQ Priority sysfs attributes for SATA devices
` [PATCH v3 3/7] scsi: pm80xx: Add libsas SATA sysfs attributes group
` [PATCH v3 4/7] scsi: mvsas: "
` [PATCH v3 5/7] scsi: hisi_sas: "
` [PATCH v3 6/7] scsi: aic94xx: "
` [PATCH v3 7/7] scsi: isci: "

[PATCH v2 0/5] NCQ Priority sysfs sttributes for libsas
 2024-03-02 20:20 UTC  (4+ messages)
` [PATCH v2 5/5] scsi: hisi_sas: Add libsas SATA sysfs attributes group


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