linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[GIT PULL] ata changes for 6.10-rc1
 2024-05-15  1:49 UTC  (2+ messages)

[PATCH] ata: ahci: Revert "ata: ahci: Add Intel Alder Lake-P AHCI controller to low power chipsets list"
 2024-05-13 13:53 UTC  (2+ messages)
` [PATCH 1/1] "

"ata: libata: move ata_{port,link,dev}_dbg to standard pr_XXX() macros" - 742bef476ca5352b16063161fb73a56629a6d995 changed logging behavior and disabled a number of messages
 2024-05-13 13:14 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] Running BOF
 2024-05-10 23:35 UTC  (2+ messages)

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

[PATCH] ata: pata_legacy: make legacy_exit() work again
 2024-05-06 22:28 UTC  (3+ messages)

[PATCH v2] ata: ahci: Add mask_port_map module parameter
 2024-05-06 16:46 UTC  (12+ messages)
    ` Re[2]: "

[PATCH] ata: Kconfig: Update SATA_MOBILE_LPM_POLICY default to med_power_with_dipm
 2024-05-06 16:11 UTC  (3+ messages)

[RESEND v7 06/37] sh: kernel/setup Update DT support
 2024-05-02 16:02 UTC  (38+ messages)
` [RESEND v7 08/37] clocksource: sh_tmu: CLOCKSOURCE support
` [RESEND v7 09/37] dt-binding: Add compatible SH7750 SoC
` [RESEND v7 12/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI
` [RESEND v7 13/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header
` [RESEND v7 14/37] clk: Compatible with narrow registers
` [RESEND v7 17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [RESEND v7 19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: "
` [RESEND v7 21/37] dt-bindings: serial: renesas,scif: Add scif-sh7751
` [RESEND v7 22/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
` [RESEND v7 23/37] dt-bindings: display: sm501 register definition helper
` [RESEND v7 24/37] mfd: sm501: Convert platform_data to OF property
` [RESEND v7 25/37] dt-binding: sh: cpus: Add SH CPUs json-schema
` [RESEND v7 27/37] dt-bindings: ata: ata-generic: Add new targets
` [RESEND v7 28/37] dt-bindings: soc: renesas: sh: Add SH7751 based target
` [RESEND v7 33/37] sh: j2_mimas_v2.dts update
` [RESEND v7 34/37] sh: Add dtbs target support

convert SCSI to atomic queue limits, part 1 (v3)
 2024-04-25  1:57 UTC  (52+ messages)
` [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
` [PATCH 02/23] bsg: pass queue_limits to bsg_setup_queue
` [PATCH 03/23] mpi3mr: "
` [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue
` [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template
` [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
` [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
` [PATCH 08/23] ufs-exynos: move setting the the dma alignment to the init method
` [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun
` [PATCH 10/23] scsi: add a device_configure method to the host template
` [PATCH 11/23] megaraid_sas: switch to using ->device_configure
` [PATCH 12/23] mpt3sas: "
` [PATCH 13/23] sbp2: "
` [PATCH 14/23] hptiop: "
` [PATCH 15/23] ipr: "
` [PATCH 16/23] pmcraid: "
` [PATCH 17/23] usb-storage: "
` [PATCH 18/23] sata_nv: "
` [PATCH 19/23] pata_macio: "
` [PATCH 20/23] libata: "
` [PATCH 21/23] mpi3mr: "
  ` [PATCH 21/23 v3.1] "
` [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits
` [PATCH 23/23] block: remove now unused queue limits helpers

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-22  8:16 UTC  (4+ messages)
` (subset) "

[PATCH] ata: Add sdev attribute to lower link speed in runtime
 2024-04-18 12:47 UTC  (9+ messages)

[PATCH AUTOSEL 4.19 3/4] ata: sata_gemini: Check clk_enable() result
 2024-04-15 10:05 UTC 

[PATCH AUTOSEL 5.4 3/4] ata: sata_gemini: Check clk_enable() result
 2024-04-15 10:05 UTC 

[PATCH AUTOSEL 5.10 3/4] ata: sata_gemini: Check clk_enable() result
 2024-04-15 10:04 UTC 

[PATCH AUTOSEL 5.15 3/4] ata: sata_gemini: Check clk_enable() result
 2024-04-15 10:04 UTC 

[PATCH AUTOSEL 6.1 5/6] ata: sata_gemini: Check clk_enable() result
 2024-04-15 10:04 UTC 

[PATCH AUTOSEL 6.6 11/12] ata: sata_gemini: Check clk_enable() result
 2024-04-15 10:03 UTC 

[PATCH AUTOSEL 6.8 14/15] ata: sata_gemini: Check clk_enable() result
 2024-04-15 10:02 UTC 

[GIT PULL] ata fixes for 6.9-rc4
 2024-04-13 18:23 UTC  (2+ messages)

[PATCH v9 00/38] ep93xx device tree conversion
 2024-04-13  8:48 UTC  (3+ messages)

[PATCH] ata: libata-core: Allow command duration limits detection for ACS-4 drives
 2024-04-13  0:57 UTC  (2+ messages)

[PATCH] ata: libata-scsi: Fix ata_scsi_port_error_handler() error path
 2024-04-12 12:08 UTC  (2+ messages)

[PATCH v2] ata: libata-core: Remove ata_exec_internal_sg()
 2024-04-12 11:59 UTC  (2+ messages)

[PATCH v2 5.10/5.15] ata: libata-scsi: check cdb length for VARIABLE_LENGTH_CMD commands
 2024-04-11 23:58 UTC  (2+ messages)

[bug report] scsi: sd: Fix TCG OPAL unlock on system resume
 2024-04-11 13:30 UTC 

[PATCH] ata: libata-core: Remove ata_exec_internal_sg()
 2024-04-11 11:54 UTC  (4+ messages)

convert SCSI to atomic queue limits, part 1 (v2)
 2024-04-09  2:57 UTC  (28+ messages)
` [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
` [PATCH 03/23] mpi3mr: pass queue_limits to bsg_setup_queue
` [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template
` [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
` [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
` [PATCH 10/23] scsi: add a device_configure method to the "
` [PATCH 12/23] mpt3sas: switch to using ->device_configure
` [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits

[PATCH v7 00/37] Device Tree support for SH7751 based board
 2024-04-08 21:32 UTC  (5+ messages)
` [PATCH v7 11/37] pci: pci-sh7751: Add SH7751 PCI driver

[PATCH 0/1] ata: Handle HAS_IOPORT dependencies
 2024-04-08  1:14 UTC  (4+ messages)
` [PATCH 1/1] ata: add "

[GIT PULL] ata fixes for 6.9-rc3
 2024-04-05 20:10 UTC  (2+ messages)

[PATCH v1 1/1] ata: libata: Move inclusion to where it belongs
 2024-04-05 15:24 UTC  (3+ messages)

[PATCH] ata: ahci: Add mask_port_map module parameter
 2024-04-05 12:45 UTC  (4+ messages)

[PATCH v1 1/1] ata: ahci_platform: Don't use "proxy" headers
 2024-04-04 18:02 UTC 

ASMedia PMP inquiry
 2024-04-04  9:51 UTC  (6+ messages)
  ` Re[2]: "


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