lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1453205786-804-1-git-send-email-Xiangliang.Yu@amd.com>
Date:	Tue, 19 Jan 2016 20:16:26 +0800
From:	Xiangliang Yu <Xiangliang.Yu@....com>
To:	<jdmason@...zu.us>, <Allen.Hubbe@....com>,
	<akpm@...ux-foundation.org>, <gregkh@...uxfoundation.org>,
	<davem@...emloft.net>, <mchehab@....samsung.com>,
	<joe@...ches.com>, <jslaby@...e.com>,
	<linux-kernel@...r.kernel.org>, <linux-ntb@...glegroups.com>
CC:	<SPG_Linux_Kernel@....com>, Xiangliang Yu <Xiangliang.Yu@....com>
Subject: [PATCH V4 0/1] AMD NTB V4 changes

Main changes in V4
Add contact info into MAINTAINERS file.
Remove flush interface patch, will resubmit it next time.
Improve code quality.

Xiangliang Yu (1):
  NTB: Add support for AMD PCI-Express Non-Transparent Bridge

 MAINTAINERS                     |    6 +
 drivers/ntb/hw/Kconfig          |    1 +
 drivers/ntb/hw/Makefile         |    1 +
 drivers/ntb/hw/amd/Kconfig      |    7 +
 drivers/ntb/hw/amd/Makefile     |    1 +
 drivers/ntb/hw/amd/ntb_hw_amd.c | 1138 +++++++++++++++++++++++++++++++++++++++
 drivers/ntb/hw/amd/ntb_hw_amd.h |  217 ++++++++
 7 files changed, 1371 insertions(+)
 create mode 100644 drivers/ntb/hw/amd/Kconfig
 create mode 100644 drivers/ntb/hw/amd/Makefile
 create mode 100644 drivers/ntb/hw/amd/ntb_hw_amd.c
 create mode 100644 drivers/ntb/hw/amd/ntb_hw_amd.h

-- 
1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ