summaryrefslogtreecommitdiffstats
path: root/drivers/xen/grant-table.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-05-241-10/+115
|\
| * xen: enter/exit lazy_mmu_mode around m2p_override callsStefano Stabellini2012-05-071-0/+19
| * xen/gnttab: add deferred freeing logicJan Beulich2012-04-171-10/+96
* | Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus...Konrad Rzeszutek Wilk2012-04-181-2/+5
|\|
| * xen/granttable: Disable grant v2 for HVM domains.Konrad Rzeszutek Wilk2012-01-271-2/+5
* | xen/grant-table: add error-handling code on failure of gnttab_resumeJulia Lawall2012-04-171-4/+9
|/
* xen/grant-table: Support mappings required by blkbackDaniel De Graaf2011-12-201-19/+5
* xen/granttable: Support transitive grantsAnnie Li2011-12-161-0/+70
* xen/granttable: Support sub-page grantsAnnie Li2011-12-161-0/+72
* xen/granttable: Improve comments for function pointersAnnie Li2011-12-161-24/+24
* xen/granttable: Keep code format cleanAnnie Li2011-11-221-4/+3
* xen/granttable: Grant tables V2 implementationAnnie Li2011-11-221-4/+167
* xen/granttable: Refactor some codeAnnie Li2011-11-221-5/+10
* xen/granttable: Introducing grant table V2 stuctureAnnie Li2011-11-221-40/+141
* Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\
| * Xen: fix braces coding style issue in gntdev.c and grant-table.cRuslan Pisarev2011-07-261-1/+1
* | xen: modify kernel mappings corresponding to granted pagesStefano Stabellini2011-09-291-3/+3
* | xen/grant: Fix compile warning.Konrad Rzeszutek Wilk2011-07-261-1/+1
|/
* xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override.Konrad Rzeszutek Wilk2011-04-181-7/+24
* xen/p2m/m2p/gnttab: do not add failed grant maps to m2p overrideIan Campbell2011-03-091-0/+4
* xen-gntdev: Support mapping in HVM domainsDaniel De Graaf2011-02-141-0/+6
* xen p2m: clear the old pte when adding a page to m2p_overrideJeremy Fitzhardinge2011-01-111-3/+13
* xen: introduce gnttab_map_refs and gnttab_unmap_refsStefano Stabellini2011-01-111-0/+36
* xen: Xen PCI platform device driver.Stefano Stabellini2010-07-221-10/+67
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* xen: move Xen-testing predicates to common headerJeremy Fitzhardinge2009-11-041-0/+1
* xen: clean up asm/xen/hypervisor.hJeremy Fitzhardinge2008-12-161-0/+1
* xen: clean up domain mode predicatesJeremy Fitzhardinge2008-08-201-1/+1
* xen: implement save/restoreJeremy Fitzhardinge2008-05-271-2/+2
* xen: make grant table arch portableIsaku Yamahata2008-04-241-32/+3
* xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed oneIsaku Yamahata2008-04-241-1/+1
* xen: add missing definitions for xen grant table which ia64/xen needsIsaku Yamahata2008-04-241-1/+1
* xen: fix grant table bugMichael Abd-El-Malek2008-04-041-6/+10
* xen: Add grant table supportJeremy Fitzhardinge2007-07-181-0/+582