summaryrefslogtreecommitdiff
path: root/drivers/xen/gntalloc.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-13xen/gntalloc: Replace UAPI 1-element arrayKees Cook1-1/+1
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross1-6/+3
2022-04-20xen: Convert kmap() to kmap_local_page()Alaa Mohamed1-2/+2
2022-03-16xen/grant-table: remove readonly parameter from functionsJuergen Gross1-1/+1
2022-03-07xen/gntalloc: don't use gnttab_query_foreign_access()Juergen Gross1-18/+7
2017-09-14mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2016-12-08xen: set error code on failuresPan Bian1-3/+6
2016-07-06xen: use vma_pages().Muhammad Falak R Wani1-1/+1
2015-09-11Merge 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-21Merge 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-22xen/gnt{dev,alloc}: reserve event channels for notifyDaniel De Graaf1-1/+20
2011-11-22xen/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-10xen/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