aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/xen/grant_table.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-26xen/grant-table: Allow allocating buffers suitable for DMAOleksandr Andrushchenko1-0/+18
2018-07-26xen/grant-table: Make set/clear page private code sharedOleksandr Andrushchenko1-0/+3
2017-11-06xen: limit grant v2 interface to the v1 functionalityJuergen Gross1-25/+0
2017-11-06xen: re-introduce support for grant v2 interfaceJuergen Gross1-1/+29
2015-10-23xen/grant-table: Add an helper to iterate over a specific number of grantsJulien Grall1-0/+6
2015-10-23xen/grant: Add helper gnttab_page_grant_foreign_access_ref_oneJulien Grall1-0/+9
2015-10-23xen/grant: Introduce helpers to split a page into grantJulien Grall1-0/+42
2015-04-27xen/grant: introduce func gnttab_unmap_refs_sync()Bob Liu1-0/+1
2015-01-28xen/grant-table: add a mechanism to safely unmap pages that are in useJennifer Herbert1-0/+18
2015-01-28xen: mark grant mapped pages as foreignJennifer Herbert1-0/+20
2015-01-28xen/grant-table: add helpers for allocating pagesDavid Vrabel1-0/+3
2015-01-28xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel1-1/+1
2014-07-14xen/grant-table: remove support for V2 tablesDavid Vrabel1-29/+1
2014-07-14x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel1-0/+1
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk1-6/+2
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss1-2/+6
2014-01-30xen/gnttab: Use phys_addr_t to describe the grant frame base addressJulien Grall1-1/+1
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk1-1/+8
2012-10-19Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk1-1/+2
2012-10-19xen: grant: use xen_pfn_t type for frame_list.Ian Campbell1-1/+1
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+12
2012-09-21xen/gndev: Xen backend support for paged out grant targets V4.Andres Lagar-Cavilla1-0/+12
2012-09-12xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini1-1/+2
2012-05-21xenbus: Add support for xenbus backend in stub domainDaniel De Graaf1-0/+2
2011-12-20xen/grant-table: Support mappings required by blkbackDaniel De Graaf1-1/+1
2011-12-16xen/granttable: Support transitive grantsAnnie Li1-0/+12
2011-12-16xen/granttable: Support sub-page grantsAnnie Li1-0/+13
2011-11-22xen/granttable: Keep code format cleanAnnie Li1-1/+1
2011-11-22xen/granttable: Grant tables V2 implementationAnnie Li1-2/+4
2011-11-22xen/granttable: Introducing grant table V2 stuctureAnnie Li1-2/+2
2011-11-06Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+0
2011-09-29xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel1-1/+0
2011-09-29xen: modify kernel mappings corresponding to granted pagesStefano Stabellini1-0/+1
2011-01-11xen: introduce gnttab_map_refs and gnttab_unmap_refsStefano Stabellini1-0/+5
2011-01-11xen: define gnttab_set_map_op/unmap_opIan Campbell1-1/+38
2010-07-22xen: Xen PCI platform device driver.Stefano Stabellini1-0/+4
2008-05-27xen: implement save/restoreJeremy Fitzhardinge1-0/+3
2008-04-24xen: make grant table arch portableIsaku Yamahata1-0/+6
2008-04-24xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed oneIsaku Yamahata1-0/+1
2007-07-18xen: Add grant table supportJeremy Fitzhardinge1-0/+107