aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/compat/grant_table.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* tighten guest memory accessesJan Beulich2012-12-061-2/+6
* compat/gnttab: Prevent infinite loop in compat codeIan Jackson2012-11-141-0/+2
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-4/+4
* Add a GNTTABOP to swap the content of two grant references under lockWei Liu2012-01-241-0/+8
* Introduce a grant_entry_v2 structure.Keir Fraser2009-10-071-0/+81
* Rename the struct grant_entry to struct grant_entry_v1, so that itKeir Fraser2009-10-071-3/+3
* Eliminate grant_table_op restrictionKeir Fraser2009-07-131-3/+28
* Avoid compat_arg_xlat to be a large per-CPU objectKeir Fraser2009-07-061-1/+1
* grant_table: Remove compat-shim BUG_ON() which can fail ifKeir Fraser2008-07-301-1/+0
* 32-on-64: Clean up and unify compat_arg_xlat_area handling.Keir Fraser2008-06-121-1/+1
* x86/64 compat: Replace hypervisor BUG_ON() with a cleaner hypercall failure.Keir Fraser2008-04-111-4/+16
* [32on64] Copy the right grant table status code back to the guest.Ian Campbell2007-08-061-2/+2
* [XEN] gnttab: Add new op unmap_and_replacekfraser@localhost.localdomain2007-05-301-0/+8
* 32 on 64: Don't lock up Xen if you need to do lots of grant operationsSteven Smith2007-04-271-2/+2
* Dynamic grant-table sizing.kfraser@localhost.localdomain2007-02-151-2/+1
* Enable compatibility mode operation for HYPERVISOR_grant_table_op.Emmanuel Ackaouy2007-01-051-0/+218