aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/gntalloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-1/+2
2014-09-04xen/gntalloc: safely delete grefs in add_grefs() undo pathDavid Vrabel1-3/+3
2014-09-04xen/gntalloc: fix oops after runnning out of grant refsDavid Vrabel1-6/+4
2013-06-28xen: Convert printks to pr_<level>Joe Perches1-2/+4
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-01-03xen-gntalloc: introduce missing kfreeJulia Lawall1-0/+1
2011-12-20Merge commit 'v3.2-rc3' into stable/for-linus-3.3Konrad Rzeszutek Wilk1-2/+2
2011-12-16xen/gntalloc: fix reference counts on multi-page mappingsDaniel De Graaf1-13/+43
2011-12-16xen/gntalloc: release grant references on page freeDaniel De Graaf1-0/+2
2011-11-21xen/gnt{dev,alloc}: reserve event channels for notifyDaniel De Graaf1-1/+20
2011-11-21xen/gntalloc: Change gref_lock to a mutexDaniel De Graaf1-20/+21
2011-11-16xen-gntalloc: signedness bug in add_grefs()Dan Carpenter1-1/+1
2011-11-16xen-gntalloc: integer overflow in gntalloc_ioctl_alloc()Dan Carpenter1-1/+1
2011-03-09xen/gntdev,gntalloc: Remove unneeded VM flagsDaniel De Graaf1-2/+12
2011-02-14xen/gntalloc,gntdev: Add unmap notify ioctlDaniel De Graaf1-0/+59
2011-02-14xen-gntalloc: Userspace grant allocation driverDaniel De Graaf1-0/+486