aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hypercall.h
Commit message (Expand)AuthorAgeFilesLines
* 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-11/+11
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-13/+0
* make all (native) hypercalls consistently have "long" return typeJan Beulich2012-08-101-8/+4
* move declarations of some required per-arch functions into common headersJan Beulich2012-01-121-10/+0
* ia64: fix the buildJan Beulich2011-11-151-6/+0
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-0/+5
* x86 hvm: Make a couple of hypercall state flags per-vcpuKeir Fraser2010-11-161-9/+0
* x86: reduce the uses of CONFIG_COMPATKeir Fraser2009-10-121-13/+9
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-4/+10
* do_set_trap_table()'s argument can be const.Keir Fraser2008-01-181-1/+1
* x86/hvm: hypercall adjustmentskfraser@localhost.localdomain2007-05-151-0/+9
* Enable compatibility mode operation for HYPERVISOR_vcpu_op.Emmanuel Ackaouy2007-01-051-0/+4
* Enable compatibility mode operation for HYPERVISOR_physdev_op andEmmanuel Ackaouy2007-01-051-0/+9
* Enable compatibility mode operation for HYPERVISOR_mmu_update andEmmanuel Ackaouy2007-01-051-0/+7
* [XEN] Kexec / Kdump: Code shared between x86_32 and x86_64Ian Campbell2006-11-301-0/+5
* Define new event-channel and physdev hypercalls with a more extensiblekaf24@firebug.cl.cam.ac.uk2006-04-301-1/+9
* Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE.kaf24@firebug.cl.cam.ac.uk2006-04-271-8/+8
* Upgrade all hypercalls to use the new guest_handle interface (on the Xen side).kaf24@firebug.cl.cam.ac.uk2006-03-071-10/+14
* Add hypercall-declaring header files.kaf24@firebug.cl.cam.ac.uk2006-01-271-0/+102