aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/grant-table.c
AgeCommit message (Expand)Author
2014-09-23xen/grant-table: refactor error cleanup in grow_gnttab_list()Chen Gang
2014-07-14xen/grant-table: remove support for V2 tablesDavid Vrabel
2014-07-14x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel
2014-06-18xen/grant-table: fix suspend for non-PV guestsDavid Vrabel
2014-03-18xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss
2014-01-30xen/gnttab: Use phys_addr_t to describe the grant frame base addressJulien Grall
2014-01-06xen/grant-table: Force to use v1 of grants.Konrad Rzeszutek Wilk
2014-01-06xen/pvh: Piggyback on PVHVM for grant driver (v4)Konrad Rzeszutek Wilk
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk
2014-01-06xen/grant-table: Refactor gnttab_initKonrad Rzeszutek Wilk
2014-01-06xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.Konrad Rzeszutek Wilk
2013-12-04XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfnEric Trudeau
2013-11-26xen/gnttab: leave lazy MMU mode in the case of a m2p override failureMatt Wilson
2013-10-25grant-table: call set_phys_to_machine after mapping grant refsStefano Stabellini
2013-08-09xen-gnt: prevent adding duplicate gnt callbacksRoger Pau Monne
2013-06-28xen: Convert printks to pr_<level>Joe Perches
2013-02-19xen: introduce xen_remap, use it instead of ioremapStefano Stabellini
2013-01-18Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2013-01-15xen/grant-table: correctly initialize grant table version 1Matt Wilson
2013-01-03Drivers: xen: remove __dev* attributes.Greg Kroah-Hartman
2012-10-19Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk
2012-10-19xen: grant: use xen_pfn_t type for frame_list.Ian Campbell
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-09-21xen/gndev: Xen backend support for paged out grant targets V4.Andres Lagar-Cavilla
2012-09-12xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini
2012-08-21xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk
2012-08-21xen: missing includesStefano Stabellini
2012-05-24Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-05-07xen: enter/exit lazy_mmu_mode around m2p_override callsStefano Stabellini
2012-04-18Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus...Konrad Rzeszutek Wilk
2012-04-17xen/gnttab: add deferred freeing logicJan Beulich
2012-04-17xen/grant-table: add error-handling code on failure of gnttab_resumeJulia Lawall
2012-01-27xen/granttable: Disable grant v2 for HVM domains.Konrad Rzeszutek Wilk
2011-12-20xen/grant-table: Support mappings required by blkbackDaniel De Graaf
2011-12-16xen/granttable: Support transitive grantsAnnie Li
2011-12-16xen/granttable: Support sub-page grantsAnnie Li
2011-12-16xen/granttable: Improve comments for function pointersAnnie Li
2011-11-22xen/granttable: Keep code format cleanAnnie Li
2011-11-22xen/granttable: Grant tables V2 implementationAnnie Li
2011-11-22xen/granttable: Refactor some codeAnnie Li
2011-11-22xen/granttable: Introducing grant table V2 stuctureAnnie Li
2011-11-06Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-09-29xen: modify kernel mappings corresponding to granted pagesStefano Stabellini
2011-07-26Xen: fix braces coding style issue in gntdev.c and grant-table.cRuslan Pisarev
2011-07-26xen/grant: Fix compile warning.Konrad Rzeszutek Wilk
2011-04-18xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override.Konrad Rzeszutek Wilk
2011-03-09xen/p2m/m2p/gnttab: do not add failed grant maps to m2p overrideIan Campbell
2011-02-14xen-gntdev: Support mapping in HVM domainsDaniel De Graaf