aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/gntdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-14xen/gntalloc,gntdev: Add unmap notify ioctlDaniel De Graaf1-1/+60
2011-02-14xen-gntdev: Support mapping in HVM domainsDaniel De Graaf1-34/+83
2011-02-14xen-gntdev: Add reference counting to mapsDaniel De Graaf1-40/+27
2011-02-14xen-gntdev: Use find_vma rather than iterating our vma list manuallyDaniel De Graaf1-24/+8
2011-02-14xen-gntdev: Change page limit to be global instead of per-openDaniel De Graaf1-36/+14
2011-01-11xen gntdev: use gnttab_map_refs and gnttab_unmap_refsStefano Stabellini1-7/+30
2011-01-11xen/gntdev: Fix circular locking dependencyDaniel De Graaf1-2/+7
2011-01-11xen/gntdev: stop using "token" argumentJeremy Fitzhardinge1-2/+2
2011-01-11xen: gntdev: move use of GNTMAP_contains_pte next to the map_opIan Campbell1-3/+5
2011-01-11xen/gntdev: add VM_PFNMAP to vmaJeremy Fitzhardinge1-1/+1
2011-01-11xen/gntdev: allow usermode to map granted pagesGerd Hoffmann1-0/+635