linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-14 16:50:20 to 2020-03-17 14:43:46 UTC [more...]

[PATCH v4 00/27] ata: optimize core code size on PATA only setups
 2020-03-17 14:43 UTC  (3+ 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] ahci_qoriq: enable acpi support in qoriq ahci driver
 2020-03-17  8:52 UTC 

[PATCHv3 00/40] ata: kill ATA_DEBUG
 2020-03-13 14:43 UTC  (43+ messages)
` [PATCH 01/40] libata: drop BPRINTK()
` [PATCH 02/40] libata.h: whitespace and indentation fixes
` [PATCH 03/40] libata-transport: Whitespace cleanup
` [PATCH 04/40] libata: move ata_{port,link,dev}_dbg to standard dev_XXX() macros
` [PATCH 05/40] libata: move __func__ into ata_{port,link,dev}_dbg() helper
` [PATCH 06/40] libata: remove pointless debugging messages
` [PATCH 07/40] ata_piix: remove "
` [PATCH 08/40] libata-core: remove pointless "
` [PATCH 09/40] libata: Add ata_port_classify() helper
` [PATCH 10/40] libata: move ata_dump_id() to dynamic debugging
` [PATCH 11/40] libata: sanitize ATA_HORKAGE_DUMP_ID
` [PATCH 12/40] sata_mv: replace DPRINTK with 'pci_dump' module parameter
` [PATCH 13/40] sata_mv: kill 'port' argument in mv_dump_all_regs()
` [PATCH 14/40] sata_sx4: move DPRINTK to VPRINTK
` [PATCH 15/40] libata: add reset tracepoints
` [PATCH 16/40] libata: drop DPRINTK() calls in reset
` [PATCH 17/40] libata: tracepoints for bus-master DMA
` [PATCH 18/40] libata: drop debugging statements "
` [PATCH 19/40] pata_octeon_cf: add bmdma tracepoints and drop DPRINTK() calls
` [PATCH 20/40] pata_arasan_cf: use generic tracepoints
` [PATCH 21/40] sata_dwc_460ex: "
` [PATCH 22/40] sata_nv: "
` [PATCH 23/40] libata-sff: tracepoints for HSM state machine
` [PATCH 24/40] libata-sff: add tracepoints for ata_sff_flush_pio_task()
` [PATCH 25/40] libata-scsi: drop DPRINTK calls for cdb translation
` [PATCH 26/40] libata: add tracepoints for ATA error handling
` [PATCH 27/40] libata: drop DPRINTK() calls during "
` [PATCH 28/40] libata-eh: remove DPRINTK() calls for request sense
` [PATCH 29/40] pata_octeon_cf: move DPRINTK to VPRINTK
` [PATCH 30/40] pdc_adma: "
` [PATCH 31/40] sata_rcar: "
` [PATCH 32/40] sata_qstor: "
` [PATCH 33/40] pata_pdc2027x: Replace PDPRINTK() with standard ata logging
` [PATCH 34/40] sata_nv: move DPRINTK to ata debugging
` [PATCH 35/40] sata_fsl: "
` [PATCH 36/40] libata-core: "
` [PATCH 37/40] libata: remove DPRINTK() macro
` [PATCH 38/40] libata: kill ATA_MSG_INFO
` [PATCH 39/40] libata: kill ATA_MSG_CTL
` [PATCH 40/40] libata: remove references to ATA_DEBUG

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

[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 

[PATCH 05/42] libata: move __func__ into ata_{port,link,dev}_dbg() helper
 2020-03-03  8:15 UTC  (21+ messages)
    ` [PATCH 09/42] libata: Add ata_port_classify() helper
    ` [PATCH 10/42] libata: move ata_dump_id() to dynamic debugging
    ` [PATCH 12/42] sata_mv: replace DPRINTK with 'pci_dump' module parameter
    ` [PATCH 35/42] sata_nv: move DPRINTK to ata debugging
    ` [PATCH 15/42] libata: add reset tracepoints
    ` [PATCH 17/42] libata: tracepoints for bus-master DMA
    ` [PATCH 18/42] libata: drop DPRINTK calls "
    ` [PATCH 19/42] pata_octeon_cf: add bmdma tracepoints and drop DPRINTK() calls
    ` [PATCH 20/42] pata_arasan_cf: use generic tracepoints
    ` [PATCH 21/42] sata_dwc_460ex: Use generic tracepoints and drop dev_dbg() statements
    ` [PATCH 22/42] sata_nv: use generic tracepoints
    ` [PATCH 24/42] libata-sff: drop DPRINTK for the HSM state machine
    ` [PATCH 27/42] libata: add tracepoints for ATA error handling
    ` [PATCH 25/42] libata-sff: add tracepoints for ata_sff_flush_pio_task()
    ` [PATCH 34/42] pata_pdc2027x: Replace PDPRINTK() with standard ata logging
    ` [PATCH 36/42] sata_fsl: move DPRINTK to ata debugging
    ` [PATCH 11/42] libata: sanitize ATA_HORKAGE_DUMP_ID
    ` [PATCH 13/42] sata_mv: kill 'port' argument in mv_dump_all_regs()

[PATCH 0/3] ide/MIPS/docs: remove no longer used au1xxx-ide driver
 2020-03-02 14:53 UTC  (3+ messages)
  ` [PATCH 3/3] docs: mips: remove no longer needed au1xxx_ide.rst documentation

Coûts de carburant réduits
 2020-03-02  9:01 UTC 

[RFC PATCH 00/11] Removing Calxeda platform support
 2020-02-28 14:11 UTC  (32+ messages)
` [RFC PATCH 01/11] vfio: Remove Calxeda XGMAC reset driver
` [RFC PATCH 02/11] ata: Remove Calxeda AHCI driver
` [RFC PATCH 03/11] cpuidle: Remove Calxeda driver
` [RFC PATCH 04/11] cpufreq: "
` [RFC PATCH 05/11] EDAC: Remove Calxeda drivers
` [RFC PATCH 06/11] iommu: arm-smmu: Remove Calxeda secure mode quirk
` [RFC PATCH 07/11] net: Remove Calxeda XGMAC driver
` [RFC PATCH 08/11] clk: Remove Calxeda driver
` [RFC PATCH 09/11] ARM: Remove Calxeda platform support
` [RFC PATCH 10/11] ARM: dts: Remove Calxeda platforms
` [RFC PATCH 11/11] dt-bindings: Remove Calxeda platforms bindings

[PATCH] ahci: Add Intel Comet Lake PCH-V PCI ID
 2020-02-28 10:50 UTC 

[PATCH] ahci: Add Intel Comet Lake PCH-H PCI ID
 2020-02-27 14:32 UTC 

[PATCH] dt-bindings: ata: rcar-sata: Convert to json-schema
 2020-02-26 15:37 UTC  (3+ messages)

[PATCH] Initialize ATA before graphics
 2020-02-25 16:33 UTC  (2+ messages)

[PATCH] compat_ioctl, cdrom: Replace .ioctl with .compat_ioctl in four appropriate places
 2020-02-24 20:18 UTC  (3+ messages)

[PATCH RESEND] libata: Assign OF node to the SCSI device
 2020-02-20 21:42 UTC  (2+ messages)

[Bug 206405] New: kernel crash during boot debian server on qemu+kvm
 2020-02-20 20:34 UTC  (5+ messages)
` [Bug 206405] "

Hard Disk consumes lots of power in s2idle
 2020-02-20 11:21 UTC  (7+ messages)

[PATCH] ata: ahci: Add sysfs attribute to show remapped NVMe device count
 2020-02-20  5:45 UTC  (2+ messages)

[PATCH AUTOSEL 5.5 414/542] ide: remove set but not used variable 'hwif'
 2020-02-14 15:46 UTC  (3+ messages)
` [PATCH AUTOSEL 5.5 415/542] cmd64x: potential buffer overflow in cmd64x_program_timings()
` [PATCH AUTOSEL 5.5 416/542] ide: serverworks: potential overflow in svwks_set_pio_mode()

[PATCH AUTOSEL 5.4 354/459] ide: remove set but not used variable 'hwif'
 2020-02-14 16:00 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 355/459] cmd64x: potential buffer overflow in cmd64x_program_timings()
` [PATCH AUTOSEL 5.4 356/459] ide: serverworks: potential overflow in svwks_set_pio_mode()

[PATCH AUTOSEL 4.19 190/252] ide: remove set but not used variable 'hwif'
 2020-02-14 16:10 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 191/252] cmd64x: potential buffer overflow in cmd64x_program_timings()
` [PATCH AUTOSEL 4.19 192/252] ide: serverworks: potential overflow in svwks_set_pio_mode()

[PATCH AUTOSEL 4.14 140/186] ide: remove set but not used variable 'hwif'
 2020-02-14 16:16 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).