messages from 2023-01-27 01:51:43 to 2023-02-12 17:47:54 UTC [more...]
[PATCH 0/12] pata_parport: protocol drivers cleanups
2023-02-12 17:47 UTC (24+ messages)
` [PATCH 01/12] pata_parport: Remove pi_swab16 and pi_swab32
` [PATCH 02/12] pata_parport: Introduce module_pata_parport_driver macro
` [PATCH 03/12] pata_parport: remove devtype from struct pi_adapter
` [PATCH 04/12] pata_parport: remove device "
` [PATCH 05/12] pata_parport: remove typedef struct PIA
` [PATCH 06/12] pata_parport: remove verbose parameter from log_adapter()
` [PATCH 07/12] pata_parport: remove scratch "
` [PATCH 08/12] pata_parport: use dev_* and print_hex_* instead of printk
` [PATCH 09/12] pata_parport: remove verbose parameter from test_proto()
` [PATCH 10/12] pata_parport: remove scratch "
` [PATCH 11/12] pata_parport: remove obsolete changelogs
` [PATCH 12/12] pata_parport: move pata_parport.h to drivers/ata/pata_parport
The SATA_ini162x
2023-02-12 14:53 UTC
Bug report for ahci-mvebu driver
2023-02-12 13:14 UTC (36+ messages)
[PATCH] ata: libata-core: Disable READ LOG DMA EXT for Samsung MZ7LH
2023-02-11 3:12 UTC (3+ messages)
[PATCH] dt-bindings: ata: Add UniPhier controller binding
2023-02-09 11:19 UTC (3+ messages)
[PATCH] ata: pata_pxa: Add missing check for devm_ioremap
2023-02-09 9:54 UTC (3+ messages)
[PATCH v3 0/3] dt-bindings: serial/mtd/mc/ata: use MC peripheral props
2023-02-07 20:53 UTC (7+ messages)
` [PATCH v3 1/3] dt-bindings: intel,ixp4xx-expansion-bus: split out peripheral properties
` [PATCH v3 2/3] dt-bindings: reference MC peripheral properties in relevant devices
` [PATCH v3 3/3] dt-bindings: serial: restrict possible child node names
[bug report] ata: pata_parport: add driver (PARIDE replacement)
2023-02-07 0:02 UTC (4+ messages)
` [PATCH] pata_parport: Fix ida_alloc return value error check
[PATCH v2 0/3] dt-bindings: serial/mtd/mc/ata: use MC peripheral props
2023-02-06 8:41 UTC (14+ messages)
` [PATCH v2 1/3] dt-bindings: intel,ixp4xx-expansion-bus: split out peripheral properties
` [PATCH v2 2/3] dt-bindings: reference MC peripheral properties in relevant devices
` [PATCH v2 3/3] dt-bindings: serial: restrict possible child node names
[PATCH v3] powerpc: macio: Make remove callback of macio driver void returned
2023-02-03 18:27 UTC (3+ messages)
[PATCH v3 00/18] Add Command Duration Limits support
2023-02-03 16:49 UTC (60+ messages)
` [PATCH v3 01/18] block: introduce duration-limits priority class
` [PATCH v3 07/18] scsi: sd: detect support for command duration limits
` [PATCH v3 08/18] scsi: sd: set read/write commands CDL index
` [PATCH v3 09/18] scsi: sd: handle read/write CDL timeout failures
` [PATCH v3 10/18] ata: libata-scsi: remove unnecessary !cmd checks
` [PATCH v3 11/18] ata: libata: change ata_eh_request_sense() to not set CHECK_CONDITION
` [PATCH v3 13/18] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v3 14/18] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v3 15/18] ata: libata: add ATA feature control sub-page translation
` [PATCH v3 16/18] ata: libata: set read/write commands CDL index
` [PATCH v3 17/18] ata: libata: handle completion of CDL commands using policy 0xD
` [PATCH v3 18/18] Documentation: sysfs-block-device: document command duration limits
[GIT PULL] ata fixes for 6.2-rc7
2023-02-03 0:53 UTC (2+ messages)
Faktoring
2023-02-01 9:06 UTC
[PATCH] ata: pata_hpt37x: fix potential forever loop
2023-02-02 6:42 UTC (4+ messages)
[Bug 216982] New: sound hit
2023-02-01 21:02 UTC (6+ messages)
` [Bug 216982] "
[PATCH v9 00/25] DEPT(Dependency Tracker)
2023-02-01 17:42 UTC (29+ messages)
` [PATCH v9 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v9 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v9 03/25] dept: Add single event dependency tracker APIs
` [PATCH v9 04/25] dept: Add lock "
` [PATCH v9 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v9 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v9 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v9 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v9 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v9 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v9 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v9 12/25] dept: Distinguish each syscall context from another
` [PATCH v9 13/25] dept: Distinguish each work "
` [PATCH v9 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v9 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v9 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v9 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v9 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v9 19/25] dept: Apply timeout consideration to swait
` [PATCH v9 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v9 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v9 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v9 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v9 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v9 25/25] dept: Track the potential waits of PG_{locked,writeback}
[PATCH] ata: pata_hpt3x2n: prevent potential forever loop in hpt3xn_calibrate_dpll()
2023-02-01 15:02 UTC (2+ messages)
Marvel 88SE6121 fails with SATA-2/3 HDDs
2023-02-01 10:02 UTC (6+ messages)
[PATCH v2] ata: libata: Fix sata_down_spd_limit() when no link speed is reported
2023-02-01 7:01 UTC (3+ messages)
[PATCH] libata: clean up some inconsistent indenting
2023-01-31 23:45 UTC (4+ messages)
[PATCH v2] pata_parport: add driver (PARIDE replacement)
2023-01-31 11:36 UTC (16+ messages)
` [PATCH v3] "
` [PATCH 1/2] drivers/block: Remove PARIDE core and high-level protocols
` [PATCH 2/2] drivers/block: Move PARIDE protocol modules to drivers/ata/pata_parport
[PATCH] ata: libata: Fix sata_down_spd_limit() when no link speed is reported
2023-01-30 12:01 UTC (4+ messages)
[PATCH v8 05/25] dept: Tie to Lockdep and IRQ tracing
2023-01-29 8:56 UTC (3+ messages)
[PATCH v8 00/25] DEPT(Dependency Tracker)
2023-01-28 20:30 UTC (14+ messages)
` [PATCH v8 12/25] dept: Distinguish each syscall context from another
` [PATCH v8 13/25] dept: Distinguish each work "
` [PATCH v8 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v8 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v8 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v8 19/25] dept: Apply timeout consideration to swait
` [PATCH v8 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v8 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v8 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v8 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v8 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v8 25/25] dept: Track the potential waits of PG_{locked,writeback}
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).