aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/grant_table.c
Commit message (Expand)AuthorAgeFilesLines
* gnttab: remove unused shared header lookupMatthew Daley2013-09-201-1/+0
* use SMP barrier in common code dealing with shared memory protocolsIan Campbell2013-07-041-2/+2
* fix domain unlocking in some xsm error pathsMatthew Daley2013-03-061-1/+1
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-8/+8
* xen: avoid calling rcu_lock_*target_domain when an XSM hook existsDaniel De Graaf2013-01-111-39/+18
* xen: centralize accounting for domain tot_pagesDan Magenheimer2012-12-101-1/+1
* streamline guest copy operationsJan Beulich2012-12-101-18/+23
* tighten guest memory accessesJan Beulich2012-12-061-1/+5
* gnttab_usage_print() should be staticJan Beulich2012-12-061-1/+1
* gnttab: fix releasing of memory upon switches between versionsJan Beulich2012-12-041-14/+20
* xen: remove XEN_GUEST_HANDLE(ulong)Ian Campbell2012-10-171-1/+1
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-18/+18
* Extra check in grant table code for mapping of shared frameAndres Lagar-Cavilla2012-09-171-3/+6
* gnttab: cleanup of number-of-active-frames calculationsJan Beulich2012-09-121-8/+36
* adjust a few RCU domain locking callsJan Beulich2012-09-071-47/+36
* xen/gnttab: Validate input to GNTTABOP_swap_grant_refIan Jackson2012-09-051-0/+6
* Fix shared entry status for grant copy operation on paged-out gfnAndres Lagar-Cavilla2012-08-221-11/+22
* gnttab: cleanupJan Beulich2012-05-301-135/+131
* gnttab: mark maptrack free list tail with an explicit terminatorJan Beulich2012-05-301-6/+11
* gnttab: don't use domain lock for serializationJan Beulich2012-05-301-52/+79
* grant-tables: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Andres Lagar-Cavilla2012-05-171-133/+90
* gnttab: remove pointless NULL checkJan Beulich2012-04-171-7/+1
* remove ia64Jan Beulich2012-04-031-2/+0
* Memory sharing: better handling of ENOMEM while unsharingTim Deegan2012-03-151-5/+6
* Grant table: fix a bug when grant copying a previous grant mapped page.Wei Liu2012-03-011-0/+2
* xen: add missing unlock from gnttab_get_versionIan Campbell2012-02-231-0/+2
* Re-order calls to put_gfn() around wait queue invocationsAndres Lagar-Cavilla2012-02-101-1/+1
* gnttab: miscellaneous fixesJan Beulich2012-02-091-4/+5
* Fix error recovery path in __gnttab_map_grant_refHaoyu Zhang2012-02-061-2/+3
* xen: Preserve reserved grant entries when switching versionsDaniel De Graaf2012-01-281-8/+50
* Add a GNTTABOP to swap the content of two grant references under lockWei Liu2012-01-241-0/+89
* Include some header files that are not automatically included on all archsStefano Stabellini2012-01-231-0/+1
* Correct p2m unlocking during grant table mapAndres Lagar-Cavilla2012-01-191-2/+6
* Allow VMs to query their own grant table version.Paul Durrant2011-12-181-10/+9
* xsm: Add missing access checksDaniel De Graaf2011-12-181-0/+10
* x86/mm: Fix liveness of pages in grant copy operationsAndres Lagar-Cavilla2011-11-241-32/+37
* ia64: build fixes (again)Jan Beulich2011-11-241-1/+1
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-111-6/+24
* use xzalloc in common codeJan Beulich2011-10-041-11/+5
* x86/mm/p2m: Make p2m interfaces take struct domain arguments.Tim Deegan2011-06-021-6/+4
* x86/mm/p2m: merge gfn_to_mfn_unshare with other gfn_to_mfn paths.Tim Deegan2011-06-021-2/+8
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-201-0/+1
* xen: Remove some initialised but otherwise unused variables.Olaf Hering2011-05-201-2/+0
* Remove direct cpumask_t members from struct vcpu and struct domainJan Beulich2011-04-051-5/+5
* Fix rcu domain locking for transitive grantsKeir Fraser2011-03-081-29/+24
* xenpaging: populate paged-out pages unconditionally in grant codeKeir Fraser2010-11-261-2/+3
* xenpaging: whitespace fixes after addition of __get_paged_frameKeir Fraser2010-11-031-13/+13
* ia64: fix build in grant table and tmem codeKeir Fraser2010-10-241-1/+5
* xenpaging: page-in granttable entriesKeir Fraser2010-09-221-38/+59