linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-16 12:41:52 to 2024-11-04 18:36:47 UTC [more...]

[PATCH] ata: ahci: Don't call pci_intx() directly
 2024-11-04 18:36 UTC  (4+ messages)

[PATCH/RFC v2] MAINTAINERS: Re-add cancelled Renesas driver sections
 2024-11-04 13:52 UTC  (5+ messages)

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-11-04  9:26 UTC  (18+ messages)
` [PATCH 01/13] PCI: Prepare removing "
` [PATCH 02/13] ALSA: hda_intel: Use always-managed version of pcim_intx()
` [PATCH 09/13] ata: Use always-managed version of pci_intx()

[PATCH/RFC] MAINTAINERS: Re-add cancelled Renesas driver sections
 2024-11-04  0:34 UTC  (9+ messages)

[PATCH 0/2] Issue non-NCQ command via EH when NCQ commands in-flight
 2024-11-04  4:01 UTC  (4+ messages)
` [PATCH 1/2] ata: libata: Introduce new helper ata_qc_complete_success()
` [PATCH 2/2] ata: libata: Issue non-NCQ command via EH when NCQ commands in-flight

[PATCH v6 00/10] Remove pcim_iomap_regions_request_all()
 2024-10-30 21:11 UTC  (12+ messages)
` [PATCH v6 01/10] PCI: Make pcim_request_all_regions() a public function
` [PATCH v6 02/10] ata: ahci: Replace deprecated PCI functions
` [PATCH v6 03/10] crypto: qat - replace "
` [PATCH v6 04/10] crypto: marvell "
` [PATCH v6 05/10] intel_th: pci: Replace "
` [PATCH v6 06/10] wifi: iwlwifi: replace "
` [PATCH v6 07/10] ntb: idt: Replace "
` [PATCH v6 08/10] serial: rp2: "
` [PATCH v6 09/10] ALSA: korg1212: "
` [PATCH v6 10/10] PCI: Remove pcim_iomap_regions_request_all()

linux: Goodbye from a Linux community volunteer
 2024-10-30 18:32 UTC  (35+ messages)
              ` Kernel maintainer *CENSORED* on LKML [WAS: linux: Goodbye from a Linux community volunteer]
          ` Maintainers now blocked from kernel.org mail access [WAS "

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2024-10-30 12:48 UTC  (39+ messages)
    ` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
              ` lore.kernel.org getting senile ? [WAS: [PATCH 1/2] MAINTAINERS: Remove Huawei due to compilance requirements

[GIT PULL] ata fixes for 6.12-rc5
 2024-10-25 18:11 UTC  (2+ messages)

[PATCH 00/10] Remove pcim_iomap_regions_request_all()
 2024-10-25 16:29 UTC  (20+ messages)
` [PATCH 01/10] PCI: Make pcim_request_all_regions() a public function
` [PATCH 02/10] ata: ahci: Replace deprecated PCI functions
` [PATCH 03/10] crypto: qat - replace "
` [PATCH 04/10] crypto: marvell "
` [PATCH 05/10] intel_th: pci: Replace "
` [PATCH 06/10] wifi: iwlwifi: replace "
` [PATCH 07/10] ntb: idt: Replace "
` [PATCH 08/10] serial: rp2: "
` [PATCH 09/10] ALSA: korg1212: "
` [PATCH 10/10] PCI: Remove pcim_iomap_regions_request_all()

[PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
 2024-10-25  8:46 UTC 

[PATCH 0/6] Cleanup and improve libata-scsi command emulation
 2024-10-25  8:15 UTC  (8+ messages)
` [PATCH 1/6] ata: libata-scsi: Refactor ata_scsi_simulate()
` [PATCH 2/6] ata: libata-scsi: Refactor ata_scsiop_read_cap()
` [PATCH 3/6] ata: libata-scsi: Refactor ata_scsiop_maint_in()
` [PATCH 4/6] ata: libata-scsi: Document all VPD page inquiry actors
` [PATCH 5/6] ata: libata-scsi: Remove struct ata_scsi_args
` [PATCH 6/6] ata: libata-scsi: Return residual for emulated SCSI commands

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2024-10-24 12:34 UTC  (2+ messages)

[PATCH v4 00/10] Remove pcim_iomap_regions_request_all()
 2024-10-24 11:48 UTC  (10+ messages)
` [PATCH v4 03/10] crypto: qat - replace deprecated PCI functions
` [PATCH v4 04/10] crypto: marvell "
` [PATCH v4 05/10] intel_th: pci: Replace "
` [PATCH v4 06/10] wifi: iwlwifi: replace "
` [PATCH v4 07/10] ntb: idt: Replace "
` [PATCH v4 08/10] serial: rp2: "
` [PATCH v4 09/10] ALSA: korg1212: "
` [PATCH v4 10/10] PCI: Remove pcim_iomap_regions_request_all()

[PATCH] ata: libata: Set DID_TIME_OUT for commands that actually timed out
 2024-10-24  9:20 UTC  (4+ messages)

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2024-10-23 10:55 UTC 

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2024-10-23  9:50 UTC 

[PATCH v3] ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense data
 2024-10-23  2:55 UTC  (11+ messages)

[PATCH v2 0/2] ata: ata_generic: clarify about Toshiba Piccolo support
 2024-10-21 16:53 UTC  (5+ messages)
` [PATCH v2 1/2] ata: ata_generic: add comment about Toshiba Piccolo
` [PATCH v2 2/2] ata: ata_generic: use IS_ENABLED() macro

[RFC PATCH v1 34/57] sata_sil24: Remove PAGE_SIZE compile-time constant assumption
 2024-10-21 11:43 UTC  (8+ messages)

[PATCH 13/13] PCI: Deprecate pci_intx(), pcim_intx()
 2024-10-21  6:47 UTC  (3+ messages)

[PATCH v1 1/1] ata: libata-scsi: Refactor scsi_6_lba_len() with use of get_unaligned_be24()
 2024-10-17  8:14 UTC  (3+ messages)

[PATCH] ata: Switch back to struct platform_driver::remove()
 2024-10-17  8:14 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).