messages from 2025-05-12 21:57:34 to 2025-06-09 12:24:40 UTC [more...]
[PATCH v7 00/19] Add Command Duration Limits support
2025-06-09 12:24 UTC (8+ messages)
` [PATCH v7 08/19] scsi: detect support for command duration limits
[PATCH] ata: pata_cs5536: fix build on 32-bit UML
2025-06-09 9:44 UTC (2+ messages)
[PATCH] ata: macio: Use non-hybrid PCI devres API
2025-06-06 1:17 UTC (2+ messages)
[PATCH v4] ata: libata: disable LPM for WDC WD20EFAX-68FB5N0 hard drives
2025-06-05 12:18 UTC (14+ messages)
[GIT PULL] ata changes for 6.16-rc1
2025-06-03 17:46 UTC (2+ messages)
[RFC DEPT v16] Question for dept
2025-06-02 2:59 UTC (2+ messages)
[PATCH] ata: ahci: Disallow LPM for ASUSPRO-D840SA motherboard
2025-05-26 14:07 UTC (3+ messages)
[PATCH v4 0/2] m68k: pata_cswarp: Add Amiga cslab ata support
2025-05-26 14:03 UTC (8+ messages)
` [PATCH v4 1/2] ata: "
` [PATCH v4 2/2] m68k: defconfig: enable PATA_CSWARP
[PATCH V2] ahci: enhance error handling and resource management in ahci_init_one
2025-05-26 8:11 UTC (8+ messages)
` [PATCH V3] "
` [PATCH V3] ahci: enhance error handling "
[PATCH v2 0/5] ata_eh_set_lpm() cleanups
2025-05-23 14:47 UTC (10+ messages)
` [PATCH v2 1/5] ata: libata-eh: Update DIPM comments to reflect reality
` [PATCH v2 2/5] ata: libata-eh: Add ata_eh_set_lpm() WARN_ON_ONCE
` [PATCH v2 3/5] ata: libata-eh: Rename hipm and dipm variables
` [PATCH v2 4/5] ata: libata-eh: Rename no_dipm variable to be more clear
` [PATCH v2 5/5] ata: libata-eh: Keep DIPM disabled while modifying the allowed LPM states
[PATCH v2] ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330
2025-05-23 7:31 UTC (3+ messages)
[PATCH v2] ata: libata-acpi: Do not assume 40 wire cable if no devices are enabled
2025-05-21 12:21 UTC (4+ messages)
[PATCH v2] ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330
2025-05-21 8:38 UTC (3+ messages)
[PATCH] ahci: enhance error handling and resource management in ahci_init_one
2025-05-19 21:49 UTC
[PATCH] ahci: enhance error handling and resource management in ahci_init_one
2025-05-19 21:49 UTC
ahci + intel iGPU problems
2025-05-19 21:02 UTC (5+ messages)
[PATCH] ahci: enhance error handling and resource management in ahci_init_one
2025-05-19 10:43 UTC
[BUG] pata_jmicron - JMB368-based IDE to PCIe adapters capped at extremely slow speeds
2025-05-19 9:31 UTC (2+ messages)
[PATCH v16 00/42] DEPT(DEPendency Tracker)
2025-05-19 9:18 UTC (43+ messages)
` [PATCH v16 01/42] llist: move llist_{head,node} definition to types.h
` [PATCH v16 02/42] dept: implement DEPT(DEPendency Tracker)
` [PATCH v16 03/42] dept: add single event dependency tracker APIs
` [PATCH v16 04/42] dept: add lock "
` [PATCH v16 05/42] dept: tie to lockdep and IRQ tracing
` [PATCH v16 06/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v16 07/42] dept: distinguish each kernel context from another
` [PATCH v16 08/42] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v16 09/42] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v16 10/42] dept: distinguish each work from another
` [PATCH v16 11/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v16 12/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v16 13/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v16 14/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v16 15/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v16 16/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v16 17/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v16 18/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v16 19/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v16 20/42] dept: apply timeout consideration to swait
` [PATCH v16 21/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v16 22/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v16 23/42] dept: apply timeout consideration to dma fence wait
` [PATCH v16 24/42] dept: make dept able to work with an external wgen
` [PATCH v16 25/42] dept: track PG_locked with dept
` [PATCH v16 26/42] dept: print staged wait's stacktrace on report
` [PATCH v16 27/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v16 28/42] dept: add documentation for dept
` [PATCH v16 29/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v16 30/42] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v16 31/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v16 32/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v16 33/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v16 34/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v16 35/42] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v16 36/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v16 37/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v16 38/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v16 39/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v16 40/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v16 41/42] dept: implement a basic unit test for dept
` [PATCH v16 42/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
[PATCH v1 0/2] ESWIN EIC7700 sata driver
2025-05-16 14:33 UTC (7+ messages)
` [PATCH v1 1/2] dt-bindings: sata: eswin: Document for EIC7700 SoC
` [PATCH v1 2/2] sata: eswin: Add eic7700 sata driver
[PATCH v15 00/43] DEPT(DEPendency Tracker)
2025-05-16 8:07 UTC (55+ messages)
` [PATCH v15 01/43] llist: move llist_{head,node} definition to types.h
` [PATCH v15 02/43] dept: implement DEPT(DEPendency Tracker)
` [PATCH v15 03/43] dept: add single event dependency tracker APIs
` [PATCH v15 04/43] dept: add lock "
` [PATCH v15 05/43] dept: tie to lockdep and IRQ tracing
` [PATCH v15 06/43] dept: add proc knobs to show stats and dependency graph
` [PATCH v15 07/43] dept: distinguish each kernel context from another
` [PATCH v15 08/43] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v15 09/43] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v15 10/43] dept: distinguish each work from another
` [PATCH v15 11/43] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v15 12/43] dept: record the latest one out of consecutive waits of the same class
` [PATCH v15 13/43] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v15 14/43] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v15 15/43] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v15 16/43] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v15 17/43] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v15 18/43] dept: track timeout waits separately with a new Kconfig
` [PATCH v15 19/43] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v15 20/43] dept: apply timeout consideration to swait
` [PATCH v15 21/43] dept: apply timeout consideration to waitqueue wait
` [PATCH v15 22/43] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v15 23/43] dept: apply timeout consideration to dma fence wait
` [PATCH v15 24/43] dept: make dept able to work with an external wgen
` [PATCH v15 25/43] dept: track PG_locked with dept
` [PATCH v15 26/43] dept: print staged wait's stacktrace on report
` [PATCH v15 27/43] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v15 28/43] dept: suppress reports with classes that have been already reported
` [PATCH v15 29/43] dept: add documentation for dept
` [PATCH v15 30/43] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v15 31/43] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v15 32/43] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v15 33/43] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v15 34/43] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v15 35/43] dept: make dept stop from working on debug_locks_off()
` [PATCH v15 36/43] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v15 37/43] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v15 38/43] completion, dept: introduce init_completion_dmap() API
` [PATCH v15 39/43] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v15 40/43] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v15 41/43] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v15 42/43] dept: implement a basic unit test for dept
` [PATCH v15 43/43] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
[PATCH 0/7] ata_eh_set_lpm() cleanups
2025-05-15 13:04 UTC (13+ messages)
` [PATCH 1/7] ata: libata-eh: Update DIPM comments to reflect reality
` [PATCH 2/7] ata: libata-eh: Add ata_eh_set_lpm() WARN_ON
` [PATCH 3/7] ata: libata-eh: Drop dipm variable
` [PATCH 4/7] ata: libata-eh: Introduce dev_has_dipm and dev_has_hipm variables
` [PATCH 5/7] ata: libata-eh: Rename no_dipm variable to be more clear
` [PATCH 6/7] ata: libata-eh: Host support has nothing to do with disabling DIPM
` [PATCH 7/7] ata: libata-eh: Always disable DIPM before calling set_lpm() callback
[PATCH] ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330
2025-05-15 12:57 UTC (2+ messages)
[PATCH] ata: libata-acpi: Do not assume 40 wire cable if no devices are enabled
2025-05-15 12:56 UTC (2+ messages)
[PATCH] dt-bindings: ata: Convert arasan,cf-spear1340 to DT schema
2025-05-15 12:37 UTC (2+ messages)
[PATCH] dt-bindings: ata: Convert marvell,orion-sata to DT schema
2025-05-15 12:37 UTC (3+ messages)
[PATCH] dt-bindings: ata: Convert cavium,ebt3000-compact-flash to DT schema
2025-05-15 12:36 UTC (2+ messages)
[PATCH] dt-bindings: ata: Convert apm,xgene-ahci to DT schema
2025-05-15 12:36 UTC (2+ messages)
[PATCH] dt-bindings: ata: Convert st,ahci to DT schema
2025-05-15 12:35 UTC (2+ messages)
[PATCH] dt-bindings: ata: Convert ti,dm816-ahci to DT schema
2025-05-14 22:13 UTC (4+ messages)
[PATCH] ata: libata: Print if port is external on boot
2025-05-14 7:18 UTC (2+ messages)
[Bug 220121] New: Not found
2025-05-14 4:11 UTC (3+ messages)
` [Bug 220121] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).