aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/xen/grant-table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-06xen: re-introduce support for grant v2 interfaceJuergen Gross1-5/+55
2016-08-26xen/grant-table: Use kmalloc_array() in arch_gnttab_valloc()Markus Elfring1-1/+1
2016-07-06xen/grant-table: Move xlated_setup_gnttab_pages to common placeShannon Zhao1-51/+6
2015-10-23xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel1-1/+1
2014-08-11x86/xen: use vmap() to map grant table pages in PVH guestsDavid Vrabel1-5/+5
2014-07-14xen/grant-table: remove support for V2 tablesDavid Vrabel1-55/+5
2014-07-14x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel1-57/+91
2014-01-31xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pagesDave Jones1-1/+2
2014-01-07xen/pvh: Fix compile issues with xen_pvh_domain()Konrad Rzeszutek Wilk1-0/+1
2014-01-06xen/pvh: Piggyback on PVHVM for grant driver (v4)Konrad Rzeszutek Wilk1-0/+62
2011-12-20Merge commit 'v3.2-rc3' into stable/for-linus-3.3Konrad Rzeszutek Wilk1-1/+1
2011-11-22xen/granttable: Grant tables V2 implementationAnnie Li1-1/+38
2011-11-22xen/granttable: Introducing grant table V2 stuctureAnnie Li1-4/+3
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel1-1/+1
2011-09-29xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel1-1/+1
2008-04-24xen: make grant table arch portableIsaku Yamahata1-0/+91