All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] IOMMU pools for better scalability
@ 2014-12-22 22:43 Sowmini Varadhan
  2015-01-08 19:43 ` Sowmini Varadhan
  2015-01-12  5:22 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Sowmini Varadhan @ 2014-12-22 22:43 UTC (permalink / raw)
  To: sparclinux


This patch series follows up on the suggestion in
  http://www.spinics.net/lists/sparclinux/msg13230.html

Patch 1 of the series adds the infra-structure functions
for range alloc/free into (new file) lib/iomm-common.c

Patch 2 of the series makes sparc64 use this via changes
to pci_sun4v.c

Sowmini Varadhan (2):
  Break up monolithic iommu table/lock into finer graularity pools and
    lock
  Make sparc64 use scalable lib/iommu-common.c functions

 arch/sparc/kernel/pci_impl.h  |    7 ++-
 arch/sparc/kernel/pci_sun4v.c |  201 +++++++++++++++++++----------------------
 include/linux/iommu-common.h  |   70 ++++++++++++++
 lib/Makefile                  |    2 +-
 lib/iommu-common.c            |  200 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 370 insertions(+), 110 deletions(-)
 create mode 100644 include/linux/iommu-common.h
 create mode 100644 lib/iommu-common.c


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

end of thread, other threads:[~2015-01-12  5:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-22 22:43 [PATCH 0/2] IOMMU pools for better scalability Sowmini Varadhan
2015-01-08 19:43 ` Sowmini Varadhan
2015-01-12  5:22 ` David Miller

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.