All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4 v2] PCI: Add support for PASID capability
@ 2011-09-27 13:57 Joerg Roedel
  2011-09-27 13:57 ` [PATCH 1/4] PCI: Move ATS implementation into own file Joerg Roedel
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Joerg Roedel @ 2011-09-27 13:57 UTC (permalink / raw)
  To: Jesse Barnes; +Cc: linux-pci, linux-kernel, Bjorn Helgaas

Hi,

here is the second version of the patch-set implementing support for the
PRI and PASID capabilities into the Linux kernel.  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.

Regards,

	Joerg

Changes to v1:

	* Improved Kconfig help-text for PASID
	* Some editing in the commit messages

Diffstat:

 drivers/pci/Kconfig      |   26 +++
 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, 560 insertions(+), 142 deletions(-)



^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH 0/4] Support for PRI and PASID capability
@ 2011-09-22 15:49 Joerg Roedel
  2011-09-22 15:49 ` [PATCH 3/4] PCI: Add implementation for PRI capability Joerg Roedel
  0 siblings, 1 reply; 12+ messages in thread
From: Joerg Roedel @ 2011-09-22 15:49 UTC (permalink / raw)
  To: Jesse Barnes; +Cc: linux-pci, linux-kernel

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(-)



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

end of thread, other threads:[~2011-10-30 14:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27 13:57 [PATCH 0/4 v2] PCI: Add support for PASID capability Joerg Roedel
2011-09-27 13:57 ` [PATCH 1/4] PCI: Move ATS implementation into own file Joerg Roedel
2011-10-14 16:06   ` Jesse Barnes
2011-09-27 13:57 ` [PATCH 2/4] PCI: Export ATS functions to modules Joerg Roedel
2011-09-27 13:57 ` [PATCH 3/4] PCI: Add implementation for PRI capability Joerg Roedel
2011-10-29 19:36   ` Geert Uytterhoeven
2011-10-30 14:57     ` Roedel, Joerg
2011-09-27 13:57 ` [PATCH 4/4] PCI: Add support for PASID capability Joerg Roedel
2011-10-07 12:31 ` [PATCH 0/4 v2] " Joerg Roedel
2011-10-07 14:05   ` Jesse Barnes
2011-10-07 14:59     ` Bjorn Helgaas
  -- strict thread matches above, loose matches on Subject: below --
2011-09-22 15:49 [PATCH 0/4] Support for PRI and " Joerg Roedel
2011-09-22 15:49 ` [PATCH 3/4] PCI: Add implementation for PRI capability Joerg Roedel

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.