linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-06 23:02:03 to 2020-04-16 06:35:59 UTC [more...]

[PATCH] ahci: Add Intel Comet Lake PCH-U PCI ID
 2020-04-16  6:35 UTC 

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-14 16:48 UTC  (2+ messages)
` [PATCH v2 29/33] ata: libata-core: fix a doc warning

clean up DMA draining
 2020-04-14  7:42 UTC  (6+ messages)
` [PATCH 1/5] block: remove RQF_COPY_USER
` [PATCH 2/5] block: provide a blk_rq_map_sg variant that returns the last element
` [PATCH 3/5] scsi: merge scsi_init_sgtable into scsi_init_io
` [PATCH 4/5] block: move dma drain handling to scsi
` [PATCH 5/5] block: move dma_pad handling from blk_rq_map_sg into the callers

[GIT PULL] libata fixes for 5.7-rc1
 2020-04-10 17:30 UTC  (2+ messages)

[PATCH AUTOSEL 5.6 43/68] libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
 2020-04-10  3:46 UTC 

[PATCH AUTOSEL 5.5 32/56] libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
 2020-04-10  3:47 UTC 

[PATCH AUTOSEL 5.4 24/46] libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
 2020-04-10  3:48 UTC 

[PATCH AUTOSEL 4.19 15/32] libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
 2020-04-10  3:49 UTC 

[PATCH AUTOSEL 4.14 10/22] libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
 2020-04-10  3:50 UTC 

[PATCH AUTOSEL 4.9 4/9] libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
 2020-04-10  3:51 UTC 

[PATCH AUTOSEL 4.4 3/8] libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
 2020-04-10  3:51 UTC 

[PATCH] ahci: Add Intel Comet Lake PCH RAID PCI ID
 2020-04-09 15:32 UTC  (3+ messages)

[PATCH 00/35] Documentation fixes for Kernel 5.8
 2020-04-08 15:46 UTC  (2+ messages)
` [PATCH 13/35] ata: libata-core: fix a doc warning

[PATCH] ata: ahci: Add sysfs attribute to show remapped NVMe device count
 2020-04-07 22:07 UTC  (4+ messages)

[PATCH] ata: ahci-imx: remove redundant assignment to ret
 2020-04-07 20:49 UTC  (2+ messages)

[PATCH] libata: Return correct rc status in sata_pmp_eh_recover_pm() pwhen ATA_DFLAG_DETACH is set
 2020-04-07 20:45 UTC  (4+ messages)

[GIT] IDE
 2020-04-07 19:55 UTC  (2+ messages)

Urgent! Please Read
 2020-04-05 20:11 UTC 

[PATCH] drivers/ide: convert to list_for_each_entry_safe()
 2020-04-05 17:29 UTC  (3+ messages)

[ide:master 1/1] drivers/ide/ide-scan-pci.c:104:13: error: incompatible type for argument 1 of 'list_del'
 2020-04-04 11:27 UTC  (2+ messages)

[PATCH] ata:ahci_xgene:use devm_platform_ioremap_resource() to simplify code
 2020-04-04 19:58 UTC  (3+ messages)

ata_bmdma_qc_prep causing page fault
 2020-04-04 17:41 UTC 

[PATCH 4/5] libata: Add missing annotation for ata_scsi_rbuf_get() and ata_scsi_rbuf_fill()
 2020-04-03 16:05 UTC 

[PATCH] scsi: hisi_sas: Fix build error without SATA_HOST
 2020-04-02  8:53 UTC  (3+ messages)

[GIT PULL] libata changes for 5.7-rc
 2020-03-30 19:50 UTC  (2+ messages)

[PATCH v5 00/27] ata: optimize core code size on PATA only setups
 2020-03-26 16:28 UTC  (29+ messages)
    ` [PATCH v5 01/27] ata: remove stale maintainership information from core code
    ` [PATCH v5 02/27] ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts
    ` [PATCH v5 03/27] ata: make SATA_PMP option selectable only if any SATA host driver is enabled
    ` [PATCH v5 04/27] sata_promise: use ata_cable_sata()
    ` [PATCH v5 05/27] ata: simplify ata_scsiop_inq_89()
    ` [PATCH v5 06/27] ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] size
    ` [PATCH v5 07/27] ata: optimize struct ata_force_param size
    ` [PATCH v5 08/27] ata: optimize ata_scsi_rbuf[] size
    ` [PATCH v5 09/27] ata: move EXPORT_SYMBOL_GPL()s close to exported code
    ` [PATCH v5 10/27] ata: remove EXPORT_SYMBOL_GPL()s not used by modules
    ` [PATCH v5 11/27] ata: fix CodingStyle issues in PATA timings code
    ` [PATCH v5 12/27] ata: separate PATA timings code from libata-core.c
    ` [PATCH v5 13/27] ata: add CONFIG_SATA_HOST=n version of ata_ncq_enabled()
    ` [PATCH v5 14/27] ata: let compiler optimize out ata_dev_config_ncq() on non-SATA hosts
    ` [PATCH v5 15/27] ata: let compiler optimize out ata_eh_set_lpm() "
    ` [PATCH v5 16/27] ata: start separating SATA specific code from libata-core.c
    ` [PATCH v5 17/27] ata: move sata_scr_*() to libata-sata.c
    ` [PATCH v5 18/27] ata: move *sata_set_spd*() "
    ` [PATCH v5 19/27] ata: move sata_link_{debounce,resume}() "
    ` [PATCH v5 20/27] ata: move sata_link_hardreset() "
    ` [PATCH v5 21/27] ata: move ata_qc_complete_multiple() "
    ` [PATCH v5 22/27] ata: move sata_deb_timing_*() "
    ` [PATCH v5 23/27] ata: start separating SATA specific code from libata-scsi.c
    ` [PATCH v5 24/27] ata: move ata_sas_*() to libata-sata.c
    ` [PATCH v5 25/27] ata: start separating SATA specific code from libata-eh.c
    ` [PATCH v5 26/27] ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.c
    ` [PATCH v5 27/27] ata: make "libata.force" kernel parameter optional

[PATCH v4 00/27] ata: optimize core code size on PATA only setups
 2020-03-26 16:17 UTC  (53+ messages)
    ` [PATCH v4 01/27] ata: remove stale maintainership information from core code
    ` [PATCH v4 02/27] ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts
    ` [PATCH v4 03/27] ata: make SATA_PMP option selectable only if any SATA host driver is enabled
    ` [PATCH v4 04/27] sata_promise: use ata_cable_sata()
    ` [PATCH v4 05/27] ata: simplify ata_scsiop_inq_89()
    ` [PATCH v4 06/27] ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] size
    ` [PATCH v4 07/27] ata: optimize struct ata_force_param size
    ` [PATCH v4 08/27] ata: optimize ata_scsi_rbuf[] size
    ` [PATCH v4 09/27] ata: move EXPORT_SYMBOL_GPL()s close to exported code
    ` [PATCH v4 10/27] ata: remove EXPORT_SYMBOL_GPL()s not used by modules
    ` [PATCH v4 11/27] ata: fix CodingStyle issues in PATA timings code
    ` [PATCH v4 12/27] ata: separate PATA timings code from libata-core.c
    ` [PATCH v4 13/27] ata: add CONFIG_SATA_HOST=n version of ata_ncq_enabled()
    ` [PATCH v4 14/27] ata: let compiler optimize out ata_dev_config_ncq() on non-SATA hosts
    ` [PATCH v4 15/27] ata: let compiler optimize out ata_eh_set_lpm() "
    ` [PATCH v4 16/27] ata: start separating SATA specific code from libata-core.c
    ` [PATCH v4 17/27] ata: move sata_scr_*() to libata-sata.c
    ` [PATCH v4 18/27] ata: move *sata_set_spd*() "
    ` [PATCH v4 19/27] ata: move sata_link_{debounce,resume}() "
    ` [PATCH v4 20/27] ata: move sata_link_hardreset() "
    ` [PATCH v4 21/27] ata: move ata_qc_complete_multiple() "
    ` [PATCH v4 22/27] ata: move sata_deb_timing_*() "
    ` [PATCH v4 23/27] ata: start separating SATA specific code from libata-scsi.c
    ` [PATCH v4 24/27] ata: move ata_sas_*() to libata-sata.c
    ` [PATCH v4 25/27] ata: start separating SATA specific code from libata-eh.c
    ` [PATCH v4 26/27] ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.c
    ` [PATCH v4 27/27] ata: make "libata.force" kernel parameter optional

[linux-next PATCH] ata: sata_fsl: fix a compile error
 2020-03-26 15:17 UTC  (3+ messages)

tegra124-jetson-tk1: sata doesnt work since 5.2
 2020-03-26 13:33 UTC  (7+ messages)

[PATCH] sata_fsl: build fix
 2020-03-25 17:01 UTC  (5+ messages)

[PATCHv3 00/40] ata: kill ATA_DEBUG
 2020-03-25 16:54 UTC  (10+ messages)
` [PATCH 04/40] libata: move ata_{port,link,dev}_dbg to standard dev_XXX() macros
` [PATCH 35/40] sata_fsl: move DPRINTK to ata debugging

[PATCH] ahci: Add Intel Comet Lake PCH-H PCI ID
 2020-03-25 14:41 UTC  (3+ messages)

[PATCH v7 00/12] Modernize Loongson64 Machine v6
 2020-03-25 11:35 UTC  (8+ messages)
  ` [PATCH v7 01/12] irqchip: Add driver for Loongson I/O Local Interrupt Controller
  ` [PATCH v7 01/12] MIPS: Loongson: Do not initialise statics to 0
  ` [PATCH v7 02/12] irqchip: loongson-liointc: Workaround LPC IRQ Errata
  ` [PATCH v7 02/12] MIPS: DTS: CI20: add DT node for IR sensor
  ` [PATCH v7 03/12] dt-bindings: interrupt-controller: Add Loongson LIOINTC

[PATCH] ahci: Add Intel Comet Lake PCH-V PCI ID
 2020-03-25 10:09 UTC  (2+ messages)

[PATCH v2 0/3] ide/MIPS/docs: remove no longer used au1xxx-ide driver
 2020-03-24 17:57 UTC  (5+ messages)
    ` [PATCH v2 1/3] ide: "
    ` [PATCH v2 2/3] MIPS: Alchemy: remove no longer used au1xxx_ide.h header
    ` [PATCH v2 3/3] docs: mips: remove no longer needed au1xxx_ide.rst documentation

[PATCH 15/17] ata: libata-core: fix a doc warning
 2020-03-17 14:54 UTC 

[PATCH] ahci_qoriq: enable acpi support in qoriq ahci driver
 2020-03-17  8:52 UTC 

[PATCH 0/6] Add basic support for Loongson 7A1000 bridge chip
 2020-03-13  9:03 UTC  (21+ messages)
` [PATCH 1/6] PCI: Add Loongson vendor ID and 7A1000 device IDs
  ` 回复:[PATCH "
` [PATCH 2/6] AHCI: Add support for Loongson 7A1000 SATA controller
` [PATCH 3/6] MIPS: Loongson: Use firmware arguments to get board name
  ` 回复:[PATCH "
` [PATCH 4/6] MIPS: Loongson: Add DMA support for 7A1000
  ` 回复:[PATCH "
` [PATCH 5/6] MIPS: Loongson: Add PCI "
  ` 回复:[PATCH "
` [PATCH 6/6] MIPS: Loongson: Add support for 7A1000 interrupt controller
  ` 回复:[PATCH "

[PATCH v2] libata: Assign OF node to the SCSI device
 2020-03-12 15:07 UTC  (2+ messages)

[PATCH] libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
 2020-03-12 15:07 UTC  (2+ messages)

[PATCH v3 00/27] ata: optimize core code size on PATA only setups
 2020-03-12 14:09 UTC  (2+ messages)

[PATCH] ahci: Add Intel Comet Lake H RAID PCI ID
 2020-03-12 14:07 UTC  (3+ messages)

[PATCH 1/2] PCI: Add Loongson vendor ID
 2020-03-12 13:44 UTC  (3+ messages)
` [PATCH 2/2] AHCI: Add support for Loongson 7A1000 SATA controller

[PATCH] libata: transport: Use scnprintf() for avoiding potential buffer overflow
 2020-03-12 13:39 UTC  (2+ messages)

[PATCH] cdrom: Convert per-driver mutexes to per-device mutexes
 2020-03-06 22:51 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).