All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] AHCI: Optimize interrupt processing in multi-MSI mode
@ 2014-09-25 13:13 Alexander Gordeev
  2014-09-25 13:13 ` [PATCH v4 1/4] AHCI: Cleanup checking of multiple MSIs/SLM modes Alexander Gordeev
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Alexander Gordeev @ 2014-09-25 13:13 UTC (permalink / raw)
  To: linux-kernel; +Cc: Alexander Gordeev

Changes since v3:
  - series rebased on libata/for-3.18;
  - single IRQ interrupt update removed, along with patches 4,5
    "AHCI: Get rid of redundant arg to ahci_handle_port_interrupt()"
    "AHCI: Optimize single IRQ interrupt processing" removed;
  - multi-MSI updated to skip zero value port status;

Changes since v2:
  - single patch split in a series;
  - benchmarking statistics reworded;
  - HOST_IRQ_STAT reg optimization added (patch 6);

Alexander Gordeev (4):
  AHCI: Cleanup checking of multiple MSIs/SLM modes
  AHCI: Move host activation code into ahci_host_activate()
  AHCI: Make few function names more descriptive
  AHCI: Do not read HOST_IRQ_STAT reg in multi-MSI mode

 drivers/ata/acard-ahci.c       |   3 +-
 drivers/ata/ahci.c             |  80 ++---------------------
 drivers/ata/ahci.h             |   7 +-
 drivers/ata/libahci.c          | 145 ++++++++++++++++++++++++++---------------
 drivers/ata/libahci_platform.c |   3 +-
 5 files changed, 102 insertions(+), 136 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-09-29 14:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-25 13:13 [PATCH v4 0/4] AHCI: Optimize interrupt processing in multi-MSI mode Alexander Gordeev
2014-09-25 13:13 ` [PATCH v4 1/4] AHCI: Cleanup checking of multiple MSIs/SLM modes Alexander Gordeev
2014-09-25 13:13 ` [PATCH v4 2/4] AHCI: Move host activation code into ahci_host_activate() Alexander Gordeev
2014-09-28 16:04   ` Tejun Heo
2014-09-29 10:18     ` Alexander Gordeev
2014-09-29 10:19       ` [PATCH] " Alexander Gordeev
2014-09-29 14:04         ` Tejun Heo
2014-09-25 13:13 ` [PATCH v4 3/4] AHCI: Make few function names more descriptive Alexander Gordeev
2014-09-28 16:04   ` Tejun Heo
2014-09-25 13:13 ` [PATCH v4 4/4] AHCI: Do not read HOST_IRQ_STAT reg in multi-MSI mode Alexander Gordeev
2014-09-28 16:10   ` Tejun Heo
2014-09-29 10:21     ` [PATCH] " Alexander Gordeev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.