aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/grant-table.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-21xen: audit usages of module.h ; remove unnecessary instancesGravatar Paul Gortmaker 1-1/+0
2015-12-21xen/grant-table: constify gnttab_ops structureGravatar Julia Lawall 1-2/+2
2015-10-23xen/grant-table: Add an helper to iterate over a specific number of grantsGravatar Julien Grall 1-0/+22
2015-10-23xen/grant-table: Make it running on 64KB granularityGravatar Julien Grall 1-3/+3
2015-10-23xen/grant: Introduce helpers to split a page into grantGravatar Julien Grall 1-0/+26
2015-10-23xen/balloon: make alloc_xenballoon_pages() always allocate low pagesGravatar David Vrabel 1-1/+1
2015-06-17xen/grant-table: Remove unused macro SPPGravatar Julien Grall 1-1/+0
2015-04-27xen/grant: introduce func gnttab_unmap_refs_sync()Gravatar Bob Liu 1-0/+28
2015-01-28xen/grant-table: add a mechanism to safely unmap pages that are in useGravatar Jennifer Herbert 1-0/+44
2015-01-28xen: mark grant mapped pages as foreignGravatar Jennifer Herbert 1-2/+41
2015-01-28xen/grant-table: add helpers for allocating pagesGravatar David Vrabel 1-0/+29
2015-01-28xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()Gravatar David Vrabel 1-2/+2
2014-09-23xen/grant-table: refactor error cleanup in grow_gnttab_list()Gravatar Chen Gang 1-1/+1
2014-07-14xen/grant-table: remove support for V2 tablesGravatar David Vrabel 1-303/+6
2014-07-14x86/xen: safely map and unmap grant frames when in atomic contextGravatar David Vrabel 1-1/+8
2014-06-18xen/grant-table: fix suspend for non-PV guestsGravatar David Vrabel 1-1/+2
2014-03-18xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideGravatar Zoltan Kiss 1-70/+3
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Gravatar Konrad Rzeszutek Wilk 1-76/+13
2014-01-31xen/grant-table: Avoid m2p_override during mappingGravatar Zoltan Kiss 1-13/+76
2014-01-30xen/gnttab: Use phys_addr_t to describe the grant frame base addressGravatar Julien Grall 1-3/+3
2014-01-06xen/grant-table: Force to use v1 of grants.Gravatar Konrad Rzeszutek Wilk 1-4/+2
2014-01-06xen/pvh: Piggyback on PVHVM for grant driver (v4)Gravatar Konrad Rzeszutek Wilk 1-4/+5
2014-01-06xen/grant: Implement an grant frame array struct (v3).Gravatar Konrad Rzeszutek Wilk 1-7/+51
2014-01-06xen/grant-table: Refactor gnttab_initGravatar Konrad Rzeszutek Wilk 1-8/+2
2014-01-06xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.Gravatar Konrad Rzeszutek Wilk 1-3/+6
2013-12-04XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfnGravatar Eric Trudeau 1-1/+2
2013-11-26xen/gnttab: leave lazy MMU mode in the case of a m2p override failureGravatar Matt Wilson 1-2/+4
2013-10-25grant-table: call set_phys_to_machine after mapping grant refsGravatar Stefano Stabellini 1-2/+17
2013-08-09xen-gnt: prevent adding duplicate gnt callbacksGravatar Roger Pau Monne 1-2/+11
2013-06-28xen: Convert printks to pr_<level>Gravatar Joe Perches 1-9/+8
2013-02-19xen: introduce xen_remap, use it instead of ioremapGravatar Stefano Stabellini 1-1/+1
2013-01-18Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-19/+29
2013-01-15xen/grant-table: correctly initialize grant table version 1Gravatar Matt Wilson 1-19/+29
2013-01-03Drivers: xen: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-10-19Merge commit 'v3.7-rc1' into stable/for-linus-3.7Gravatar Konrad Rzeszutek Wilk 1-2/+4
2012-10-19xen: grant: use xen_pfn_t type for frame_list.Gravatar Ian Campbell 1-4/+4
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-7/+60
2012-09-21xen/gndev: Xen backend support for paged out grant targets V4.Gravatar Andres Lagar-Cavilla 1-0/+53
2012-09-12xen/m2p: do not reuse kmap_op->dev_bus_addrGravatar Stefano Stabellini 1-2/+4
2012-08-21xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Gravatar Konrad Rzeszutek Wilk 1-7/+6
2012-08-21xen: missing includesGravatar Stefano Stabellini 1-0/+1
2012-05-24Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-10/+115
2012-05-07xen: enter/exit lazy_mmu_mode around m2p_override callsGravatar Stefano Stabellini 1-0/+19
2012-04-18Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus...Gravatar Konrad Rzeszutek Wilk 1-2/+5
2012-04-17xen/gnttab: add deferred freeing logicGravatar Jan Beulich 1-10/+96
2012-04-17xen/grant-table: add error-handling code on failure of gnttab_resumeGravatar Julia Lawall 1-4/+9
2012-01-27xen/granttable: Disable grant v2 for HVM domains.Gravatar Konrad Rzeszutek Wilk 1-2/+5
2011-12-20xen/grant-table: Support mappings required by blkbackGravatar Daniel De Graaf 1-19/+5
2011-12-16xen/granttable: Support transitive grantsGravatar Annie Li 1-0/+70
2011-12-16xen/granttable: Support sub-page grantsGravatar Annie Li 1-0/+72