public inbox for linux-ide@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-02 02:28:40 to 2026-01-09 14:39:58 UTC [more...]

[PATCH 0/5] misc LPM related fixes
 2026-01-09 14:39 UTC  (2+ messages)
` [PATCH 1/5] ata: libata: Call ata_dev_config_lpm() for ATAPI devices

[PATCH v5 0/5] PCI: Add initial support for handling PCIe M.2 connectors in devicetree
 2026-01-09  9:02 UTC  (12+ messages)
` [PATCH v5 1/5] dt-bindings: ata: sata: Document the graph port
` [PATCH v5 2/5] dt-bindings: connector: Add PCIe M.2 Mechanical Key M connector
` [PATCH v5 3/5] PCI/pwrctrl: Add support for handling PCIe M.2 connectors
` [PATCH v5 4/5] PCI/pwrctrl: Create pwrctrl device if the graph port is found
` [PATCH v5 5/5] power: sequencing: Add the Power Sequencing driver for the PCIe M.2 connectors

[PATCH] ata: libata: Advertize device support for DIPM and HIPM features for ATAPI
 2026-01-08 15:32 UTC  (3+ messages)

[PATCH v2 1/3] ata: ahci-dwc: Simplify with scoped for each OF child loop
 2026-01-08  9:29 UTC  (4+ messages)
` [PATCH v2 2/3] ata: ahci-imx: Fix Wvoid-pointer-to-enum-cast warning
` [PATCH v2 3/3] ata: ahci-xgene: "

[PATCH] dt-bindings: ata: ahci-platform: Drop unnecessary select schema
 2026-01-08  9:28 UTC  (2+ messages)

[REGRESSION] libata: SATA LPM forcibly disabled on Intel Raptor Lake since Linux 6.14
 2026-01-07 15:16 UTC  (6+ messages)

[PATCH v4 0/5] PCI: Add initial support for handling PCIe M.2 connectors in devicetree
 2026-01-07 12:31 UTC  (12+ messages)
` [PATCH v4 1/5] dt-bindings: ata: sata: Document the graph port
` [PATCH v4 2/5] dt-bindings: connector: Add PCIe M.2 Mechanical Key M connector
` [PATCH v4 3/5] PCI/pwrctrl: Add support for handling PCIe M.2 connectors
` [PATCH v4 4/5] PCI/pwrctrl: Create pwrctrl device if the graph port is found
` [PATCH v4 5/5] power: sequencing: Add the Power Sequencing driver for the PCIe M.2 connectors

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-01-07 12:19 UTC  (49+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[PATCH v5 0/2] Prevent non-NCQ command starvation
 2026-01-06 21:03 UTC  (10+ messages)
` [PATCH v5 1/2] ata: libata-scsi: refactor ata_scsi_translate()
` [PATCH v5 2/2] ata: libata-scsi: avoid Non-NCQ command starvation

[PATCH 1/3] ata: ahci-dwc: Simplify with scoped for each OF child loop
 2026-01-05 13:05 UTC  (5+ messages)
` [PATCH 2/3] ata: ahci-imx: Fix Wvoid-pointer-to-enum-cast warning
` [PATCH 3/3] ata: ahci-xgene: "

[PATCH v3 0/2] Prevent non-NCQ command starvation
 2026-01-02 11:01 UTC  (18+ messages)
` [PATCH v3 1/2] ata: libata-scsi: refactor ata_scsi_translate()
` [PATCH v3 2/2] ata: libata-scsi: avoid passthrough command starvation

[PATCH v4 0/2] Prevent non-NCQ command starvation
 2026-01-02  9:48 UTC  (4+ messages)
` [PATCH v4 1/2] ata: libata-scsi: refactor ata_scsi_translate()
` [PATCH v4 2/2] ata: libata-scsi: avoid Non-NCQ command starvation

ata timeout exceptions
 2026-01-02  6:30 UTC  (16+ messages)

[PATCH AUTOSEL 6.18-6.12] ata: libata-core: Disable LPM on ST2000DM008-2FR102
 2025-12-23 10:05 UTC 

[GIT PULL] ata fixes for 6.19-rc2
 2025-12-21  9:20 UTC  (2+ messages)

[PATCH v2 0/2] Prevent non-NCQ command starvation
 2025-12-19 23:35 UTC  (6+ messages)
` [PATCH v2 1/2] ata: libata-scsi: refactor ata_scsi_translate()
` [PATCH v2 2/2] ata: libata-scsi: avoid passthrough command starvation

[PATCH 0/2] Prevent non-NCQ command starvation
 2025-12-19  7:47 UTC  (7+ messages)
` [PATCH 1/2] ata: libata-scsi: refactor ata_scsi_translate()
` [PATCH 2/2] ata: libata-scsi: avoid passthrough command starvation

[PATCH] ata: pata_cypress: fix typo in error message
 2025-12-19  3:40 UTC 

[PATCH] ata: pata_legacy: remove VLB support
 2025-12-17  5:38 UTC 

[PATCH] ata: libata-core: Disable LPM on ST2000DM008-2FR102
 2025-12-16  5:30 UTC  (6+ messages)

[REGRESSION] libata: SATA LPM forcibly disabled on Intel Jasper Lake since Linux 6.13
 2025-12-15  9:30 UTC  (6+ messages)

[PATCH V2] ata: pata_pcmcia: Add Iomega Clik! PCMCIA ATA/ATAPI Adapter
 2025-12-14 23:50 UTC  (5+ messages)

[PATCH v4 0/6] ata: libata: Improve max sectors quirk handling
 2025-12-08  3:48 UTC  (9+ messages)
` [PATCH v4 1/6] ata: libata: Add ATA_QUIRK_MAX_SEC and convert all device quirks
` [PATCH v4 2/6] ata: libata: Add ata_force_get_fe_for_dev() helper
` [PATCH v4 3/6] ata: libata: Change libata.force to use the generic ATA_QUIRK_MAX_SEC quirk
` [PATCH v4 4/6] ata: libata: Add support to parse equal sign in libata.force
` [PATCH v4 5/6] ata: libata: Add libata.force parameter max_sec
` [PATCH v4 6/6] ata: libata: Allow more quirks

[PATCH v3] ata: libata: avoid long timeouts on hot-unplugged SATA DAS
 2025-12-08  3:47 UTC  (4+ messages)

[PATCH] ata: libata-scsi: Remove superfluous local_irq_save()
 2025-12-08  0:01 UTC  (4+ messages)

[GIT PULL] ata fix for 6.19-rc1
 2025-12-06  5:43 UTC  (2+ messages)

[GIT PULL] ata changes for 6.19-rc1
 2025-12-05  3:47 UTC  (2+ messages)

[PATCH v3 0/8] ata: libata: Quirk DELLBOSS VD max_sectors
 2025-12-02 10:21 UTC  (12+ messages)
` [PATCH v3 4/8] ata: libata: Add ata_force_get_fe_for_dev() helper
` [PATCH v3 5/8] ata: libata: Change libata.force to use the generic ATA_QUIRK_MAX_SEC quirk
` [PATCH v3 6/8] ata: libata: Add support to parse equal sign in libata.force
` [PATCH v3 7/8] ata: libata: Add libata.force parameter max_sec
` [PATCH v3 8/8] ata: libata: Allow more quirks
` (subset) [PATCH v3 0/8] ata: libata: Quirk DELLBOSS VD max_sectors


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox