Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1547074

[GIT PULL] NTB bug fixes for v4.10

From Jon Mason <jdmason@kudzu.us>
Newsgroups linux.kernel
Subject [GIT PULL] NTB bug fixes for v4.10
Date 2016-12-24 17:00 +0100
Message-ID <sRWTL-m9-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hello Linus,
Here are a few NTB bug fixes, new HE support, and updates to AMD NTB for
4.10.  Please consider pulling them.

Thanks,
Jon



The following changes since commit 69973b830859bc6529a7a0468ba0d80ee5117826:

  Linux 4.9 (2016-12-11 11:17:54 -0800)

are available in the git repository at:

  git://github.com/jonmason/ntb tags/ntb-4.10

for you to fetch changes up to dfb7d24c5ad5c986f2417f52784738b67cfedd4d:

  ntb_transport: Remove unnecessary call to ntb_peer_spad_read (2016-12-23 16:11:07 -0500)

----------------------------------------------------------------
NTB bug fixes for removing an unnecessary call to ntb_peer_spad_read,
and correcting a free_irq inconsistency.  It adds Intel SKX support.
Finally, it changes the AMD NTB maintainer, and fixes some bugs present
there.

----------------------------------------------------------------
Christophe JAILLET (1):
      NTB: Fix 'request_irq()' and 'free_irq()' inconsistancy

Dave Jiang (2):
      ntb: Adding Skylake Xeon NTB support
      ntb: fix SKX NTB config space size register offsets

Shyam Sundar S K (3):
      NTB: Register and offset values fix for memory window
      ntb_transport: Limit memory windows based on available, scratchpads
      MAINTAINERS: Change in maintainer for AMD NTB

Steve Wahl (1):
      ntb_transport: Remove unnecessary call to ntb_peer_spad_read

Steven Wahl (1):
      NTB: correct ntb_peer_spad_read for case when callback is not supplied.

Xiangliang Yu (1):
      NTB: add support for hotplug feature

 MAINTAINERS                         |   2 +-
 drivers/ntb/hw/amd/ntb_hw_amd.c     |  25 +-
 drivers/ntb/hw/amd/ntb_hw_amd.h     |   5 +-
 drivers/ntb/hw/intel/ntb_hw_intel.c | 662 +++++++++++++++++++++++++++++++++++-
 drivers/ntb/hw/intel/ntb_hw_intel.h |  48 +++
 drivers/ntb/ntb_transport.c         |  29 +-
 include/linux/ntb.h                 |   3 +
 7 files changed, 741 insertions(+), 33 deletions(-)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] NTB bug fixes for v4.10 Jon Mason <jdmason@kudzu.us> - 2016-12-24 17:00 +0100

csiph-web