summaryrefslogtreecommitdiffstats
path: root/include/xen/grant_table.h
Commit message (Expand)AuthorAgeFilesLines
* xen: limit grant v2 interface to the v1 functionalityJuergen Gross2017-11-061-25/+0
* xen: re-introduce support for grant v2 interfaceJuergen Gross2017-11-061-1/+29
* xen/grant-table: Add an helper to iterate over a specific number of grantsJulien Grall2015-10-231-0/+6
* xen/grant: Add helper gnttab_page_grant_foreign_access_ref_oneJulien Grall2015-10-231-0/+9
* xen/grant: Introduce helpers to split a page into grantJulien Grall2015-10-231-0/+42
* xen/grant: introduce func gnttab_unmap_refs_sync()Bob Liu2015-04-271-0/+1
* xen/grant-table: add a mechanism to safely unmap pages that are in useJennifer Herbert2015-01-281-0/+18
* xen: mark grant mapped pages as foreignJennifer Herbert2015-01-281-0/+20
* xen/grant-table: add helpers for allocating pagesDavid Vrabel2015-01-281-0/+3
* xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel2015-01-281-1/+1
* xen/grant-table: remove support for V2 tablesDavid Vrabel2014-07-141-29/+1
* x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel2014-07-141-0/+1
* Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk2014-02-031-6/+2
* xen/grant-table: Avoid m2p_override during mappingZoltan Kiss2014-01-311-2/+6
* xen/gnttab: Use phys_addr_t to describe the grant frame base addressJulien Grall2014-01-301-1/+1
* xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk2014-01-061-1/+8
* Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-10-191-1/+2
|\
| * Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-021-0/+12
| |\
| * | xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini2012-09-121-1/+2
* | | xen: grant: use xen_pfn_t type for frame_list.Ian Campbell2012-10-191-1/+1
| |/ |/|
* | xen/gndev: Xen backend support for paged out grant targets V4.Andres Lagar-Cavilla2012-09-211-0/+12
|/
* xenbus: Add support for xenbus backend in stub domainDaniel De Graaf2012-05-211-0/+2
* xen/grant-table: Support mappings required by blkbackDaniel De Graaf2011-12-201-1/+1
* xen/granttable: Support transitive grantsAnnie Li2011-12-161-0/+12
* xen/granttable: Support sub-page grantsAnnie Li2011-12-161-0/+13
* xen/granttable: Keep code format cleanAnnie Li2011-11-221-1/+1
* xen/granttable: Grant tables V2 implementationAnnie Li2011-11-221-2/+4
* xen/granttable: Introducing grant table V2 stuctureAnnie Li2011-11-221-2/+2
* Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-061-1/+0
|\
| * xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel2011-09-291-1/+0
* | xen: modify kernel mappings corresponding to granted pagesStefano Stabellini2011-09-291-0/+1
|/
* xen: introduce gnttab_map_refs and gnttab_unmap_refsStefano Stabellini2011-01-111-0/+5
* xen: define gnttab_set_map_op/unmap_opIan Campbell2011-01-111-1/+38
* xen: Xen PCI platform device driver.Stefano Stabellini2010-07-221-0/+4
* xen: implement save/restoreJeremy Fitzhardinge2008-05-271-0/+3
* xen: make grant table arch portableIsaku Yamahata2008-04-241-0/+6
* xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed oneIsaku Yamahata2008-04-241-0/+1
* xen: Add grant table supportJeremy Fitzhardinge2007-07-181-0/+107
OpenPOWER on IntegriCloud