aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/gntalloc.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterGravatar Konstantin Khlebnikov 1-1/+1
2012-01-03xen-gntalloc: introduce missing kfreeGravatar Julia Lawall 1-0/+1
2011-12-20Merge commit 'v3.2-rc3' into stable/for-linus-3.3Gravatar Konrad Rzeszutek Wilk 1-2/+2
2011-12-16xen/gntalloc: fix reference counts on multi-page mappingsGravatar Daniel De Graaf 1-13/+43
2011-12-16xen/gntalloc: release grant references on page freeGravatar Daniel De Graaf 1-0/+2
2011-11-21xen/gnt{dev,alloc}: reserve event channels for notifyGravatar Daniel De Graaf 1-1/+20
2011-11-21xen/gntalloc: Change gref_lock to a mutexGravatar Daniel De Graaf 1-20/+21
2011-11-16xen-gntalloc: signedness bug in add_grefs()Gravatar Dan Carpenter 1-1/+1
2011-11-16xen-gntalloc: integer overflow in gntalloc_ioctl_alloc()Gravatar Dan Carpenter 1-1/+1
2011-03-09xen/gntdev,gntalloc: Remove unneeded VM flagsGravatar Daniel De Graaf 1-2/+12
2011-02-14xen/gntalloc,gntdev: Add unmap notify ioctlGravatar Daniel De Graaf 1-0/+59
2011-02-14xen-gntalloc: Userspace grant allocation driverGravatar Daniel De Graaf 1-0/+486