linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-09 21:41:36 to 2024-02-02 18:42:26 UTC [more...]

[PATCH AUTOSEL 5.4 5/6] ahci: asm1166: correct count of reported ports
 2024-02-02 18:42 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 6/6] ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers

[PATCH AUTOSEL 5.10 6/8] ahci: asm1166: correct count of reported ports
 2024-02-02 18:41 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 8/8] ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers

[PATCH AUTOSEL 5.15 07/11] ahci: asm1166: correct count of reported ports
 2024-02-02 18:41 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 09/11] ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers

[PATCH AUTOSEL 6.1 10/15] ahci: asm1166: correct count of reported ports
 2024-02-02 18:40 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 13/15] ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers

[PATCH AUTOSEL 6.6 14/21] ahci: asm1166: correct count of reported ports
 2024-02-02 18:40 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 18/21] ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers

[PATCH AUTOSEL 6.7 15/23] ahci: asm1166: correct count of reported ports
 2024-02-02 18:39 UTC  (2+ messages)
` [PATCH AUTOSEL 6.7 19/23] ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers

[GIT PULL] ata fixes for 6.8-rc3
 2024-02-02 17:11 UTC 

[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
 2024-02-02 16:28 UTC  (2+ messages)

[PATCH 0/5] drop low power policy board type
 2024-02-02 15:12 UTC  (14+ messages)
` [PATCH 1/5] ata: ahci: move marking of external port earlier
` [PATCH 2/5] ata: ahci: a hotplug capable port is an external port
` [PATCH 3/5] ata: ahci: drop hpriv param from ahci_update_initial_lpm_policy()
` [PATCH 4/5] ata: ahci: do not enable LPM on external ports
` [PATCH 5/5] ata: ahci: Drop low power policy board type

[PATCH 0/2] Power management fixes
 2024-02-02 14:53 UTC  (15+ messages)
` [PATCH 1/2] ata: libata-core: Do not try to set sleeping devices to standby
` [PATCH 2/2] ata: libata-core: Revert "ata: libata-core: Fix ata_pci_shutdown_one()"
      ` Aw: Re: [PATCH 0/2] Power management fixes
          ` Aw: "
                ` Aw: "
                `  "
                  ` Aw: "

[PATCH 1/2] ata: ahci: Add force LPM policy quirk for ASUS B1400CEAE
 2024-02-02  8:49 UTC  (9+ messages)

[PATCH 3/4] libata: avoid waking disk for several commands
 2024-02-02  1:08 UTC  (20+ messages)
` [PATCH 0/3] Let sleeping disks lie
  ` [PATCH 1/3] libata: avoid waking disk for several commands
  ` [PATCH 3/3] libata: don't start PuiS disks on resume

[PATCH v2] ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x parts
 2024-01-31 11:30 UTC  (2+ messages)

ASMedia ASM1062 (AHCI) hang after "ahci 0000:28:00.0:Using 64-bit DMA addresses"
 2024-01-31 11:06 UTC 

[PATCH 2/2] PCI: vmd: enable PCI PM's L1 substates of remapped PCIe port and NVMe
 2024-01-31  8:33 UTC  (5+ messages)

[PATCH] ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x parts
 2024-01-30 12:34 UTC  (6+ messages)

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

[LSF/MM/BPF TOPIC] State Of The Page
 2024-01-27 18:43 UTC  (15+ messages)

[GIT PULL] ata fixes for 6.8-rc2
 2024-01-26 23:29 UTC  (2+ messages)

[PATCH v2] ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers
 2024-01-25 16:19 UTC  (2+ messages)

[PATCH] ahci: add 43-bit DMA address quirk for ASMedia ASM106x controllers
 2024-01-25 14:06 UTC  (4+ messages)

[PATCH] dt-bindings: xilinx: replace Piyush Mehta maintainership
 2024-01-25  3:28 UTC  (10+ messages)

ASMedia ASM1062 (AHCI) hang after "ahci 0000:28:00.0: Using 64-bit DMA addresses"
 2024-01-24 16:14 UTC  (10+ messages)

[PATCH] ahci: asm1166: correct count of reported ports
 2024-01-24  8:01 UTC  (4+ messages)

[PATCH] ata: libata-sata: improve sysfs description for ATA_LPM_UNKNOWN
 2024-01-22 21:33 UTC  (3+ messages)

[PATCH 0/2] ata: ahci_ceva: fix xilinx GT PHY support
 2024-01-22 13:28 UTC  (8+ messages)
` [PATCH 1/2] ata: ahci_ceva: fix error handling for Xilinx "
` [PATCH 2/2] ata: ahci_ceva: add missing enable regulator API "

[PATCH v7 00/39] ep93xx device tree conversion
 2024-01-18  9:36 UTC  (6+ messages)
` [PATCH v7 21/39] dt-bindings: ata: Add Cirrus EP93xx
` [PATCH v7 22/39] ata: pata_ep93xx: add device tree support
` [PATCH v7 35/39] ata: pata_ep93xx: remove legacy pinctrl use

LSF/MM/BPF: 2024: Call for Proposals
 2024-01-17 13:37 UTC  (2+ messages)
  ` LSF/MM/BPF: 2024: Call for Proposals [Reminder]

[DO NOT MERGE v6 00/37] Device Tree support for SH7751 based board
 2024-01-17 10:06 UTC  (28+ messages)
` [DO NOT MERGE v6 01/37] sh: passing FDT address to kernel startup
` [DO NOT MERGE v6 09/37] dt-bindings: timer: renesas,tmu: add renesas,tmu-sh7750
` [DO NOT MERGE v6 17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [DO NOT MERGE v6 21/37] dt-bindings: serial: renesas,scif: Add scif-sh7751
` [DO NOT MERGE v6 22/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
` [DO NOT MERGE v6 23/37] mfd: sm501: Convert platform_data to OF property
` [DO NOT MERGE v6 25/37] dt-bindings: vendor-prefixes: Add iodata
` [DO NOT MERGE v6 26/37] dt-bindings: vendor-prefixes: Add smi
` [DO NOT MERGE v6 27/37] dt-bindings: ata: ata-generic: Add new targets

[PATCH 0/1] Only activate drive once during system resume
 2024-01-16 17:23 UTC  (4+ messages)
` [PATCH 0/1 v2] "

[GIT PULL] ata changes for 6.8-rc1
 2024-01-11 22:57 UTC  (2+ messages)

Suspend/Resume Regression with attached ATA devices
 2024-01-11 16:12 UTC 

[PATCH] ata: libata-core: Do not try to set sleeping devices to standby
 2024-01-11 11:21 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Removing GFP_NOFS
 2024-01-09 22:44 UTC  (7+ messages)
` [Lsf-pc] "


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