aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/hypercall.h
Commit message (Expand)AuthorAgeFilesLines
* change arguments of do_kexec_op and compat_set_timer_op prototypesRobbie VanVossen2013-03-061-3/+3
* xen/arch/*: add struct domain parameter to arch_do_domctlDaniel De Graaf2012-12-181-1/+1
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-26/+26
* make all (native) hypercalls consistently have "long" return typeJan Beulich2012-08-101-1/+1
* force inclusion of xen/config.h through compiler optionJan Beulich2012-01-131-1/+0
* move declarations of some required per-arch functions into common headersJan Beulich2012-01-121-0/+14
* ia64: fix the buildJan Beulich2011-11-151-0/+5
* x86: use compat hypercall handlers for calls from 32-bit HVM guestsTim Deegan2011-05-121-0/+14
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-0/+6
* x86: Enable GNTTABOP_copy hypercall for HVMsKeir Fraser2009-08-051-0/+6
* Transcendent memory ("tmem") for Xen.Keir Fraser2009-05-261-0/+5
* Avoid deadlocks on domctl_lock when pausing domains/vcpus.Keir Fraser2009-04-081-1/+0
* PoD memory 7/9: Xen interfaceKeir Fraser2009-01-051-1/+1
* x86, hvm: Provide access to limited VCPUOP_ hypercalls.Keir Fraser2008-11-131-0/+6
* x86, vmx: Enable EPT (Extended PageTable) support on new Intel processors.Keir Fraser2008-04-091-0/+1
* Xen Security Modules: ACM.kfraser@localhost.localdomain2007-08-311-9/+4
* Xen Security Modules: XSMkfraser@localhost.localdomain2007-08-311-0/+5
* [ACM] Simpler interface to hypercallskfraser@localhost.localdomain2007-05-241-1/+1
* Enable compatibility mode operation for HYPERVISOR_memory_op,Emmanuel Ackaouy2007-01-051-1/+18
* [XEN] Kexec / Kdump: Generic codeIan Campbell2006-11-301-0/+6
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-3/+13
* [HVM] Add a concept of HVM parameters to the hypervisor.kfraser@localhost.localdomain2006-08-031-0/+5
* [ACM] Replace the union structure parameter of the ACM hypercallskaf24@firebug.cl.cam.ac.uk2006-05-211-1/+1
* Define new event-channel and physdev hypercalls with a more extensiblekaf24@firebug.cl.cam.ac.uk2006-04-301-1/+2
* Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE.kaf24@firebug.cl.cam.ac.uk2006-04-271-11/+11
* Rename sched_op->sched_op_compat and sched_op_new->sched_opkaf24@firebug.cl.cam.ac.uk2006-04-011-1/+6
* Add missing include in hypercalls header file.kaf24@firebug.cl.cam.ac.uk2006-03-091-0/+1
* Upgrade all hypercalls to use the new guest_handle interface (on the Xen side).kaf24@firebug.cl.cam.ac.uk2006-03-071-14/+11
* Add hypercall-declaring header files.kaf24@firebug.cl.cam.ac.uk2006-01-271-0/+86