linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-01 03:44:34 to 2023-08-29 14:33:18 UTC [more...]

[PATCH] ata: Add Elkhart Lake AHCI controller
 2023-08-29 14:32 UTC  (5+ messages)

[PATCH v2] ata: ahci: Add Elkhart Lake AHCI controller
 2023-08-29 11:33 UTC 

[PATCH] ata,scsi: do not issue START STOP UNIT on resume
 2023-08-29  6:17 UTC  (14+ messages)

[PATCH v6 0/2] Q40 IDE fixes
 2023-08-28 21:34 UTC  (5+ messages)
` [PATCH v6 1/2] ata: pata_falcon: fix IO base selection for Q40
` [PATCH v6 2/2] ata: pata_falcon: add data_swab option to byte-swap disk data

Re: [PATCH] ahci: libahci: clear pending interrupt status
 2023-08-28 19:16 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-08-28  7:30 UTC 

Cache coherency bug: stale reads on /dev/sda1
 2023-08-27 18:33 UTC  (9+ messages)

[PATCH v5 0/2] Q40 IDE fixes
 2023-08-26 11:12 UTC  (7+ messages)
` [PATCH v5 1/2] ata: pata_falcon: fix IO base selection for Q40
` [PATCH v5 2/2] ata: pata_falcon: add data_swab option to byte-swap disk data

[PATCH 0/2] ata: pata_ep93xx: dt convert preparation fixes
 2023-08-25 13:15 UTC  (9+ messages)
` [PATCH 1/2] ata: pata_ep93xx: fix error return code in probe
` [PATCH 2/2] ata: pata_ep93xx: use soc_device_match for UDMA modes

[PATCH v4 0/2] Q40 IDE fixes
 2023-08-25  1:07 UTC  (15+ messages)
` [PATCH v4 1/2] ata: pata_falcon: fix IO base selection for Q40
` [PATCH v4 2/2] ata: pata_falcon: add data_swab option to byte-swap disk data

[PATCH 0/2] Fix compilation warnings
 2023-08-24  8:29 UTC  (4+ messages)
` [PATCH 1/2] ata: pata_ftide010: Add missing MODULE_DESCRIPTION
` [PATCH 2/2] ata: sata_gemini: "

[PATCH treewide 0/9] Remove obsolete IDE headers
 2023-08-23 22:54 UTC  (19+ messages)
` [PATCH 1/9] ARM: Remove <asm/ide.h>
` [PATCH 2/9] parisc: "
` [PATCH 3/9] powerpc: "
` [PATCH 4/9] sparc: "
` [PATCH 5/9] asm-generic: Remove ide_iops.h
` [PATCH 6/9] ata: pata_buddha: Remove #include <asm/ide.h>
` [PATCH 7/9] ata: pata_falcon: "
` [PATCH 8/9] ata: pata_gayle: "
` [PATCH 9/9] m68k: Remove <asm/ide.h>

[PATCH v3 29/42] dt-bindings: rtc: Add ST M48T86
 2023-08-23 10:16 UTC 

Re; Interest,
 2023-08-22 23:31 UTC 

[PATCH 0/3] Q40 IDE fixes
 2023-08-22 20:21 UTC  (19+ messages)
` [PATCH 1/3] m68k/q40: fix IO base selection for Q40 in pata_falcon.c
` [PATCH 2/3] m68k/q40: add data_swab option for pata_falcon to byte-swap disk data
` [PATCH 3/3] m68k/atari: change Falcon IDE platform device to id 0

[PATCH] scsi: ata: Fix a race condition between scsi error handler and ahci interrupt
 2023-08-22 10:30 UTC  (10+ messages)

Re: [PATCH] ahci: libahci: clear pending interrupt status
 2023-08-22  8:41 UTC  (2+ messages)

[PATCH v3 0/2] Q40 IDE fixes
 2023-08-22  8:39 UTC  (9+ messages)
` [PATCH v3 1/2] ata: pata_falcon: fix IO base selection for Q40
` [PATCH v3 2/2] ata: pata_falcon: add data_swab option to byte-swap disk data

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

[PATCH v2 0/3] Q40 IDE fixes
 2023-08-19  0:40 UTC  (14+ messages)
` [PATCH v2 1/3] ata: pata_falcon: fix IO base selection for Q40
` [PATCH v2 2/3] ata: pata_falcon: add data_swab option to byte-swap disk data
` [PATCH v2 3/3] m68k/atari: change Falcon IDE platform device to id 0

Supply
 2023-08-18 10:27 UTC 

Pytanie o samochód
 2023-08-18  8:15 UTC 

[PATCH -next] ata: pata_imx: Use helper function devm_clk_get_enabled()
 2023-08-16 22:52 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 21/25] ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()
 2023-08-13 16:09 UTC 

[PATCH AUTOSEL 5.15 27/31] ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()
 2023-08-13 16:06 UTC 

[PATCH AUTOSEL 6.1 41/47] ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()
 2023-08-13 15:59 UTC 

[PATCH AUTOSEL 6.4 46/54] ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()
 2023-08-13 15:49 UTC 

Systém sledování a optimalizace výroby
 2023-08-11  8:11 UTC 

[PATCH] ahci: libahci: clear pending interrupt status
 2023-08-10  9:59 UTC  (2+ messages)

[PATCH] ahci: libahci: clear pending interrupt status
 2023-08-10  5:12 UTC  (2+ messages)

[GIT PULL] ata fixes for 6.5-rc5
 2023-08-06 17:37 UTC  (7+ messages)

[PATCH 00/12] ata: Convert to platform remove callback returning void
 2023-08-02 23:10 UTC  (4+ messages)
` [PATCH 10/12] ata/sata_gemini: "

[PATCH v4 00/10] libata: remove references to 'old' error handler
 2023-08-02  8:48 UTC  (2+ messages)

W sprawie samochodu
 2023-07-31  8:35 UTC 


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