linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-13 20:33:09 to 2020-11-25 10:37:34 UTC [more...]

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-25 10:38 UTC  (49+ messages)
` [PATCH 089/141] ide: "
` [PATCH 092/141] libata: "
                  ` [Intel-wired-lan] [PATCH 000/141] "

[PATCH v2 0/2] ide: Remove in_interrupt()
 2020-11-24  3:46 UTC  (6+ messages)
` [PATCH v2 1/2] ide/Falcon: Remove in_interrupt() usage
` [PATCH v2 2/2] ide: Remove BUG_ON(in_interrupt() || irqs_disabled()) from ide_unregister()

[PATCH v3 0/6] Add AHCI support for Tegra186
 2020-11-23 20:17 UTC  (7+ messages)
` [PATCH v3 1/6] arm: tegra: Change order of SATA resets for Tegra124
` [PATCH v3 2/6] arm64: tegra: Change order of SATA resets for Tegra132 and Tegra210
` [PATCH v3 3/6] dt-bindings: ata: tegra: Convert binding documentation to YAML
` [PATCH v3 4/6] dt-binding: ata: tegra: Add dt-binding documentation for Tegra186
` [PATCH v3 5/6] arm64: tegra: Enable AHCI on Jetson TX2
` [PATCH v3 6/6] ata: ahci_tegra: Add AHCI support for Tegra186

[PATCH v2 0/6] Add AHCI support for Tegra186
 2020-11-23 20:03 UTC  (15+ messages)
` [PATCH v2 1/6] arm: tegra: Change order of SATA resets for Tegra124
` [PATCH v2 2/6] arm64: tegra: Change order of SATA resets for Tegra132 and Tegra210
` [PATCH v2 3/6] dt-bindings: ata: tegra: Convert binding documentation to YAML
` [PATCH v2 4/6] dt-binding: ata: tegra: Add dt-binding documentation for Tegra186
` [PATCH v2 5/6] arm64: tegra: Enable AHCI on Jetson TX2
` [PATCH v2 6/6] ata: ahci_tegra: Add AHCI support for Tegra186

[PATCH] libata: specify timeout value when internal command times out
 2020-11-23 18:42 UTC 

[PATCH] ahci: Add Intel Emmitsburg PCH RAID PCI IDs
 2020-11-23 12:51 UTC  (8+ messages)

[PATCH v3 0/2] ata: ahci_brcm: Fix use of BCM7216 reset controller
 2020-11-20 20:38 UTC  (2+ messages)
` [PATCH v3 1/2] "

[PATCH RESEND] ide/falconide: Fix module unload
 2020-11-20  4:39 UTC 

[PATCH 0/2] ide: Remove in_interrupt()
 2020-11-20  1:26 UTC  (6+ messages)
` [PATCH 1/2] ide/Falcon: Remove in_interrupt() usage
` [PATCH 2/2] ide: Remove BUG_ON(in_interrupt() || irqs_disabled()) from ide_unregister()

[PATCH] ata: libahci: use ahci_nr_ports() if port_map > ahci_nr_ports()
 2020-11-19 10:05 UTC 

Corporate and Personal Loan *
 2020-11-15 16:44 UTC 

Corporate and Personal Loan::,
 2020-11-13 10:31 UTC 

[PATCH v1 0/4] Add AHCI support for Tegra186
 2020-11-13 13:59 UTC  (12+ messages)
` [PATCH v1 1/4] dt-bindings: ata: tegra: Convert binding documentation to YAML
` [PATCH v1 2/4] dt-binding: ata: tegra: Add dt-binding documentation for Tegra186
` [PATCH v1 3/4] arm64: tegra: Enable AHCI on Jetson TX2
` [PATCH v1 4/4] ata: ahci_tegra: Add AHCI support for Tegra186

simplify gendisk lookup and remove struct block_device aliases v4
 2020-11-11 16:17 UTC  (31+ messages)
` [PATCH 01/18] block: cleanup del_gendisk a bit
` [PATCH 02/18] block: open code kobj_map into in block/genhd.c
` [PATCH 03/18] block: split block_class_lock
` [PATCH 04/18] block: rework requesting modules for unclaimed devices
` [PATCH 05/18] block: add an optional probe callback to major_names
` [PATCH 06/18] ide: remove ide_{,un}register_region
` [PATCH 07/18] swim: don't call blk_register_region
` [PATCH 08/18] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 09/18] brd: use __register_blkdev to allocate devices on demand
` [PATCH 10/18] loop: "
` [PATCH 11/18] md: "
` [PATCH 12/18] ide: switch to __register_blkdev for command set probing
` [PATCH 13/18] floppy: use a separate gendisk for each media format
` [PATCH 14/18] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 15/18] ataflop: use a separate gendisk for each media format
` [PATCH 16/18] z2ram: reindent
` [PATCH 17/18] z2ram: use separate gendisk for the different modes
  ` [PATCH] z2ram: MODULE_LICENSE update and neatening
` [PATCH 18/18] block: switch gendisk lookup to a simple xarray

Corporate and Personal Loan *
 2020-11-11  8:31 UTC 

[PATCH v2] ahci: qoriq: Add platform dependencies
 2020-11-10 15:46 UTC 

[Bug 205107] New: No HDD spindown/parking on shutdown
 2020-11-09 22:39 UTC  (5+ messages)
` [Bug 205107] "

[PATCH v3 0/9] Armada8k enable per-port SATA interrupts and drop a hack in the IRQ subsystem
 2020-11-09 17:39 UTC  (10+ messages)
` [PATCH v3 1/9] ata: ahci: mvebu: Rename a platform data flag
` [PATCH v3 2/9] ata: ahci: mvebu: Support A8k compatible
` [PATCH v3 3/9] ata: libahci_platform: Do not try to get an IRQ when AHCI_HFLAG_MULTI_MSI is set
` [PATCH v3 4/9] ata: ahci: add ack callback to multi irq handler
` [PATCH v3 5/9] ata: ahci: mvebu: Add support for A8k legacy DT bindings
` [PATCH v3 6/9] irqchip/irq-mvebu-icu: Remove the double SATA ports interrupt hack
` [PATCH v3 7/9] dt-bindings: ata: Update ahci bindings with possible per-port interrupts
` [PATCH v3 8/9] dt-bindings: ata: Update ahci_mvebu bindings
` [PATCH v3 9/9] arm64: dts: marvell: armada-cp110: Switch to per-port SATA interrupts

[PATCH v2 0/9] Armada8k enable per-port SATA interrupts and drop a hack in the IRQ subsystem
 2020-11-09 17:25 UTC  (14+ messages)
` [PATCH v2 1/9] ata: ahci: mvebu: Rename a platform data flag
` [PATCH v2 2/9] ata: ahci: mvebu: Support A8k compatible
` [PATCH v2 3/9] ata: ahci: custom irq init for host init
` [PATCH v2 4/9] ata: ahci: add ack callback to multi irq handler
` [PATCH v2 5/9] ata: ahci: mvebu: Add support for A8k legacy DT bindings
` [PATCH v2 6/9] irqchip/irq-mvebu-icu: Remove the double SATA ports interrupt hack
` [PATCH v2 7/9] dt-bindings: ata: Update ahci bindings with possible per-port interrupts
` [PATCH v2 8/9] dt-bindings: ata: Update ahci_mvebu bindings
` [PATCH v2 9/9] arm64: dts: marvell: armada-cp110: Switch to per-port SATA interrupts

[PATCH v2 0/2] ata: ahci_brcm: Fix use of BCM7216 reset controller
 2020-11-06 19:17 UTC  (2+ messages)
` [PATCH v2 2/2] "

[RESEND PATCH] dt-bindings: ata: renesas,rcar-sata: Add r8a774e1 support
 2020-11-05 10:33 UTC  (2+ messages)

[Query] Help understanding logs from libata-eh.c
 2020-11-04 10:06 UTC 

[PATCH] libata: Increase the timeout of command ATA_CMD_READ_LOG_DMA_EXT
 2020-11-03  8:23 UTC  (2+ messages)

[GIT PULL] libata fix for 5.10-rc
 2020-10-30 22:10 UTC  (2+ messages)

[PATCH] ide: Prevent some negative shifts in ide_set_ignore_cable()
 2020-10-30 11:51 UTC 

[PATCH v2] libata: Fix retrieving of active qcs
 2020-10-28 13:58 UTC  (9+ messages)

[PATCH 0/7] Armada8k enable per-port SATA interrupts and drop a hack in the IRQ subsystem
 2020-10-27 15:14 UTC  (16+ messages)
` [PATCH 1/7] ata: ahci: mvebu: Rename a platform data flag
` [PATCH 2/7] ata: ahci: mvebu: Support A8k compatible
` [PATCH 3/7] ata: ahci: mvebu: Add support for A8k legacy DT bindings
` [PATCH 4/7] irqchip/irq-mvebu-icu: Remove the double SATA ports interrupt hack
` [PATCH 5/7] dt-bindings: ata: Update ahci bindings with possible per-port interrupts
` [PATCH 6/7] dt-bindings: ata: Update ahci_mvebu bindings
` [PATCH 7/7] arm64: dts: marvell: armada-cp110: Switch to per-port SATA interrupts

[GIT PULL] libata fixes for 5.10-rc1
 2020-10-24 19:55 UTC  (2+ messages)

[PATCH v3 08/56] ata: fix some kernel-doc markups
 2020-10-23 18:21 UTC  (2+ messages)

[PATCH v3] ata: sata_rcar: Fix DMA boundary mask
 2020-10-18  9:59 UTC  (6+ messages)

[GIT PULL] libata updates for 5.10-rc1
 2020-10-13 20:33 UTC  (2+ 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).