aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/grant_table.c
Commit message (Expand)AuthorAgeFilesLines
...
* Nested Virtualization: p2m infrastructureKeir Fraser2010-08-091-5/+7
* grant iommu: Correctly handle multiple mappings of same MFN.Keir Fraser2010-06-111-6/+38
* iommu: Map correct permissions in IOMMU on grant read-only map request.Keir Fraser2010-05-281-11/+18
* iommu: Specify access permissions to iommu_map_page().Keir Fraser2010-05-281-1/+2
* Fix grant table debug key.Keir Fraser2010-03-091-10/+15
* [IA64] Fix ia64 buildKeir Fraser2010-01-061-1/+1
* VT-d: clean up dynamic page mappingKeir Fraser2010-01-041-2/+2
* grant_table: Build fixes for IA64.Keir Fraser2009-12-281-14/+25
* xenpaging: Add checks for p2m_is_valid() after calls to gfn_to_mfn()Keir Fraser2009-12-211-0/+4
* Foreign mappings need to verify if the underlying pages are sharable/shared. IfKeir Fraser2009-12-171-8/+19
* M2P translation cannot be handled through flat table with only one slot per MFNKeir Fraser2009-12-171-0/+2
* Support for Memory paging in grant table mappings.Keir Fraser2009-12-171-2/+18
* x86_32: Fix build after 20575:0930d17589a6Keir Fraser2009-12-051-1/+1
* Add keyhandler 'g' to print all active grant table entries.Keir Fraser2009-12-041-0/+83
* grant-tables: do not fail attempts to GNTTABOP_set_version to the current ver...Keir Fraser2009-12-031-5/+16
* Fix the IA64 build of the hypervisor.Keir Fraser2009-10-091-1/+1
* Transitive grant support.Keir Fraser2009-10-071-35/+193
* Implement sub-page grant support.Keir Fraser2009-10-071-10/+62
* Introduce a grant_entry_v2 structure.Keir Fraser2009-10-071-148/+565
* Rename the struct grant_entry to struct grant_entry_v1, so that itKeir Fraser2009-10-071-12/+12
* Improve CSE in grant table codeKeir Fraser2009-09-221-21/+28
* Introduce new flavour of map_domain_page()Keir Fraser2009-09-221-1/+1
* Mapping grant references into HVM guests, take 2Keir Fraser2009-07-131-4/+26
* Eliminate grant_table_op restrictionKeir Fraser2009-07-131-1/+49
* Revert 19658:28a197617286 "Fix up the synchronisation around grantKeir Fraser2009-06-011-46/+31
* Fix up the synchronisation around grant table map track handles.Keir Fraser2009-05-271-31/+46
* Pass cpumasks by reference always.Keir Fraser2009-05-271-5/+5
* gnttab: for sanity's sake, don't access the active grant tableKeir Fraser2009-05-191-1/+3
* gnttab: Remove unused per-domain map_count fieldKeir Fraser2009-05-191-2/+0
* Be careful with page_get_owner() now that owner field can be clobberedKeir Fraser2009-03-041-15/+22
* x86-64: use MFNs for linking together pages on listsKeir Fraser2009-01-301-1/+1
* PoD: Check refcount, not type count when reclaiming zero pagesKeir Fraser2009-01-291-27/+0
* PoD memory 5/9: emergency scanKeir Fraser2009-01-051-0/+29
* ia64: Do not guest_physmap_remove_page() old page in gnttab_transfer op.Keir Fraser2008-05-291-0/+2
* grant_table: Flush host CPU TLBs during grant transfer.Keir Fraser2008-05-281-0/+1
* [IA64] remove warnings caused by c/s 17723:c684cf331f94Keir Fraser2008-05-261-0/+2
* Handle dynamic IOMMU map/unmap for guestsKeir Fraser2008-05-241-7/+43
* Remove physmap page upon granttab xferKeir Fraser2008-05-241-0/+2
* x86, hvm: Support 2MB superpage allocations for HVM guests.Keir Fraser2008-05-151-1/+1
* Rename 'big lock' to 'domain lock'.Keir Fraser2008-04-141-2/+2
* xen: Allow NUMA node to be specific to alloc_domheap_pages() via a newKeir Fraser2008-04-041-1/+1
* Clean up handling of IS_PRIV_FOR() and rcu_[un]lock_domain().Keir Fraser2008-03-281-17/+20
* x86: Foreign mappings of HVM-guest pages should not affect type count,Keir Fraser2008-02-251-9/+15
* New XEN_DOMCTL_set_targetKeir Fraser2008-01-231-26/+28
* 32-on-64: Fixes to previous changeset.Keir Fraser2007-12-061-5/+9
* 32-on-64: Fix domain address-size clamping, implementKeir Fraser2007-12-061-0/+25
* xen: Allow granting of foreign access to iomem pages, and withKeir Fraser2007-11-201-32/+64
* Revert 16067:9f9f9b68cd08a03fc8cfad9f5ab702e50b6b6463.Keir Fraser2007-11-131-66/+29
* Replace is_xen_heap_frame() with is_xen_heap_{page,mfn}(). Callers areKeir Fraser2007-11-081-1/+1
* x86: Change cache attributes of Xen 1:1 page mappings in response toKeir Fraser2007-11-071-3/+3