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>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 22 Sep 2011 17:49:07 +0200
From:	Joerg Roedel <joerg.roedel@....com>
To:	Jesse Barnes <jbarnes@...tuousgeek.org>
CC:	<linux-pci@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/4] Support for PRI and PASID capability

Hi Jesse,

here is a patch-set that enables support for the PRI and PASID
capabilities in the Linux PCI core. These capabilities of a PCIe device
are tightly coupled with ATS, but not with IOV. So these patches start
by moving the ATS code into its own file: ats.c.

Support for the other two capabilities is based on that change. Please
review the patches and let me know of any objections you might have.

Thanks,

	Joerg

Diffstat:

 drivers/pci/Kconfig      |   24 +++
 drivers/pci/Makefile     |    1 +
 drivers/pci/ats.c        |  438 ++++++++++++++++++++++++++++++++++++++++++++++
 drivers/pci/iov.c        |  142 ---------------
 include/linux/pci-ats.h  |   75 ++++++++
 include/linux/pci_regs.h |   20 ++
 6 files changed, 558 insertions(+), 142 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ