linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-18 08:14:10 to 2023-07-20 13:31:28 UTC [more...]

[PATCH v3 00/42] ep93xx device tree conversion
 2023-07-20 13:30 UTC  (7+ messages)
  ` [PATCH v3 38/42] ata: pata_ep93xx: remove legacy pinctrl use
  ` [PATCH v3 26/42] ata: pata_ep93xx: add device tree support
  ` [PATCH v3 12/42] dt-bindings: watchdog: Add Cirrus EP93x
  ` [PATCH v3 13/42] watchdog: ep93xx: add DT support for Cirrus EP93xx
  ` [PATCH v3 32/42] wdt: ts72xx: add DT support for ts72xx

[PATCH v2 0/8] libata: remove references to 'old' error handler
 2023-07-20  8:57 UTC  (21+ messages)
` [PATCH v2 1/8] ata: remove reference to non-existing error_handler()
` [PATCH v2 2/8] ata,scsi: remove ata_sas_port_{start,stop} callbacks
` [PATCH v2 3/8] ata,scsi: remove ata_sas_port_destroy()
` [PATCH v2 4/8] ata: remove ata_sas_sync_probe()
` [PATCH v2 5/8] ata: inline ata_port_probe()
` [PATCH v2 6/8] ata,scsi: cleanup ata_port_probe()
` [PATCH v2 7/8] ata: sata_sx4: drop already completed TODO
` [PATCH v2 8/8] ata: remove ata_bus_probe()

[PATCH] ata: libata-transport: "foo* bar" should be "foo *bar"
 2023-07-19  8:46 UTC 

[PATCH v3] ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()
 2023-07-19 10:14 UTC 

[PATCH] ata: Fix comment typo
 2023-07-19 10:00 UTC 

[PATCH v2] ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()
 2023-07-19  9:52 UTC 

[PATCH] ata: pata_serverworks: "foo * bar" should be "foo *bar"
 2023-07-19  9:43 UTC  (2+ messages)

[PATCH v1] ata: pata_arasan_cf: Use dev_err_probe() instead dev_err() in data_xfer()
 2023-07-19  9:42 UTC 

Consider switching to WQ_UNBOUND messages (was: Re: [PATCH v2 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism)
 2023-07-18 22:01 UTC  (12+ messages)

[PATCH] ata: space required after that ','
 2023-07-18 10:49 UTC  (2+ messages)

[PATCH] ata: remove whitespace after '(' and before ')'
 2023-07-18 10:46 UTC  (4+ messages)

[PATCH] ata: "foo * bar" should be "foo *bar"
 2023-07-18 10:07 UTC  (2+ messages)

[PATCH] drivers: ata: Added missing spaces
 2023-07-18  9:46 UTC  (2+ messages)

[PATCH] wifi: ata: pata_parport: epat.c Added missing spaces
 2023-07-18  9:15 UTC  (3+ messages)

ata: libata-sff: "foo * const * bar" should be "foo * const *bar"
 2023-07-18  8:32 UTC 

[PATCH 0/8] Fix the remaining sloppy timeout typing in libata
 2023-07-17  0:51 UTC  (4+ messages)

[PATCH v3 01/11] ata: ahci_octeon: Convert to devm_platform_ioremap_resource()
 2023-07-17  0:44 UTC  (15+ messages)
` [PATCH v3 02/11] ata: ahci_seattle: "
` [PATCH v3 03/11] ata: ahci_xgene: "
` [PATCH v3 04/11] ata: ahci_tegra: "
` [PATCH v3 05/11] ata: sata_rcar: drop useless initializer
` [PATCH v3 06/11] ata: sata_rcar: Remove unnecessary return value check
` [PATCH v3 07/11] ata: sata_rcar: Convert to devm_platform_ioremap_resource()
` [PATCH v3 08/11] ata: pata_ixp4xx: Use devm_platform_get_and_ioremap_resource()
` [PATCH v3 09/11] ata: pata_ixp4xx: Remove unnecessary return value check
` [PATCH v3 10/11] ata: pata_ftide010: Use devm_platform_get_and_ioremap_resource()
` [PATCH v3 11/11] ata: pata_imx: "

[PATCH] ata: Explicitly include correct DT includes
 2023-07-17  0:31 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-07-12  8:05 UTC 

[PATCH v4 0/5] Add RK3588 SATA support
 2023-07-11 14:48 UTC  (7+ messages)
` [PATCH v4 5/5] arm64: dts: rockchip: rk3588: add "
` (subset) [PATCH v4 0/5] Add RK3588 "

[PATCH v2 01/11] ata: ahci_octeon: Convert to devm_platform_ioremap_resource()
 2023-07-07 19:43 UTC  (17+ messages)
` [PATCH v2 02/11] ata: ahci_seattle: "
` [PATCH v2 03/11] ata: ahci_xgene: "
` [PATCH v2 04/11] ata: ahci_tegra: "
` [PATCH v2 05/11] ata: sata_rcar: drop useless initializer
` [PATCH v2 06/11] ata: sata_rcar: Remove unnecessary return value check
` [PATCH v2 07/11] ata: sata_rcar: Convert to devm_platform_ioremap_resource()
` [PATCH v2 08/11] ata: pata_ixp4xx: Use devm_platform_get_and_ioremap_resource()
` [PATCH v2 09/11] ata: pata_ixp4xx: Remove unnecessary return value check
` [PATCH v2 10/11] ata: pata_ftide010: Use devm_platform_get_and_ioremap_resource()
` [PATCH v2 11/11] ata: pata_imx: "

[PATCH 1/8] ata: ahci_octeon: Convert to devm_platform_ioremap_resource()
 2023-07-07 18:58 UTC  (18+ messages)
` [PATCH 2/8] ata: ahci_seattle: "
` [PATCH 3/8] ata: ahci_xgene: "
` [PATCH 4/8] ahci: tegra: "
` [PATCH 5/8] ata: sata_rcar: "
` [PATCH 6/8] pata: ixp4xx: Use devm_platform_get_and_ioremap_resource()
` [PATCH 7/8] ata: pata_ftide010: "
` [PATCH 8/8] pata: imx: "

[PATCH] ata: pata_parport: Add mssing protocol modules description
 2023-07-03 23:37 UTC 

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

[PATCH] ata: libata-scsi: fix bogus SCSI sense after abort
 2023-07-03  9:09 UTC  (6+ messages)

[GIT PULL] ata changes for 6.5-rc1
 2023-06-30 19:28 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-06-28  7:50 UTC 

[PATCH] Signed-off-by: Runa Guo-oc <RunaGuo-oc@zhaoxin.com>
 2023-06-27  8:51 UTC  (7+ messages)

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

[PATCH 1/2] MIPS: octeon: Fix cvmx_writeq_csr/cvmx_readq_csr on 32-bit builds
 2023-06-22 21:52 UTC  (9+ messages)
` [PATCH 2/2] ata: octeon: Add compile test support

[PATCH v3 0/3] device property: Introduce device_is_compatible()
 2023-06-19 10:51 UTC  (4+ messages)

[GIT PULL] ata fixes for 6.4-rc7
 2023-06-18 17:01 UTC  (2+ messages)

[GIT PULL] ata fixes for 6.4-rc7
 2023-06-18 16:54 UTC  (3+ messages)


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