From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel De Graaf Subject: [SPAM] [PATCH v5] Userspace grant communication Date: Fri, 21 Jan 2011 10:59:02 -0500 Message-ID: <1295625548-22069-1-git-send-email-dgdegra@tycho.nsa.gov> Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: jeremy@goop.org, Ian.Campbell@citrix.com, konrad.wilk@oracle.com List-Id: xen-devel@lists.xenproject.org Changes since v4: - Fixed patches to pass checkpatch.pl - Removed the old patch #2 changing memory allocation - One new patch, unmap notification, inspired by robust futex code [PATCH 1/6] xen-gntdev: Change page limit to be global instead of per-open [PATCH 2/6] xen-gntdev: Use find_vma rather than iterating our vma list manually [PATCH 3/6] xen-gntdev: Add reference counting to maps [PATCH 4/6] xen-gntdev: Support mapping in HVM domains [PATCH 5/6] xen-gntalloc: Userspace grant allocation driver [PATCH 6/6] xen/gntalloc,gntdev: Add unmap notify ioctl