[ofa-general] [GIT PULL] please pull ummunotify

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Roland Dreier
Date: Thursday, September 10, 2009 - 9:38 pm

Linus, please consider pulling from

    master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git ummunotify

This tree is also available from kernel.org mirrors at:

    git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git ummunotify

This will get "ummunotify," a new character device that allows a
userspace library to register for MMU notifications; this is
particularly useful for MPI implementions (message passing libraries
used in HPC) to be able to keep track of what wacky things consumers
do to their memory mappings.  My colleague Jeff Squyres from the Open
MPI project posted a blog entry about why MPI wants this:

http://blogs.cisco.com/ciscotalk/performance/comments/better_linux_memory_tracking/

His summary of ummunotify:

  "It’s elegant, doesn’t require strange linker tricks, and seems to
   work in all cases.  Yay!"

This code went through several review iterations on lkml and was in
-mm and -next for quite a few weeks.  Andrew is OK with merging it (I
think -- Andrew please correct me if I misunderstood you).

Roland Dreier (1):
      ummunotify: Userspace support for MMU notifications

 Documentation/Makefile                  |    3 +-
 Documentation/ummunotify/Makefile       |    7 +
 Documentation/ummunotify/ummunotify.txt |  150 ++++++++
 Documentation/ummunotify/umn-test.c     |  200 +++++++++++
 drivers/char/Kconfig                    |   12 +
 drivers/char/Makefile                   |    1 +
 drivers/char/ummunotify.c               |  566 +++++++++++++++++++++++++++++++
 include/linux/Kbuild                    |    1 +
 include/linux/ummunotify.h              |  121 +++++++
 9 files changed, 1060 insertions(+), 1 deletions(-)
 create mode 100644 Documentation/ummunotify/Makefile
 create mode 100644 Documentation/ummunotify/ummunotify.txt
 create mode 100644 Documentation/ummunotify/umn-test.c
 create mode 100644 drivers/char/ummunotify.c
 create mode 100644 include/linux/ummunotify.h
_______________________________________________
general mailing list
general@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[ofa-general] [GIT PULL] please pull ummunotify, Roland Dreier, (Thu Sep 10, 9:38 pm)
[ofa-general] Re: [GIT PULL] please pull ummunotify, Pavel Machek, (Tue Sep 15, 4:34 am)
Re: [ofa-general] Re: [GIT PULL] please pull ummunotify, Roland Dreier, (Tue Sep 15, 7:57 am)
[ofa-general] Re: [GIT PULL] please pull ummunotify, Roland Dreier, (Wed Sep 16, 9:30 am)
[ofa-general] Re: [GIT PULL] please pull ummunotify, Linus Torvalds, (Wed Sep 16, 9:40 am)
[ofa-general] Re: [GIT PULL] please pull ummunotify, Peter Zijlstra, (Thu Sep 17, 4:30 am)
Re: [ofa-general] Re: [GIT PULL] please pull ummunotify, Roland Dreier, (Thu Sep 17, 7:24 am)
Re: [ofa-general] Re: [GIT PULL] please pull ummunotify, Roland Dreier, (Thu Sep 17, 7:32 am)
Re: [ofa-general] Re: [GIT PULL] please pull ummunotify, Peter Zijlstra, (Thu Sep 17, 7:43 am)
Re: [ofa-general] Re: [GIT PULL] please pull ummunotify, Peter Zijlstra, (Thu Sep 17, 7:49 am)
Re: [ofa-general] Re: [GIT PULL] please pull ummunotify, Roland Dreier, (Thu Sep 17, 8:03 am)
Re: [ofa-general] Re: [GIT PULL] please pull ummunotify, Peter Zijlstra, (Thu Sep 17, 8:22 am)
Re: [ofa-general] Re: [GIT PULL] please pull ummunotify, Roland Dreier, (Thu Sep 17, 8:45 am)
Re: [ofa-general] Re: [GIT PULL] please pull ummunotify, Pavel Machek, (Mon Sep 28, 1:49 pm)
Re: [ofa-general] Re: [GIT PULL] please pull ummunotify, Jason Gunthorpe, (Mon Sep 28, 2:40 pm)
Re: [ofa-general] Re: [GIT PULL] please pull ummunotify, Pavel Machek, (Tue Sep 29, 10:13 am)
Re: [ofa-general] Re: [GIT PULL] please pull ummunotify, Jason Gunthorpe, (Wed Sep 30, 9:02 am)
Re: [ofa-general] Re: [GIT PULL] please pull ummunotify, Roland Dreier, (Wed Sep 30, 10:06 am)